diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:37 +0000 |
commit | 49d911aa33ea34e7b5e864703ff6b73c495cda17 (patch) | |
tree | 0403724d153a4eb2d81b778aaa15e6772a516951 /core/l10n/zh_CN.js | |
parent | 8f6620d5529a7e914c4990b2075e120335c49172 (diff) | |
download | nextcloud-server-49d911aa33ea34e7b5e864703ff6b73c495cda17.tar.gz nextcloud-server-49d911aa33ea34e7b5e864703ff6b73c495cda17.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_CN.js')
-rw-r--r-- | core/l10n/zh_CN.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index e5fd4d61bfc..2ccad1d2100 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -103,8 +103,14 @@ OC.L10N.register( "_{count} notification_::_{count} notifications_" : ["{count} 条通知"], "No" : "否", "Yes" : "是", + "Federated user" : "联合云用户", + "user@your-nextcloud.org" : "user@your-nextcloud.org", "Create share" : "创建共享", + "The remote URL must include the user." : "远程 URL 必须包含用户。", + "Invalid remote URL." : "无效远程 URL。", "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", + "Direct link copied to clipboard" : "直链已复制至粘贴板", + "Please copy the link manually:" : "请手动复制链接:", "Custom date range" : "自定义日期范围", "Pick start date" : "选择起始日期", "Pick end date" : "选择结束日期", |