diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-07 01:11:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-07 01:11:41 +0000 |
commit | 504411a9ff07a5b19ef63bc09623b094ee603a0d (patch) | |
tree | 8972b8ed97327c4b9a7c25b7beeb6f0806f0dde6 /apps/files_trashbin/l10n | |
parent | 5c2c71ba52a7da2ccb57170dd3c09af7f193511f (diff) | |
download | nextcloud-server-504411a9ff07a5b19ef63bc09623b094ee603a0d.tar.gz nextcloud-server-504411a9ff07a5b19ef63bc09623b094ee603a0d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.js | 6 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/zh_CN.js b/apps/files_trashbin/l10n/zh_CN.js index 74abccc8425..50880b17d9f 100644 --- a/apps/files_trashbin/l10n/zh_CN.js +++ b/apps/files_trashbin/l10n/zh_CN.js @@ -4,7 +4,12 @@ OC.L10N.register( "Deleted files" : "已删除文件", "Restore" : "恢复", "Delete" : "删除", + "Error while restoring file from trashbin" : "从垃圾桶删除文件时出错", "Delete permanently" : "永久删除", + "Error while removing file from trashbin" : "从垃圾桶删除文件时出错", + "Error while restoring files from trashbin" : "从垃圾桶恢复文件时出错", + "Error while emptying trashbin" : "清空垃圾桶时出错", + "Error while removing files from trashbin" : "从垃圾桶删除文件时出错", "This operation is forbidden" : "操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员", "restored" : "已恢复", @@ -13,6 +18,7 @@ OC.L10N.register( "No entries found in this folder" : "此文件夹中无项目", "Select all" : "全部选择", "Name" : "名称", + "Actions" : "操作", "Deleted" : "已删除", "Couldn't delete %s permanently" : "无法彻底删除文件 %s", "Couldn't restore %s" : "无法恢复 %s", diff --git a/apps/files_trashbin/l10n/zh_CN.json b/apps/files_trashbin/l10n/zh_CN.json index 6e2269a29df..645e41d4d2c 100644 --- a/apps/files_trashbin/l10n/zh_CN.json +++ b/apps/files_trashbin/l10n/zh_CN.json @@ -2,7 +2,12 @@ "Deleted files" : "已删除文件", "Restore" : "恢复", "Delete" : "删除", + "Error while restoring file from trashbin" : "从垃圾桶删除文件时出错", "Delete permanently" : "永久删除", + "Error while removing file from trashbin" : "从垃圾桶删除文件时出错", + "Error while restoring files from trashbin" : "从垃圾桶恢复文件时出错", + "Error while emptying trashbin" : "清空垃圾桶时出错", + "Error while removing files from trashbin" : "从垃圾桶删除文件时出错", "This operation is forbidden" : "操作被禁止", "This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员", "restored" : "已恢复", @@ -11,6 +16,7 @@ "No entries found in this folder" : "此文件夹中无项目", "Select all" : "全部选择", "Name" : "名称", + "Actions" : "操作", "Deleted" : "已删除", "Couldn't delete %s permanently" : "无法彻底删除文件 %s", "Couldn't restore %s" : "无法恢复 %s", |