This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 511df06  Hop-3040 - update hop editor translate for pt_BR and 
translate fix en_US
     new 68c1a21  Merge pull request #939 from ambientelivre/master
511df06 is described below

commit 511df065cfc81224e0c5ca499f9ceb213eddca82
Author: Marcio Junior Vieira <[email protected]>
AuthorDate: Thu Jul 15 11:38:26 2021 -0300

    Hop-3040 - update hop editor translate for pt_BR and translate fix en_US
---
 .../org/apache/hop/ui/i18n/editor/messages/messages_en_US.properties | 4 ++--
 .../org/apache/hop/ui/i18n/editor/messages/messages_pt_BR.properties | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_en_US.properties
 
b/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_en_US.properties
index 8d7996b..1711763 100644
--- 
a/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_en_US.properties
+++ 
b/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_en_US.properties
@@ -23,7 +23,7 @@ i18nDialog.ShowAllkeys=Show all keys, not just the TODO list
 i18n.Log.NumberOfKeysFound=Number of keys found \: {0}
 i18nDialog.TranslationSelectedSourceFolder=Selected folder\: 
 i18nDialog.TranslationSelectedPackage=Selected package\: 
-i18nDialog.TranslationReferenceLocale=Refernce Locale\:
+i18nDialog.TranslationReferenceLocale=Reference Locale\:
 i18nDialog.TranslationKey=Translation key\: 
 i18nDialog.SearchKey=Search key
 i18nDialog.ChangedFilesWhenExit=There are unsaved changes.\r\nThe number of 
changed messages files is \: {0}\r\n\r\nAre you sure you want to exit?
@@ -57,4 +57,4 @@ i18n.Log.XMLFoldersToScan={0} XML folders to scan:
 i18n.Log.CompleteKeys=complete ({0})
 i18n.Log.MissingKeys=....missing {0}
 i18n.Log.Folder=Folder [{0}] : wildcard [{1}] with {2} elements to scan for
-i18nDialog.SourceFolder=Source
\ No newline at end of file
+i18nDialog.SourceFolder=Source
diff --git 
a/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_pt_BR.properties
 
b/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_pt_BR.properties
index cd0ce0a..cabb738 100644
--- 
a/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_pt_BR.properties
+++ 
b/ui/src/main/resources/org/apache/hop/ui/i18n/editor/messages/messages_pt_BR.properties
@@ -21,6 +21,9 @@
 i18nDialog.ApplicationName=Tradutor Hop
 i18nDialog.ShowAllkeys=Mostrar todas as chaves, não apenas a lista TODO
 i18n.Log.NumberOfKeysFound=Número de chaves encontradas \: {0}
+i18nDialog.TranslationSelectedSourceFolder=Diretório selecionado\: 
+i18nDialog.TranslationSelectedPackage=Pacote selecionado\: 
+i18nDialog.TranslationReferenceLocale=Local de Referência\:
 i18nDialog.TranslationKey=Chave de Tradução\: 
 i18nDialog.SearchKey=Chave de pesquisa
 i18nDialog.ChangedFilesWhenExit=Há alterações não salvas.\r\nO número de 
arquivos de mensagens alteradas é \: {0}\r\n\r\nVocê tem certeza que quer sair?
@@ -30,6 +33,8 @@ i18nDialog.Close=&Fechar
 i18nDialog.ChangedMessagesFiles=Abaixo estão os arquivos de mensagens 
alteradas. Selecione 'OK' para salvar esses arquivos em disco.
 i18nDialog.Packagename=Nome do Pacote
 i18nDialog.Translation=Tradução\: 
+i18nDialog.SourceFile = Arquivo fonte:
+i18nDialog.BundleFile = Arquivo de mensagens:
 i18nDialog.Apply=&Aplique   
 i18nDialog.LineOfSourceCode=Linha de código fonte \: 
 i18nDialog.Reload=&Recarregar  

Reply via email to