diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-12 00:22:12 +0000 |
commit | 3d7f3d3b4ab973ac9bc81b66ea8dedc256d261d3 (patch) | |
tree | 6732a1770529c2cd5d06a36d075ccfd5fac6ba3a /apps/files/l10n/zh_CN.js | |
parent | 0f359f385a8a3be54b85e9650d8e46aa2721a2af (diff) | |
download | nextcloud-server-3d7f3d3b4ab973ac9bc81b66ea8dedc256d261d3.tar.gz nextcloud-server-3d7f3d3b4ab973ac9bc81b66ea8dedc256d261d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 1f19ae5fd3e..f672d6513bf 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -253,12 +253,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您尝试上传的文件大小超过了服务器的限制。", "No favorites yet" : "暂无收藏", "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", - "Shares" : "共享", - "Shared with others" : "已与他人共享", - "Shared with you" : "与您共享的", - "Shared by link" : "已通过链接共享", - "Deleted shares" : "已删除的共享", - "Pending shares" : "待定共享", "Text file" : "文本文件", "New text file.txt" : "新建文本文档.txt", "Storage invalid" : "存储空间无效", @@ -270,6 +264,12 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "已使用 %2$s 中的 %1$s", "Deleted files" : "已删除的文件", + "Shares" : "共享", + "Shared with others" : "已与他人共享", + "Shared with you" : "与您共享的", + "Shared by link" : "已通过链接共享", + "Deleted shares" : "已删除的共享", + "Pending shares" : "待定共享", "Open folder {name}" : "打开文件夹 {name}", "Search for an account" : "搜索一个账户" }, |