Skip to content

Commit

Permalink
New translations strings.xml (Portuguese, Brazilian)
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Dec 29, 2024
1 parent 6de985a commit 01d695c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- General -->
<string name="app_name">Contador</string>
<string name="last_update_timestamp">Última atualização em {timestamp}</string>
<!-- Menu -->
<string name="menu_counters_list">Abrir navegação</string>
<string name="menu_add">Adicionar contador</string>
Expand Down Expand Up @@ -43,10 +44,19 @@
<string name="settings_other">Outros</string>
<string name="settings_version_title">Versão</string>
<string name="settings_wipe_title">Apagar todos os contadores</string>
<string name="settings_export_title">Exportar contadores</string>
<string name="settings_export_summary">Exportar todos os contadores no formato CSV</string>
<string name="settings_tip_title">Compre-me um café</string>
<string name="settings_tip_summary">Apoie o criador deste app</string>
<string name="settings_homepage_title">Página</string>
<string name="settings_homepage_summary">Informações do app e o código-fonte</string>
<string name="settings_wipe_confirmation">Quer mesmo apagar todos os contadores?</string>
<string name="settings_wipe_confirmation_yes">Apagar tudo</string>
<!-- Toasts -->
<string name="toast_wipe_success">Todos os contadores foram excluídos.</string>
<string name="toast_delete_success">Contador \"{name}\" foi excluído.</string>
<string name="toast_unable_to_modify">Alguma coisa deu errado ao salvar o contador. Desculpe!</string>
<string name="toast_unable_to_export">Algo deu errado ao exportar os contadores. Desculpe!</string>
<!-- Other stuff -->
<string name="default_counter_name">Novo contador</string>
</resources>

0 comments on commit 01d695c

Please sign in to comment.