diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-25 00:21:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-25 00:21:23 +0000 |
commit | 283dbf15a6c21a4674df6f561fde3d5a4b3a2585 (patch) | |
tree | 6d93234889cf041b4703005117b3707a6405c960 /apps/files/l10n/zh_CN.js | |
parent | f47463404f5e1b270e99bcc5d450c111eb7ab2b3 (diff) | |
download | nextcloud-server-283dbf15a6c21a4674df6f561fde3d5a4b3a2585.tar.gz nextcloud-server-283dbf15a6c21a4674df6f561fde3d5a4b3a2585.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 95d68e70bad..27827fdf2ec 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -276,7 +276,6 @@ 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 favorites files and folders." : "收藏文件和文件夹列表", "No favorites yet" : "暂无收藏", "Files and folders you mark as favorite will show up here" : "收藏的文件和文件夹会在这里显示", "All files" : "全部文件", @@ -389,6 +388,7 @@ OC.L10N.register( "You might not have have permissions to view it, ask the sender to share it" : "您可能没有权限浏览它,请要求发送者分享它", "The files is locked" : "文件已锁定", "Create new templates folder" : "新建模板文件夹", + "List of favorites files and folders." : "收藏文件和文件夹列表", "Toggle %1$s sublist" : "切换 %1$s 子列表", "Text file" : "文本文件", "New text file.txt" : "新建文本文档.txt", |