-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from RickyM7/master
PT-BR Translation (Português do Brasil)
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<p><strong>+CLASS :</strong> cria uma nova classe, você será solicitado a localizar a nova classe clicando na tela</p> | ||
<p><strong>SETAS :</strong> cria uma relação entre duas classes, você será solicitado a selecionar a classe de origem e a classe final clicando nelas</p> | ||
<p><strong>ESC :</strong> aborta a ação atual</p> | ||
<p><strong>Mover uma classe :</strong> clique e arraste a classe</p> | ||
<p><strong>Editar uma classe :</strong> clique duas vezes nela</p> | ||
<p><strong>Excluir uma relação :</strong> clique duas vezes nele, você será solicitado a confirmar</p> | ||
<p><strong>Rolar a janela :</strong> clique e arraste uma zona vazia</p> | ||
<p><strong>Ajustar a janela :</strong> clique duas vezes em uma zona vazia</p> | ||
<p><strong>Zoom :</strong> beliscar/espalhar</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<resources> | ||
<string name="app_name">Editor de Classe UML</string> | ||
<string name="navigation_drawer_open">Abrir gaveta de navegação</string> | ||
<string name="navigation_drawer_close">Fechar gaveta de navegação</string> | ||
<string name="new_attribute_string">Novo atributo...</string> | ||
<string name="new_method_string">Novo método...</string> | ||
<string name="attributes_string">Atributos</string> | ||
<string name="methods_string">Métodos</string> | ||
<string name="new_value_string">Novo valor...</string> | ||
<string name="values_string">Valores</string> | ||
<string name="parameters_string">Parâmetros</string> | ||
<string name="new_parameter_string">Novo parâmetro...</string> | ||
</resources> |