Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #165 from Hakaisu/main
Browse files Browse the repository at this point in the history
Brazilian Portuguese Translations
  • Loading branch information
itsaky authored Apr 18, 2022
2 parents af32767 + 19fdb95 commit fa7c36e
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 0 deletions.
352 changes: 352 additions & 0 deletions app/src/main/res/values-pt-rBR/strings.xml

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions common/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<resources>
<string name="cms_channel_id_devs">Notificações de desenvolvedores</string>
<string name="cms_channel_id_update">Notificações de atualização do aplicativo</string>
<string name="msg_hex_color_code">Código de cor hexadecimal</string>
<string name="msg_color_picker_pick">Escolha</string>
<string name="msg_chmod_exec">Definindo permissões executáveis…</string>
<string name="msg_linking">Vinculando %1$s a %2$s</string>
<string name="msg_extracting_hooks">Extraindo bibliotecas de hooks…</string>
</resources>
5 changes: 5 additions & 0 deletions emulatorview/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<resources>
<string name="paste_text">Colar</string>
<string name="copy_text">Copiar</string>
<string name="text_selection_more">Mais…</string>
</resources>
44 changes: 44 additions & 0 deletions lsp/java/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ This file is part of AndroidIDE.
~
~ AndroidIDE is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ AndroidIDE is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
-->

<resources>
<string name="action_import_classes">Importar classe(s)</string>
<string name="action_generate_setters_getters">Gerar setters/getters</string>
<string name="action_add_throws">Adicionar \'throws\'</string>
<string name="action_comment_line">Linha de comentário</string>
<string name="action_create_missing_method">Criar método ausente</string>
<string name="action_convert_to_block">Converter para bloco</string>
<string name="action_generate_constructor">Gerar construtor</string>
<string name="action_implement_abstract_methods">Implementar método(s) abstrato(s)</string>
<string name="action_remove_class">Remover classe</string>
<string name="action_remove_method">Remover método</string>
<string name="action_remove_unused_throws">Remover throws não utilizados</string>
<string name="action_suppress_unchecked_warning">Eliminar aviso \'unchecked\'</string>
<string name="action_uncomment_line">Remover linha</string>
<string name="action_convert_to_statement">Converter em um código válido</string>
<string name="msg_select_fields">Selecionar campos</string>
<string name="msg_no_fields_selected">Nenhum campo selecionado</string>
<string name="msg_no_fields_found">Nenhum campo encontrado</string>
<string name="action_override_superclass_methods">Sobrepor métodos de superclasse</string>
<string name="msg_no_methods_selected">Nenhum método selecionado</string>
<string name="msg_cannot_override_methods">Não é possível sobrepor métodos</string>
<string name="msg_cannot_generate_setters_getters">Não é possível gerar setters e getters</string>
<string name="msg_select_methods">Selecione métodos para sobrepor</string>
<string name="msg_no_overridable_methods">Não foi possível encontrar nenhum método sobreponível</string>
<string name="action_goto_definition">Ir para definição</string>
<string name="action_find_references">Encontrar referências</string>
</resources>
21 changes: 21 additions & 0 deletions lsp/xml/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is part of AndroidIDE.
~
~ AndroidIDE is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ AndroidIDE is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
-->

<resources>
<string name="msg_add_namespace_decl">Acrescentar a declaração de espaço de nomes de \'%1$s\'</string>
</resources>
6 changes: 6 additions & 0 deletions xml-inflater/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<resources>
<string name="msg_cannot_create_view">Não é possível criar visualização para a tag: %s</string>
<string name="err_cannot_read_values">Não foi possível ler os valores</string>
<string name="err_no_attr_adapter">Nenhuma implementação de adaptador de atributo encontrada para %s</string>
<string name="msg_view_not_supported">A visualização %s não é suportada atualmente.</string>
</resources>

0 comments on commit fa7c36e

Please sign in to comment.