Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add portuguese language #121

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Designed by [Christopher Gundersen]([email protected])
* French by [Nicola Spanti](http://www.nicola-spanti.info/)
* Bulgarian by [Georgy Hristov](http://www.georgyhristov.xyz/) <br>
* Vietnamese by [Susan Truong](https://github.com/susantruong)
* Portuguese by [rflpazini](https://github.com/rflpazini)

## Contributing
Looking to contribute something to Minimal? [Here's how you can help](/Contributing.md).
Expand Down
33 changes: 33 additions & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Minimal</string>
<string name="remind_me">Me Lembre</string>
<string name="choose_date">Data</string>
<string name="choose_time">Tempo</string>
<string name="about">Sobre</string>
<string name="action_settings">Configurações</string>
<string name="no_to_dos">Você não tem nenhuma tarefa</string>
<string name="title">Título</string>
<string name="remind_date_and_time">Lembrete marcado para %1$s, %2$s %3$s</string>
<string name="app_version">Versão: %1$s</string>
<string name="date_reminder_default">Hoje</string>
<string name="night_mode">Modo noturno</string>
<string name="night_mode_on_summary">Modo noturno ativado</string>
<string name="night_mode_off_summary">Modo noturno desativado</string>
<string name="description">Descrição</string>
<string name="remove">Remover</string>
<string name="made_by">Feito por Avjinder</string>
<string name="done_label">Pronto</string>
<string name="date_error_check_again">A data que você colocou já passou</string>
<string name="contact_me">Você pode entrar em contato comigo em</string>
<string name="todo_error">Por favor adicione uma tarefa</string>
<string name="example">Limpar meu quarto</string>

<string-array name="snooze_options">
<item>10 Minutos</item>
<item>30 Minutos</item>
<item>1 Hora</item>
</string-array>

<string name="snooze">Adiar</string>
</resources>