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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-06-27 06:31:47 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-27 11:47:57 +0300
commit5d7effddb3caebf0c35731649ca78ce8bf3a2ba8 (patch)
tree5076358f30062ddbeab7612258db4b26d03e4a07 /app/src/main/res/values-pt-rBR
parentf828c7187bc14df52d9a9c9108151232208d735b (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.xml11
1 files changed, 10 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 ba2f5f45b..ed575093f 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -243,4 +243,13 @@
<string name="manage_accounts">Gerenciar contas</string>
<string name="manage_list">Gerenciar lista</string>
<string name="simple_reply">Responder</string>
- </resources>
+ <string name="error_while_uploading_attachment">Erro ao enviar anexo: %1$s</string>
+ <string name="append_text_to_description">Anexar à descrição</string>
+ <string name="add_text_as_comment">Adicionar como comentário</string>
+ <string name="progress_count">%1$d de %2$d</string>
+ <plurals name="progress_error_count">
+ <item quantity="one">%1$d erros durante o envio.</item>
+ <item quantity="other">%1$d erros durante o envio.</item>
+ </plurals>
+ <string name="simple_report">Reportar</string>
+</resources>