mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Chinese Language
This commit is contained in:
17
plugins/box/backup/languages/zh-cn.lang.php
Normal file
17
plugins/box/backup/languages/zh-cn.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => '备份',
|
||||
'Backup Date' => '备份日期',
|
||||
'Create Backup' => '创建备份',
|
||||
'Delete' => '删除',
|
||||
'storage' => '存储',
|
||||
'public' => '公开',
|
||||
'plugins' => '插件',
|
||||
'Size' => '大小',
|
||||
'Actions' => '操作',
|
||||
'Delete backup: :backup' => '删除备份: :backup',
|
||||
'Creating...' => '正在创建...',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user