MCPcopy
hub / github.com/pandao/editor.md / factory

Function factory

languages/zh-tw.js:2–100  ·  view source on GitHub ↗
(exports)

Source from the content-addressed store, hash-verified

1(function(){
2 var factory = function (exports) {
3 var lang = {
4 name : "zh-tw",
5 description : "開源在線Markdown編輯器<br/>Open source online Markdown editor.",
6 tocTitle : "目錄",
7 toolbar : {
8 undo : "撤銷(Ctrl+Z)",
9 redo : "重做(Ctrl+Y)",
10 bold : "粗體",
11 del : "刪除線",
12 italic : "斜體",
13 quote : "引用",
14 ucwords : "將所選的每個單詞首字母轉成大寫",
15 uppercase : "將所選文本轉成大寫",
16 lowercase : "將所選文本轉成小寫",
17 h1 : "標題1",
18 h2 : "標題2",
19 h3 : "標題3",
20 h4 : "標題4",
21 h5 : "標題5",
22 h6 : "標題6",
23 "list-ul" : "無序列表",
24 "list-ol" : "有序列表",
25 hr : "横线",
26 link : "链接",
27 "reference-link" : "引用鏈接",
28 image : "圖片",
29 code : "行內代碼",
30 "preformatted-text" : "預格式文本 / 代碼塊(縮進風格)",
31 "code-block" : "代碼塊(多語言風格)",
32 table : "添加表格",
33 datetime : "日期時間",
34 emoji : "Emoji 表情",
35 "html-entities" : "HTML 實體字符",
36 pagebreak : "插入分頁符",
37 watch : "關閉實時預覽",
38 unwatch : "開啟實時預覽",
39 preview : "全窗口預覽HTML(按 Shift + ESC 退出)",
40 fullscreen : "全屏(按 ESC 退出)",
41 clear : "清空",
42 search : "搜尋",
43 help : "使用幫助",
44 info : "關於" + exports.title
45 },
46 buttons : {
47 enter : "確定",
48 cancel : "取消",
49 close : "關閉"
50 },
51 dialog : {
52 link : {
53 title : "添加鏈接",
54 url : "鏈接地址",
55 urlTitle : "鏈接標題",
56 urlEmpty : "錯誤:請填寫鏈接地址。"
57 },
58 referenceLink : {
59 title : "添加引用鏈接",
60 name : "引用名稱",

Callers 1

zh-tw.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…