30 lines
923 B
JavaScript
30 lines
923 B
JavaScript
// I18N constants -- UTF-8
|
|
// 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": "字體例子"
|
|
}
|