Skip to content

Commit 47889b8

Browse files
committed
Fixed Translations
Fixed Translations to portuguese
1 parent 21bbcc6 commit 47889b8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

assets/js/translations.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
portuguese: "Portugues",
9090
confirm: "Confirmar",
9191
cancel: "Cancelar",
92-
close: "Desligar",
92+
close: "Fechar",
9393
upload_file: "Carregar arquivo",
9494
files_will_uploaded_to: "Os arquivos serão enviados para",
9595
uploading: "Carregar",
@@ -99,7 +99,7 @@
9999
destination: "Destino",
100100
copy_file: "Copiar arquivo",
101101
sure_to_delete: "Tem certeza de que deseja apagar",
102-
change_name_move: "Rebatizar / mudança",
102+
change_name_move: "Renomear / mudança",
103103
enter_new_name_for: "Digite o novo nome para",
104104
extract_item: "Extrair arquivo",
105105
extraction_started: "A extração começou em um processo em segundo plano",
@@ -125,20 +125,20 @@
125125
actions: "Ações",
126126
date: "Data",
127127
no_files_in_folder: "Não há arquivos nesta pasta",
128-
no_folders_in_folder: "Esta pasta no contém subpastas",
128+
no_folders_in_folder: "Esta pasta não contém subpastas",
129129
select_this: "Selecione esta",
130130
go_back: "Voltar",
131-
wait: "Aguente",
132-
move: "Mudar",
131+
wait: "Espere",
132+
move: "Mover",
133133
download: "Baixar",
134134
view_item: "Veja o arquivo",
135-
remove: "Tirar",
135+
remove: "Excluir",
136136
edit: "Editar",
137137
copy: "Copiar",
138-
rename: "Rebatizar",
138+
rename: "Renomear",
139139
extract: "Extrair",
140140
compress: "Comprimir",
141-
error_invalid_filename: "Invalid ou nome de arquivo já existe, especifique outro nome",
141+
error_invalid_filename: "Nome do arquivo inválido ou nome de arquivo já existe, especifique outro nome",
142142
error_modifying: "Ocorreu um erro ao modificar o arquivo",
143143
error_deleting: "Ocorreu um erro ao excluir o arquivo ou pasta",
144144
error_renaming: "Ocorreu um erro ao mudar o nome do arquivo",
@@ -154,7 +154,7 @@
154154
group: "Grupo",
155155
others: "Outros",
156156
read: "Leitura",
157-
write: "Gravável",
157+
write: "Escrita ",
158158
exec: "Execução",
159159
original: "Original",
160160
changes: "Mudanças",
@@ -241,4 +241,4 @@
241241
recursive: "Recursivo"
242242
});
243243
}]);
244-
})(angular);
244+
})(angular);

0 commit comments

Comments
 (0)