@kennethmakjw/appflowy-editor-react19 0.0.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 +306 -0
- package/dist/ar-SA-B3W2Oswh.cjs +8 -0
- package/dist/ar-SA-CaPcPWVS.js +8 -0
- package/dist/ca-ES-DehQhAeM.js +8 -0
- package/dist/ca-ES-WjpoQZs5.cjs +8 -0
- package/dist/ckb-KU-Cc13dwJI.cjs +8 -0
- package/dist/ckb-KU-DXz5rZMu.js +8 -0
- package/dist/components/Leaf.d.ts +3 -0
- package/dist/components/element/BulletedList.d.ts +3 -0
- package/dist/components/element/Checkbox.d.ts +3 -0
- package/dist/components/element/CodeBlock/index.d.ts +3 -0
- package/dist/components/element/CodeBlock/useDecorate.d.ts +3 -0
- package/dist/components/element/CodeBlock/utils.d.ts +2 -0
- package/dist/components/element/Divider.d.ts +3 -0
- package/dist/components/element/Element.d.ts +3 -0
- package/dist/components/element/Heading.d.ts +3 -0
- package/dist/components/element/Image.d.ts +3 -0
- package/dist/components/element/LinkPreview.d.ts +3 -0
- package/dist/components/element/NumberedList.d.ts +3 -0
- package/dist/components/element/Quote.d.ts +3 -0
- package/dist/components/element/Table.d.ts +3 -0
- package/dist/components/element/TableCell.d.ts +3 -0
- package/dist/components/element/TableRow.d.ts +3 -0
- package/dist/components/element/index.d.ts +1 -0
- package/dist/components/fixed-toolbar/Aa.d.ts +2 -0
- package/dist/components/fixed-toolbar/BIUS.d.ts +4 -0
- package/dist/components/fixed-toolbar/Color.d.ts +2 -0
- package/dist/components/fixed-toolbar/FixedToolbar.d.ts +2 -0
- package/dist/components/fixed-toolbar/List.d.ts +2 -0
- package/dist/components/fixed-toolbar/index.d.ts +1 -0
- package/dist/components/ui/alert.d.ts +8 -0
- package/dist/components/ui/button.d.ts +15 -0
- package/dist/components/ui/input.d.ts +3 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/loading-dots.d.ts +4 -0
- package/dist/components/ui/popover.d.ts +12 -0
- package/dist/components/ui/select.d.ts +13 -0
- package/dist/components/ui/separator.d.ts +4 -0
- package/dist/components/ui/switch.d.ts +4 -0
- package/dist/components/ui/tooltip.d.ts +7 -0
- package/dist/cs-CZ-B7cFODNF.js +8 -0
- package/dist/cs-CZ-BiGttx8Y.cjs +8 -0
- package/dist/de-DE-3L1r5Sau.cjs +8 -0
- package/dist/de-DE-CJLJMQlm.js +8 -0
- package/dist/dev/App.d.ts +1 -0
- package/dist/dev/MarkdownDemo.d.ts +2 -0
- package/dist/dev/i18n.d.ts +1 -0
- package/dist/dev/main.d.ts +1 -0
- package/dist/editor/Editor.d.ts +3 -0
- package/dist/editor/RichText.d.ts +12 -0
- package/dist/editor/context.d.ts +6 -0
- package/dist/editor/index.d.ts +2 -0
- package/dist/editor/useEditor.d.ts +5 -0
- package/dist/editor/useKeydown.d.ts +3 -0
- package/dist/es-VE-IXYuj5s7.js +8 -0
- package/dist/es-VE-ZvJoouw6.cjs +8 -0
- package/dist/eu-ES-BGs4iMYs.js +8 -0
- package/dist/eu-ES-DjInTP04.cjs +8 -0
- package/dist/fa-BCkDldDE.js +8 -0
- package/dist/fa-BsZBNwW8.cjs +8 -0
- package/dist/fr-CA-BlpVaep8.cjs +8 -0
- package/dist/fr-CA-v0JzOPW4.js +8 -0
- package/dist/fr-FR-CiKan-7_.cjs +8 -0
- package/dist/fr-FR-DsF3n-KY.js +8 -0
- package/dist/he-BwXJVdkh.cjs +8 -0
- package/dist/he-DtMbntw2.js +8 -0
- package/dist/hu-HU-B6cP2C9b.cjs +8 -0
- package/dist/hu-HU-BIfnlWEM.js +8 -0
- package/dist/i18n/config.d.ts +3 -0
- package/dist/i18n/index.d.ts +4 -0
- package/dist/id-ID-AOveF0gP.js +8 -0
- package/dist/id-ID-cZS98QKP.cjs +8 -0
- package/dist/index.css +1593 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +10266 -0
- package/dist/index.mjs +10250 -0
- package/dist/it-IT-DN-rTKuB.js +8 -0
- package/dist/it-IT-rGclB8nF.cjs +8 -0
- package/dist/ja-JP-BT23Z2YG.js +8 -0
- package/dist/ja-JP-DaiwUIKv.cjs +8 -0
- package/dist/ko-KR-CBlhTpPW.cjs +8 -0
- package/dist/ko-KR-DYwSdomr.js +8 -0
- package/dist/lib/color.d.ts +50 -0
- package/dist/lib/editor.d.ts +11 -0
- package/dist/lib/hotkeys.d.ts +66 -0
- package/dist/lib/list.d.ts +6 -0
- package/dist/lib/markdown.d.ts +3 -0
- package/dist/lib/mdast.d.ts +5 -0
- package/dist/lib/mdast.test.d.ts +1 -0
- package/dist/lib/transform.d.ts +7 -0
- package/dist/lib/utils.d.ts +9 -0
- package/dist/locales/ar-SA.json +17 -0
- package/dist/locales/ca-ES.json +17 -0
- package/dist/locales/ckb-KU.json +5 -0
- package/dist/locales/cs-CZ.json +17 -0
- package/dist/locales/de-DE.json +17 -0
- package/dist/locales/en.json +38 -0
- package/dist/locales/es-VE.json +17 -0
- package/dist/locales/eu-ES.json +17 -0
- package/dist/locales/fa.json +17 -0
- package/dist/locales/fr-CA.json +17 -0
- package/dist/locales/fr-FR.json +17 -0
- package/dist/locales/he.json +17 -0
- package/dist/locales/hu-HU.json +17 -0
- package/dist/locales/id-ID.json +17 -0
- package/dist/locales/it-IT.json +17 -0
- package/dist/locales/ja-JP.json +17 -0
- package/dist/locales/ko-KR.json +17 -0
- package/dist/locales/pl-PL.json +17 -0
- package/dist/locales/pt-BR.json +17 -0
- package/dist/locales/pt-PT.json +17 -0
- package/dist/locales/ru-RU.json +17 -0
- package/dist/locales/sv-SE.json +17 -0
- package/dist/locales/th-TH.json +17 -0
- package/dist/locales/tr-TR.json +17 -0
- package/dist/locales/uk-UA.json +17 -0
- package/dist/locales/vi-VN.json +17 -0
- package/dist/locales/vi.json +17 -0
- package/dist/locales/zh-CN.json +17 -0
- package/dist/locales/zh-TW.json +17 -0
- package/dist/markdown-BidIaSbx.cjs +3274 -0
- package/dist/markdown-CeG0xHLH.js +3275 -0
- package/dist/pl-PL-C_wxsekf.js +8 -0
- package/dist/pl-PL-DBrdwSfX.cjs +8 -0
- package/dist/plugins/index.d.ts +2 -0
- package/dist/plugins/withMarkdown.d.ts +2 -0
- package/dist/plugins/withPasted.d.ts +18 -0
- package/dist/pt-BR-CcIBbs5v.js +8 -0
- package/dist/pt-BR-CpCH-0Ym.cjs +8 -0
- package/dist/pt-PT-2DJTSiTI.js +8 -0
- package/dist/pt-PT-CuvXqmHX.cjs +8 -0
- package/dist/ru-RU-BcrEOraZ.cjs +8 -0
- package/dist/ru-RU-DZ-BGTMT.js +8 -0
- package/dist/sv-SE-B-1TVV6s.js +8 -0
- package/dist/sv-SE-EHxWN7g5.cjs +8 -0
- package/dist/th-TH-B2osIZz0.cjs +8 -0
- package/dist/th-TH-HhkGXVcg.js +8 -0
- package/dist/tr-TR-DKzjnjXz.js +8 -0
- package/dist/tr-TR-DPok6TDa.cjs +8 -0
- package/dist/types/element.d.ts +10 -0
- package/dist/types/index.d.ts +53 -0
- package/dist/uk-UA-CvadWbnH.cjs +8 -0
- package/dist/uk-UA-Us4Zq40s.js +8 -0
- package/dist/vi-DGchnzC4.cjs +8 -0
- package/dist/vi-DV4OvZ5s.js +8 -0
- package/dist/vi-VN-BZdQFzYv.js +8 -0
- package/dist/vi-VN-DzF53ZQz.cjs +8 -0
- package/dist/zh-CN-D7lPKvRq.js +8 -0
- package/dist/zh-CN-FWhRTZFL.cjs +8 -0
- package/dist/zh-TW-D24z6DBg.js +8 -0
- package/dist/zh-TW-DSEvmJwy.cjs +8 -0
- package/package.json +103 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const editor = { "placeholder": "Scrivi qualcosa...", "fontColorDefault": "Predefinito", "fontColorRed": "Rosso", "fontColorGreen": "Verde", "fontColorBlue": "Blu", "fontColorYellow": "Giallo", "fontColorOrange": "Arancia", "fontColorPurple": "Viola", "fontColorPink": "Rosa", "fontColorBrown": "Marrone", "fontColorGray": "Grigio", "backgroundColorDefault": "Predefinito", "backgroundColorRed": "Rosso" };
|
|
2
|
+
const itIT = {
|
|
3
|
+
editor
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
itIT as default,
|
|
7
|
+
editor
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const editor = { "placeholder": "Scrivi qualcosa...", "fontColorDefault": "Predefinito", "fontColorRed": "Rosso", "fontColorGreen": "Verde", "fontColorBlue": "Blu", "fontColorYellow": "Giallo", "fontColorOrange": "Arancia", "fontColorPurple": "Viola", "fontColorPink": "Rosa", "fontColorBrown": "Marrone", "fontColorGray": "Grigio", "backgroundColorDefault": "Predefinito", "backgroundColorRed": "Rosso" };
|
|
4
|
+
const itIT = {
|
|
5
|
+
editor
|
|
6
|
+
};
|
|
7
|
+
exports.default = itIT;
|
|
8
|
+
exports.editor = editor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const editor = { "placeholder": "何か書いてください...", "fontColorDefault": "デフォルト", "fontColorRed": "赤", "fontColorGreen": "緑", "fontColorBlue": "青", "fontColorYellow": "黄色", "fontColorOrange": "オレンジ", "fontColorPurple": "紫", "fontColorPink": "ピンク", "fontColorBrown": "茶色", "fontColorGray": "グレー", "backgroundColorDefault": "デフォルト", "backgroundColorRed": "赤" };
|
|
2
|
+
const jaJP = {
|
|
3
|
+
editor
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
jaJP as default,
|
|
7
|
+
editor
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const editor = { "placeholder": "何か書いてください...", "fontColorDefault": "デフォルト", "fontColorRed": "赤", "fontColorGreen": "緑", "fontColorBlue": "青", "fontColorYellow": "黄色", "fontColorOrange": "オレンジ", "fontColorPurple": "紫", "fontColorPink": "ピンク", "fontColorBrown": "茶色", "fontColorGray": "グレー", "backgroundColorDefault": "デフォルト", "backgroundColorRed": "赤" };
|
|
4
|
+
const jaJP = {
|
|
5
|
+
editor
|
|
6
|
+
};
|
|
7
|
+
exports.default = jaJP;
|
|
8
|
+
exports.editor = editor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const editor = { "placeholder": "뭔가를 써 보세요...", "fontColorDefault": "기본", "fontColorRed": "빨간색", "fontColorGreen": "녹색", "fontColorBlue": "파란색", "fontColorYellow": "노란색", "fontColorOrange": "주황색", "fontColorPurple": "보라", "fontColorPink": "분홍색", "fontColorBrown": "갈색", "fontColorGray": "회색", "backgroundColorDefault": "기본", "backgroundColorRed": "빨간색" };
|
|
4
|
+
const koKR = {
|
|
5
|
+
editor
|
|
6
|
+
};
|
|
7
|
+
exports.default = koKR;
|
|
8
|
+
exports.editor = editor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const editor = { "placeholder": "뭔가를 써 보세요...", "fontColorDefault": "기본", "fontColorRed": "빨간색", "fontColorGreen": "녹색", "fontColorBlue": "파란색", "fontColorYellow": "노란색", "fontColorOrange": "주황색", "fontColorPurple": "보라", "fontColorPink": "분홍색", "fontColorBrown": "갈색", "fontColorGray": "회색", "backgroundColorDefault": "기본", "backgroundColorRed": "빨간색" };
|
|
2
|
+
const koKR = {
|
|
3
|
+
editor
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
koKR as default,
|
|
7
|
+
editor
|
|
8
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export declare enum ColorEnum {
|
|
2
|
+
Purple = "appflowy_them_color_tint1",
|
|
3
|
+
Pink = "appflowy_them_color_tint2",
|
|
4
|
+
LightPink = "appflowy_them_color_tint3",
|
|
5
|
+
Orange = "appflowy_them_color_tint4",
|
|
6
|
+
Yellow = "appflowy_them_color_tint5",
|
|
7
|
+
Lime = "appflowy_them_color_tint6",
|
|
8
|
+
Green = "appflowy_them_color_tint7",
|
|
9
|
+
Aqua = "appflowy_them_color_tint8",
|
|
10
|
+
Blue = "appflowy_them_color_tint9"
|
|
11
|
+
}
|
|
12
|
+
export declare enum GradientEnum {
|
|
13
|
+
gradient1 = "appflowy_them_color_gradient1",
|
|
14
|
+
gradient2 = "appflowy_them_color_gradient2",
|
|
15
|
+
gradient3 = "appflowy_them_color_gradient3",
|
|
16
|
+
gradient4 = "appflowy_them_color_gradient4",
|
|
17
|
+
gradient5 = "appflowy_them_color_gradient5",
|
|
18
|
+
gradient6 = "appflowy_them_color_gradient6",
|
|
19
|
+
gradient7 = "appflowy_them_color_gradient7"
|
|
20
|
+
}
|
|
21
|
+
export declare const colorMap: {
|
|
22
|
+
appflowy_them_color_tint1: string;
|
|
23
|
+
appflowy_them_color_tint2: string;
|
|
24
|
+
appflowy_them_color_tint3: string;
|
|
25
|
+
appflowy_them_color_tint4: string;
|
|
26
|
+
appflowy_them_color_tint5: string;
|
|
27
|
+
appflowy_them_color_tint6: string;
|
|
28
|
+
appflowy_them_color_tint7: string;
|
|
29
|
+
appflowy_them_color_tint8: string;
|
|
30
|
+
appflowy_them_color_tint9: string;
|
|
31
|
+
};
|
|
32
|
+
export declare const gradientMap: {
|
|
33
|
+
appflowy_them_color_gradient1: string;
|
|
34
|
+
appflowy_them_color_gradient2: string;
|
|
35
|
+
appflowy_them_color_gradient3: string;
|
|
36
|
+
appflowy_them_color_gradient4: string;
|
|
37
|
+
appflowy_them_color_gradient5: string;
|
|
38
|
+
appflowy_them_color_gradient6: string;
|
|
39
|
+
appflowy_them_color_gradient7: string;
|
|
40
|
+
};
|
|
41
|
+
export declare function renderColor(color: string): string;
|
|
42
|
+
export declare function stringToColor(string: string, colorArray?: string[]): string;
|
|
43
|
+
export declare function stringAvatar(name: string, colorArray?: string[]): {
|
|
44
|
+
sx: {
|
|
45
|
+
bgcolor: string;
|
|
46
|
+
};
|
|
47
|
+
children: string;
|
|
48
|
+
} | null;
|
|
49
|
+
export declare const IconColors: string[];
|
|
50
|
+
export declare function randomColor(colors: string[]): string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Editor, Location, NodeEntry } from 'slate';
|
|
2
|
+
import { InlineType, NodeType } from '../types';
|
|
3
|
+
import { ElementData } from '../@types/editor';
|
|
4
|
+
export declare function isBlockActive(editor: Editor, blockType: NodeType): boolean;
|
|
5
|
+
export declare function getBlock(editor: Editor): NodeEntry<import('../@types/editor').BaseElement> | undefined;
|
|
6
|
+
export declare function isMarkActive(editor: Editor, format: InlineType): boolean;
|
|
7
|
+
export declare function getMark(editor: Editor, format: InlineType): string | boolean | null | undefined;
|
|
8
|
+
export declare function toggleTodoList(editor: Editor, at?: Location): void;
|
|
9
|
+
export declare function turnToType(editor: Editor, type: NodeType, data?: ElementData): void;
|
|
10
|
+
export declare function toggleMark(editor: Editor, format: InlineType): void;
|
|
11
|
+
export declare function highLight(editor: Editor): void;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export declare const isMac: () => boolean;
|
|
2
|
+
export declare const getModifier: () => string;
|
|
3
|
+
export declare enum HOT_KEY_NAME {
|
|
4
|
+
ENTER = "enter",
|
|
5
|
+
CLEAR_CACHE = "clear-cache",
|
|
6
|
+
UP = "up",
|
|
7
|
+
DOWN = "down",
|
|
8
|
+
LEFT = "left",
|
|
9
|
+
RIGHT = "right",
|
|
10
|
+
SELECT_ALL = "select-all",
|
|
11
|
+
ESCAPE = "escape",
|
|
12
|
+
ALIGN_LEFT = "align-left",
|
|
13
|
+
ALIGN_CENTER = "align-center",
|
|
14
|
+
ALIGN_RIGHT = "align-right",
|
|
15
|
+
BOLD = "bold",
|
|
16
|
+
ITALIC = "italic",
|
|
17
|
+
UNDERLINE = "underline",
|
|
18
|
+
STRIKETHROUGH = "strikethrough",
|
|
19
|
+
CODE = "code",
|
|
20
|
+
TOGGLE_TODO = "toggle-todo",
|
|
21
|
+
TOGGLE_COLLAPSE = "toggle-collapse",
|
|
22
|
+
INDENT_BLOCK = "indent-block",
|
|
23
|
+
OUTDENT_BLOCK = "outdent-block",
|
|
24
|
+
INSERT_SOFT_BREAK = "insert-soft-break",
|
|
25
|
+
SPLIT_BLOCK = "split-block",
|
|
26
|
+
BACKSPACE = "backspace",
|
|
27
|
+
OPEN_LINK = "open-link",
|
|
28
|
+
OPEN_LINKS = "open-links",
|
|
29
|
+
EXTEND_LINE_BACKWARD = "extend-line-backward",
|
|
30
|
+
EXTEND_LINE_FORWARD = "extend-line-forward",
|
|
31
|
+
PASTE = "paste",
|
|
32
|
+
PASTE_PLAIN_TEXT = "paste-plain-text",
|
|
33
|
+
HIGH_LIGHT = "high-light",
|
|
34
|
+
EXTEND_DOCUMENT_BACKWARD = "extend-document-backward",
|
|
35
|
+
EXTEND_DOCUMENT_FORWARD = "extend-document-forward",
|
|
36
|
+
SCROLL_TO_TOP = "scroll-to-top",
|
|
37
|
+
SCROLL_TO_BOTTOM = "scroll-to-bottom",
|
|
38
|
+
FORMAT_LINK = "format-link",
|
|
39
|
+
FIND_REPLACE = "find-replace",
|
|
40
|
+
POP_EMOJI_PICKER = "pop-emoji-picker",
|
|
41
|
+
DELETE_LEFT_SENTENCE = "delete-left-sentence",
|
|
42
|
+
DELETE_LEFT_WORD = "delete-left-word",
|
|
43
|
+
DELETE_RIGHT_WORD = "delete-right-word",
|
|
44
|
+
MOVE_CURSOR_TO_BOTTOM = "move-cursor-to-bottom",
|
|
45
|
+
MOVE_CURSOR_TO_TOP = "move-cursor-to-top",
|
|
46
|
+
/**
|
|
47
|
+
* Navigation
|
|
48
|
+
*/
|
|
49
|
+
TOGGLE_THEME = "toggle-theme",
|
|
50
|
+
TOGGLE_SIDEBAR = "toggle-sidebar",
|
|
51
|
+
QUICK_NOTE = "quick-note"
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Create a hotkey checker.
|
|
55
|
+
* @example trigger strike through when user press "Cmd + Shift + S" or "Cmd + Shift + X"
|
|
56
|
+
* @param hotkeyName
|
|
57
|
+
* @param customHotKeys
|
|
58
|
+
*/
|
|
59
|
+
export declare const createHotkey: (hotkeyName: HOT_KEY_NAME, customHotKeys?: Record<HOT_KEY_NAME, string[]>) => (event: KeyboardEvent) => boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Create a hotkey label.
|
|
62
|
+
* eg. "Ctrl + B / ⌘ + B"
|
|
63
|
+
* @param hotkeyName
|
|
64
|
+
* @param customHotKeys
|
|
65
|
+
*/
|
|
66
|
+
export declare const createHotKeyLabel: (hotkeyName: HOT_KEY_NAME, customHotKeys?: Record<HOT_KEY_NAME, string[]>) => string;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Path } from 'slate';
|
|
2
|
+
import { ReactEditor } from 'slate-react';
|
|
3
|
+
import { NodeType } from '../types';
|
|
4
|
+
export declare function romanize(num: number): string;
|
|
5
|
+
export declare function letterize(num: number): string;
|
|
6
|
+
export declare function getListLevel(editor: ReactEditor, type: NodeType, path: Path): number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Text, Element, Descendant } from 'slate';
|
|
2
|
+
import { Op } from 'quill-delta';
|
|
3
|
+
import { EditorNode } from '../types';
|
|
4
|
+
export declare function transformToSlateData(nodes: EditorNode[]): Element[];
|
|
5
|
+
export declare function transformFromSlateData(nodes: Descendant[]): EditorNode[];
|
|
6
|
+
export declare function deltaToSlateText(delta: Op[]): Text[];
|
|
7
|
+
export declare function slateTextToDelta(texts: Text[]): Op[];
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "اكتب شيئا...",
|
|
4
|
+
"fontColorDefault": "تقصير",
|
|
5
|
+
"fontColorRed": "أحمر",
|
|
6
|
+
"fontColorGreen": "أخضر",
|
|
7
|
+
"fontColorBlue": "أزرق",
|
|
8
|
+
"fontColorYellow": "أصفر",
|
|
9
|
+
"fontColorOrange": "البرتقالي",
|
|
10
|
+
"fontColorPurple": "أرجواني",
|
|
11
|
+
"fontColorPink": "لون القرنفل",
|
|
12
|
+
"fontColorBrown": "بني",
|
|
13
|
+
"fontColorGray": "رمادي",
|
|
14
|
+
"backgroundColorDefault": "تقصير",
|
|
15
|
+
"backgroundColorRed": "أحمر"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Escriu alguna cosa...",
|
|
4
|
+
"fontColorDefault": "Per defecte",
|
|
5
|
+
"fontColorRed": "Vermell",
|
|
6
|
+
"fontColorGreen": "Verd",
|
|
7
|
+
"fontColorBlue": "Blau",
|
|
8
|
+
"fontColorYellow": "groc",
|
|
9
|
+
"fontColorOrange": "Taronja",
|
|
10
|
+
"fontColorPurple": "Lila",
|
|
11
|
+
"fontColorPink": "Rosa",
|
|
12
|
+
"fontColorBrown": "marró",
|
|
13
|
+
"fontColorGray": "Gris",
|
|
14
|
+
"backgroundColorDefault": "Per defecte",
|
|
15
|
+
"backgroundColorRed": "Vermell"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Napiš něco...",
|
|
4
|
+
"fontColorDefault": "Výchozí",
|
|
5
|
+
"fontColorRed": "Červený",
|
|
6
|
+
"fontColorGreen": "Zelený",
|
|
7
|
+
"fontColorBlue": "Modrý",
|
|
8
|
+
"fontColorYellow": "Žluť",
|
|
9
|
+
"fontColorOrange": "Pomerančový",
|
|
10
|
+
"fontColorPurple": "Fialová",
|
|
11
|
+
"fontColorPink": "Růžový",
|
|
12
|
+
"fontColorBrown": "Hnědý",
|
|
13
|
+
"fontColorGray": "Šedá",
|
|
14
|
+
"backgroundColorDefault": "Výchozí",
|
|
15
|
+
"backgroundColorRed": "Červený"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Schreib etwas...",
|
|
4
|
+
"fontColorDefault": "Standard",
|
|
5
|
+
"fontColorRed": "Rot",
|
|
6
|
+
"fontColorGreen": "Grün",
|
|
7
|
+
"fontColorBlue": "Blau",
|
|
8
|
+
"fontColorYellow": "Gelb",
|
|
9
|
+
"fontColorOrange": "Orange",
|
|
10
|
+
"fontColorPurple": "Lila",
|
|
11
|
+
"fontColorPink": "Rosa",
|
|
12
|
+
"fontColorBrown": "Braun",
|
|
13
|
+
"fontColorGray": "Grau",
|
|
14
|
+
"backgroundColorDefault": "Standard",
|
|
15
|
+
"backgroundColorRed": "Rot"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Write something...",
|
|
4
|
+
"fontColorDefault": "Default",
|
|
5
|
+
"fontColorRed": "Red",
|
|
6
|
+
"fontColorGreen": "Green",
|
|
7
|
+
"fontColorBlue": "Blue",
|
|
8
|
+
"fontColorYellow": "Yellow",
|
|
9
|
+
"fontColorOrange": "Orange",
|
|
10
|
+
"fontColorPurple": "Purple",
|
|
11
|
+
"fontColorPink": "Pink",
|
|
12
|
+
"fontColorBrown": "Brown",
|
|
13
|
+
"fontColorGray": "Gray",
|
|
14
|
+
"backgroundColorDefault": "Default",
|
|
15
|
+
"backgroundColorRed": "Red",
|
|
16
|
+
"backgroundColorGreen": "Green",
|
|
17
|
+
"backgroundColorBlue": "Blue",
|
|
18
|
+
"backgroundColorYellow": "Yellow",
|
|
19
|
+
"backgroundColorOrange": "Orange",
|
|
20
|
+
"backgroundColorPurple": "Purple",
|
|
21
|
+
"backgroundColorPink": "Pink",
|
|
22
|
+
"backgroundColorBrown": "Brown",
|
|
23
|
+
"backgroundColorGray": "Gray",
|
|
24
|
+
"backgroundColorLime": "Lime",
|
|
25
|
+
"backgroundColorAqua": "Aqua",
|
|
26
|
+
"backgroundColor": "Background Color",
|
|
27
|
+
"textColor": "Text Color",
|
|
28
|
+
"heading": "Heading {{level}}",
|
|
29
|
+
"paragraph": "Paragraph",
|
|
30
|
+
"blockquote": "Blockquote",
|
|
31
|
+
"bodyText": "Body Text",
|
|
32
|
+
"bulletedList": "Bulleted List",
|
|
33
|
+
"numberedList": "Numbered List",
|
|
34
|
+
"quote": "Quote",
|
|
35
|
+
"reloadImage": "Reload Image",
|
|
36
|
+
"imageLoadError": "Image load error: {{error}}"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Escribe algo...",
|
|
4
|
+
"fontColorDefault": "Por defecto",
|
|
5
|
+
"fontColorRed": "Rojo",
|
|
6
|
+
"fontColorGreen": "Verde",
|
|
7
|
+
"fontColorBlue": "Azul",
|
|
8
|
+
"fontColorYellow": "Amarillo",
|
|
9
|
+
"fontColorOrange": "Naranja",
|
|
10
|
+
"fontColorPurple": "Púrpura",
|
|
11
|
+
"fontColorPink": "Rosa",
|
|
12
|
+
"fontColorBrown": "Marrón",
|
|
13
|
+
"fontColorGray": "Gris",
|
|
14
|
+
"backgroundColorDefault": "Por defecto",
|
|
15
|
+
"backgroundColorRed": "Rojo"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Idatzi zerbait...",
|
|
4
|
+
"fontColorDefault": "Lehenetsia",
|
|
5
|
+
"fontColorRed": "Gorria",
|
|
6
|
+
"fontColorGreen": "Berdea",
|
|
7
|
+
"fontColorBlue": "Urdina",
|
|
8
|
+
"fontColorYellow": "Horia",
|
|
9
|
+
"fontColorOrange": "Laranja",
|
|
10
|
+
"fontColorPurple": "Morea",
|
|
11
|
+
"fontColorPink": "Arrosa",
|
|
12
|
+
"fontColorBrown": "Marroia",
|
|
13
|
+
"fontColorGray": "Grisa",
|
|
14
|
+
"backgroundColorDefault": "Lehenetsia",
|
|
15
|
+
"backgroundColorRed": "Gorria"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "چیزی بنویس...",
|
|
4
|
+
"fontColorDefault": "پیش فرض",
|
|
5
|
+
"fontColorRed": "قرمز",
|
|
6
|
+
"fontColorGreen": "سبز",
|
|
7
|
+
"fontColorBlue": "آبی",
|
|
8
|
+
"fontColorYellow": "زرد",
|
|
9
|
+
"fontColorOrange": "نارنجی",
|
|
10
|
+
"fontColorPurple": "بنفش",
|
|
11
|
+
"fontColorPink": "صورتی",
|
|
12
|
+
"fontColorBrown": "قهوه ای",
|
|
13
|
+
"fontColorGray": "خاکستری",
|
|
14
|
+
"backgroundColorDefault": "پیش فرض",
|
|
15
|
+
"backgroundColorRed": "قرمز"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Écris quelque chose...",
|
|
4
|
+
"fontColorDefault": "Défaut",
|
|
5
|
+
"fontColorRed": "Rouge",
|
|
6
|
+
"fontColorGreen": "Vert",
|
|
7
|
+
"fontColorBlue": "Bleu",
|
|
8
|
+
"fontColorYellow": "Jaune",
|
|
9
|
+
"fontColorOrange": "Orange",
|
|
10
|
+
"fontColorPurple": "Violet",
|
|
11
|
+
"fontColorPink": "Rose",
|
|
12
|
+
"fontColorBrown": "Brun",
|
|
13
|
+
"fontColorGray": "Gris",
|
|
14
|
+
"backgroundColorDefault": "Défaut",
|
|
15
|
+
"backgroundColorRed": "Rouge"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Écris quelque chose...",
|
|
4
|
+
"fontColorDefault": "Défaut",
|
|
5
|
+
"fontColorRed": "Rouge",
|
|
6
|
+
"fontColorGreen": "Vert",
|
|
7
|
+
"fontColorBlue": "Bleu",
|
|
8
|
+
"fontColorYellow": "Jaune",
|
|
9
|
+
"fontColorOrange": "Orange",
|
|
10
|
+
"fontColorPurple": "Violet",
|
|
11
|
+
"fontColorPink": "Rose",
|
|
12
|
+
"fontColorBrown": "Brun",
|
|
13
|
+
"fontColorGray": "Gris",
|
|
14
|
+
"backgroundColorDefault": "Défaut",
|
|
15
|
+
"backgroundColorRed": "Rouge"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "תכתוב משהו...",
|
|
4
|
+
"fontColorDefault": "בְּרִירַת מֶחדָל",
|
|
5
|
+
"fontColorRed": "אָדוֹם",
|
|
6
|
+
"fontColorGreen": "יָרוֹק",
|
|
7
|
+
"fontColorBlue": "כְּחוֹל",
|
|
8
|
+
"fontColorYellow": "צָהוֹב",
|
|
9
|
+
"fontColorOrange": "כָּתוֹם",
|
|
10
|
+
"fontColorPurple": "סָגוֹל",
|
|
11
|
+
"fontColorPink": "וָרוֹד",
|
|
12
|
+
"fontColorBrown": "חוּם",
|
|
13
|
+
"fontColorGray": "אָפוֹר",
|
|
14
|
+
"backgroundColorDefault": "בְּרִירַת מֶחדָל",
|
|
15
|
+
"backgroundColorRed": "אָדוֹם"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Írj valamit...",
|
|
4
|
+
"fontColorDefault": "Alapértelmezett",
|
|
5
|
+
"fontColorRed": "Piros",
|
|
6
|
+
"fontColorGreen": "Zöld",
|
|
7
|
+
"fontColorBlue": "Kék",
|
|
8
|
+
"fontColorYellow": "Sárga",
|
|
9
|
+
"fontColorOrange": "Narancs",
|
|
10
|
+
"fontColorPurple": "Lila",
|
|
11
|
+
"fontColorPink": "Rózsaszín",
|
|
12
|
+
"fontColorBrown": "Barna",
|
|
13
|
+
"fontColorGray": "Szürke",
|
|
14
|
+
"backgroundColorDefault": "Alapértelmezett",
|
|
15
|
+
"backgroundColorRed": "Piros"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Tulis sesuatu...",
|
|
4
|
+
"fontColorDefault": "Bawaan",
|
|
5
|
+
"fontColorRed": "Merah",
|
|
6
|
+
"fontColorGreen": "Hijau",
|
|
7
|
+
"fontColorBlue": "Biru",
|
|
8
|
+
"fontColorYellow": "Kuning",
|
|
9
|
+
"fontColorOrange": "Oranye",
|
|
10
|
+
"fontColorPurple": "Ungu",
|
|
11
|
+
"fontColorPink": "Berwarna merah muda",
|
|
12
|
+
"fontColorBrown": "Cokelat",
|
|
13
|
+
"fontColorGray": "Abu-abu",
|
|
14
|
+
"backgroundColorDefault": "Bawaan",
|
|
15
|
+
"backgroundColorRed": "Merah"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Scrivi qualcosa...",
|
|
4
|
+
"fontColorDefault": "Predefinito",
|
|
5
|
+
"fontColorRed": "Rosso",
|
|
6
|
+
"fontColorGreen": "Verde",
|
|
7
|
+
"fontColorBlue": "Blu",
|
|
8
|
+
"fontColorYellow": "Giallo",
|
|
9
|
+
"fontColorOrange": "Arancia",
|
|
10
|
+
"fontColorPurple": "Viola",
|
|
11
|
+
"fontColorPink": "Rosa",
|
|
12
|
+
"fontColorBrown": "Marrone",
|
|
13
|
+
"fontColorGray": "Grigio",
|
|
14
|
+
"backgroundColorDefault": "Predefinito",
|
|
15
|
+
"backgroundColorRed": "Rosso"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "何か書いてください...",
|
|
4
|
+
"fontColorDefault": "デフォルト",
|
|
5
|
+
"fontColorRed": "赤",
|
|
6
|
+
"fontColorGreen": "緑",
|
|
7
|
+
"fontColorBlue": "青",
|
|
8
|
+
"fontColorYellow": "黄色",
|
|
9
|
+
"fontColorOrange": "オレンジ",
|
|
10
|
+
"fontColorPurple": "紫",
|
|
11
|
+
"fontColorPink": "ピンク",
|
|
12
|
+
"fontColorBrown": "茶色",
|
|
13
|
+
"fontColorGray": "グレー",
|
|
14
|
+
"backgroundColorDefault": "デフォルト",
|
|
15
|
+
"backgroundColorRed": "赤"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "뭔가를 써 보세요...",
|
|
4
|
+
"fontColorDefault": "기본",
|
|
5
|
+
"fontColorRed": "빨간색",
|
|
6
|
+
"fontColorGreen": "녹색",
|
|
7
|
+
"fontColorBlue": "파란색",
|
|
8
|
+
"fontColorYellow": "노란색",
|
|
9
|
+
"fontColorOrange": "주황색",
|
|
10
|
+
"fontColorPurple": "보라",
|
|
11
|
+
"fontColorPink": "분홍색",
|
|
12
|
+
"fontColorBrown": "갈색",
|
|
13
|
+
"fontColorGray": "회색",
|
|
14
|
+
"backgroundColorDefault": "기본",
|
|
15
|
+
"backgroundColorRed": "빨간색"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Napisz coś...",
|
|
4
|
+
"fontColorDefault": "Domyślny",
|
|
5
|
+
"fontColorRed": "Czerwony",
|
|
6
|
+
"fontColorGreen": "Zielony",
|
|
7
|
+
"fontColorBlue": "Niebieski",
|
|
8
|
+
"fontColorYellow": "Żółty",
|
|
9
|
+
"fontColorOrange": "Pomarańczowy",
|
|
10
|
+
"fontColorPurple": "Fioletowy",
|
|
11
|
+
"fontColorPink": "Różowy",
|
|
12
|
+
"fontColorBrown": "Brązowy",
|
|
13
|
+
"fontColorGray": "Szary",
|
|
14
|
+
"backgroundColorDefault": "Domyślny",
|
|
15
|
+
"backgroundColorRed": "Czerwony"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Escreva alguma coisa...",
|
|
4
|
+
"fontColorDefault": "Padrão",
|
|
5
|
+
"fontColorRed": "Vermelho",
|
|
6
|
+
"fontColorGreen": "Verde",
|
|
7
|
+
"fontColorBlue": "Azul",
|
|
8
|
+
"fontColorYellow": "Amarelo",
|
|
9
|
+
"fontColorOrange": "Laranja",
|
|
10
|
+
"fontColorPurple": "Roxo",
|
|
11
|
+
"fontColorPink": "Rosa",
|
|
12
|
+
"fontColorBrown": "Marrom",
|
|
13
|
+
"fontColorGray": "Cinza",
|
|
14
|
+
"backgroundColorDefault": "Padrão",
|
|
15
|
+
"backgroundColorRed": "Vermelho"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Escreva alguma coisa...",
|
|
4
|
+
"fontColorDefault": "Padrão",
|
|
5
|
+
"fontColorRed": "Vermelho",
|
|
6
|
+
"fontColorGreen": "Verde",
|
|
7
|
+
"fontColorBlue": "Azul",
|
|
8
|
+
"fontColorYellow": "Amarelo",
|
|
9
|
+
"fontColorOrange": "Laranja",
|
|
10
|
+
"fontColorPurple": "Roxo",
|
|
11
|
+
"fontColorPink": "Rosa",
|
|
12
|
+
"fontColorBrown": "Marrom",
|
|
13
|
+
"fontColorGray": "Cinza",
|
|
14
|
+
"backgroundColorDefault": "Padrão",
|
|
15
|
+
"backgroundColorRed": "Vermelho"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Напишите что-нибудь...",
|
|
4
|
+
"fontColorDefault": "По умолчанию",
|
|
5
|
+
"fontColorRed": "Красный",
|
|
6
|
+
"fontColorGreen": "Зеленый",
|
|
7
|
+
"fontColorBlue": "Синий",
|
|
8
|
+
"fontColorYellow": "Желтый",
|
|
9
|
+
"fontColorOrange": "Апельсин",
|
|
10
|
+
"fontColorPurple": "Фиолетовый",
|
|
11
|
+
"fontColorPink": "Розовый",
|
|
12
|
+
"fontColorBrown": "Коричневый",
|
|
13
|
+
"fontColorGray": "Серый",
|
|
14
|
+
"backgroundColorDefault": "По умолчанию",
|
|
15
|
+
"backgroundColorRed": "Красный"
|
|
16
|
+
}
|
|
17
|
+
}
|