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-08-07 07:05:04 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-08-07 18:19:49 +0300
commitd1e450005527cf4adbe0e5435abc18438aeb65d7 (patch)
tree570f7fde87afb9a91a9ba352e1bac3c04eb8f3b4 /app/src/main/res/values-pt-rBR
parent34b61ffd00fcad75aeda83716f3ce2a2e795573f (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml14
1 files changed, 13 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 3ab3ae73..d5d2a26f 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -247,9 +247,21 @@
<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>
+ <string name="settings_notes_path">Definir a pasta</string>
+
<string name="simple_next">Próximo</string>
<string name="simple_prev">Anterior</string>
<string name="simple_backup">Backup</string>
<string name="simple_repair">Reparar</string>
<string name="backup">Detectamos um estado irrecuperável do aplicativo. Faça backup de suas alterações não sincronizadas e limpe o armazenamento do aplicativo Notas.</string>
- </resources>
+ <string name="settings_notes_path_description">Pasta para armazenar suas notas no seu Nextcloud</string>
+ <string-array name="settings_file_suffixes">
+ <item translatable="false">.txt</item>
+ <item translatable="false">.md</item>
+ </string-array>
+ <string name="settings_notes_path_success">Pasta de novas notas: %1$s</string>
+ <string name="settings_file_suffix">Extensão</string>
+ <string name="settings_file_suffix_description">Extensão para novas notas no seu Nextcloud</string>
+ <string name="settings_file_suffix_success">Novo sufixo: %1$s</string>
+ <string name="http_status_code">Código de Status HTTP: %1$d</string>
+</resources>