diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 3a8c493f374..b4b07d28120 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -265,7 +265,6 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "相同的文件/文件夹已存在于该文件夹中", "The files is locked" : "文件已锁定", "The file does not exist anymore" : "文件不存在", - "Chose destination" : "选择目的地", "Copy to {target}" : "复制到 {target}", "Move to {target}" : "移动到 {target}", "Cancelled move or copy operation" : "已取消移动或复制操作", @@ -316,6 +315,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "因为性能原因,该列表没有完全加载。这些文件将会在您浏览列表的时候加载。", "Search for an account" : "搜索一个账户", "Choose" : "选择", - "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹" + "No files or folders have been deleted yet" : "尚未删除任何文件或文件夹", + "Chose destination" : "选择目的地" }, "nplurals=1; plural=0;"); |