diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:45 +0000 |
commit | 33ccc430cfdf8ee130dd28220bcb830c6285a599 (patch) | |
tree | da20381d2c2e5207cf16c2def1d7f9d7602f3a65 /core/l10n/zh_CN.js | |
parent | 789ccf8798625b56a7bf8194052041425776e8a5 (diff) | |
download | nextcloud-server-33ccc430cfdf8ee130dd28220bcb830c6285a599.tar.gz nextcloud-server-33ccc430cfdf8ee130dd28220bcb830c6285a599.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" : "选择结束日期", |