30 lines
928 B
JavaScript
30 lines
928 B
JavaScript
// I18N constants -- Chinese GB
|
|
// by Dave Lo -- dlo@interactivetools.com
|
|
{
|
|
"Bold": "粗体",
|
|
"Italic": "斜体",
|
|
"Underline": "底线",
|
|
"Strikethrough": "删除线",
|
|
"Subscript": "下标",
|
|
"Superscript": "上标",
|
|
"Justify Left": "位置靠左",
|
|
"Justify Center": "位置居中",
|
|
"Justify Right": "位置靠右",
|
|
"Justify Full": "位置左右平等",
|
|
"Ordered List": "顺序清单",
|
|
"Bulleted List": "无序清单",
|
|
"Decrease Indent": "减小行前空白",
|
|
"Increase Indent": "加宽行前空白",
|
|
"Font Color": "文字颜色",
|
|
"Background Color": "背景颜色",
|
|
"Horizontal Rule": "水平线",
|
|
"Insert Web Link": "插入连结",
|
|
"Insert/Modify Image": "插入图形",
|
|
"Insert Table": "插入表格",
|
|
"Toggle HTML Source": "切换HTML原始码",
|
|
"Enlarge Editor": "放大",
|
|
"About this editor": "关於 Xinha",
|
|
"Help using editor": "说明",
|
|
"Current style": "字体例子"
|
|
}
|