diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-06-24 02:16:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-06-24 02:16:44 +0000 |
commit | 54c716ec8fb5e8774384fb2a023ea1a74116c09e (patch) | |
tree | 00bd5ad882f5a2cb1004b29b2b03911ef767cb07 /apps/files/l10n/zh_CN.js | |
parent | c5c3d04fa1c56b0998cec47f652a29fbf13e1bde (diff) | |
download | nextcloud-server-54c716ec8fb5e8774384fb2a023ea1a74116c09e.tar.gz nextcloud-server-54c716ec8fb5e8774384fb2a023ea1a74116c09e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 5956ec3d3d5..395bb4ca6e5 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "存储空间暂时不可用", "Storage invalid" : "存储空间无效", "Unknown error" : "未知错误", - "All files" : "全部文件", - "Recent" : "最近", - "Favorites" : "收藏", "File could not be found" : "文件未找到", "Move or copy" : "移动或复制", "Download" : "下载", "Delete" : "删除", "Home" : "首页", "Close" : "关闭", + "Favorites" : "收藏", "Could not create folder \"{dir}\"" : "无法创建文件夹 \"{dir}\"", "This will stop your current uploads." : "这会终止您当前的上传。", "Upload cancelled." : "上传已取消。", @@ -94,6 +92,7 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "您一次只能收藏一个文件或文件夹", "New folder" : "新建文件夹", "Upload file" : "上传文件", + "Recent" : "最近", "Not favorited" : "未收藏", "Remove from favorites" : "从收藏中移除", "Add to favorites" : "添加到收藏夹", @@ -135,6 +134,7 @@ OC.L10N.register( "A file or folder has been <strong>deleted</strong>" : "一个文件或文件夹已被 <strong>删除</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "仅限 <strong>收藏文件</strong>的创建和更改通知 <em>(仅限流)</em>", "A file or folder has been <strong>restored</strong>" : "一个文件或文件夹已被<strong>恢复</strong>", + "All files" : "全部文件", "Unlimited" : "无限制", "Upload (max. %s)" : "上传 (最大 %s)", "Accept" : "接受", |