diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-13 02:27:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-13 02:27:57 +0000 |
commit | 701e409c4c9533275ef418f88964e5ab3dee660f (patch) | |
tree | 3999295debe1c490e38ade331d5285bc9e474c4d /apps/settings/l10n/zh_CN.js | |
parent | ba867b6257941a01e0ac3591114fbd660499ee8d (diff) | |
download | nextcloud-server-701e409c4c9533275ef418f88964e5ab3dee660f.tar.gz nextcloud-server-701e409c4c9533275ef418f88964e5ab3dee660f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/zh_CN.js')
-rw-r--r-- | apps/settings/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 8434aa0d1be..27f3318378e 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -354,6 +354,7 @@ OC.L10N.register( "Email" : "电子邮件", "Default language" : "默认语言", "Add a new user" : "添加新用户", + "Avatar" : "头像", "Group admin for" : "分组管理员", "Quota" : "配额", "User backend" : "用户来源", @@ -476,8 +477,6 @@ OC.L10N.register( "Restrict users to only share with users in their groups" : "限制用户只与他们组中的用户共享", "Exclude groups from sharing" : "在共享中排除组", "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取共享,但无法向他人共享。", - "Allow username autocompletion in share dialog" : "在分享对话框中允许用户名自动完成", - "Allow username autocompletion to users within the same groups" : "允许自动完成同一组内的用户的用户名", "Allow username autocompletion to users based on phone number integration" : "允许基于手机号码集成自动完成用户的用户名", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "如果启用了“同组”自动完成和“手机号码集成”,则匹配两者中的任何一个都足以显示用户", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "输入全名或电子邮箱地址时,允许自动完成(忽略缺少的通讯录匹配及同组要求)", @@ -518,7 +517,6 @@ OC.L10N.register( "Migration in progress. Please wait until the migration is finished" : "正在进行迁移。请稍等,直到迁移完成", "Migration started …" : "迁移开始...", "Address" : "地址", - "Avatar" : "头像", "An error occured during the request. Unable to proceed." : "请求期间发生错误。 无法继续。", "Plain" : "明文", "NT LAN Manager" : "NT LAN 管理器", @@ -537,6 +535,8 @@ OC.L10N.register( "Pick background job setting" : "选择后台任务设置", "Recommended" : "推荐", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php 需要被系统用户 \"%s\" 执行。", + "Allow username autocompletion in share dialog" : "在分享对话框中允许用户名自动完成", + "Allow username autocompletion to users within the same groups" : "允许自动完成同一组内的用户的用户名", "Change privacy level of profile picture" : "更改个人头像的隐私级别", "Upload new" : "上传", "Select from Files" : "选择文件", |