diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/editor/plugins/nls/zh-tw | |
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/zh-tw')
19 files changed, 522 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/AutoSave.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/AutoSave.js new file mode 100644 index 0000000..ff8b952 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/AutoSave.js @@ -0,0 +1,18 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/AutoSave", //begin v1.x content +({ + "saveLabel": "儲存", + "saveSettingLabelOn": "設定自動儲存間隔...", + "saveSettingLabelOff": "關閉自動儲存", + "saveSettingdialogTitle": "自動儲存", + "saveSettingdialogDescription": "指定自動儲存間隔", + "saveSettingdialogParamName": "自動儲存間隔", + "saveSettingdialogParamLabel": "分鐘", + "saveSettingdialogButtonOk": "設定間隔", + "saveSettingdialogButtonCancel": "取消", + "saveMessageSuccess": "已儲存於 ${0}", + "saveMessageFail": "無法儲存於 ${0}" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/Blockquote.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/Blockquote.js new file mode 100644 index 0000000..0d6ac43 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/Blockquote.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/Blockquote", //begin v1.x content +({ + "blockquote": "區塊引文" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/Breadcrumb.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/Breadcrumb.js new file mode 100644 index 0000000..60881a2 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/Breadcrumb.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/Breadcrumb", //begin v1.x content +({ + "nodeActions": "${nodeName} 動作", + "selectContents": "選取內容", + "selectElement": "選取元素", + "deleteElement": "刪除元素", + "deleteContents": "刪除內容", + "moveStart": "將游標移到開頭", + "moveEnd": "將游標移到末尾" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/CollapsibleToolbar.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/CollapsibleToolbar.js new file mode 100644 index 0000000..268dd21 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/CollapsibleToolbar.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/CollapsibleToolbar", //begin v1.x content +({ + "collapse": "收合編輯器工具列", + "expand": "展開編輯器工具列" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/FindReplace.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/FindReplace.js new file mode 100644 index 0000000..d354cb4 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/FindReplace.js @@ -0,0 +1,26 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/FindReplace", //begin v1.x content +({ + "findLabel": "尋找:", + "findTooltip": "輸入要尋找的文字", + "replaceLabel": "取代為:", + "replaceTooltip": "輸入要取代的文字", + "findReplace": "尋找/取代", + "matchCase": "大小寫相符", + "matchCaseTooltip": "大小寫相符", + "backwards": "向後", + "backwardsTooltip": "往回搜尋文字", + "replaceAllButton": "全部取代", + "replaceAllButtonTooltip": "取代所有文字", + "findButton": "尋找", + "findButtonTooltip": "尋找文字", + "replaceButton": "取代", + "replaceButtonTooltip": "取代文字", + "replaceDialogText": "取代了 ${0} 項。", + "eofDialogText": "前次出現 ${0}", + "eofDialogTextFind": "找到", + "eofDialogTextReplace": "已取代" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/InsertAnchor.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/InsertAnchor.js new file mode 100644 index 0000000..25ab4b1 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/InsertAnchor.js @@ -0,0 +1,13 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/InsertAnchor", //begin v1.x content +({ + insertAnchor: "插入錨點", + title: "錨點內容", + anchor: "名稱:", + text: "說明:", + set: "設定", + cancel: "取消" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/InsertEntity.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/InsertEntity.js new file mode 100644 index 0000000..27dbe89 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/InsertEntity.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/InsertEntity", //begin v1.x content +({ + insertEntity: "插入符號" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/LocalImage.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/LocalImage.js new file mode 100644 index 0000000..e75b6c8 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/LocalImage.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/LocalImage", //begin v1.x content +({ + insertImageTitle: "插入影像", + url: "影像", + browse: "瀏覽...", + text: "說明", + set: "插入", + invalidMessage: "影像檔類型無效", + prePopuTextUrl: "輸入影像 URL", + prePopuTextBrowse: " 或瀏覽本端檔案。" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/PageBreak.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/PageBreak.js new file mode 100644 index 0000000..9908f9f --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/PageBreak.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/PageBreak", //begin v1.x content +({ + "pageBreak": "分頁" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/PasteFromWord.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/PasteFromWord.js new file mode 100644 index 0000000..618b0d7 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/PasteFromWord.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/PasteFromWord", //begin v1.x content +({ + "pasteFromWord": "從 Word 貼上", + "paste": "貼上", + "cancel": "取消", + "instructions": "將 Word 中的內容貼入下方的文字框。在滿意要插入的內容之後,請按貼上按鈕。若要中斷插入文字,請按取消按鈕。" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/Preview.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/Preview.js new file mode 100644 index 0000000..8f2864d --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/Preview.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/Preview", //begin v1.x content +({ + "preview": "預覽" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/SafePaste.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/SafePaste.js new file mode 100644 index 0000000..a0652fb --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/SafePaste.js @@ -0,0 +1,6 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/SafePaste", ({ + "instructions": "已停用直接貼上。請使用標準瀏覽器鍵盤或功能表貼上控制,將內容貼上至此對話框中。一旦您滿意要插入的內容,按下貼上按鈕。若要中斷插入內容,按下取消按鈕。" +}) +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/Save.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/Save.js new file mode 100644 index 0000000..5e55ab2 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/Save.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/Save", //begin v1.x content +({ + "save": "儲存" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/ShowBlockNodes.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/ShowBlockNodes.js new file mode 100644 index 0000000..b55d11c --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/ShowBlockNodes.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/ShowBlockNodes", //begin v1.x content +({ + "showBlockNodes": "顯示 HTML 區塊元素" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/Smiley.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/Smiley.js new file mode 100644 index 0000000..da7b064 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/Smiley.js @@ -0,0 +1,28 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/Smiley", //begin v1.x content +({ + smiley: "插入表情符號", + emoticonSmile: "微笑", + emoticonLaughing: "大笑", + emoticonWink: "眨眼", + emoticonGrin: "露齒而笑", + emoticonCool: "酷", + emoticonAngry: "生氣", + emoticonHalf: "左右為難", + emoticonEyebrow: "揚眉", + emoticonFrown: "皺眉", + emoticonShy: "羞怯", + emoticonGoofy: "傻了", + emoticonOops: "哎喲", + emoticonTongue: "吐舌頭", + emoticonIdea: "思考", + emoticonYes: "對", + emoticonNo: "不對", + emoticonAngel: "守護神", + emoticonCrying: "哭泣", + emoticonHappy: "歡樂派對" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/SpellCheck.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/SpellCheck.js new file mode 100644 index 0000000..9e10d7d --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/SpellCheck.js @@ -0,0 +1,21 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/SpellCheck", //begin v1.x content +({ + widgetLabel: "批次拼字檢查", + unfound: "找不到", + skip: "跳過", + skipAll: "全部跳過", + toDic: "新增至字典", + suggestions: "建議", + replace: "取代", + replaceWith: "取代為", + replaceAll: "全部取代", + cancel: "取消", + msg: "找不到拼錯", + iSkip: "跳過此項", + iSkipAll: "跳過所有如此項的項目", + iMsg: "沒有拼字建議" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/TableDialog.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/TableDialog.js new file mode 100644 index 0000000..3531706 --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/TableDialog.js @@ -0,0 +1,36 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/TableDialog", //begin v1.x content +({ + insertTableTitle: "插入表格", + modifyTableTitle: "修改表格", + rows: "列:", + columns: "欄:", + align: "對齊:", + cellPadding: "資料格行距:", + cellSpacing: "資料格間距:", + tableWidth: "表格寬度:", + backgroundColor: "背景顏色:", + borderColor: "邊框顏色:", + borderThickness: "邊框寬度", + percent: "百分比", + pixels: "像素", + "default": "預設值", + left: "靠左", + center: "置中", + right: "靠右", + buttonSet: "設定", // translated elsewhere? + buttonInsert: "插入", + buttonCancel: "取消", + + selectTableLabel: "選取表格", + insertTableRowBeforeLabel: "在前面新增一個列", + insertTableRowAfterLabel: "在後面新增一個列", + insertTableColumnBeforeLabel: "在前面新增一個直欄", + insertTableColumnAfterLabel: "在後面新增一個直欄", + deleteTableRowLabel: "刪除列", + deleteTableColumnLabel: "刪除欄" +}) + +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/TextColor.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/TextColor.js new file mode 100644 index 0000000..9d6d41a --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/TextColor.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/TextColor", //begin v1.x content +({ + "setButtonText": "設定", + "cancelButtonText": "取消" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/editor/plugins/nls/zh-tw/latinEntities.js b/js/dojo/dojox/editor/plugins/nls/zh-tw/latinEntities.js new file mode 100644 index 0000000..859f87c --- /dev/null +++ b/js/dojo/dojox/editor/plugins/nls/zh-tw/latinEntities.js @@ -0,0 +1,262 @@ +//>>built +define( +"dojox/editor/plugins/nls/zh-tw/latinEntities", //begin v1.x content +({ + /* These are already handled in the default RTE + amp:"ampersand",lt:"less-than sign", + gt:"greater-than sign", + nbsp:"no-break space\nnon-breaking space", + quot:"quote", + */ + iexcl:"倒感歎號", + cent:"英分", + pound:"英鎊", + curren:"貨幣符號", + yen:"日圓符號\n人民幣符號", + brvbar:"斷開的豎線\n斷開的垂直線", + sect:"小節符號", + uml:"分音符號\n元音分音", + copy:"著作權符號", + ordf:"陰性序數指示符", + laquo:"左尖雙角引號\n左尖雙引號", + not:"非符號", + shy:"軟連字號\n自由選定的連字號", + reg:"已註冊符號\n註冊商標符號", + macr:"長音符\n間隔長音符\n上線\nAPL 上線", + deg:"度號", + plusmn:"加減符號\n正負號", + sup2:"上標 2\n上標數字 2\n平方", + sup3:"上標 3\n上標數字 3\n立方", + acute:"揚音符\n揚音符", + micro:"µ 符號", + para:"¶ 符號\n段落符號", + middot:"中點號\n中心點\n希臘中點", + cedil:"軟音符號\n間距軟音符號", + sup1:"上標 1\n上標數字 1", + ordm:"陽性序數指示符", + raquo:"右尖雙角引號\n右尖雙引號", + frac14:"普通分數四分之一\n分數四分之一", + frac12:"普通分數二分之一\n分數二分之一", + frac34:"普通分數四分之三\n分數四分之三", + iquest:"顛倒的問號\n倒轉的問號", + Agrave:"帶抑音符的拉丁文大寫字母 A\n帶抑音符的拉丁文大寫字母 A", + Aacute:"帶揚音符的拉丁文大寫字母 A", + Acirc:"帶抑揚音符的拉丁文大寫字母 A", + Atilde:"帶顎化符的拉丁文大寫字母 A", + Auml:"帶分音符的拉丁文大寫字母 A", + Aring:"帶上圓圈的拉丁文大寫字母 A\n帶上圓圈的拉丁文大寫字母 A", + AElig:"拉丁文大寫字母 AE\n拉丁文大寫連字 AE", + Ccedil:"帶軟音符號的拉丁文大寫字母 C", + Egrave:"帶抑音符的拉丁文大寫字母 E", + Eacute:"帶揚音符的拉丁文大寫字母 E", + Ecirc:"帶抑揚音符的拉丁文大寫字母 E", + Euml:"帶分音符的拉丁文大寫字母 E", + Igrave:"帶抑音符的拉丁文大寫字母 I", + Iacute:"帶揚音符的拉丁文大寫字母 I", + Icirc:"帶抑揚音符的拉丁文大寫字母 I", + Iuml:"帶分音符的拉丁文大寫字母 I", + ETH:"拉丁文大寫字母 ETH", + Ntilde:"帶顎化符的拉丁文大寫字母 N", + Ograve:"帶抑音符的拉丁文大寫字母 O", + Oacute:"帶揚音符的拉丁文大寫字母 O", + Ocirc:"帶抑揚音符的拉丁文大寫字母 O", + Otilde:"帶顎化符的拉丁文大寫字母O", + Ouml:"帶分音符的拉丁文大寫字母 O", + times:"乘號", + Oslash:"帶斜線的拉丁文大寫字母 O\n帶斜線的大寫字母 O", + Ugrave:"帶抑音符的拉丁文大寫字母 U", + Uacute:"帶揚音符的拉丁文大寫字母 U", + Ucirc:"帶抑揚音符的拉丁文大寫字母 U", + Uuml:"帶分音符的拉丁文大寫字母 U", + Yacute:"帶揚音符的拉丁文大寫字母 Y", + THORN:"拉丁文大寫字母 THORN", + szlig:"拉丁文小寫字母 sharp s\ness-zed", + agrave:"帶抑音符的拉丁文小寫字母 a\n帶抑音符的拉丁文小寫字母 a", + aacute:"帶揚音符的拉丁文小寫字母 a", + acirc:"帶抑揚音符的拉丁文小寫字母 a", + atilde:"帶顎化符的拉丁文小寫字母 a", + auml:"帶分音符的拉丁文小寫字母 a", + aring:"帶上圓圈的拉丁文 a\n帶上圓圈的拉丁文 a", + aelig:"拉丁文小寫字母 ae\n拉丁文小寫連字 ae", + ccedil:"帶軟音符號的拉丁文小寫字母 c", + egrave:"帶抑音符的拉丁文小寫字母 e", + eacute:"帶揚音符的拉丁文小寫字母 e", + ecirc:"帶抑揚音符的拉丁文小寫字母 e", + euml:"帶分音符的拉丁文小寫字母 e", + igrave:"帶抑音符的拉丁文小寫字母 i", + iacute:"帶揚音符的拉丁文小寫字母 i", + icirc:"帶抑揚音符的拉丁文小寫字母 i", + iuml:"帶分音符的拉丁文小寫字母 i", + eth:"拉丁文小寫字母 eth", + ntilde:"帶顎化符的拉丁文小寫字母 n", + ograve:"帶抑音符的拉丁文小寫字母 o", + oacute:"帶揚音符的拉丁文小寫字母 o", + ocirc:"帶抑揚音符的拉丁文小寫字母 o", + otilde:"帶顎化符的拉丁文小寫字母 o", + ouml:"帶分音符的拉丁文小寫字母 o", + divide:"除號", + oslash:"帶斜線的拉丁文小寫字母 O\n帶斜線的小寫字母 o", + ugrave:"帶抑音符的拉丁文小寫字母 u", + uacute:"帶揚音符的拉丁文小寫字母 u", + ucirc:"帶抑揚音符的拉丁文小寫字母 u", + uuml:"帶分音符的拉丁文小寫字母 u", + yacute:"帶揚音符的拉丁文小寫字母 y", + thorn:"拉丁文小寫字母 thorn", + yuml:"帶分音符的拉丁文小寫字母 y", + +// Greek Characters and Symbols + fnof:"帶短畫的拉丁文小寫 f\n函數\n弗洛林幣", + Alpha:"希臘文大寫字母 Α", + Beta:"希臘文大寫字母 Β", + Gamma:"希臘文大寫字母 Γ", + Delta:"希臘文大寫字母 Δ", + Epsilon:"希臘文大寫字母 Ε", + Zeta:"希臘文大寫字母 Ζ", + Eta:"希臘文大寫字母 Η", + Theta:"希臘文大寫字母 Θ", + Iota:"希臘文大寫字母 Ι", + Kappa:"希臘文大寫字母 Κ", + Lambda:"希臘文大寫字母 Λ", + Mu:"希臘文大寫字母 Μ", + Nu:"希臘文大寫字母 Ν", + Xi:"希臘文大寫字母 Ξ", + Omicron:"希臘文大寫字母 Ο", + Pi:"希臘文大寫字母 Π", + Rho:"希臘文大寫字母 Ρ", + Sigma:"希臘文大寫字母 Σ", + Tau:"希臘文大寫字母 Τ", + Upsilon:"希臘文大寫字母 Υ", + Phi:"希臘文大寫字母 Φ", + Chi:"希臘文大寫字母 Χ", + Psi:"希臘文大寫字母 Ψ", + Omega:"希臘文大寫字母 Ω", + alpha:"希臘文小寫字母 α", + beta:"希臘文小寫字母 β", + gamma:"希臘文小寫字母 γ", + delta:"希臘文小寫字母 δ", + epsilon:"希臘文小寫字母 ε", + zeta:"希臘文小寫字母 ζ", + eta:"希臘文小寫字母 η", + theta:"希臘文小寫字母 θ", + iota:"希臘文小寫字母 ι", + kappa:"希臘文小寫字母 κ", + lambda:"希臘文小寫字母 λ", + mu:"希臘文小寫字母 μ", + nu:"希臘文小寫字母 ν", + xi:"希臘文小寫字母 ξ", + omicron:"希臘文小寫字母 ο", + pi:"希臘文小寫字母 π", + rho:"希臘文小寫字母 ρ", + sigmaf:"希臘文小寫字母 final sigma", + sigma:"希臘文小寫字母 σ", + tau:"希臘文小寫字母 τ", + upsilon:"希臘文小寫字母 υ", + phi:"希臘文小寫字母 φ", + chi:"希臘文小寫字母 χ", + psi:"希臘文小寫字母 ψ", + omega:"希臘文小寫字母 ω", + thetasym:"希臘文小寫字母 theta 符號", + upsih:"帶鉤的希臘文 upsilon 符號", + piv:"希臘文 pi 符號", + bull:"項目符號\n黑色小圓圈", + hellip:"水平省略號\n三個點開頭", + prime:"撇號\n分鐘\n英呎", + Prime:"雙撇號\n秒\n英吋", + oline:"上線\n間隔上線", + frasl:"分數斜線", + weierp:"Script 大寫 P\n冪集\nWeierstrass p", + image:"黑色大寫字母 I\n虛數部分", + real:"黑色大寫字母 R\n實數部分符號", + trade:"商標符號", + alefsym:"alef 符號\n第一個超窮基數", + larr:"向左箭頭", + uarr:"向上箭頭", + rarr:"向右箭頭", + darr:"向下箭頭", + harr:"左右箭頭", + crarr:"有向左轉的角的向下箭頭\n換行符號", + lArr:"向左雙箭頭", + uArr:"向上雙箭頭", + rArr:"向右雙箭頭", + dArr:"向下雙箭頭", + hArr:"左右雙箭頭", + forall:"全部", + part:"偏微分", + exist:"存在", + empty:"空集\n空集\n直徑", + nabla:"倒三角算子\n反向差分", + isin:"屬於", + notin:"不屬於", + ni:"包含", + prod:"n 元積\n積符號", + sum:"n 元和", + minus:"減號", + lowast:"星號運算子", + radic:"平方根\n根號", + prop:"成比例", + infin:"無限", + ang:"角符號", + and:"邏輯 AND\n楔形符號", + or:"邏輯 OR\nV 形符號", + cap:"交集\n蓋狀", + cup:"併集\n杯狀","int":"整數的", + there4:"因此", + sim:"波狀符號運算子\n偏離\n近似", + cong:"約等於", + asymp:"幾乎等於\n近似於", + ne:"不等於", + equiv:"完全相等", + le:"小於或等於", + ge:"大於或等於", + sub:"子集", + sup:"超集", + nsub:"非子集", + sube:"子集或等於", + supe:"超集或等於", + oplus:"帶圓圈的加號\n直和", + otimes:"帶圓圈的乘號\n向量積", + perp:"向上的釘子\n垂直於\n垂線", + sdot:"點運算子", + lceil:"左上限\nAPL 頂", + rceil:"右上限", + lfloor:"左下限\nAPL 底", + rfloor:"右下限", + lang:"左角括弧", + rang:"右角括弧", + loz:"菱形", + spades:"黑色黑桃", + clubs:"黑色梅花\n三葉草", + hearts:"黑色紅桃\n心形", + diams:"黑色方塊", + OElig:"拉丁文大寫連字 OE", + oelig:"拉丁文小寫連字 oe", + Scaron:"帶倒折音的拉丁文大寫字母 S", + scaron:"帶倒折音的拉丁文小寫字母 s", + Yuml:"帶分音符的拉丁文大寫字母 Y", + circ:"修飾元字母抑揚音符", + tilde:"小波狀符號", + ensp:"短破折號間距", + emsp:"長破折號間距", + thinsp:"薄間距", + zwnj:"零寬非連字符", + zwj:"零寬連字符", + lrm:"從左到右標記", + rlm:"從右到左標記", + ndash:"短破折號", + mdash:"長破折號", + lsquo:"左單引號", + rsquo:"右單引號", + sbquo:"9 形下標單引號", + ldquo:"左雙引號", + rdquo:"右雙引號", + bdquo:"9 形下標雙引號", + dagger:"單劍註釋符號", + Dagger:"雙劍註釋符號", + permil:"千分號", + lsaquo:"左尖單角引號", + rsaquo:"右尖單角引號", + euro:"歐元符號" +}) + +//end v1.x content +); |
