diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-01 00:25:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-01 00:25:24 +0000 |
commit | eb537ad6649f65b9116e6ab4c55514a26411fbb6 (patch) | |
tree | 59d7ccf879e403d871b55cd10132fb038a5bc7e1 /apps/settings/l10n/zh_CN.js | |
parent | 968622098f45afc626a53072d575a6592ce56296 (diff) | |
download | nextcloud-server-eb537ad6649f65b9116e6ab4c55514a26411fbb6.tar.gz nextcloud-server-eb537ad6649f65b9116e6ab4c55514a26411fbb6.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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 61d7b3609ce..13cf70ba5b8 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -372,7 +372,6 @@ OC.L10N.register( "Select user quota" : "选择用户容量限额", "Set the language" : "设置语言", "Select manager" : "选择管理者", - "Toggle user actions menu" : "切换用户行动菜单", "Delete user" : "删除用户", "Wipe all devices" : "擦除所有设备", "Disable user" : "禁用用户", @@ -385,7 +384,8 @@ OC.L10N.register( "Account deletion" : "帐号删除", "Delete {userid}'s account" : "删除 {userid} 的账号", "Welcome mail sent!" : "欢迎邮件已经发送!", - "Edit User" : "编辑用户", + "Toggle user actions menu" : "切换用户行动菜单", + "Edit" : "编辑", "{size} used" : "已使用 {size}", "Passwordless authentication requires a secure connection." : "无密码身份验证需要安全的连接。", "Add WebAuthn device" : "添加 WebAuthn 设备", @@ -524,6 +524,7 @@ OC.L10N.register( "Choose profile picture from files" : "从文件中选择个人资料图片", "png or jpg, max. 20 MB" : "png 或 jpg 格式,最大 20MB", "Your location" : "您的位置", + "Edit User" : "编辑用户", "Will be autogenerated" : "将自动生成", "Add a new user" : "添加新用户", "Show Languages" : "显示语言", |