1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 20:57:49 +02:00

Chinese Language

This commit is contained in:
Awilum
2014-03-14 20:09:09 +04:00
parent 56562942cd
commit efb026013e
15 changed files with 468 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
return array(
'filesmanager' => array(
'Files' => '文件',
'Files manager' => '文件管理',
'Name' => '名称',
'Actions' => '操作',
'Delete' => '删除',
'Upload' => '上传',
'directory' => '目录',
'Delete directory: :dir' => '删除目录: :dir',
'Delete file: :file' => '删除文件 :file',
'Extension' => '扩展名',
'Size' => '尺寸',
'Select file' => '选择文件',
'Change' => '更改',
)
);