diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-12-12 00:21:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-12-12 00:21:23 +0000 |
commit | ef09d2554350ffb337efb5cdff666f2337322c86 (patch) | |
tree | ae9742b121bf2219c4feae46bb51d07de995d5b0 /apps/files/l10n | |
parent | 000ee5410fbc120e8e3d96ceb8d7941e2af14512 (diff) | |
download | nextcloud-server-ef09d2554350ffb337efb5cdff666f2337322c86.tar.gz nextcloud-server-ef09d2554350ffb337efb5cdff666f2337322c86.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.js | 7 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 7f5fce81f4e..760fbf35176 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -105,6 +105,8 @@ OC.L10N.register( "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", "{count} selected" : "已选中 {count}", "List of files and folders." : "文件与文件夹列表。", + "You don’t have permission to upload or create files here." : "您无权在此处上传或创建文件。", + "You have used your space quota and cannot upload files anymore." : "您的剩余空间配额不足以继续上传文件。", "Column headers with buttons are sortable." : "带有按钮的列标题可进行排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", "File not found" : "文件未找到", @@ -264,6 +266,11 @@ OC.L10N.register( "Files moved successfully" : "移动文件成功", "Conflicts resolution skipped" : "已跳过冲突解决", "Upload cancelled" : "已取消上传", + "Adding the file extension \"{new}\" may render the file unreadable." : "添加文件扩展名 \"{new}\" 可能会导致文件无法读取。", + "Removing the file extension \"{old}\" may render the file unreadable." : "删除文件扩展名 \"{old}\" 可能会导致文件无法读取。", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "将文件扩展名从 \"{old}\" 更改为 \"{new}\" 可能会导致文件无法读取。", + "Change file extension" : "更改文件扩展名", + "Remove extension" : "删除扩展", "This operation is forbidden" : "该操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员", "Storage is temporarily not available" : "存储空间暂时不可用", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 9e91ee51db9..9bcfcc45e6f 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -103,6 +103,8 @@ "\"{displayName}\" batch action executed successfully" : "批量操作“{displayName}”运行成功", "{count} selected" : "已选中 {count}", "List of files and folders." : "文件与文件夹列表。", + "You don’t have permission to upload or create files here." : "您无权在此处上传或创建文件。", + "You have used your space quota and cannot upload files anymore." : "您的剩余空间配额不足以继续上传文件。", "Column headers with buttons are sortable." : "带有按钮的列标题可进行排序。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出于性能考虑,此列表未完全呈现。文件将在您浏览列表时呈现。", "File not found" : "文件未找到", @@ -262,6 +264,11 @@ "Files moved successfully" : "移动文件成功", "Conflicts resolution skipped" : "已跳过冲突解决", "Upload cancelled" : "已取消上传", + "Adding the file extension \"{new}\" may render the file unreadable." : "添加文件扩展名 \"{new}\" 可能会导致文件无法读取。", + "Removing the file extension \"{old}\" may render the file unreadable." : "删除文件扩展名 \"{old}\" 可能会导致文件无法读取。", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "将文件扩展名从 \"{old}\" 更改为 \"{new}\" 可能会导致文件无法读取。", + "Change file extension" : "更改文件扩展名", + "Remove extension" : "删除扩展", "This operation is forbidden" : "该操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员", "Storage is temporarily not available" : "存储空间暂时不可用", |