diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 13346c61dc9..fdd1cc9b364 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -1,7 +1,7 @@ OC.L10N.register( "files", { - "Storage is temporarily not available" : "存储空间暂时不可用", + "Storage is temporarily not available" : "库文件 %s 不可用", "Storage invalid" : "存储空间无效", "Unknown error" : "未知错误", "All files" : "全部文件", @@ -17,6 +17,7 @@ OC.L10N.register( "Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在", "Not enough free space" : "可用空间不足", "Uploading …" : "正在上传...", + "…" : "undefined", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Actions" : "操作", "Download" : "下载", @@ -118,6 +119,7 @@ OC.L10N.register( "Show hidden files" : "显示隐藏文件", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "使用这个地址 <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">通过 WebDAV 访问您的文件</a>", + "Uploading @" : "上传中", "No files in here" : "无文件", "Upload some content or sync with your devices!" : "上传或从您的设备中同步!", "No entries found in this folder" : "文件夹中无项目", @@ -126,9 +128,9 @@ 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" : "通过链接分享", + "Shared with you" : "与您共享", + "Shared with others" : "与他人共享", + "Shared by link" : "通过链接共享", "Tags" : "标签", "Deleted files" : "已删除的文件", "Text file" : "文本文件", |