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>2020-02-05 06:36:26 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-02-05 22:41:51 +0300
commit6803804a45c621fe67388b194908b2cced36f85d (patch)
tree5bbb0acbffbf0509aa8508ef14d287caf230fe00 /app/src/main/res/values-pt-rBR
parente5dfb9897255036394827450dfd7ac75f215a0eb (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.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index eb19b584..5c74fa5d 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -43,6 +43,7 @@
<string name="settings_font_title"> Fonte monospaçada</string>
<string name="settings_font_size">Tamanho da fonte</string>
<string name="settings_wifi_only">Sincronizar somente por Wi-Fi</string>
+ <string name="settings_background_sync">Sincronização em segundo plano</string>
<!-- Certificates -->
@@ -50,11 +51,7 @@
<!-- Error -->
<string name="error_sync">A sincronização falhou: %1$s</string>
- <string name="error_json">O aplicativo Notes está ativado no servidor?</string>
- <string name="error_no_network">não existe conexão de rede</string>
- <string name="error_files_app">Você instalou o aplicativo files?</string>
- <string name="error_unknown">Um erro desconhecido ocorreu</string>
-
+ <string name="error_no_network">Sem conexão de rede</string>
<!-- About -->
<string name="about_version_title">Versão</string>
<string name="about_version">Você está usando &lt;strong>%1$s&lt;/strong></string>
@@ -93,9 +90,11 @@
<!-- Shortcuts -->
<string name="shortcut_create_long">Criar uma nova anotação</string>
+ <!-- These values should not be translateable. They should be migrated at some point. -->
<string name="pref_value_theme_light">Claro</string>
<string name="pref_value_font_normal">Normal</string>
<string name="pref_value_wifi_and_mobile">Sincronizar por Wi-Fi e dados móveis</string>
+
<string name="simple_error">Erro</string>
<string name="simple_close">Fechar</string>
<string name="simple_copy">Copiar</string>
@@ -136,6 +135,14 @@
<item>Grande</item>
</string-array>
+ <!-- Array: background synchronization -->
+ <string-array name="sync_entries">
+ <item>Desligar</item>
+ <item>15 minutos</item>
+ <item>1 hora</item>
+ <item>6 horas</item>
+ </string-array>
+
<!-- Plurals -->
<plurals name="ab_selected">
<item quantity="one">%d selecionados</item>