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 95babaf6914..deabb58a951 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -16,6 +16,7 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "可用空间不足,您上传的文件大小为 {size1} ,但可用空间仅剩 {size2}", "Target folder \"{dir}\" does not exist any more" : "目标目录 \"{dir}\" 不存在", "Not enough free space" : "可用空间不足", + "Uploading …" : "上传中…", "…" : "undefined", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Actions" : "操作", @@ -77,7 +78,7 @@ OC.L10N.register( "New folder" : "新建文件夹", "Upload file" : "上传文件", "An error occurred while trying to update the tags" : "更新标签时出错", - "Added to favorites" : "添加到收藏", + "Added to favorites" : "已添加到收藏", "Removed from favorites" : "取消收藏", "You added {file} to your favorites" : "您已经添加 {file} 到您的收藏夹", "You removed {file} from your favorites" : "您已从收藏夹中删除 {file}", |