diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.json')
-rw-r--r-- | apps/files/l10n/zh_CN.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 5283386e3de..33b4b63df1b 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -208,6 +208,8 @@ "Edit online" : "在线编辑", "Failed to redirect to client" : "重定向到客户端失败", "Edit locally" : "本地编辑", + "Moving \"{source}\" to \"{destination}\" …" : "正在移动 “{source}” 至 “{destination}” ...", + "Copying \"{source}\" to \"{destination}\" …" : "正在复制 “{source}” 至 “{destination}” ...", "You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中", "(copy)" : "(复制)", "(copy %n)" : "(复制 %n)", @@ -273,6 +275,7 @@ "\"{segment}\" is a reserved name and not allowed for filenames." : "“{segment}” 是一个保留名称,不允许用在文件名中。", "\"{extension}\" is not an allowed filetype." : "“{extension}” 文件类型不被允许。", "Filenames must not end with \"{extension}\"." : "文件名不能以 “{extension}” 结尾。", + "List of favorite files and folders." : "收藏的文件和文件夹列表。", "No favorites yet" : "暂无收藏", "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", "All files" : "全部文件", @@ -394,6 +397,9 @@ "Text file" : "文本文件", "New text file.txt" : "新建文本文档.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)", - "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)" + "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", + "Favored" : "已加入收藏", + "Favor" : "收藏", + "Not favored" : "未收藏" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |