Files
crtr/Http/SkinEditor/messages/zh_CN.js

76 lines
3.3 KiB
JavaScript
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.

messages["zh_CN"] = {
"block.select": "选择 {0}",
"input.comp.default": "组件",
"input.comp.image": "图片",
"input.comp.polysec": "多边形截面网格",
"input.comp.rect": "纯色矩形",
"input.comp.scale3": "三段拉伸图片",
"input.comp.text": "文字",
"input.ident.default": "变量",
"input.identanchor.default": "锚点",
"input.number.default": "123",
"input.prop.default": "属性",
"input.prop.image.fit": "图片:缩放模式",
"input.prop.image.frame": "图片:图片名",
"input.prop.image.opacity": "图片:不透明度",
"input.prop.polysec.body": "多边形截面网格:中部图片名",
"input.prop.polysec.head": "多边形截面网格:头部图片名",
"input.prop.polysec.shape": "多边形截面网格:截面形状",
"input.prop.polysec.tail": "多边形截面网格:尾部图片名",
"input.prop.polysec.transparent": "多边形截面网格:透明模式",
"input.prop.pos": "位置",
"input.prop.rect.color": "纯色矩形:颜色",
"input.prop.rot": "旋转",
"input.prop.scale": "缩放",
"input.prop.scale3.border": "三段拉伸图片:非拉伸区域占比",
"input.prop.sprite.bound": "图像:副锚点位置",
"input.prop.sprite.pivot": "图像:锚点",
"input.prop.sprite.scale": "图像:缩放",
"input.prop.sprite.transparent": "图像:透明模式",
"input.prop.sprite.ui": "图像:界面模式",
"input.prop.sprite.zindex": "图像:叠加次序",
"input.prop.text.frames": "文字:图片映射",
"input.prop.text.opacity": "文字:不透明度",
"input.prop.text.size": "文字:字体大小",
"input.prop.text.spacing": "文字:字符间距",
"input.prop.text.value": "文字:内容",
"input.type.chart": "谱面",
"input.type.default": "元素",
"input.type.group": "轨道组",
"input.type.note": "按键",
"input.type.track": "轨道",
"list.statement.comp": "附加组件",
"list.statement.define": "定义静态变量",
"list.statement.exp.literal.ident": "变量",
"list.statement.exp.literal.number": "数字",
"list.statement.exp.op.add": "a + b",
"list.statement.exp.op.divide": "a ÷ b",
"list.statement.exp.op.multiply": "a × b",
"list.statement.exp.op.substract": "a - b",
"list.statement.obj": "创建容器",
"list.statement.prop": "设置属性",
"list.statement.select": "选择元素",
"list.statement.select.anchor": "选择锚点",
"list.statement.select.atanchor": "选择位于锚点",
"list.statement.select.exp": "筛选表达式",
"list.statement.select.type": "筛选元素类型",
"statement.comp": "创建一个 {0} 组件",
"statement.define": "静态定义 {0} = {1}",
"statement.exp.literal.ident": "{0}",
"statement.exp.literal.number": "{0}",
"statement.exp.op.add": "{0} + {1}",
"statement.exp.op.divide": "{0} ÷ {1}",
"statement.exp.op.multiply": "{0} × {1}",
"statement.exp.op.substract": "{0} - {1}",
"statement.obj": "创建一个容器 {0}",
"statement.prop": "设置属性 {0} 为 {1}",
"statement.select": "{0} {1}",
"statement.select.anchor": "选择其 {0} 锚点",
"statement.select.atanchor": "选择位于其 {0} 锚点",
"statement.select.exp": "如果元素符合表达式 {0}",
"statement.select.type": "如果元素的类型为 {0}",
"tool.debug": "调试",
"tool.hideadd": "隐藏添加按钮",
"tool.hidedelete": "隐藏删除按钮",
"tool.sort": "排序",
};