nextcloud/apps/files_trashbin/l10n/zh_CN.js

28 lines
1.3 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
"Deleted files" : "已删除文件",
"Restore" : "恢复",
2015-11-24 09:56:32 +03:00
"Delete" : "删除",
2018-12-07 04:11:41 +03:00
"Error while restoring file from trashbin" : "从垃圾桶删除文件时出错",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "永久删除",
2018-12-07 04:11:41 +03:00
"Error while removing file from trashbin" : "从垃圾桶删除文件时出错",
"Error while restoring files from trashbin" : "从垃圾桶恢复文件时出错",
"Error while emptying trashbin" : "清空垃圾桶时出错",
"Error while removing files from trashbin" : "从垃圾桶删除文件时出错",
2015-11-24 09:56:32 +03:00
"This operation is forbidden" : "操作被禁止",
2019-01-14 04:12:00 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用,请检查日志或联系管理员",
"restored" : "已恢复",
2015-07-02 08:59:26 +03:00
"No deleted files" : "无已删除文件",
2019-01-15 04:12:14 +03:00
"You will be able to recover deleted files from here" : "您可以在此处恢复已删除的文件",
2015-07-02 08:59:26 +03:00
"No entries found in this folder" : "此文件夹中无项目",
2014-12-20 09:56:24 +03:00
"Select all" : "全部选择",
"Name" : "名称",
2018-12-07 04:11:41 +03:00
"Actions" : "操作",
2018-09-29 03:12:16 +03:00
"Deleted" : "已删除",
"Couldn't delete %s permanently" : "无法彻底删除文件 %s",
"Couldn't restore %s" : "无法恢复 %s",
"Error" : "错误"
},
"nplurals=1; plural=0;");