Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-05-01 07:05:10 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-05-01 17:20:07 +0300
commitefcf6b5af97a6099ca11bef238eeb71dd7ebbe31 (patch)
tree44eb6edaaf11c448d0867eaf102b712abd5c67d3 /app/src/main/res/values-pt-rBR
parent80d6e8ad81f501d1b552d8458ce04bb245b4a034 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 66ea604e..5fa5d5e9 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -6,12 +6,14 @@
<string name="label_all_notes">Todas as notas</string>
<string name="label_favorites">Favoritos</string>
<string name="action_create">Nova nota</string>
+ <string name="welcome_text">Bem-vindo ao %1$s</string>
<string name="action_settings">Configurações</string>
<string name="action_trashbin">Anotações excluídas</string>
<string name="action_search">Pesquisar</string>
<string name="action_sorting_method">Método de ordenação</string>
<string name="simple_cancel">Cancelar</string>
<string name="simple_edit">Editar</string>
+ <string name="simple_remove">Remover</string>
<string name="action_edit_save">Salvar</string>
<string name="simple_about">Sobre</string>
<string name="simple_link">Link</string>
@@ -245,5 +247,13 @@
<string name="error_action_open_network">Configurações da rede</string>
<string name="no_account_configured_yet">Nenhuma conta foi configurada</string>
<string name="no_other_accounts">Você ainda não configurou nenhuma outra conta.</string>
+ <string name="choose_account">Escolha a conta </string>
<string name="context_based_formatting">Formatação baseada no contexto popover</string>
- </resources>
+ <plurals name="remove_account_message">
+ <item quantity="one">Removendo a conta %1$s também excluirá uma alteração irrecuperável não foi sincronizada. </item>
+ <item quantity="other">Removendo a conta %1$s também irá deletar irrecuperávelmente %2$d mudanças não sincronizadas. </item>
+ </plurals>
+ <string name="remove_account">Remover %1$s</string>
+
+ <string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">Você deve estar conectado à Internet para adicionar uma conta. </string>
+</resources>