diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-10 00:20:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-10 00:20:23 +0000 |
commit | 39bae6f32591036be1674b58a355d71303a44790 (patch) | |
tree | e68658705b864c0a745ad6d271095702c909e656 /apps/files/l10n/zh_CN.js | |
parent | 8bf6a60199e221abd413439aa6abca59b8d45521 (diff) | |
download | nextcloud-server-39bae6f32591036be1674b58a355d71303a44790.tar.gz nextcloud-server-39bae6f32591036be1674b58a355d71303a44790.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 | 8 |
1 files changed, 7 insertions, 1 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;"); |