You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
3.6 KiB
JavaScript

var userLangConfig = {
'zh-CN': {
user: {
// 图片组件默认名称
image_default_name: '图片',
// 文本组件默认名称
text_default_name: '文本',
// 文本组件默认内容
text_default_content: '文本',
component_list: '组件列表',
component_text: '文本',
delete_btn: '拖动删除',
save_btn: '保存布局',
welcome_page: '欢迎页',
main_page: '首页',
template_name: '模板名称',
component_prop: '组件属性',
page_prop: '页面属性',
empty_component: '请选择组件',
component_child_type: '组件子类型',
component_name: '组件名称',
background_image: '背景图片',
please_select: '请选择',
please_input: '请输入',
yes: '是',
no: '否',
background: '背景颜色',
font_size: '文字大小',
font_color: '文字颜色',
text_content: '文字内容',
font_weight: '文字宽度',
events_type: '事件类型',
events_action: '事件动作',
default_focus: '默认聚焦',
move_left_id: '向左侧移动组件ID',
move_right_id: '向右侧移动组件ID',
move_up_id: '向上侧移动组件ID',
move_down_id: '向下侧移动组件ID',
focused_background: '获得焦点时背景颜色',
focused_border_width: '获得焦点时边框宽度',
focused_border_color: '获得焦点时边框颜色',
focused_scale: '获得焦点时边框缩放大小',
},
},
en: {
colorpicker: {
clear: 'clear',
confirm: 'confirm',
},
user: {
// 图片组件默认名称
image_default_name: 'image',
// 文本组件默认名称
text_default_name: 'text',
// 文本组件默认内容
text_default_content: 'text',
component_list: 'component list',
component_text: 'text',
delete_btn: 'drag delete',
save_btn: 'save layout',
welcome_page: 'welcome page',
main_page: 'main page',
template_name: 'template name',
component_prop: 'component property',
page_prop: 'page property',
empty_component: 'please select component',
component_child_type: 'component child type',
component_name: 'component name',
background_image: 'background image',
please_select: 'please select',
please_input: 'please input',
yes: 'yes',
no: 'no',
background: 'background color',
font_size: 'font size',
font_color: 'font color',
text_content: 'text content',
font_weight: 'font weight',
events_type: 'events type',
events_action: 'events action',
default_focus: 'default focus',
move_left_id: 'move left component ID',
move_right_id: 'move right component ID',
move_up_id: 'move up component ID',
move_down_id: 'move down component ID',
focused_background: 'focused background color',
focused_border_width: 'focused border width',
focused_border_color: 'focused border color',
focused_scale: 'focused border scale',
},
},
};