mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 01:39:58 +09:00
30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* @file modules/editor/lang/zh-CN.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 所见所得编辑器(editor) 模块基本语言包
|
|
**/
|
|
|
|
$lang->editor = "所见所得编辑器";
|
|
$lang->component_name = "组件";
|
|
$lang->component_version = "版本";
|
|
$lang->component_author = "作者";
|
|
$lang->component_link = "链接";
|
|
$lang->component_date = "编写日期";
|
|
$lang->component_description = "说明";
|
|
$lang->component_extra_vars = "设定变数";
|
|
$lang->component_grant = "设定权限";
|
|
|
|
$lang->about_component = "组件介绍";
|
|
$lang->about_component_grant = "指定的用户组可以使用。 (解除时全部可以使用)";
|
|
|
|
$lang->msg_component_is_not_founded = '找不到%s 组建说明';
|
|
$lang->msg_component_is_inserted = '您选择的组件已输入';
|
|
$lang->msg_component_is_first_order = '您选择的组件在最上端的位置';
|
|
$lang->msg_component_is_last_order = '您选择的组件在最下端的位置';
|
|
$lang->msg_load_saved_doc = "有自动保存的内容, 确定要恢复吗?\n输入完的内容保存后自动保存的文本会被删除";
|
|
$lang->msg_auto_saved = "已自动保存";
|
|
|
|
$lang->cmd_disable = "没有激活";
|
|
$lang->cmd_enable = "激活";
|
|
?>
|