diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:47 +0000 |
commit | 0e0b468c10b8a65cbf346c052cadbc8d834eb28f (patch) | |
tree | 925d741a7c712cc17a2ce256ab57bb3c13bb472c /apps/files/l10n/zh_CN.js | |
parent | 82c5f41dde1246ad92c0d2867f88db800c384a4d (diff) | |
download | nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.tar.gz nextcloud-server-0e0b468c10b8a65cbf346c052cadbc8d834eb28f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index d85a211d2e0..5b1a5788841 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "显示网格视图", "Home" : "首页", "Close" : "关闭", - "Favorites" : "收藏", "Could not create folder \"{dir}\"" : "无法创建文件夹“{dir}”", "This will stop your current uploads." : "这会终止您当前的上传。", "Upload cancelled." : "上传已取消。", @@ -104,7 +103,6 @@ OC.L10N.register( "Favorited" : "已收藏", "Favorite" : "收藏", "Copy direct link (only works for users who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", - "You can only favorite a single file or folder at a time" : "您一次只能收藏一个文件或文件夹", "New folder" : "新建文件夹", "Create new folder" : "创建新文件夹", "Upload file" : "上传文件", @@ -119,6 +117,7 @@ OC.L10N.register( "Removed from favorites" : "从收藏夹移除", "You added {file} to your favorites" : "您已经添加 {file} 到您的收藏夹", "You removed {file} from your favorites" : "您已从收藏夹中移除 {file}", + "Favorites" : "收藏", "File changes" : "文件发生变化", "Created by {user}" : "由 {user} 创建", "Changed by {user}" : "由 {user} 更改", @@ -172,10 +171,11 @@ OC.L10N.register( "Reload current directory" : "重新载入当前目录", "Go to the \"{dir}\" directory" : "前往“{dir}”目录", "Select the row for {displayName}" : "选择 {displayName} 的行", - "Open folder {name}" : "打开文件夹 {name}", + "File name" : "文件名", "Download file {name}" : "下载文件 {name}", "\"{displayName}\" action executed successfully" : "“{displayName}”操作执行成功", "\"{displayName}\" action failed" : "“{displayName}”操作执行失败", + "Name cannot be empty" : "名称不能为空", "Total rows summary" : "总行摘要", "Select all" : "全部选择", "Unselect all" : "取消全选", @@ -229,6 +229,7 @@ OC.L10N.register( "Unable to create new file from template" : "无法从模板创建新文件", "Delete permanently" : "彻底删除", "Open folder {displayName}" : "打开文件夹{displayName}", + "Open details" : "打开详情", "Set up templates folder" : "设置模板文件夹", "Templates" : "模板", "Create new templates folder" : "新建模板文件夹", @@ -250,6 +251,7 @@ OC.L10N.register( "Text file" : "文本文件", "New text file.txt" : "新建文本文档.txt", "Storage invalid" : "存储空间无效", + "You can only favorite a single file or folder at a time" : "您一次只能收藏一个文件或文件夹", "Unlimited" : "无限制", "Search users" : "搜索用户", "Cancel" : "取消", @@ -257,6 +259,7 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "已使用 %2$s 中的 %1$s", "Deleted files" : "已删除的文件", + "Open folder {name}" : "打开文件夹 {name}", "Search for an account" : "搜索一个账户" }, "nplurals=1; plural=0;"); |