diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.json')
-rw-r--r-- | apps/files/l10n/zh_CN.json | 48 |
1 files changed, 4 insertions, 44 deletions
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 487d3bf29e1..fbf503808fa 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -128,54 +128,14 @@ "Deleted files" : "已删除的文件", "Text file" : "文本文件", "New text file.txt" : "创建文本文件 .txt", - "Storage not available" : "存储空间不可用", - "Unable to set upload directory." : "无法设置上传文件夹.", - "Invalid Token" : "无效密钥", - "No file was uploaded. Unknown error" : "没有文件被上传. 未知错误", - "There is no error, the file uploaded with success" : "文件上传成功, 没有任何错误", - "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "上传文件的大小已超过 php.ini 中 upload_max_filesize 设置的值", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件长度超出了 HTML 表单中 MAX_FILE_SIZE 的限制", - "The uploaded file was only partially uploaded" : "文件仅部分上传", - "No file was uploaded" : "没有文件被上传", - "Missing a temporary folder" : "临时目录缺失", - "Failed to write to disk" : "写入磁盘失败", - "Not enough storage available" : "没有足够的存储空间", - "The target folder has been moved or deleted." : "目标文件夹已被移动或删除.", - "Upload failed. Could not find uploaded file" : "上传失败. 未发现上传的文件", - "Upload failed. Could not get file info." : "上传失败. 无法获取文件信息.", - "Invalid directory." : "无效文件夹.", - "Total file size {size1} exceeds upload limit {size2}" : "总文件大小 {size1} 超过上传限制 {size2}", - "Error uploading file \"{fileName}\": {message}" : "上传文件错误 \"{fileName}\": {message}", - "Could not get result from server." : "无法从服务器获取结果", - "{hours}:{minutes}:{seconds} hour{plural_s} left" : "剩余时间: {hours}:{minutes}:{seconds} ", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["剩余 {hours}:{minutes}:{seconds} 小时"], "{hours}:{minutes}h" : "{hours}:{minutes}", - "{minutes}:{seconds} minute{plural_s} left" : "剩余 {minutes}:{seconds} 分钟", + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["剩余 {minutes}:{seconds} 分钟"], "{minutes}:{seconds}m" : "{minutes}:{seconds}", - "{seconds} second{plural_s} left" : "剩余 {seconds} 秒", + "_{seconds} second left_::_{seconds} seconds left_" : ["剩余 {seconds} 秒"], "{seconds}s" : "{seconds}s", "Any moment now..." : "现在任何时候...", "Soon..." : "很快...", - "File upload is in progress. Leaving the page now will cancel the upload." : "文件正在上传中. 离开此页将会取消上传.", - "No entries in this folder match '{filter}'" : "文件夹中不存在 \"{filter}\"", - "Local link" : "本地链接", - "{newname} already exists" : "{newname} 已经存在", - "A file or folder has been <strong>changed</strong>" : "文件/文件夹已经 <strong>修改</strong>", - "A file or folder has been <strong>deleted</strong>" : "文件/文件夹已经 <strong>删除</strong>", - "A file or folder has been <strong>restored</strong>" : "文件/文件夹已经 <strong>恢复</strong>", - "You created %1$s" : "您创建了 %1$s", - "%2$s created %1$s" : "%2$s 创建了 %1$s", - "%1$s was created in a public folder" : "%1$s 被创建在公开文件夹中", - "You changed %1$s" : "您修改了 %1$s", - "%2$s changed %1$s" : "%2$s 修改了 %1$s", - "You deleted %1$s" : "您删除了 %1$s", - "%2$s deleted %1$s" : "%2$s 删除了 %1$s", - "You restored %1$s" : "你恢复了 %1$s", - "%2$s restored %1$s" : "%2$s 恢复了 %1$s", - "Changed by %2$s" : "被 %2$s 更改", - "Deleted by %2$s" : "被 %2$s 删除", - "Restored by %2$s" : "被 %2$s 恢复", - "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["剩余 {hours}:{minutes}:{seconds} 小时"], - "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["剩余 {minutes}:{seconds} 分钟"], - "_{seconds} second left_::_{seconds} seconds left_" : ["剩余 {seconds} 秒"] + "File upload is in progress. Leaving the page now will cancel the upload." : "文件正在上传中. 离开此页将会取消上传." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |