Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r--apps/files/l10n/zh_CN.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 61807d0b436..07c064d064e 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -6,13 +6,13 @@ OC.L10N.register(
"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}\"",
"Upload cancelled." : "上传已取消",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "无法上传文件 {filename},因为它是一个目录或者是大小为 0 的空文件",
@@ -142,13 +142,13 @@ 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" : "收藏的文件和文件夹会在这里显示",
- "Shared with you" : "与您共享",
- "Shared with others" : "与他人共享",
- "Shared by link" : "通过链接共享",
"Tags" : "标签",
"Deleted files" : "已删除的文件",
"Text file" : "文本文件",
"New text file.txt" : "新建文本文件.txt",
- "Move" : "移动"
+ "Move" : "移动",
+ "Shared with you" : "与您共享",
+ "Shared with others" : "与他人共享",
+ "Shared by link" : "通过链接共享"
},
"nplurals=1; plural=0;");