76 lines
3.3 KiB
JavaScript
76 lines
3.3 KiB
JavaScript
messages["en_US"] = {
|
||
"block.select": "Select {0}",
|
||
"input.comp.default": "component",
|
||
"input.comp.image": "image sprite",
|
||
"input.comp.polysec": "polygon sectional mesh",
|
||
"input.comp.rect": "colored rectangle",
|
||
"input.comp.scale3": "scale3 sprite",
|
||
"input.comp.text": "text",
|
||
"input.ident.default": "variable",
|
||
"input.identanchor.default": "anchor",
|
||
"input.number.default": "123",
|
||
"input.prop.default": "property",
|
||
"input.prop.image.fit": "image sprite: scale mode",
|
||
"input.prop.image.frame": "image sprite: image name",
|
||
"input.prop.image.opacity": "image sprite: opacity",
|
||
"input.prop.polysec.body": "polygon sectional mesh: body image name",
|
||
"input.prop.polysec.head": "polygon sectional mesh: head image name",
|
||
"input.prop.polysec.shape": "polygon sectional mesh: section shape",
|
||
"input.prop.polysec.tail": "polygon sectional mesh: tail image name",
|
||
"input.prop.polysec.transparent": "polygon sectional mesh: transparent mode",
|
||
"input.prop.pos": "position",
|
||
"input.prop.rect.color": "colored rectangle: color",
|
||
"input.prop.rot": "rotation",
|
||
"input.prop.scale": "scale",
|
||
"input.prop.scale3.border": "scale3 sprite: unstretched area ratios",
|
||
"input.prop.sprite.bound": "sprite: secondary anchor position",
|
||
"input.prop.sprite.pivot": "sprite: anchor",
|
||
"input.prop.sprite.scale": "sprite: scale",
|
||
"input.prop.sprite.transparent": "sprite: transparent mode",
|
||
"input.prop.sprite.ui": "sprite: ui mode",
|
||
"input.prop.sprite.zindex": "sprite: layer order",
|
||
"input.prop.text.frames": "text: image mapping",
|
||
"input.prop.text.opacity": "text: opacity",
|
||
"input.prop.text.size": "text: font size",
|
||
"input.prop.text.spacing": "text: character spacing",
|
||
"input.prop.text.value": "text: content",
|
||
"input.type.chart": "chart",
|
||
"input.type.default": "element",
|
||
"input.type.group": "track group",
|
||
"input.type.note": "note",
|
||
"input.type.track": "track",
|
||
"list.statement.comp": "Attach component",
|
||
"list.statement.define": "Define static variable",
|
||
"list.statement.exp.literal.ident": "Variable",
|
||
"list.statement.exp.literal.number": "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": "Create container",
|
||
"list.statement.prop": "Set property",
|
||
"list.statement.select": "Select elements",
|
||
"list.statement.select.anchor": "Select anchor",
|
||
"list.statement.select.atanchor": "Select at anchor",
|
||
"list.statement.select.exp": "Filter expression",
|
||
"list.statement.select.type": "Filter element type",
|
||
"statement.comp": "with a {0}",
|
||
"statement.define": "Define static {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": "Create a container {0}",
|
||
"statement.prop": "Set its {0} to {1}",
|
||
"statement.select": "{0} {1}",
|
||
"statement.select.anchor": "Select its anchor {0}",
|
||
"statement.select.atanchor": "Select at its anchor {0}",
|
||
"statement.select.exp": "If it matches the expression {0}",
|
||
"statement.select.type": "If it is a {0}",
|
||
"tool.debug": "Debug",
|
||
"tool.hideadd": "Hide Add",
|
||
"tool.hidedelete": "Hide Delete",
|
||
"tool.sort": "Sort",
|
||
}; |