aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-26 05:56:24 +0530
committerGitHub <noreply@github.com>2023-03-26 00:26:24 +0000
commitcb0a2fe6ee57613aa1136c602c3d2e959edfcadf (patch)
tree579a8ade54a06743bfb04aa5e09d561f8dda52dc
parent8af09d5bc8ce0286e88edb49428ada5b1fd89bd0 (diff)
Sync localisations from Crowdin (#2439)
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
-rw-r--r--app/src/main/res/values-pt-rBR/strings.xml3
-rw-r--r--app/src/main/res/values-zh-rCN/strings.xml5
2 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index b9829a21..4efac541 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -333,4 +333,7 @@
<string name="activity_label_pgp_key_manager">Gerenciador de Chaves PGP</string>
<string name="pgp_key_manager_delete_confirmation_dialog_title">Apagar chave?</string>
<string name="git_utils_reset_remote_branch_title">Nome do branch remoto</string>
+ <string name="pgp_key_manager_no_keys_guidance">Importar uma chave usando o botão Adicionar abaixo</string>
+ <string name="no_keys_imported_dialog_title">Nenhuma chave importada</string>
+ <string name="no_keys_imported_dialog_message">Não há chaves PGP importadas no aplicativo ainda, pressione o botão abaixo para escolher um arquivo de chave</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 e72d0d86..11a87943 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -275,6 +275,7 @@ personal.com</string>
<string name="add_otp">添加 OTP</string>
<string name="otp_import_success">导入TOTP配置成功</string>
<string name="otp_import_failure_generic">导入TOTP配置失败</string>
+ <string name="otp_import_failure_no_selection">没有选择镜像文件</string>
<string name="exporting_passwords">正在导出密码…</string>
<string name="invalid_gpg_id">找到了 .gpg-id,但它包含无效的密钥ID、指纹或用户ID</string>
<string name="invalid_filename_text">文件名不能包含\'/\'</string>
@@ -313,6 +314,7 @@ GPG
<string name="git_scheme_disallowed_title">不鼓励使用 git:// 协议</string>
<string name="git_scheme_disallowed_message">Git-daemon 提供的 git 协议不执行传输加密,不适合安全操作。</string>
<!-- Proxy configuration activity -->
+ <string name="activity_proxy_label">代理设置</string>
<string name="proxy_hostname">代理主机名</string>
<string name="port">端口</string>
<string name="pref_edit_proxy_settings">HTTP(S) 代理设置</string>
@@ -337,4 +339,7 @@ GPG
<string name="activity_label_pgp_key_manager">PGP 密钥管理器</string>
<string name="pgp_key_manager_delete_confirmation_dialog_title">删除密钥?</string>
<string name="git_utils_reset_remote_branch_title">远程分支名称</string>
+ <string name="pgp_key_manager_no_keys_guidance">使用下面的添加按钮导入密钥</string>
+ <string name="no_keys_imported_dialog_title">未导入密钥</string>
+ <string name="no_keys_imported_dialog_message">应用中还没有导入PGP密钥,按下下面的按钮选择一个密钥文件</string>
</resources>