diff options
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index b3dbb2b4bcc..a02951c800b 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -250,12 +250,6 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["您正要删除 {count} 个项目"], "Confirm deletion" : "确认删除", "Cancel" : "取消", - "Edit file locally" : "本地编辑", - "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "该文件现在应该在你的设备上打开。如果没有,请检查你是否安装了桌面应用程序。", - "Retry and close" : "重试并关闭", - "Edit online" : "在线编辑", - "Failed to redirect to client" : "重定向到客户端失败", - "Edit locally" : "本地编辑", "Moving \"{source}\" to \"{destination}\" …" : "正在移动 “{source}” 至 “{destination}” ...", "Copying \"{source}\" to \"{destination}\" …" : "正在复制 “{source}” 至 “{destination}” ...", "You cannot move a file/folder onto itself or into a subfolder of itself" : "你无法将文件/文件夹移动至其自身或子文件夹中", @@ -276,6 +270,11 @@ OC.L10N.register( "Cancelled move or copy operation" : "已取消移动或复制操作", "Open folder {displayName}" : "打开文件夹{displayName}", "Open in Files" : "在文件中打开", + "Open file locally" : "在本地打开文件", + "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "该文件现在应该在你的设备上打开。如果没有,请检查你是否安装了桌面应用程序。", + "Retry and close" : "重试并关闭", + "Failed to redirect to client" : "重定向到客户端失败", + "Open locally" : "本地打开", "Rename" : "重命名", "Open details" : "打开详情", "View in folder" : "在文件夹中查看", @@ -376,6 +375,7 @@ OC.L10N.register( "Error when assembling chunks, status code {status}" : "组装块时发生错误,状态码 {status}", "Choose target folder" : "选择目标文件夹", "Set reminder" : "设置提醒", + "Edit locally" : "本地编辑", "Open" : "打开", "Could not load info for file \"{file}\"" : "无法加载文件“{file}”的信息", "Details" : "详细信息", @@ -438,6 +438,8 @@ OC.L10N.register( "Go to the previous folder" : "回到前一个文件夹", "Open the files app settings" : "打开文件设置", "Unable to change the favourite state of the file" : "无法修改文件的收藏状态", + "Edit file locally" : "本地编辑", + "Edit online" : "在线编辑", "Create new templates folder" : "新建模板文件夹", "List of favorites files and folders." : "收藏文件和文件夹列表", "Personal Files" : "个人文件", |