diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index b96f772b39b..e61be71521a 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -4,33 +4,17 @@ OC.L10N.register( "Storage not available" : "存储空间不可用", "Storage invalid" : "存储空间无效", "Unknown error" : "未知错误", - "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." : "无效文件夹。", "Files" : "文件", "All files" : "全部文件", "File could not be found" : "文件未找到", "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字节", "Total file size {size1} exceeds upload limit {size2}" : "总文件大小 {size1} 超过上传限制 {size2}", "Not enough free space, you are uploading {size1} but only {size2} is left" : "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。", - "Error uploading file \"{fileName}\": {message}" : "上传文件错误 \"{fileName}\": {message}", - "Could not get result from server." : "不能从服务器得到结果", "Uploading..." : "上传中...", "..." : "...", "{hours}:{minutes}:{seconds} hour{plural_s} left" : "剩余时间:{hours}:{minutes}:{seconds} ", @@ -63,10 +47,8 @@ OC.L10N.register( "Could not rename \"{fileName}\"" : "不能重命名 \"{fileName}\"", "Could not create file \"{file}\"" : "不能创建文件 \"{file}\"", "Could not create file \"{file}\" because it already exists" : "不能创建文件 \"{file}\" ,因为它已经存在", - "Could not create folder \"{dir}\"" : "不能创建文件夹 \"{dir}\"", "Could not create folder \"{dir}\" because it already exists" : "不能创建文件夹 \"{dir}\" ,因为它已经存在", "Error deleting file \"{fileName}\"." : "删除文件 \"{fileName}\" 时出错。", - "No entries in this folder match '{filter}'" : "此文件夹中无项目匹配“{filter}”", "Name" : "名称", "Size" : "大小", "Modified" : "修改日期", @@ -129,6 +111,24 @@ OC.L10N.register( "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", "Text file" : "文本文件", "New text file.txt" : "创建文本文件 .txt", + "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." : "无效文件夹。", + "Error uploading file \"{fileName}\": {message}" : "上传文件错误 \"{fileName}\": {message}", + "Could not get result from server." : "不能从服务器得到结果", + "No entries in this folder match '{filter}'" : "此文件夹中无项目匹配“{filter}”", "{newname} already exists" : "{newname} 已经存在", "A file or folder has been <strong>changed</strong>" : "一个文件或文件夹已被<strong>修改</strong>" }, |