New translations settings.php (Chinese Simplified)
This commit is contained in:
parent
9f44955b55
commit
8d4c07decc
1 changed files with 17 additions and 17 deletions
|
@ -80,27 +80,27 @@ return [
|
|||
'maint_send_test_email_mail_subject' => '测试电子邮件',
|
||||
'maint_send_test_email_mail_greeting' => '邮件发送功能看起来工作正常!',
|
||||
'maint_send_test_email_mail_text' => '恭喜!您收到了此邮件通知,你的电子邮件设置看起来配置正确。',
|
||||
'maint_recycle_bin_desc' => '被删除的书架、图书、章节、书页将会被存入回收站,您可以恢复过永久删除它们。回收站过旧的项目将会在设定的时间后自动清除。',
|
||||
'maint_recycle_bin_desc' => '被删除的书架,书籍,章节和页面会被存入回收站,以便可以还原或永久删除它们。回收站中的较旧项目可能会在一段时间后自动删除,具体取决于系统设置。',
|
||||
'maint_recycle_bin_open' => '打开回收站',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin' => '回收站',
|
||||
'recycle_bin_desc' => 'Here you can restore items that have been deleted or choose to permanently remove them from the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
|
||||
'recycle_bin_deleted_item' => 'Deleted Item',
|
||||
'recycle_bin_deleted_by' => 'Deleted By',
|
||||
'recycle_bin_deleted_at' => 'Deletion Time',
|
||||
'recycle_bin_permanently_delete' => 'Permanently Delete',
|
||||
'recycle_bin_restore' => 'Restore',
|
||||
'recycle_bin_contents_empty' => 'The recycle bin is currently empty',
|
||||
'recycle_bin_empty' => 'Empty Recycle Bin',
|
||||
'recycle_bin_empty_confirm' => 'This will permanently destroy all items in the recycle bin including content contained within each item. Are you sure you want to empty the recycle bin?',
|
||||
'recycle_bin_destroy_confirm' => 'This action will permanently delete this item, along with any child elements listed below, from the system and you will not be able to restore this content. Are you sure you want to permanently delete this item?',
|
||||
'recycle_bin_destroy_list' => 'Items to be Destroyed',
|
||||
'recycle_bin_restore_list' => 'Items to be Restored',
|
||||
'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.',
|
||||
'recycle_bin_restore_deleted_parent' => 'The parent of this item has also been deleted. These will remain deleted until that parent is also restored.',
|
||||
'recycle_bin_destroy_notification' => 'Deleted :count total items from the recycle bin.',
|
||||
'recycle_bin_restore_notification' => '已还原:从回收站中还原了 :count 个项目。',
|
||||
'recycle_bin_desc' => '在这里,您可以还原已删除的项目,或选择将其从系统中永久删除。与系统中应用了权限过滤器的类似活动列表不同,这个表是未经过滤的。',
|
||||
'recycle_bin_deleted_item' => '被删除的项目',
|
||||
'recycle_bin_deleted_by' => '删除者',
|
||||
'recycle_bin_deleted_at' => '删除时间',
|
||||
'recycle_bin_permanently_delete' => '永久删除',
|
||||
'recycle_bin_restore' => '恢复',
|
||||
'recycle_bin_contents_empty' => '回收站当前为空',
|
||||
'recycle_bin_empty' => '清空回收站',
|
||||
'recycle_bin_empty_confirm' => '这将永久性销毁回收站中的所有项目,包括每个项目中包含的内容。您确定要清空回收站吗?',
|
||||
'recycle_bin_destroy_confirm' => '此操作将从系统中永久删除此项目以及下面列出的所有子元素,并且您将无法还原此内容。您确定要永久删除该项目吗?',
|
||||
'recycle_bin_destroy_list' => '要销毁的项目',
|
||||
'recycle_bin_restore_list' => '要恢复的项目',
|
||||
'recycle_bin_restore_confirm' => '此操作会将已删除的项目,包括所有子元素恢复到其原始位置。如果项目的原始位置已被删除,并且现在位于回收站中,则该条目的上级项目也需要恢复。',
|
||||
'recycle_bin_restore_deleted_parent' => '该项目的上级项目也已被删除。这些项目将保持被删除状态,直到上级项目也被恢复。',
|
||||
'recycle_bin_destroy_notification' => '从回收站中删除了 :count 个项目。',
|
||||
'recycle_bin_restore_notification' => '从回收站中恢复了 :count 个项目。',
|
||||
|
||||
// Audit Log
|
||||
'audit' => '审核日志',
|
||||
|
|
Loading…
Reference in a new issue