From 7122fd7405ccdb9ad702134f75fd14259c57b6d8 Mon Sep 17 00:00:00 2001 From: bgc Date: Fri, 1 Aug 2014 16:01:24 +0100 Subject: [PATCH 1/6] Create PDE_pt.properties Initial translation. not yet finished. --- .../app/languages/PDE_pt.properties | 239 ++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 app/src/processing/app/languages/PDE_pt.properties diff --git a/app/src/processing/app/languages/PDE_pt.properties b/app/src/processing/app/languages/PDE_pt.properties new file mode 100644 index 000000000..3532fdd03 --- /dev/null +++ b/app/src/processing/app/languages/PDE_pt.properties @@ -0,0 +1,239 @@ + + +# --------------------------------------- +# Language: English (en) (default) +# --------------------------------------- + + +# --------------------------------------- +# Menu + +# | File | Edit | Sketch | Library | Tools | Help | +# | File | +menu.file = Arquivo +menu.file.new = Novo +menu.file.open = Abrir... +menu.file.sketchbook = Sketchbook +menu.file.recent = Recentes +menu.file.examples = Exemplos... +menu.file.close = Fechar +menu.file.save = Guardar +menu.file.save_as = Guardar Como... +menu.file.export_application = Exportar Applicação... +menu.file.page_setup = Configurar Página +menu.file.print = Imprimir... +menu.file.preferences = Preferências... +menu.file.quit = Sair + +# | File | Edit | Sketch | Library | Tools | Help | +# | Edit | +menu.edit = Editar +menu.edit.undo = Undo +menu.edit.redo = Redo +menu.edit.cut = Cortar +menu.edit.copy = Copiar +menu.edit.copy_as_html = Copiar como HTML +menu.edit.paste = Colar +menu.edit.select_all = Seleccionar Tudo +menu.edit.auto_format = Auto Formatar +menu.edit.comment_uncomment = Comentar/Descomentar +menu.edit.increase_indent = \u2192 Aumentar Indentação +menu.edit.decrease_indent = \u2190 Diminuir Indentação +menu.edit.find = Procurar... +menu.edit.find_next = Procurar Seguinte +menu.edit.find_previous = Procurar Anterior +menu.edit.use_selection_for_find = Usar Selecção para Procurar + +# | File | Edit | Sketch | Library | Tools | Help | +# | Sketch | +menu.sketch = Sketch +menu.sketch.show_sketch_folder = Ver Pasta de Sketch +menu.sketch.add_file = Adicionar Ficheiro... + +# | File | Edit | Sketch | Library | Tools | Help | +# | Library | +menu.library = Importar Biblioteca... +menu.library.add_library = Adicionar Biblioteca... +menu.library.contributed = Contribuidas +menu.library.no_core_libraries = O modo não tem bibliotecas incluídas + +# | File | Edit | Sketch | Library | Tools | Help | +# | Tools | +menu.tools = Ferramentas +menu.tools.color_selector = Selector de Côr... +menu.tools.create_font = Criar Fonte... +menu.tools.archive_sketch = Arquivar Sketch +menu.tools.fix_the_serial_lbrary = Corrijir a Biblioteca Serial +menu.tools.install_processing_java = Instalar "processing-java" +menu.tools.add_tool = Adicionar Ferramenta... + +# | File | Edit | Sketch | Library | Tools | Help | +# | Help | +menu.help = Ajuda +menu.help.about = Acerca do Processing +menu.help.environment = Ambiente +menu.help.reference = Referência +menu.help.find_in_reference = Procurar na Referencia +menu.help.online = Online +menu.help.getting_started = Primeiros Passos +menu.help.getting_started.url = http://processing.org/learning/gettingstarted/ +menu.help.troubleshooting = Resolução de Problemas +menu.help.troubleshooting.url = http://wiki.processing.org/w/Troubleshooting +menu.help.faq = Perguntas Mais Frequentes +menu.help.faq.url = http://wiki.processing.org/w/FAQ +menu.help.foundation = A Processing Foundation +menu.help.foundation.url = http://processing.org/foundation/ +menu.help.visit = Visitar Processing.org +menu.help.visit.url = http://processing.org/ + + +# --------------------------------------- +# Basics + +# Buttons +prompt.yes = Sim +prompt.no = Não +prompt.cancel = Cancelar +prompt.ok = OK +prompt.browse = Procurar +prompt.export = Exportar + + +# --------------------------------------- +# Frames + +# Open (Frame) +open = Abrir um sketch de Processing... + +# Save (Frame) +save = Guardar pasta do sketch como... +save.title = Deseja guardar as alterções a este sketch
antes de fechar? +save.hint = Se não guardar as suas alterações serão perdidas. +save.btn.save = Guardar +save.btn.dont_save = Não Guardar + +# Preferences (Frame) +preferences = Preferencias +preferences.button.width = 80 +preferences.requires_restart = requer reiniciar o Processing +preferences.sketchbook_location = Localização do Sketchook +preferences.language = Língua +preferences.editor_and_console_font = Fonte do Editor e da Consola +preferences.editor_font_size = Tamanho da fonte do Editor +preferences.console_font_size = Tamanho da fonte da Consola +preferences.background_color = Cor de fundo em modo de Apresentação +preferences.use_smooth_text = Utilizar texto suavizado na janela do editor +preferences.enable_complex_text_input = Activar inserção de caracteres complexos +preferences.enable_complex_text_input_example = ex. Japonês +preferences.continuously_check = Verificação contínua de erros +preferences.show_warnings = Mostrar avisos +preferences.code_completion = Auto-completar de código +preferences.trigger_with = Activar com +preferences.cmd_space = espaço +preferences.increase_max_memory = Aumentar tamanho máximo de memória para +preferences.delete_previous_folder_on_export = Apagar pasta anterior ao exportar +preferences.hide_toolbar_background_image = Esconder imagem de fundo da Aba/Aba de ferramentas +preferences.check_for_updates_on_startup = Verificar por actualizações ao iniciar +preferences.run_sketches_on_display = Executar sketches na janela +preferences.run_sketches_on_display.tip = \ +Sets the display where sketches are initially placed.
\ +As usual, if the sketch window is moved, it will re-open
\ +at the same location, however when running in present
\ +(full screen) mode, this display will always be used. +preferences.automatically_associate_pde_files = Automatically associate .pde files with Processing +preferences.launch_programs_in = Launch programs in +preferences.launch_programs_in.mode = mode +preferences.file = More preferences can be edited directly in the file +preferences.file.hint = edit only when Processing is not running + +# Sketchbook Location (Frame) +sketchbook_location = Select new sketchbook location + +# Export (Frame) +export = Export Options +export.platforms = Platforms +export.options = Options +export.options.fullscreen = Full Screen (Present mode) +export.options.show_stop_button = Show a Stop button +export.description.line1 = Export to Application creates double-clickable, +export.description.line2 = standalone applications for the selected platforms. + +# Find (Frame) +find = Find +find.find = Find: +find.replace_with = Replace with: +find.ignore_case = Ignore Case +find.all_tabs = All Tabs +find.wrap_around = Wrap Around +find.btn.replace_all = Replace All +find.btn.replace = Replace +find.btn.find_and_replace = Find & Replace +find.btn.previous = Previous +find.btn.find = Find + +# Find in reference (Frame) +find_in_reference = Find in Reference + +# Library Manager (Frame) +library.category = Category: +library.filter_your_search = Filter your search... + +# File (Frame) +file = Select an image or other data file to copy to your sketch + +# Create Font (Frame) +create_font = Create Font + +# Color Selector (Frame) +color_selector = Color Selector + +# Archive Sketch (Frame) +archive_sketch = Archive sketch as... + + +# --------------------------------------- +# Toolbar + +# [Run/Present] [Stop] [New] [Open] [Save] +toolbar.run = Run +toolbar.present = Present +toolbar.stop = Stop +toolbar.new = New +toolbar.open = Open +toolbar.save = Save +toolbar.export_application = Export Application +toolbar.add_mode = Add mode... + +# [Tab1] [Tab2] [v] +editor.header.new_tab = New Tab +editor.header.rename = Rename +editor.header.delete = Delete +editor.header.previous_tab = Previous Tab +editor.header.next_tab = Next Tab +editor.header.delete.warning.title = Yeah, no. +editor.header.delete.warning.text = You can't delete the last tab of the last open sketch. + +editor.status.autoformat.no_changes = No changes necessary for Auto Format. +editor.status.autoformat.finished = Auto Format finished. +editor.status.find_reference.select_word_first = First select a word to find in the reference. +editor.status.find_reference.not_available = No reference available for "%s". +editor.status.drag_and_drop.no_files_added = No files were added to the sketch. +editor.status.drag_and_drop.one_file_added = One file added to the sketch. +editor.status.drag_and_drop.n_files_added = %d files added to the sketch. +editor.status.saving = Saving... +editor.status.saving.done = Done saving. +editor.status.saving.canceled = Save canceled. +editor.status.printing = Printing... +editor.status.printing.done = Done printing. +editor.status.printing.error = Error while printing. +editor.status.printing.canceled = Printing canceled. + +# --------------------------------------- +# Contribution Panel +contributions.undo = Undo +contributions.remove = Remove +contributions.install = Install +contributions.progress.starting = Starting +contributions.progress.downloading = Downloading +contributions.download_error = An error occured while downloading the contribution. +contributions.unsupported_operating_system = Your operating system doesn't appear to be supported. You should visit the %s's library for more info. From f62bf0c2ef413fd042211ffb92f97fc92bd5a09d Mon Sep 17 00:00:00 2001 From: bgc Date: Fri, 1 Aug 2014 16:22:49 +0100 Subject: [PATCH 2/6] Update PDE_pt.properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Completada a tradução. Falta revisão. --- .../app/languages/PDE_pt.properties | 140 +++++++++--------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/app/src/processing/app/languages/PDE_pt.properties b/app/src/processing/app/languages/PDE_pt.properties index 3532fdd03..7cae63af3 100644 --- a/app/src/processing/app/languages/PDE_pt.properties +++ b/app/src/processing/app/languages/PDE_pt.properties @@ -134,106 +134,106 @@ preferences.increase_max_memory = Aumentar tamanho máximo de memória para preferences.delete_previous_folder_on_export = Apagar pasta anterior ao exportar preferences.hide_toolbar_background_image = Esconder imagem de fundo da Aba/Aba de ferramentas preferences.check_for_updates_on_startup = Verificar por actualizações ao iniciar -preferences.run_sketches_on_display = Executar sketches na janela +preferences.run_sketches_on_display = Executar sketches no ecrã preferences.run_sketches_on_display.tip = \ -Sets the display where sketches are initially placed.
\ -As usual, if the sketch window is moved, it will re-open
\ -at the same location, however when running in present
\ -(full screen) mode, this display will always be used. -preferences.automatically_associate_pde_files = Automatically associate .pde files with Processing -preferences.launch_programs_in = Launch programs in -preferences.launch_programs_in.mode = mode -preferences.file = More preferences can be edited directly in the file -preferences.file.hint = edit only when Processing is not running +Configura o ecrã onde os sketches se abrem inicialmente.
\ +Como habitual, ao mover a janela do sketch, esta volta a abrir
\ +na mesma localização. No entanto, quando em modo de apresentação
\ +(ecrã inteiro), este ecrã será sempre utilizado. +preferences.automatically_associate_pde_files = Automaticamente associar ficheiros .pde com o Processing +preferences.launch_programs_in = Executar aplicações em +preferences.launch_programs_in.mode = modo +preferences.file = Mais preferências podem ser configuradas directamente no ficheiro +preferences.file.hint = editar apenas quando o Processing não está a ser executado # Sketchbook Location (Frame) -sketchbook_location = Select new sketchbook location +sketchbook_location = Escolha a nova loclização do sketchbook # Export (Frame) -export = Export Options -export.platforms = Platforms -export.options = Options -export.options.fullscreen = Full Screen (Present mode) -export.options.show_stop_button = Show a Stop button -export.description.line1 = Export to Application creates double-clickable, -export.description.line2 = standalone applications for the selected platforms. +export = Opções de Exportação +export.platforms = Plataformas +export.options = Opções +export.options.fullscreen = Ecrã Inteiro (Modo de Apresentação) +export.options.show_stop_button = Mostrar botão de Parar +export.description.line1 = Exportar para Aplicação cria uma aplicação executavél, +export.description.line2 = para as plataformas seleccionadas. # Find (Frame) -find = Find -find.find = Find: -find.replace_with = Replace with: -find.ignore_case = Ignore Case -find.all_tabs = All Tabs -find.wrap_around = Wrap Around -find.btn.replace_all = Replace All -find.btn.replace = Replace -find.btn.find_and_replace = Find & Replace -find.btn.previous = Previous -find.btn.find = Find +find = Procurar +find.find = Procurar: +find.replace_with = Substituir por: +find.ignore_case = Ignorar Caixa +find.all_tabs = Todas as Abas +find.wrap_around = Continuar desde início +find.btn.replace_all = Substituir Todas +find.btn.replace = Substituir +find.btn.find_and_replace = Procurar e Substituir +find.btn.previous = Anterior +find.btn.find = Seguinte # Find in reference (Frame) -find_in_reference = Find in Reference +find_in_reference = Procurar na Referência # Library Manager (Frame) -library.category = Category: -library.filter_your_search = Filter your search... +library.category = Categoria: +library.filter_your_search = Filtrar a sua procura... # File (Frame) -file = Select an image or other data file to copy to your sketch +file = Seleccionar uma imagem ou outro ficheiro de dados para copiar para o sketch # Create Font (Frame) -create_font = Create Font +create_font = Criar Fonte # Color Selector (Frame) -color_selector = Color Selector +color_selector = Selector de Côr # Archive Sketch (Frame) -archive_sketch = Archive sketch as... +archive_sketch = Arquivar sketch como... # --------------------------------------- # Toolbar # [Run/Present] [Stop] [New] [Open] [Save] -toolbar.run = Run -toolbar.present = Present -toolbar.stop = Stop -toolbar.new = New -toolbar.open = Open -toolbar.save = Save -toolbar.export_application = Export Application -toolbar.add_mode = Add mode... +toolbar.run = Executar +toolbar.present = Apresentar +toolbar.stop = Parar +toolbar.new = Novo +toolbar.open = Abrir +toolbar.save = Guardr +toolbar.export_application = Exportar Aplicação +toolbar.add_mode = Adicionar modo... # [Tab1] [Tab2] [v] -editor.header.new_tab = New Tab -editor.header.rename = Rename -editor.header.delete = Delete -editor.header.previous_tab = Previous Tab -editor.header.next_tab = Next Tab -editor.header.delete.warning.title = Yeah, no. -editor.header.delete.warning.text = You can't delete the last tab of the last open sketch. +editor.header.new_tab = Nova Aba +editor.header.rename = Renomear +editor.header.delete = Apagar +editor.header.previous_tab = Aba Anterior +editor.header.next_tab = Aba Seguinte +editor.header.delete.warning.title = Yah, não. +editor.header.delete.warning.text = Não pode apagar a última aba do último sketch aberto. -editor.status.autoformat.no_changes = No changes necessary for Auto Format. -editor.status.autoformat.finished = Auto Format finished. -editor.status.find_reference.select_word_first = First select a word to find in the reference. -editor.status.find_reference.not_available = No reference available for "%s". -editor.status.drag_and_drop.no_files_added = No files were added to the sketch. -editor.status.drag_and_drop.one_file_added = One file added to the sketch. -editor.status.drag_and_drop.n_files_added = %d files added to the sketch. -editor.status.saving = Saving... -editor.status.saving.done = Done saving. -editor.status.saving.canceled = Save canceled. -editor.status.printing = Printing... -editor.status.printing.done = Done printing. -editor.status.printing.error = Error while printing. -editor.status.printing.canceled = Printing canceled. +editor.status.autoformat.no_changes = Não foram necessárias alterações para a Auto Formatação. +editor.status.autoformat.finished = Auto Formatação completa. +editor.status.find_reference.select_word_first = Primeiro escolha uma palavra para procurar na referência. +editor.status.find_reference.not_available = Não existe refrência disponivel para "%s". +editor.status.drag_and_drop.no_files_added = Nenhuns ficheiros foram adicionados ao sketch. +editor.status.drag_and_drop.one_file_added = Um ficheiro adicionado ao sketch. +editor.status.drag_and_drop.n_files_added = %d ficheiros adicionados ao sketch. +editor.status.saving = A Guardar... +editor.status.saving.done = Guardado com sucesso. +editor.status.saving.canceled = Guardar cancelado. +editor.status.printing = A imprimir... +editor.status.printing.done = Impresso com sucesso. +editor.status.printing.error = Erro a imprimir. +editor.status.printing.canceled = Impressão cancelada. # --------------------------------------- # Contribution Panel contributions.undo = Undo contributions.remove = Remove -contributions.install = Install -contributions.progress.starting = Starting -contributions.progress.downloading = Downloading -contributions.download_error = An error occured while downloading the contribution. -contributions.unsupported_operating_system = Your operating system doesn't appear to be supported. You should visit the %s's library for more info. +contributions.install = Instalar +contributions.progress.starting = A iniciar +contributions.progress.downloading = A descarregar +contributions.download_error = Ocorreu um erro a descarregar a contribuição. +contributions.unsupported_operating_system = O seu sistema operativo não parece ser suportado. Deve visitar a biblioteca %s para mais informação. From abbd0172fbfa59785ff9238a97d0c08b9f707705 Mon Sep 17 00:00:00 2001 From: bgc Date: Fri, 1 Aug 2014 16:41:20 +0100 Subject: [PATCH 3/6] Update PDE_pt.properties Undo/Redo translated. Final verification needed --- app/src/processing/app/languages/PDE_pt.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/processing/app/languages/PDE_pt.properties b/app/src/processing/app/languages/PDE_pt.properties index 7cae63af3..92be82135 100644 --- a/app/src/processing/app/languages/PDE_pt.properties +++ b/app/src/processing/app/languages/PDE_pt.properties @@ -28,8 +28,8 @@ menu.file.quit = Sair # | File | Edit | Sketch | Library | Tools | Help | # | Edit | menu.edit = Editar -menu.edit.undo = Undo -menu.edit.redo = Redo +menu.edit.undo = Desfazer +menu.edit.redo = Refazer menu.edit.cut = Cortar menu.edit.copy = Copiar menu.edit.copy_as_html = Copiar como HTML @@ -230,8 +230,8 @@ editor.status.printing.canceled = Impressão cancelada. # --------------------------------------- # Contribution Panel -contributions.undo = Undo -contributions.remove = Remove +contributions.undo = Desfazer +contributions.remove = Refazer contributions.install = Instalar contributions.progress.starting = A iniciar contributions.progress.downloading = A descarregar From b11d8117fc4cdf9309b09b12d8a53105b5a278d6 Mon Sep 17 00:00:00 2001 From: bgc Date: Fri, 1 Aug 2014 16:42:04 +0100 Subject: [PATCH 4/6] Update PDE_pt.properties --- app/src/processing/app/languages/PDE_pt.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/languages/PDE_pt.properties b/app/src/processing/app/languages/PDE_pt.properties index 92be82135..f4723de9d 100644 --- a/app/src/processing/app/languages/PDE_pt.properties +++ b/app/src/processing/app/languages/PDE_pt.properties @@ -1,7 +1,7 @@ # --------------------------------------- -# Language: English (en) (default) +# Language: Portuguese (pt) # --------------------------------------- From f78234ba5b7bbb733e25b7c4a31e6f5fc9573b4a Mon Sep 17 00:00:00 2001 From: bgc Date: Fri, 1 Aug 2014 16:45:06 +0100 Subject: [PATCH 5/6] Update Language.java --- app/src/processing/app/Language.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/processing/app/Language.java b/app/src/processing/app/Language.java index 99fa17e1a..15ae9b685 100644 --- a/app/src/processing/app/Language.java +++ b/app/src/processing/app/Language.java @@ -60,6 +60,7 @@ public class Language { "fr", // fr, French, Français, Langue française "ja", // ja, Japanese "nl", // nl, Dutch, Nederlands + "pt", //pt, Portuguese }; for (String code : SUPPORTED) { @@ -77,6 +78,9 @@ public class Language { this.languages.put("es", Locale.forLanguageTag("es").getDisplayLanguage(Locale.forLanguageTag("es"))); // nl, Dutch, Nederlands this.languages.put("nl", Locale.forLanguageTag("nl").getDisplayLanguage(Locale.forLanguageTag("nl"))); + // pt, Portuguese + this.languages.put("pt", Locale.forLanguageTag("pt").getDisplayLanguage(Locale.forLanguageTag("pt"))); + */ // Set default language From 0b5319104aa29d887a011fcf81ae1c50a95b1b3d Mon Sep 17 00:00:00 2001 From: bgc Date: Fri, 1 Aug 2014 16:51:36 +0100 Subject: [PATCH 6/6] Update PDE_pt.properties Fixed typos. --- app/src/processing/app/languages/PDE_pt.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/processing/app/languages/PDE_pt.properties b/app/src/processing/app/languages/PDE_pt.properties index f4723de9d..20932a81c 100644 --- a/app/src/processing/app/languages/PDE_pt.properties +++ b/app/src/processing/app/languages/PDE_pt.properties @@ -73,7 +73,7 @@ menu.help = Ajuda menu.help.about = Acerca do Processing menu.help.environment = Ambiente menu.help.reference = Referência -menu.help.find_in_reference = Procurar na Referencia +menu.help.find_in_reference = Procurar na Referência menu.help.online = Online menu.help.getting_started = Primeiros Passos menu.help.getting_started.url = http://processing.org/learning/gettingstarted/ @@ -113,7 +113,7 @@ save.btn.save = Guardar save.btn.dont_save = Não Guardar # Preferences (Frame) -preferences = Preferencias +preferences = Preferências preferences.button.width = 80 preferences.requires_restart = requer reiniciar o Processing preferences.sketchbook_location = Localização do Sketchook @@ -121,7 +121,7 @@ preferences.language = Língua preferences.editor_and_console_font = Fonte do Editor e da Consola preferences.editor_font_size = Tamanho da fonte do Editor preferences.console_font_size = Tamanho da fonte da Consola -preferences.background_color = Cor de fundo em modo de Apresentação +preferences.background_color = Côr de fundo em modo de Apresentação preferences.use_smooth_text = Utilizar texto suavizado na janela do editor preferences.enable_complex_text_input = Activar inserção de caracteres complexos preferences.enable_complex_text_input_example = ex. Japonês