diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:52 +0000 |
commit | bfb9c9b55c7716c4527721e479a7cdeb6342c6bc (patch) | |
tree | 99e8d1a9b053c0662f8857e7f98cc7f1b4b385de /core/l10n | |
parent | 9dbc7016421873bde22bc13cc784abf85ee644b5 (diff) | |
download | nextcloud-server-bfb9c9b55c7716c4527721e479a7cdeb6342c6bc.tar.gz nextcloud-server-bfb9c9b55c7716c4527721e479a7cdeb6342c6bc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/zh_CN.js | 6 | ||||
-rw-r--r-- | core/l10n/zh_CN.json | 6 |
2 files changed, 12 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" : "选择结束日期", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 73b8adb7004..0927f82cd9d 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -101,8 +101,14 @@ "_{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" : "选择结束日期", |