rhymix/modules/widget/lang/zh-CN.lang.php

43 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/widget/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 控件(widget) 模块的基本语言包
**/
$lang->cmd_generate_code = '代码生成';
$lang->widget_name = 'Widget 名称';
$lang->widget_maker = 'Widget 作者';
$lang->widget_history = '变更事项';
$lang->widget_info = 'Widget 信息';
$lang->widget_code = '代码';
$lang->widget_cache = '缓存';
$lang->widget_fix_width = '固定大小';
$lang->widget_width = '宽度大小';
$lang->widget_position = '位置';
$lang->widget_position_none = '换行';
$lang->widget_position_left = '左侧';
$lang->widget_position_right = '右侧';
$lang->widget_margin = '边距';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = '选择会固定宽度大小';
$lang->about_widget_width = '请选择宽度大小。';
$lang->about_widget_position = '在一行列入多个Widget时请选择位置。';
$lang->about_widget_margin = '在一行列入多个Widget时请选择位置。';
$lang->about_widget_cache = '在指定的时间内可以利用缓存的数据。';
$lang->generated_code = '已生成的代码';
$lang->msg_widget_is_not_exists = '找不到%s Widget';
$lang->msg_widget_object_is_null = '不能生成%s Widget的客体';
$lang->msg_widget_proc_is_null = '不能生成%s Widget的 proc()。';
$lang->about_widget_code = '在选择的Widget里输入以下项目值后按『代码生成』按钮底部会输出可以应用在模板文件里的代码';
$lang->about_widget_code_in_page = '输入以下必要的值以后按“添加”按钮在页面插入Widget。';
$lang->about_addon = "widget是在布局或页面模块里使用的一个构成要素。\n可以合并内部模块或外部open api通过设定可以应用多种多样的效果。\n即使不使用zeroboard XE的页面或模块通过『代码生成』功能直接可以能添加Widget。";
?>