mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 23:56:26 +02:00
11 lines
255 B
PHP
11 lines
255 B
PHP
<?php
|
|
|
|
return array(
|
|
'sandbox' => array(
|
|
'Sandbox' => '沙盒',
|
|
'Sandbox plugin for Monstra' => 'Monstra 沙盒插件',
|
|
'Sandbox template' => '沙盒模板',
|
|
'Save' => '保存',
|
|
)
|
|
);
|