@nocobase/plugin-field-markdown-vditor 1.3.39-beta → 1.4.0-alpha
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/dist/externalVersion.js +4 -4
- package/dist/locale/en-US.json +33 -0
- package/dist/locale/ja-JP.json +33 -0
- package/dist/locale/ko-KR.json +33 -0
- package/dist/locale/zh-CN.json +33 -0
- package/package.json +2 -2
- package/dist/locale/en-US.d.ts +0 -42
- package/dist/locale/en-US.js +0 -64
- package/dist/locale/ja_JP.d.ts +0 -50
- package/dist/locale/ja_JP.js +0 -64
- package/dist/locale/ko_KR.d.ts +0 -42
- package/dist/locale/ko_KR.js +0 -64
- package/dist/locale/zh-CN.d.ts +0 -42
- package/dist/locale/zh-CN.js +0 -64
package/dist/externalVersion.js
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.
|
|
12
|
-
"@nocobase/database": "1.
|
|
13
|
-
"@nocobase/server": "1.
|
|
11
|
+
"@nocobase/client": "1.4.0-alpha",
|
|
12
|
+
"@nocobase/database": "1.4.0-alpha",
|
|
13
|
+
"@nocobase/server": "1.4.0-alpha",
|
|
14
14
|
"@formily/core": "2.3.0",
|
|
15
15
|
"@formily/react": "2.3.0",
|
|
16
16
|
"antd": "5.12.8",
|
|
17
17
|
"react": "18.2.0",
|
|
18
|
-
"@nocobase/utils": "1.
|
|
18
|
+
"@nocobase/utils": "1.4.0-alpha"
|
|
19
19
|
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Vditor": "Markdown(Vditor)",
|
|
3
|
+
"File collection": "File collection",
|
|
4
|
+
"Used to store files uploaded in the Markdown editor": "Used to store files uploaded in the Markdown editor",
|
|
5
|
+
"Toolbar": "Editor toolbar configuration",
|
|
6
|
+
"Emoji": "Emoji",
|
|
7
|
+
"Headings": "Headings",
|
|
8
|
+
"Bold": "Bold",
|
|
9
|
+
"Italic": "Italic",
|
|
10
|
+
"Strike": "Strike",
|
|
11
|
+
"Record": "Start Record/End Record",
|
|
12
|
+
"Line": "Line",
|
|
13
|
+
"Quote": "Quote",
|
|
14
|
+
"List": "List",
|
|
15
|
+
"OrderedList": "Order List",
|
|
16
|
+
"Check": "Task List",
|
|
17
|
+
"Outdent": "Outdent",
|
|
18
|
+
"Indent": "Indent",
|
|
19
|
+
"Code": "Code Block",
|
|
20
|
+
"InlineCode": "Inline Code",
|
|
21
|
+
"InsertAfter": "Insert Line After",
|
|
22
|
+
"InsertBefore": "Insert Line Before",
|
|
23
|
+
"Undo": "Undo",
|
|
24
|
+
"Redo": "Redo",
|
|
25
|
+
"Upload": "Upload image or file",
|
|
26
|
+
"Link": "Link",
|
|
27
|
+
"Table": "Table",
|
|
28
|
+
"EditMode": "Edit Mode",
|
|
29
|
+
"Both": "Editor & Preview",
|
|
30
|
+
"Preview": "Preview",
|
|
31
|
+
"Fullscreen": "Toggle Fullscreen",
|
|
32
|
+
"Outline": "Outline"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Vditor": "Markdown(Vditor)",
|
|
3
|
+
"File collection": "ファイルコレクション",
|
|
4
|
+
"Used to store files uploaded in the Markdown editor": "Markdownエディタでアップロードされたファイルを保存するために使用",
|
|
5
|
+
"Toolbar": "ツールバー",
|
|
6
|
+
"Emoji": "絵文字",
|
|
7
|
+
"Headings": "見出し",
|
|
8
|
+
"Bold": "太字",
|
|
9
|
+
"Italic": "斜体",
|
|
10
|
+
"Strike": "取り消し線",
|
|
11
|
+
"Record": "録音開始/録音終了",
|
|
12
|
+
"Line": "ライン",
|
|
13
|
+
"Quote": "引用",
|
|
14
|
+
"List": "リスト",
|
|
15
|
+
"OrderedList": "順序付きリスト",
|
|
16
|
+
"Check": "タスクリスト",
|
|
17
|
+
"Outdent": "アウトデント",
|
|
18
|
+
"Indent": "インデント",
|
|
19
|
+
"Code": "コードブロック",
|
|
20
|
+
"InlineCode": "インラインコード",
|
|
21
|
+
"InsertAfter": "行を後に挿入",
|
|
22
|
+
"InsertBefore": "行を前に挿入",
|
|
23
|
+
"Undo": "元に戻す",
|
|
24
|
+
"Redo": "やり直し",
|
|
25
|
+
"Upload": "画像またはファイルをアップロード",
|
|
26
|
+
"Link": "リンク",
|
|
27
|
+
"Table": "表",
|
|
28
|
+
"EditMode": "編集モード",
|
|
29
|
+
"Both": "編集とプレビュー",
|
|
30
|
+
"Preview": "プレビュー",
|
|
31
|
+
"Fullscreen": "全画面表示の切り替え",
|
|
32
|
+
"Outline": "アウトライン"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Vditor": "Markdown(Vditor)",
|
|
3
|
+
"File collection": "파일 데이터 테이블",
|
|
4
|
+
"Used to store files uploaded in the Markdown editor": "Markdown 편집기에 업로드된 파일을 저장하는 데 사용됩니다",
|
|
5
|
+
"Toolbar": "편집기 도구 모음 구성",
|
|
6
|
+
"Emoji": "이모지",
|
|
7
|
+
"Headings": "제목크기",
|
|
8
|
+
"Bold": "굵게",
|
|
9
|
+
"Italic": "기울임꼴",
|
|
10
|
+
"Strike": "취소선",
|
|
11
|
+
"Record": "녹음시작/녹음종료",
|
|
12
|
+
"Line": "문단나눔",
|
|
13
|
+
"Quote": "인용단락",
|
|
14
|
+
"List": "순서없는 목록",
|
|
15
|
+
"OrderedList": "순서있는 목록",
|
|
16
|
+
"Check": "체크박스",
|
|
17
|
+
"Outdent": "내어쓰기",
|
|
18
|
+
"Indent": "들여쓰기",
|
|
19
|
+
"Code": "코드블럭삽입",
|
|
20
|
+
"InlineCode": "인라인코드",
|
|
21
|
+
"InsertAfter": "블락 뒤로 입력",
|
|
22
|
+
"InsertBefore": "블락 앞으로 입력",
|
|
23
|
+
"Undo": "취소하기",
|
|
24
|
+
"Redo": "되돌리기",
|
|
25
|
+
"Upload": "이미지 업로드하기",
|
|
26
|
+
"Link": "링크",
|
|
27
|
+
"Table": "표삽입",
|
|
28
|
+
"EditMode": "편집모드",
|
|
29
|
+
"Both": "에디터 & 미리보기",
|
|
30
|
+
"Preview": "미리보기",
|
|
31
|
+
"Fullscreen": "전체화면",
|
|
32
|
+
"Outline": "개요"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Vditor": "Markdown(Vditor)",
|
|
3
|
+
"File collection": "文件数据表",
|
|
4
|
+
"Used to store files uploaded in the Markdown editor": "用于存储在Markdown编辑器中上传的文件",
|
|
5
|
+
"Toolbar": "编辑器工具栏配置",
|
|
6
|
+
"Emoji": "表情",
|
|
7
|
+
"Headings": "标题",
|
|
8
|
+
"Bold": "粗体",
|
|
9
|
+
"Italic": "斜体",
|
|
10
|
+
"Strike": "删除线",
|
|
11
|
+
"Record": "开始录音/结束录音",
|
|
12
|
+
"Line": "分割线",
|
|
13
|
+
"Quote": "引用",
|
|
14
|
+
"List": "无序列表",
|
|
15
|
+
"OrderedList": "有序列表",
|
|
16
|
+
"Check": "任务列表",
|
|
17
|
+
"Outdent": "列表反向缩进",
|
|
18
|
+
"Indent": "列表缩进",
|
|
19
|
+
"Code": "代码块",
|
|
20
|
+
"InlineCode": "行内代码",
|
|
21
|
+
"InsertAfter": "末尾插入行",
|
|
22
|
+
"InsertBefore": "起始插入行",
|
|
23
|
+
"Undo": "撤销",
|
|
24
|
+
"Redo": "重做",
|
|
25
|
+
"Upload": "上传图片或文件",
|
|
26
|
+
"Link": "链接",
|
|
27
|
+
"Table": "表格",
|
|
28
|
+
"EditMode": "切换编辑模式",
|
|
29
|
+
"Both": "编辑 & 预览",
|
|
30
|
+
"Preview": "预览",
|
|
31
|
+
"Fullscreen": "全屏切换",
|
|
32
|
+
"Outline": "大纲"
|
|
33
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "数据表字段:Markdown(Vditor)",
|
|
5
5
|
"description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.",
|
|
6
6
|
"description.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.4.0-alpha",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/field-markdown-vditor",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"keywords": [
|
|
28
28
|
"Collection fields"
|
|
29
29
|
],
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "f097a2bddec152522b5645bd5d451f4c866d2060"
|
|
31
31
|
}
|
package/dist/locale/en-US.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
Vditor: string;
|
|
11
|
-
"File collection": string;
|
|
12
|
-
"Used to store files uploaded in the Markdown editor": string;
|
|
13
|
-
Toolbar: string;
|
|
14
|
-
Emoji: string;
|
|
15
|
-
Headings: string;
|
|
16
|
-
Bold: string;
|
|
17
|
-
Italic: string;
|
|
18
|
-
Strike: string;
|
|
19
|
-
Record: string;
|
|
20
|
-
Line: string;
|
|
21
|
-
Quote: string;
|
|
22
|
-
List: string;
|
|
23
|
-
OrderedList: string;
|
|
24
|
-
Check: string;
|
|
25
|
-
Outdent: string;
|
|
26
|
-
Indent: string;
|
|
27
|
-
Code: string;
|
|
28
|
-
InlineCode: string;
|
|
29
|
-
InsertAfter: string;
|
|
30
|
-
InsertBefore: string;
|
|
31
|
-
Undo: string;
|
|
32
|
-
Redo: string;
|
|
33
|
-
Upload: string;
|
|
34
|
-
Link: string;
|
|
35
|
-
Table: string;
|
|
36
|
-
EditMode: string;
|
|
37
|
-
Both: string;
|
|
38
|
-
Preview: string;
|
|
39
|
-
Fullscreen: string;
|
|
40
|
-
Outline: string;
|
|
41
|
-
};
|
|
42
|
-
export default _default;
|
package/dist/locale/en-US.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var en_US_exports = {};
|
|
28
|
-
__export(en_US_exports, {
|
|
29
|
-
default: () => en_US_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(en_US_exports);
|
|
32
|
-
var en_US_default = {
|
|
33
|
-
"Vditor": "Markdown(Vditor)",
|
|
34
|
-
"File collection": "File collection",
|
|
35
|
-
"Used to store files uploaded in the Markdown editor": "Used to store files uploaded in the Markdown editor",
|
|
36
|
-
"Toolbar": "Editor toolbar configuration",
|
|
37
|
-
"Emoji": "Emoji",
|
|
38
|
-
"Headings": "Headings",
|
|
39
|
-
"Bold": "Bold",
|
|
40
|
-
"Italic": "Italic",
|
|
41
|
-
"Strike": "Strike",
|
|
42
|
-
"Record": "Start Record/End Record",
|
|
43
|
-
"Line": "Line",
|
|
44
|
-
"Quote": "Quote",
|
|
45
|
-
"List": "List",
|
|
46
|
-
"OrderedList": "Order List",
|
|
47
|
-
"Check": "Task List",
|
|
48
|
-
"Outdent": "Outdent",
|
|
49
|
-
"Indent": "Indent",
|
|
50
|
-
"Code": "Code Block",
|
|
51
|
-
"InlineCode": "Inline Code",
|
|
52
|
-
"InsertAfter": "Insert Line After",
|
|
53
|
-
"InsertBefore": "Insert Line Before",
|
|
54
|
-
"Undo": "Undo",
|
|
55
|
-
"Redo": "Redo",
|
|
56
|
-
"Upload": "Upload image or file",
|
|
57
|
-
"Link": "Link",
|
|
58
|
-
"Table": "Table",
|
|
59
|
-
"EditMode": "Edit Mode",
|
|
60
|
-
"Both": "Editor & Preview",
|
|
61
|
-
"Preview": "Preview",
|
|
62
|
-
"Fullscreen": "Toggle Fullscreen",
|
|
63
|
-
"Outline": "Outline"
|
|
64
|
-
};
|
package/dist/locale/ja_JP.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
/**
|
|
10
|
-
* This file is part of the NocoBase (R) project.
|
|
11
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
12
|
-
* Authors: NocoBase Team.
|
|
13
|
-
*
|
|
14
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
15
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
16
|
-
*/
|
|
17
|
-
declare const _default: {
|
|
18
|
-
Vditor: string;
|
|
19
|
-
"File collection": string;
|
|
20
|
-
"Used to store files uploaded in the Markdown editor": string;
|
|
21
|
-
Toolbar: string;
|
|
22
|
-
Emoji: string;
|
|
23
|
-
Headings: string;
|
|
24
|
-
Bold: string;
|
|
25
|
-
Italic: string;
|
|
26
|
-
Strike: string;
|
|
27
|
-
Record: string;
|
|
28
|
-
Line: string;
|
|
29
|
-
Quote: string;
|
|
30
|
-
List: string;
|
|
31
|
-
OrderedList: string;
|
|
32
|
-
Check: string;
|
|
33
|
-
Outdent: string;
|
|
34
|
-
Indent: string;
|
|
35
|
-
Code: string;
|
|
36
|
-
InlineCode: string;
|
|
37
|
-
InsertAfter: string;
|
|
38
|
-
InsertBefore: string;
|
|
39
|
-
Undo: string;
|
|
40
|
-
Redo: string;
|
|
41
|
-
Upload: string;
|
|
42
|
-
Link: string;
|
|
43
|
-
Table: string;
|
|
44
|
-
EditMode: string;
|
|
45
|
-
Both: string;
|
|
46
|
-
Preview: string;
|
|
47
|
-
Fullscreen: string;
|
|
48
|
-
Outline: string;
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|
package/dist/locale/ja_JP.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var ja_JP_exports = {};
|
|
28
|
-
__export(ja_JP_exports, {
|
|
29
|
-
default: () => ja_JP_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(ja_JP_exports);
|
|
32
|
-
var ja_JP_default = {
|
|
33
|
-
"Vditor": "Markdown(Vditor)",
|
|
34
|
-
"File collection": "\u30D5\u30A1\u30A4\u30EB\u30B3\u30EC\u30AF\u30B7\u30E7\u30F3",
|
|
35
|
-
"Used to store files uploaded in the Markdown editor": "Markdown\u30A8\u30C7\u30A3\u30BF\u3067\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u305F\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528",
|
|
36
|
-
"Toolbar": "\u30C4\u30FC\u30EB\u30D0\u30FC",
|
|
37
|
-
"Emoji": "\u7D75\u6587\u5B57",
|
|
38
|
-
"Headings": "\u898B\u51FA\u3057",
|
|
39
|
-
"Bold": "\u592A\u5B57",
|
|
40
|
-
"Italic": "\u659C\u4F53",
|
|
41
|
-
"Strike": "\u53D6\u308A\u6D88\u3057\u7DDA",
|
|
42
|
-
"Record": "\u9332\u97F3\u958B\u59CB/\u9332\u97F3\u7D42\u4E86",
|
|
43
|
-
"Line": "\u30E9\u30A4\u30F3",
|
|
44
|
-
"Quote": "\u5F15\u7528",
|
|
45
|
-
"List": "\u30EA\u30B9\u30C8",
|
|
46
|
-
"OrderedList": "\u9806\u5E8F\u4ED8\u304D\u30EA\u30B9\u30C8",
|
|
47
|
-
"Check": "\u30BF\u30B9\u30AF\u30EA\u30B9\u30C8",
|
|
48
|
-
"Outdent": "\u30A2\u30A6\u30C8\u30C7\u30F3\u30C8",
|
|
49
|
-
"Indent": "\u30A4\u30F3\u30C7\u30F3\u30C8",
|
|
50
|
-
"Code": "\u30B3\u30FC\u30C9\u30D6\u30ED\u30C3\u30AF",
|
|
51
|
-
"InlineCode": "\u30A4\u30F3\u30E9\u30A4\u30F3\u30B3\u30FC\u30C9",
|
|
52
|
-
"InsertAfter": "\u884C\u3092\u5F8C\u306B\u633F\u5165",
|
|
53
|
-
"InsertBefore": "\u884C\u3092\u524D\u306B\u633F\u5165",
|
|
54
|
-
"Undo": "\u5143\u306B\u623B\u3059",
|
|
55
|
-
"Redo": "\u3084\u308A\u76F4\u3057",
|
|
56
|
-
"Upload": "\u753B\u50CF\u307E\u305F\u306F\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",
|
|
57
|
-
"Link": "\u30EA\u30F3\u30AF",
|
|
58
|
-
"Table": "\u8868",
|
|
59
|
-
"EditMode": "\u7DE8\u96C6\u30E2\u30FC\u30C9",
|
|
60
|
-
"Both": "\u7DE8\u96C6\u3068\u30D7\u30EC\u30D3\u30E5\u30FC",
|
|
61
|
-
"Preview": "\u30D7\u30EC\u30D3\u30E5\u30FC",
|
|
62
|
-
"Fullscreen": "\u5168\u753B\u9762\u8868\u793A\u306E\u5207\u308A\u66FF\u3048",
|
|
63
|
-
"Outline": "\u30A2\u30A6\u30C8\u30E9\u30A4\u30F3"
|
|
64
|
-
};
|
package/dist/locale/ko_KR.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
Vditor: string;
|
|
11
|
-
"File collection": string;
|
|
12
|
-
"Used to store files uploaded in the Markdown editor": string;
|
|
13
|
-
Toolbar: string;
|
|
14
|
-
Emoji: string;
|
|
15
|
-
Headings: string;
|
|
16
|
-
Bold: string;
|
|
17
|
-
Italic: string;
|
|
18
|
-
Strike: string;
|
|
19
|
-
Record: string;
|
|
20
|
-
Line: string;
|
|
21
|
-
Quote: string;
|
|
22
|
-
List: string;
|
|
23
|
-
OrderedList: string;
|
|
24
|
-
Check: string;
|
|
25
|
-
Outdent: string;
|
|
26
|
-
Indent: string;
|
|
27
|
-
Code: string;
|
|
28
|
-
InlineCode: string;
|
|
29
|
-
InsertAfter: string;
|
|
30
|
-
InsertBefore: string;
|
|
31
|
-
Undo: string;
|
|
32
|
-
Redo: string;
|
|
33
|
-
Upload: string;
|
|
34
|
-
Link: string;
|
|
35
|
-
Table: string;
|
|
36
|
-
EditMode: string;
|
|
37
|
-
Both: string;
|
|
38
|
-
Preview: string;
|
|
39
|
-
Fullscreen: string;
|
|
40
|
-
Outline: string;
|
|
41
|
-
};
|
|
42
|
-
export default _default;
|
package/dist/locale/ko_KR.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var ko_KR_exports = {};
|
|
28
|
-
__export(ko_KR_exports, {
|
|
29
|
-
default: () => ko_KR_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(ko_KR_exports);
|
|
32
|
-
var ko_KR_default = {
|
|
33
|
-
"Vditor": "Markdown(Vditor)",
|
|
34
|
-
"File collection": "\uD30C\uC77C \uB370\uC774\uD130 \uD14C\uC774\uBE14",
|
|
35
|
-
"Used to store files uploaded in the Markdown editor": "Markdown \uD3B8\uC9D1\uAE30\uC5D0 \uC5C5\uB85C\uB4DC\uB41C \uD30C\uC77C\uC744 \uC800\uC7A5\uD558\uB294 \uB370 \uC0AC\uC6A9\uB429\uB2C8\uB2E4",
|
|
36
|
-
"Toolbar": "\uD3B8\uC9D1\uAE30 \uB3C4\uAD6C \uBAA8\uC74C \uAD6C\uC131",
|
|
37
|
-
"Emoji": "\uC774\uBAA8\uC9C0",
|
|
38
|
-
"Headings": "\uC81C\uBAA9\uD06C\uAE30",
|
|
39
|
-
"Bold": "\uAD75\uAC8C",
|
|
40
|
-
"Italic": "\uAE30\uC6B8\uC784\uAF34",
|
|
41
|
-
"Strike": "\uCDE8\uC18C\uC120",
|
|
42
|
-
"Record": "\uB179\uC74C\uC2DC\uC791/\uB179\uC74C\uC885\uB8CC",
|
|
43
|
-
"Line": "\uBB38\uB2E8\uB098\uB214",
|
|
44
|
-
"Quote": "\uC778\uC6A9\uB2E8\uB77D",
|
|
45
|
-
"List": "\uC21C\uC11C\uC5C6\uB294 \uBAA9\uB85D",
|
|
46
|
-
"OrderedList": "\uC21C\uC11C\uC788\uB294 \uBAA9\uB85D",
|
|
47
|
-
"Check": "\uCCB4\uD06C\uBC15\uC2A4",
|
|
48
|
-
"Outdent": "\uB0B4\uC5B4\uC4F0\uAE30",
|
|
49
|
-
"Indent": "\uB4E4\uC5EC\uC4F0\uAE30",
|
|
50
|
-
"Code": "\uCF54\uB4DC\uBE14\uB7ED\uC0BD\uC785",
|
|
51
|
-
"InlineCode": "\uC778\uB77C\uC778\uCF54\uB4DC",
|
|
52
|
-
"InsertAfter": "\uBE14\uB77D \uB4A4\uB85C \uC785\uB825",
|
|
53
|
-
"InsertBefore": "\uBE14\uB77D \uC55E\uC73C\uB85C \uC785\uB825",
|
|
54
|
-
"Undo": "\uCDE8\uC18C\uD558\uAE30",
|
|
55
|
-
"Redo": "\uB418\uB3CC\uB9AC\uAE30",
|
|
56
|
-
"Upload": "\uC774\uBBF8\uC9C0 \uC5C5\uB85C\uB4DC\uD558\uAE30",
|
|
57
|
-
"Link": "\uB9C1\uD06C",
|
|
58
|
-
"Table": "\uD45C\uC0BD\uC785",
|
|
59
|
-
"EditMode": "\uD3B8\uC9D1\uBAA8\uB4DC",
|
|
60
|
-
"Both": "\uC5D0\uB514\uD130 & \uBBF8\uB9AC\uBCF4\uAE30",
|
|
61
|
-
"Preview": "\uBBF8\uB9AC\uBCF4\uAE30",
|
|
62
|
-
"Fullscreen": "\uC804\uCCB4\uD654\uBA74",
|
|
63
|
-
"Outline": "\uAC1C\uC694"
|
|
64
|
-
};
|
package/dist/locale/zh-CN.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
declare const _default: {
|
|
10
|
-
Vditor: string;
|
|
11
|
-
"File collection": string;
|
|
12
|
-
"Used to store files uploaded in the Markdown editor": string;
|
|
13
|
-
Toolbar: string;
|
|
14
|
-
Emoji: string;
|
|
15
|
-
Headings: string;
|
|
16
|
-
Bold: string;
|
|
17
|
-
Italic: string;
|
|
18
|
-
Strike: string;
|
|
19
|
-
Record: string;
|
|
20
|
-
Line: string;
|
|
21
|
-
Quote: string;
|
|
22
|
-
List: string;
|
|
23
|
-
OrderedList: string;
|
|
24
|
-
Check: string;
|
|
25
|
-
Outdent: string;
|
|
26
|
-
Indent: string;
|
|
27
|
-
Code: string;
|
|
28
|
-
InlineCode: string;
|
|
29
|
-
InsertAfter: string;
|
|
30
|
-
InsertBefore: string;
|
|
31
|
-
Undo: string;
|
|
32
|
-
Redo: string;
|
|
33
|
-
Upload: string;
|
|
34
|
-
Link: string;
|
|
35
|
-
Table: string;
|
|
36
|
-
EditMode: string;
|
|
37
|
-
Both: string;
|
|
38
|
-
Preview: string;
|
|
39
|
-
Fullscreen: string;
|
|
40
|
-
Outline: string;
|
|
41
|
-
};
|
|
42
|
-
export default _default;
|
package/dist/locale/zh-CN.js
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
var __defProp = Object.defineProperty;
|
|
11
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
-
var __export = (target, all) => {
|
|
15
|
-
for (var name in all)
|
|
16
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
17
|
-
};
|
|
18
|
-
var __copyProps = (to, from, except, desc) => {
|
|
19
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
20
|
-
for (let key of __getOwnPropNames(from))
|
|
21
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
22
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
23
|
-
}
|
|
24
|
-
return to;
|
|
25
|
-
};
|
|
26
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
27
|
-
var zh_CN_exports = {};
|
|
28
|
-
__export(zh_CN_exports, {
|
|
29
|
-
default: () => zh_CN_default
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(zh_CN_exports);
|
|
32
|
-
var zh_CN_default = {
|
|
33
|
-
"Vditor": "Markdown(Vditor)",
|
|
34
|
-
"File collection": "\u6587\u4EF6\u6570\u636E\u8868",
|
|
35
|
-
"Used to store files uploaded in the Markdown editor": "\u7528\u4E8E\u5B58\u50A8\u5728Markdown\u7F16\u8F91\u5668\u4E2D\u4E0A\u4F20\u7684\u6587\u4EF6",
|
|
36
|
-
"Toolbar": "\u7F16\u8F91\u5668\u5DE5\u5177\u680F\u914D\u7F6E",
|
|
37
|
-
"Emoji": "\u8868\u60C5",
|
|
38
|
-
"Headings": "\u6807\u9898",
|
|
39
|
-
"Bold": "\u7C97\u4F53",
|
|
40
|
-
"Italic": "\u659C\u4F53",
|
|
41
|
-
"Strike": "\u5220\u9664\u7EBF",
|
|
42
|
-
"Record": "\u5F00\u59CB\u5F55\u97F3/\u7ED3\u675F\u5F55\u97F3",
|
|
43
|
-
"Line": "\u5206\u5272\u7EBF",
|
|
44
|
-
"Quote": "\u5F15\u7528",
|
|
45
|
-
"List": "\u65E0\u5E8F\u5217\u8868",
|
|
46
|
-
"OrderedList": "\u6709\u5E8F\u5217\u8868",
|
|
47
|
-
"Check": "\u4EFB\u52A1\u5217\u8868",
|
|
48
|
-
"Outdent": "\u5217\u8868\u53CD\u5411\u7F29\u8FDB",
|
|
49
|
-
"Indent": "\u5217\u8868\u7F29\u8FDB",
|
|
50
|
-
"Code": "\u4EE3\u7801\u5757",
|
|
51
|
-
"InlineCode": "\u884C\u5185\u4EE3\u7801",
|
|
52
|
-
"InsertAfter": "\u672B\u5C3E\u63D2\u5165\u884C",
|
|
53
|
-
"InsertBefore": "\u8D77\u59CB\u63D2\u5165\u884C",
|
|
54
|
-
"Undo": "\u64A4\u9500",
|
|
55
|
-
"Redo": "\u91CD\u505A",
|
|
56
|
-
"Upload": "\u4E0A\u4F20\u56FE\u7247\u6216\u6587\u4EF6",
|
|
57
|
-
"Link": "\u94FE\u63A5",
|
|
58
|
-
"Table": "\u8868\u683C",
|
|
59
|
-
"EditMode": "\u5207\u6362\u7F16\u8F91\u6A21\u5F0F",
|
|
60
|
-
"Both": "\u7F16\u8F91 & \u9884\u89C8",
|
|
61
|
-
"Preview": "\u9884\u89C8",
|
|
62
|
-
"Fullscreen": "\u5168\u5C4F\u5207\u6362",
|
|
63
|
-
"Outline": "\u5927\u7EB2"
|
|
64
|
-
};
|