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
path: root/app
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-10-04 06:59:20 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-10-04 10:35:17 +0300
commit6dbafb0a98acc35a78e3aec4f13b9bf2e0375618 (patch)
treea2c103ea66f5c440d72623c206a3e5e3ba890c60 /app
parentead15781cfc1a1803d3a5a0cee6d93d99a2bafc9 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values-eu/strings.xml6
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml6
-rw-r--r--app/src/main/res/values-zh-rCN/strings.xml6
3 files changed, 15 insertions, 3 deletions
diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml
index b9c66dea..31daafc9 100644
--- a/app/src/main/res/values-eu/strings.xml
+++ b/app/src/main/res/values-eu/strings.xml
@@ -12,6 +12,7 @@
<string name="action_search">Bilatu</string>
<string name="action_sorting_method">Ordenatze metodoa</string>
<string name="simple_cancel">Utzi</string>
+ <string name="simple_switch">Aldatu</string>
<string name="simple_edit">Editatu</string>
<string name="simple_remove">Kendu</string>
<string name="action_edit_save">Gorde</string>
@@ -265,4 +266,7 @@
<string name="settings_file_suffix_description">Zure Nextcloudeko nota berrien fitxategi-luzapena</string>
<string name="settings_file_suffix_success">Fitxategi berrien luzapena: %1$s</string>
<string name="http_status_code">HTTP egoera kodea: %1$d</string>
- </resources>
+ <string name="progress_import_indeterminate">Notak inportatzen...</string>
+ <string name="progress_import">%2$dtik %1$d nota inportatzen...</string>
+ <string name="account_imported">Kontua inportatuta.</string>
+</resources>
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 4df3d1f5..d17fce01 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -12,6 +12,7 @@
<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_switch">Trocar</string>
<string name="simple_edit">Editar</string>
<string name="simple_remove">Remover</string>
<string name="action_edit_save">Salvar</string>
@@ -265,4 +266,7 @@
<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>
+ <string name="progress_import_indeterminate">Importando notas… </string>
+ <string name="progress_import">Importando notas %1$d de %2$d…</string>
+ <string name="account_imported">Conta importada.</string>
+</resources>
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index ece0a4b2..a67ebef5 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -12,6 +12,7 @@
<string name="action_search">搜索</string>
<string name="action_sorting_method">排序方法</string>
<string name="simple_cancel">取消</string>
+ <string name="simple_switch">切换</string>
<string name="simple_edit">编辑</string>
<string name="simple_remove">移除</string>
<string name="action_edit_save">保存</string>
@@ -260,4 +261,7 @@
<string name="settings_file_suffix_description">你的 Nextcloud 中新笔记的文件扩展名</string>
<string name="settings_file_suffix_success">新文件后缀:%1$s</string>
<string name="http_status_code">HTTP 状态码:%1$d</string>
- </resources>
+ <string name="progress_import_indeterminate">导入笔记中…</string>
+ <string name="progress_import">正导入 %2$d 中的笔记 %1$d …</string>
+ <string name="account_imported">账号已导入</string>
+</resources>