@bhsd/codemirror-mediawiki 2.14.9 → 2.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/escape.d.ts +1 -0
- package/dist/main.min.js +12 -12
- package/dist/mw.min.js +19 -19
- package/i18n/en.json +3 -1
- package/i18n/zh-hans.json +3 -1
- package/i18n/zh-hant.json +3 -1
- package/package.json +1 -1
package/i18n/en.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.15.1",
|
|
3
3
|
"lang": "en",
|
|
4
4
|
"i18n-failed": "Failed to fetch the translation file in $1.",
|
|
5
5
|
"title": "CodeMirror Addons",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"addon-escape": "<span title=\"Ctrl-[ : HTML encoding\nCtrl-] : URL decoding or encoding\">Keyboard shortcuts for HTML/URL encoding</span>",
|
|
16
16
|
"addon-escape-mac": "<span title=\"Cmd-[ : HTML encoding\nCmd-] : URL decoding or encoding\">Keyboard shortcuts for HTML/URL encoding</span>",
|
|
17
17
|
"addon-highlightActiveLine": "Show the active line",
|
|
18
|
+
"addon-highlightSelectionMatches": "Highlight all matches of the selection",
|
|
18
19
|
"addon-highlightSpecialChars": "Show special characters",
|
|
19
20
|
"addon-highlightTrailingWhitespace": "Show trailing spaces",
|
|
20
21
|
"addon-highlightWhitespace": "Show whitespace characters",
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
"addon-openLinks": "Open the link or transcluded page with CTRL-click",
|
|
24
25
|
"addon-openLinks-mac": "Open the link or transcluded page with CMD-click",
|
|
25
26
|
"addon-save": "Save your preferences on a [[special:mypage/codemirror-mediawiki.json|user subpage]]",
|
|
27
|
+
"addon-scrollPastEnd": "Scroll down past the end of the document",
|
|
26
28
|
"addon-tagMatching": "Highlight matching/non-matching tags",
|
|
27
29
|
"addon-useMonaco": "Use Monaco Editor for new editors",
|
|
28
30
|
"addon-wikiEditor": "Load WikiEditor toolbar",
|
package/i18n/zh-hans.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.15.1",
|
|
3
3
|
"lang": "zh-hans",
|
|
4
4
|
"i18n-failed": "获取 $1 的语言文件失败。",
|
|
5
5
|
"title": "CodeMirror插件",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"addon-escape": "<span title=\"Ctrl-[ : HTML编码\nCtrl-] : URL解码或编码\">添加HTML和URL编码快捷键</span>",
|
|
16
16
|
"addon-escape-mac": "<span title=\"Cmd-[ : HTML编码\nCmd-] : URL解码或编码\">添加HTML和URL编码快捷键</span>",
|
|
17
17
|
"addon-highlightActiveLine": "高亮显示光标所在行",
|
|
18
|
+
"addon-highlightSelectionMatches": "高亮显示所有匹配当前选中区域的字符串",
|
|
18
19
|
"addon-highlightSpecialChars": "显示特殊字符",
|
|
19
20
|
"addon-highlightTrailingWhitespace": "显示尾随空格",
|
|
20
21
|
"addon-highlightWhitespace": "显示空白字符",
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
"addon-openLinks": "CTRL+点击可打开链接或嵌入的页面",
|
|
24
25
|
"addon-openLinks-mac": "CMD+点击可打开链接或嵌入的页面",
|
|
25
26
|
"addon-save": "将设置保存至[[special:mypage/codemirror-mediawiki.json|用户子页面]]",
|
|
27
|
+
"addon-scrollPastEnd": "允许向下滚动超过文档末尾",
|
|
26
28
|
"addon-tagMatching": "高亮显示匹配和未匹配的标签",
|
|
27
29
|
"addon-useMonaco": "新增的编辑区使用Monaco编辑器",
|
|
28
30
|
"addon-wikiEditor": "加载WikiEditor工具栏",
|
package/i18n/zh-hant.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.15.1",
|
|
3
3
|
"lang": "zh-hant",
|
|
4
4
|
"i18n-failed": "取得 $1 的語言檔案失敗。",
|
|
5
5
|
"title": "CodeMirror外掛程式",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"addon-escape": "<span title=\"Ctrl-[ : HTML編碼\nCtrl-] : URL解碼或編碼\">添加HTML和URL編碼快速鍵</span>",
|
|
16
16
|
"addon-escape-mac": "<span title=\"Cmd-[ : HTML編碼\nCmd-] : URL解碼或編碼\">添加HTML和URL編碼快速鍵</span>",
|
|
17
17
|
"addon-highlightActiveLine": "突出顯示游標所在行",
|
|
18
|
+
"addon-highlightSelectionMatches": "突出顯示所有匹配當前選取區域的字串",
|
|
18
19
|
"addon-highlightSpecialChars": "顯示特殊字符",
|
|
19
20
|
"addon-highlightTrailingWhitespace": "顯示尾隨空格",
|
|
20
21
|
"addon-highlightWhitespace": "顯示空白字符",
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
"addon-openLinks": "CTRL+點擊可打開連結或嵌入包含的頁面",
|
|
24
25
|
"addon-openLinks-mac": "CMD+點擊可打開連結或嵌入包含的頁面",
|
|
25
26
|
"addon-save": "將設定儲存至[[special:mypage/codemirror-mediawiki.json|使用者子頁面]]",
|
|
27
|
+
"addon-scrollPastEnd": "允許向下滾動超過文件末尾",
|
|
26
28
|
"addon-tagMatching": "突出顯示匹配和未匹配的標籤",
|
|
27
29
|
"addon-useMonaco": "新增的編輯區使用Monaco編輯器",
|
|
28
30
|
"addon-wikiEditor": "載入WikiEditor工具列",
|