aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-10-10 00:20:15 +0000
committerNextcloud bot <bot@nextcloud.com>2024-10-10 00:20:15 +0000
commitd537050f19b264f96d86a564770835ae36ab9add (patch)
tree00a6a1a1e25d0807ab5e5237df029b069acfa9c8 /apps/files/l10n
parent9e047e9bca80cdf11c3515c74892f19b12fd8fbd (diff)
downloadnextcloud-server-d537050f19b264f96d86a564770835ae36ab9add.tar.gz
nextcloud-server-d537050f19b264f96d86a564770835ae36ab9add.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/zh_CN.js8
-rw-r--r--apps/files/l10n/zh_CN.json8
2 files changed, 14 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 3cd5c70d706..479c4fd01ff 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -210,6 +210,8 @@ OC.L10N.register(
"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" : "你无法将文件/文件夹移动至其自身或子文件夹中",
"(copy)" : "(复制)",
"(copy %n)" : "(复制 %n)",
@@ -275,6 +277,7 @@ OC.L10N.register(
"\"{segment}\" is a reserved name and not allowed for filenames." : "“{segment}” 是一个保留名称,不允许用在文件名中。",
"\"{extension}\" is not an allowed filetype." : "“{extension}” 文件类型不被允许。",
"Filenames must not end with \"{extension}\"." : "文件名不能以 “{extension}” 结尾。",
+ "List of favorite files and folders." : "收藏的文件和文件夹列表。",
"No favorites yet" : "暂无收藏",
"Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示",
"All files" : "全部文件",
@@ -396,6 +399,9 @@ OC.L10N.register(
"Text file" : "文本文件",
"New text file.txt" : "新建文本文档.txt",
"Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
- "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)"
+ "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
+ "Favored" : "已加入收藏",
+ "Favor" : "收藏",
+ "Not favored" : "未收藏"
},
"nplurals=1; plural=0;");
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index 5283386e3de..33b4b63df1b 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -208,6 +208,8 @@
"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" : "你无法将文件/文件夹移动至其自身或子文件夹中",
"(copy)" : "(复制)",
"(copy %n)" : "(复制 %n)",
@@ -273,6 +275,7 @@
"\"{segment}\" is a reserved name and not allowed for filenames." : "“{segment}” 是一个保留名称,不允许用在文件名中。",
"\"{extension}\" is not an allowed filetype." : "“{extension}” 文件类型不被允许。",
"Filenames must not end with \"{extension}\"." : "文件名不能以 “{extension}” 结尾。",
+ "List of favorite files and folders." : "收藏的文件和文件夹列表。",
"No favorites yet" : "暂无收藏",
"Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示",
"All files" : "全部文件",
@@ -394,6 +397,9 @@
"Text file" : "文本文件",
"New text file.txt" : "新建文本文档.txt",
"Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
- "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)"
+ "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
+ "Favored" : "已加入收藏",
+ "Favor" : "收藏",
+ "Not favored" : "未收藏"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file