diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 70d73425a89..115788aeab7 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -172,9 +172,10 @@ OC.L10N.register( "Go to the \"{dir}\" directory" : "前往“{dir}”目录", "Select the row for {displayName}" : "选择 {displayName} 的行", "Rename file" : "重命名文件", - "File name" : "文件名", "A long time ago" : "很久以前", "Download file {name}" : "下载文件 {name}", + "File name" : "文件名", + "Folder name" : "文件夹名称", "\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功", "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", "\"{name}\" is not an allowed filetype." : "“{name}”不是允许的文件类型", |