diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 03950ca91e3..eed18de8a34 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -7,13 +7,9 @@ OC.L10N.register( "Could not move %s - File with this name already exists" : "无法移动 %s - 同名文件已存在", "Could not move %s" : "无法移动 %s", "Permission denied" : "拒绝访问", - "File name cannot be empty." : "文件名不能为空。", - "\"%s\" is an invalid file name." : "“%s” 是一个无效的文件名。", - "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。", "The target folder has been moved or deleted." : "目标文件夹已经被移动或删除。", "The name %s is already used in the folder %s. Please choose a different name." : "文件名 %s 是已经在 %s 中存在的名称。请使用其他名称。", "Error when creating the file" : "创建文件时出错", - "Folder name cannot be empty." : "文件夹名称不能为空", "Error when creating the folder" : "创建文件夹出错", "Unable to set upload directory." : "无法设置上传文件夹。", "Invalid Token" : "无效密匙", @@ -63,6 +59,7 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "您没有权限来上传湖州哦和创建文件", "_Uploading %n file_::_Uploading %n files_" : ["上传 %n 个文件"], "\"{name}\" is an invalid file name." : "“{name}”是一个无效的文件名。", + "File name cannot be empty." : "文件名不能为空。", "Your storage is full, files can not be updated or synced anymore!" : "您的存储空间已满,文件将无法更新或同步!", "Your storage is almost full ({usedSpacePercent}%)" : "您的存储空间即将用完 ({usedSpacePercent}%)", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。", |