Skip to content

Commit d5ec158

Browse files
authored
Merge pull request #699 from nukhes/master
Enhancements to Brazilian Portuguese translation
2 parents b986204 + 112aa0c commit d5ec158

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed
Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="app_name">Simple File Manager</string>
3+
<string name="app_name">Explorador de Arquivos Simples</string>
44
<string name="app_launcher_name">Gerenciador de Arquivos</string>
55
<string name="press_back_again">Aperte novamente o botão Voltar para sair</string>
6-
<string name="go_to_home_folder">Ir para pasta principal</string>
7-
<string name="set_as_home_folder">Definir como pasta principal</string>
8-
<string name="home_folder_updated">Pasta principal atualizada</string>
9-
<string name="copy_path">Copiar caminho para a área de transferência</string>
6+
<string name="go_to_home_folder">Ir para Pasta Principal</string>
7+
<string name="set_as_home_folder">Definir como Pasta Principal</string>
8+
<string name="home_folder_updated">Pasta Principal atualizada</string>
9+
<string name="copy_path">Copiar para a área de transferência</string>
1010
<string name="path_copied">Caminho copiado</string>
1111
<string name="select_audio_file">Por favor, selecione um arquivo de áudio</string>
1212
<string name="search_folder">Procurar pasta</string>
13-
<string name="rooted_device_only">Esta operação só funciona em dispositivos rooteados</string>
13+
<string name="rooted_device_only">Esta operação só funciona em dispositivos com acesso ao root</string>
1414
<string name="recents">Recentes</string>
1515
<string name="show_recents">Mostrar recentes</string>
1616
<string name="pdf_viewer">Visualizador de PDF</string>
1717
<string name="invert_colors">Inverter cores</string>
18+
1819
<!-- Open as -->
1920
<string name="open_as">Abrir como</string>
2021
<string name="text_file">Arquivo de Texto</string>
2122
<string name="image_file">Arquivo de Imagem</string>
2223
<string name="audio_file">Arquivo de Áudio</string>
2324
<string name="video_file">Arquivo de Vídeo</string>
2425
<string name="other_file">Outro arquivo</string>
26+
2527
<!-- Compression -->
2628
<string name="compress">Compactar</string>
2729
<string name="compress_pro">Compactar (Pro)</string>
@@ -33,12 +35,15 @@
3335
<string name="decompression_successful">Descompactado com sucesso</string>
3436
<string name="compressing_failed">A compactação falhou</string>
3537
<string name="decompressing_failed">A descompactação falhou</string>
38+
3639
<!-- Favorites -->
3740
<string name="manage_favorites">Gerenciar favoritos</string>
3841
<string name="go_to_favorite">Ir para favorito</string>
3942
<string name="favorites_activity_placeholder">Você pode adicionar pastas usadas com frequência aos favoritos para ter um acesso mais rápido.</string>
43+
4044
<!-- File Editor -->
4145
<string name="file_editor">Editor de Arquivos</string>
46+
4247
<!-- Storage analysis -->
4348
<string name="storage_analysis">Análise do armazenamento</string>
4449
<string name="images">Imagens</string>
@@ -48,13 +53,14 @@
4853
<string name="downloads">Downloads</string>
4954
<string name="archives">Arquivos</string>
5055
<string name="others">Outros</string>
51-
<string name="storage_free">free</string>
56+
<string name="storage_free">Livre</string>
5257
<string name="total_storage">Armazenamento total: %s</string>
58+
5359
<!-- Settings -->
54-
<string name="enable_root_access">Ativar o acesso root</string>
55-
<string name="press_back_twice">Requira o duplo pressionamento do botão "voltar" para sair do app</string>
60+
<string name="enable_root_access">Ativar o acesso ao root</string>
61+
<string name="press_back_twice">Pressione o botão "voltar" duas vezes para sair do app</string>
5662
<!--
5763
Haven't found some strings? There's more at
5864
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
5965
-->
60-
</resources>
66+
</resources>

0 commit comments

Comments
 (0)