@univerjs/docs-ui 0.25.0 → 1.0.0-alpha.0
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/lib/cjs/facade.js +23 -183
- package/lib/cjs/index.js +7475 -5364
- package/lib/cjs/locale/ar-SA.js +35 -1
- package/lib/cjs/locale/ca-ES.js +35 -1
- package/lib/cjs/locale/de-DE.js +35 -1
- package/lib/cjs/locale/en-US.js +35 -1
- package/lib/cjs/locale/es-ES.js +35 -1
- package/lib/cjs/locale/fa-IR.js +35 -1
- package/lib/cjs/locale/fr-FR.js +35 -1
- package/lib/cjs/locale/id-ID.js +35 -1
- package/lib/cjs/locale/it-IT.js +35 -1
- package/lib/cjs/locale/ja-JP.js +35 -1
- package/lib/cjs/locale/ko-KR.js +35 -1
- package/lib/cjs/locale/pl-PL.js +35 -1
- package/lib/cjs/locale/pt-BR.js +35 -1
- package/lib/cjs/locale/ru-RU.js +35 -1
- package/lib/cjs/locale/sk-SK.js +35 -1
- package/lib/cjs/locale/vi-VN.js +35 -1
- package/lib/cjs/locale/zh-CN.js +35 -1
- package/lib/cjs/locale/zh-HK.js +35 -1
- package/lib/cjs/locale/zh-TW.js +35 -1
- package/lib/es/facade.js +25 -178
- package/lib/es/index.js +7934 -5853
- package/lib/es/locale/ar-SA.js +35 -1
- package/lib/es/locale/ca-ES.js +35 -1
- package/lib/es/locale/de-DE.js +35 -1
- package/lib/es/locale/en-US.js +35 -1
- package/lib/es/locale/es-ES.js +35 -1
- package/lib/es/locale/fa-IR.js +35 -1
- package/lib/es/locale/fr-FR.js +35 -1
- package/lib/es/locale/id-ID.js +35 -1
- package/lib/es/locale/it-IT.js +35 -1
- package/lib/es/locale/ja-JP.js +35 -1
- package/lib/es/locale/ko-KR.js +35 -1
- package/lib/es/locale/pl-PL.js +35 -1
- package/lib/es/locale/pt-BR.js +35 -1
- package/lib/es/locale/ru-RU.js +35 -1
- package/lib/es/locale/sk-SK.js +35 -1
- package/lib/es/locale/vi-VN.js +35 -1
- package/lib/es/locale/zh-CN.js +35 -1
- package/lib/es/locale/zh-HK.js +35 -1
- package/lib/es/locale/zh-TW.js +35 -1
- package/lib/facade.js +25 -178
- package/lib/index.css +25 -35
- package/lib/index.js +7934 -5853
- package/lib/locale/ar-SA.js +35 -1
- package/lib/locale/ca-ES.js +35 -1
- package/lib/locale/de-DE.js +35 -1
- package/lib/locale/en-US.js +35 -1
- package/lib/locale/es-ES.js +35 -1
- package/lib/locale/fa-IR.js +35 -1
- package/lib/locale/fr-FR.js +35 -1
- package/lib/locale/id-ID.js +35 -1
- package/lib/locale/it-IT.js +35 -1
- package/lib/locale/ja-JP.js +35 -1
- package/lib/locale/ko-KR.js +35 -1
- package/lib/locale/pl-PL.js +35 -1
- package/lib/locale/pt-BR.js +35 -1
- package/lib/locale/ru-RU.js +35 -1
- package/lib/locale/sk-SK.js +35 -1
- package/lib/locale/vi-VN.js +35 -1
- package/lib/locale/zh-CN.js +35 -1
- package/lib/locale/zh-HK.js +35 -1
- package/lib/locale/zh-TW.js +35 -1
- package/lib/types/commands/commands/doc-delete.command.d.ts +1 -1
- package/lib/types/commands/commands/inline-format.command.d.ts +3 -1
- package/lib/types/commands/commands/table/doc-table-create.command.d.ts +31 -1
- package/lib/types/commands/operations/doc-cursor.operation.d.ts +2 -0
- package/lib/types/commands/util.d.ts +1 -2
- package/lib/types/config/config.d.ts +15 -0
- package/lib/types/controllers/components.controller.d.ts +25 -0
- package/lib/types/controllers/doc-header-footer.controller.d.ts +1 -4
- package/lib/types/controllers/doc-move-cursor.controller.d.ts +9 -0
- package/lib/types/controllers/doc-paragraph-setting.controller.d.ts +2 -4
- package/lib/types/controllers/doc-table.controller.d.ts +1 -4
- package/lib/types/controllers/render-controllers/doc-paragraph-placeholder.render-controller.d.ts +51 -0
- package/lib/types/controllers/render-controllers/doc.render-controller.d.ts +5 -2
- package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +3 -1
- package/lib/types/controllers/{doc-ui.controller.d.ts → ui.controller.d.ts} +2 -4
- package/lib/types/facade/f-document.d.ts +11 -43
- package/lib/types/facade/index.d.ts +2 -3
- package/lib/types/index.d.ts +39 -26
- package/lib/types/locale/en-US.d.ts +34 -0
- package/lib/types/{views/side-menu/index.d.ts → locale/types.d.ts} +3 -1
- package/lib/types/menu/context-menu.d.ts +15 -14
- package/lib/types/menu/menu.d.ts +31 -29
- package/lib/types/menu/paragraph-menu.d.ts +68 -38
- package/lib/types/services/clipboard/html-to-udm/converter.d.ts +1 -0
- package/lib/types/services/doc-event-manager.service.d.ts +15 -0
- package/lib/types/services/doc-ime-state-change-interceptor.service.d.ts +23 -0
- package/lib/types/services/doc-page-layout.service.d.ts +3 -1
- package/lib/types/services/doc-paragraph-menu.service.d.ts +26 -2
- package/lib/types/services/doc-render-background.d.ts +29 -0
- package/lib/types/services/doc-view-scale.d.ts +54 -0
- package/lib/types/services/doc-zoom.d.ts +20 -0
- package/lib/types/services/docs-render.service.d.ts +5 -2
- package/lib/types/services/editor/editor-manager.service.d.ts +8 -1
- package/lib/types/services/index.d.ts +2 -0
- package/lib/types/services/selection/selection-utils.d.ts +0 -15
- package/lib/types/services/{doc-content-insert.service.d.ts → selection/word-boundary.d.ts} +4 -10
- package/lib/types/shortcuts/core-editing.shortcut.d.ts +1 -0
- package/lib/types/shortcuts/cursor.shortcut.d.ts +12 -0
- package/lib/types/shortcuts/heading.shortcut.d.ts +22 -0
- package/lib/types/{types/delete-direction.d.ts → views/DocSideMenu.d.ts} +1 -4
- package/lib/types/views/Icon.d.ts +49 -0
- package/lib/types/views/{page-settings/index.d.ts → PageSettings.d.ts} +1 -1
- package/lib/types/views/ParagraphMenu.d.ts +62 -0
- package/lib/types/views/{rich-text-editor/index.d.ts → RichTextEditor.d.ts} +3 -3
- package/lib/types/{components/side-menu/index.d.ts → views/SideMenu.d.ts} +4 -3
- package/lib/types/views/count-bar/CountBar.d.ts +1 -1
- package/lib/types/views/count-bar/ZoomSlider.d.ts +1 -1
- package/lib/types/views/doc-footer/DocFooter.d.ts +1 -1
- package/lib/types/views/float-toolbar/FloatToolbar.d.ts +25 -0
- package/lib/types/{components → views}/float-toolbar/FloatToolbar.stories.d.ts +1 -1
- package/lib/types/views/header-footer/panel/DocHeaderFooterOptions.d.ts +1 -1
- package/lib/types/views/header-footer/panel/DocHeaderFooterPanel.d.ts +1 -1
- package/lib/types/{components → views}/list-type-picker/Picker.d.ts +3 -3
- package/lib/types/{components/float-toolbar/FloatToolbar.d.ts → views/paragraph-menu/component-keys.d.ts} +2 -5
- package/lib/types/views/paragraph-menu/theme-color.d.ts +17 -0
- package/lib/types/views/paragraph-setting/Setting.d.ts +1 -1
- package/lib/types/views/paragraph-setting/index.d.ts +1 -1
- package/lib/types/views/paragraph-setting/line-spacing.d.ts +51 -0
- package/lib/types/views/rich-text-editor/hooks/editor-undo-redo-keyboard.d.ts +32 -0
- package/lib/types/views/rich-text-editor/hooks/index.d.ts +1 -0
- package/lib/types/views/rich-text-editor/hooks/use-editor-click-outside.d.ts +2 -1
- package/lib/types/{components → views}/side-menu/SideMenu.stories.d.ts +5 -5
- package/lib/types/views/table/create/TableCreate.d.ts +1 -1
- package/lib/umd/facade.js +1 -5
- package/lib/umd/index.js +11 -26
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +12 -12
- package/lib/types/commands/commands/core-editing.command.d.ts +0 -58
- package/lib/types/components/paragraph-menu/index.d.ts +0 -41
- package/lib/types/facade/f-univer.d.ts +0 -52
- package/lib/types/services/doc-state-change-manager.service.d.ts +0 -50
- /package/lib/types/{components → views}/const.d.ts +0 -0
- /package/lib/types/{components → views}/editor/utils.d.ts +0 -0
- /package/lib/types/{components → views}/list-type-picker/index.d.ts +0 -0
package/lib/es/locale/ar-SA.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "ضبط",
|
|
31
31
|
horizontalLine: "خط أفقي",
|
|
32
32
|
headerFooter: "رأس وتذييل",
|
|
33
|
-
pageSetup: "إعداد الصفحة"
|
|
33
|
+
pageSetup: "إعداد الصفحة",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "إدراج",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "إغلاق الرأس والتذييل",
|
|
55
66
|
disableText: "إعدادات الرأس والتذييل معطلة"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "إعدادات الفقرة" },
|
|
59
79
|
slider: { paragraphSetting: "إعدادات الفقرة" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "بعد",
|
|
70
90
|
lineSpace: "تباعد الأسطر",
|
|
71
91
|
multiSpace: "تباعد متعدد",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "قيمة ثابتة (بكسل)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "قائمة مهام",
|
|
83
105
|
insertBellow: "إدراج أدناه"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "إعداد المستند",
|
|
87
121
|
mode: "الوضع",
|
package/lib/es/locale/ca-ES.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "Justifica",
|
|
31
31
|
horizontalLine: "Línia horitzontal",
|
|
32
32
|
headerFooter: "Capçalera i peu de pàgina",
|
|
33
|
-
pageSetup: "Configuració de pàgina"
|
|
33
|
+
pageSetup: "Configuració de pàgina",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "Insereix",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "Tanca capçalera i peu de pàgina",
|
|
55
66
|
disableText: "La configuració de capçalera i peu de pàgina està desactivada"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "Configuració de paràgraf" },
|
|
59
79
|
slider: { paragraphSetting: "Configuració de paràgraf" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "Després",
|
|
70
90
|
lineSpace: "Espai entre línies",
|
|
71
91
|
multiSpace: "Espai múltiple",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "Valor fix (px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "Llista de tasques",
|
|
83
105
|
insertBellow: "Insereix a sota"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "Configuració de document",
|
|
87
121
|
mode: "Mode",
|
package/lib/es/locale/de-DE.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "Blocksatz",
|
|
31
31
|
horizontalLine: "Horizontale Linie",
|
|
32
32
|
headerFooter: "Kopf- und Fußzeile",
|
|
33
|
-
pageSetup: "Seite einrichten"
|
|
33
|
+
pageSetup: "Seite einrichten",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "Einfügen",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "Kopf- und Fußzeile schließen",
|
|
55
66
|
disableText: "Kopf- und Fußzeileneinstellungen sind deaktiviert"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "Absatzeinstellungen" },
|
|
59
79
|
slider: { paragraphSetting: "Absatzeinstellungen" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "Nach",
|
|
70
90
|
lineSpace: "Zeilenabstand",
|
|
71
91
|
multiSpace: "Mehrfacher Abstand",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "Fester Wert (px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "Aufgabenliste",
|
|
83
105
|
insertBellow: "Unten einfügen"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "Dokumenteneinstellung",
|
|
87
121
|
mode: "Modus",
|
package/lib/es/locale/en-US.js
CHANGED
|
@@ -45,7 +45,18 @@ const locale = { "docs-ui": {
|
|
|
45
45
|
alignJustify: "Justify",
|
|
46
46
|
horizontalLine: "Horizontal line",
|
|
47
47
|
headerFooter: "Header & Footer",
|
|
48
|
-
pageSetup: "Page Setup"
|
|
48
|
+
pageSetup: "Page Setup",
|
|
49
|
+
heading: {
|
|
50
|
+
tooltip: "Heading",
|
|
51
|
+
normal: "Normal text",
|
|
52
|
+
leading1: "Heading 1",
|
|
53
|
+
leading2: "Heading 2",
|
|
54
|
+
leading3: "Heading 3",
|
|
55
|
+
leading4: "Heading 4",
|
|
56
|
+
leading5: "Heading 5",
|
|
57
|
+
title: "Title",
|
|
58
|
+
subTitle: "Subtitle"
|
|
59
|
+
}
|
|
49
60
|
},
|
|
50
61
|
table: {
|
|
51
62
|
insert: "Insert",
|
|
@@ -69,6 +80,15 @@ const locale = { "docs-ui": {
|
|
|
69
80
|
closeHeaderFooter: "Close header & footer",
|
|
70
81
|
disableText: "Header & footer settings are disabled"
|
|
71
82
|
},
|
|
83
|
+
placeholder: {
|
|
84
|
+
heading1: "Heading 1",
|
|
85
|
+
heading2: "Heading 2",
|
|
86
|
+
heading3: "Heading 3",
|
|
87
|
+
heading4: "Heading 4",
|
|
88
|
+
heading5: "Heading 5",
|
|
89
|
+
normalText: "Type text or press \"/\" for commands",
|
|
90
|
+
listItem: "Item"
|
|
91
|
+
},
|
|
72
92
|
doc: {
|
|
73
93
|
menu: { paragraphSetting: "Paragraph Settings" },
|
|
74
94
|
slider: { paragraphSetting: "Paragraph Settings" },
|
|
@@ -84,6 +104,8 @@ const locale = { "docs-ui": {
|
|
|
84
104
|
after: "After",
|
|
85
105
|
lineSpace: "Line Space",
|
|
86
106
|
multiSpace: "Multi Space",
|
|
107
|
+
atLeast: "At Least (px)",
|
|
108
|
+
exactly: "Exactly (px)",
|
|
87
109
|
fixedValue: "Fixed Value(px)"
|
|
88
110
|
}
|
|
89
111
|
},
|
|
@@ -97,6 +119,18 @@ const locale = { "docs-ui": {
|
|
|
97
119
|
checkList: "Task list",
|
|
98
120
|
insertBellow: "Insert below"
|
|
99
121
|
},
|
|
122
|
+
paragraphMenu: {
|
|
123
|
+
alignAndIndent: "Align and indent",
|
|
124
|
+
align: "Align",
|
|
125
|
+
indent: "Indent",
|
|
126
|
+
color: "Colors",
|
|
127
|
+
increase: "Increase",
|
|
128
|
+
decrease: "Decrease",
|
|
129
|
+
increaseIndent: "Increase indent",
|
|
130
|
+
decreaseIndent: "Decrease indent",
|
|
131
|
+
defaultTextColor: "Default text color",
|
|
132
|
+
noBackground: "No background"
|
|
133
|
+
},
|
|
100
134
|
"page-settings": {
|
|
101
135
|
"document-setting": "Document Setting",
|
|
102
136
|
mode: "Mode",
|
package/lib/es/locale/es-ES.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "Justificar",
|
|
31
31
|
horizontalLine: "Línea horizontal",
|
|
32
32
|
headerFooter: "Encabezado y pie de página",
|
|
33
|
-
pageSetup: "Configuración de página"
|
|
33
|
+
pageSetup: "Configuración de página",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "Insertar",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "Cerrar encabezado y pie de página",
|
|
55
66
|
disableText: "La configuración de encabezado y pie de página está deshabilitada"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "Configuración de párrafo" },
|
|
59
79
|
slider: { paragraphSetting: "Configuración de párrafo" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "Después",
|
|
70
90
|
lineSpace: "Espacio entre líneas",
|
|
71
91
|
multiSpace: "Espacio múltiple",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "Valor fijo (px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "Lista de tareas",
|
|
83
105
|
insertBellow: "Insertar debajo"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "Configuración de documento",
|
|
87
121
|
mode: "Modo",
|
package/lib/es/locale/fa-IR.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "توجیه",
|
|
31
31
|
horizontalLine: "Horizontal line",
|
|
32
32
|
headerFooter: "هدر و فوتر",
|
|
33
|
-
pageSetup: "تنظیمات صفحه"
|
|
33
|
+
pageSetup: "تنظیمات صفحه",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "درج",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "بستن هدر و فوتر",
|
|
55
66
|
disableText: "تنظیمات هدر و فوتر غیرفعال است"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "تنظیمات پاراگراف" },
|
|
59
79
|
slider: { paragraphSetting: "تنظیمات پاراگراف" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "بعد",
|
|
70
90
|
lineSpace: "فاصله خط",
|
|
71
91
|
multiSpace: "فاصله چندگانه",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "مقدار ثابت(px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "لیست وظیفه",
|
|
83
105
|
insertBellow: "درج در پایین"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "تنظیمات سند",
|
|
87
121
|
mode: "حالت",
|
package/lib/es/locale/fr-FR.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "Justifier",
|
|
31
31
|
horizontalLine: "Horizontal line",
|
|
32
32
|
headerFooter: "En-tête et pied de page",
|
|
33
|
-
pageSetup: "Paramètres de page"
|
|
33
|
+
pageSetup: "Paramètres de page",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "Insérer",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "Fermer l'en-tête et le pied de page",
|
|
55
66
|
disableText: "Les paramètres de l'en-tête et du pied de page sont désactivés"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "Paramètres de paragraphe" },
|
|
59
79
|
slider: { paragraphSetting: "Paramètres de paragraphe" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "Après",
|
|
70
90
|
lineSpace: "Espacement de ligne",
|
|
71
91
|
multiSpace: "Espacement multiple",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "Valeur fixe(px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "Liste de tâches",
|
|
83
105
|
insertBellow: "Insérer dans le bas"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "Paramètres du document",
|
|
87
121
|
mode: "Mode",
|
package/lib/es/locale/id-ID.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "Rata Kanan Kiri",
|
|
31
31
|
horizontalLine: "Garis horizontal",
|
|
32
32
|
headerFooter: "Header & Footer",
|
|
33
|
-
pageSetup: "Pengaturan Halaman"
|
|
33
|
+
pageSetup: "Pengaturan Halaman",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "Sisipkan",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "Tutup header & footer",
|
|
55
66
|
disableText: "Pengaturan header & footer dinonaktifkan"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "Pengaturan Paragraf" },
|
|
59
79
|
slider: { paragraphSetting: "Pengaturan Paragraf" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "Sesudah",
|
|
70
90
|
lineSpace: "Spasi Baris",
|
|
71
91
|
multiSpace: "Spasi Ganda",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "Nilai Tetap(px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "Daftar tugas",
|
|
83
105
|
insertBellow: "Sisipkan di bawah"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "Pengaturan Dokumen",
|
|
87
121
|
mode: "Mode",
|
package/lib/es/locale/it-IT.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "Giustifica",
|
|
31
31
|
horizontalLine: "Linea orizzontale",
|
|
32
32
|
headerFooter: "Intestazione e Piè di Pagina",
|
|
33
|
-
pageSetup: "Impostazione Pagina"
|
|
33
|
+
pageSetup: "Impostazione Pagina",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "Inserisci",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "Chiudi intestazione e piè di pagina",
|
|
55
66
|
disableText: "Le impostazioni di intestazione e piè di pagina sono disabilitate"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "Impostazioni Paragrafo" },
|
|
59
79
|
slider: { paragraphSetting: "Impostazioni Paragrafo" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "Dopo",
|
|
70
90
|
lineSpace: "Interlinea",
|
|
71
91
|
multiSpace: "Spaziatura multipla",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "Valore fisso (px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "Elenco attività",
|
|
83
105
|
insertBellow: "Inserisci sotto"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "Impostazione Documento",
|
|
87
121
|
mode: "Modalità",
|
package/lib/es/locale/ja-JP.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "両端揃え",
|
|
31
31
|
horizontalLine: "横線の挿入",
|
|
32
32
|
headerFooter: "ヘッダーとフッター",
|
|
33
|
-
pageSetup: "ページ設定"
|
|
33
|
+
pageSetup: "ページ設定",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "挿入",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "ヘッダー/フッターを閉じる",
|
|
55
66
|
disableText: "ヘッダーとフッターの設定は無効です"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "段落設定" },
|
|
59
79
|
slider: { paragraphSetting: "段落設定" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "後の間隔",
|
|
70
90
|
lineSpace: "行間",
|
|
71
91
|
multiSpace: "複数行間",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "固定値(px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "チェックリスト",
|
|
83
105
|
insertBellow: "下に挿入"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "文書設定",
|
|
87
121
|
mode: "モード",
|
package/lib/es/locale/ko-KR.js
CHANGED
|
@@ -30,7 +30,18 @@ const locale = { "docs-ui": {
|
|
|
30
30
|
alignJustify: "양쪽 맞춤",
|
|
31
31
|
horizontalLine: "가로줄 삽입",
|
|
32
32
|
headerFooter: "머리글 및 바닥글",
|
|
33
|
-
pageSetup: "페이지 설정"
|
|
33
|
+
pageSetup: "페이지 설정",
|
|
34
|
+
heading: {
|
|
35
|
+
tooltip: "Heading",
|
|
36
|
+
normal: "Normal text",
|
|
37
|
+
leading1: "Heading 1",
|
|
38
|
+
leading2: "Heading 2",
|
|
39
|
+
leading3: "Heading 3",
|
|
40
|
+
leading4: "Heading 4",
|
|
41
|
+
leading5: "Heading 5",
|
|
42
|
+
title: "Title",
|
|
43
|
+
subTitle: "Subtitle"
|
|
44
|
+
}
|
|
34
45
|
},
|
|
35
46
|
table: {
|
|
36
47
|
insert: "삽입",
|
|
@@ -54,6 +65,15 @@ const locale = { "docs-ui": {
|
|
|
54
65
|
closeHeaderFooter: "머리글 및 바닥글 닫기",
|
|
55
66
|
disableText: "머리글 및 바닥글 설정이 비활성화되었습니다"
|
|
56
67
|
},
|
|
68
|
+
placeholder: {
|
|
69
|
+
heading1: "Heading 1",
|
|
70
|
+
heading2: "Heading 2",
|
|
71
|
+
heading3: "Heading 3",
|
|
72
|
+
heading4: "Heading 4",
|
|
73
|
+
heading5: "Heading 5",
|
|
74
|
+
normalText: "Type text or press \"/\" for commands",
|
|
75
|
+
listItem: "Item"
|
|
76
|
+
},
|
|
57
77
|
doc: {
|
|
58
78
|
menu: { paragraphSetting: "문단 설정" },
|
|
59
79
|
slider: { paragraphSetting: "문단 설정" },
|
|
@@ -69,6 +89,8 @@ const locale = { "docs-ui": {
|
|
|
69
89
|
after: "아래 간격",
|
|
70
90
|
lineSpace: "줄 간격",
|
|
71
91
|
multiSpace: "복수 줄 간격",
|
|
92
|
+
atLeast: "At Least (px)",
|
|
93
|
+
exactly: "Exactly (px)",
|
|
72
94
|
fixedValue: "고정 값(px)"
|
|
73
95
|
}
|
|
74
96
|
},
|
|
@@ -82,6 +104,18 @@ const locale = { "docs-ui": {
|
|
|
82
104
|
checkList: "할 일 목록",
|
|
83
105
|
insertBellow: "아래에 삽입"
|
|
84
106
|
},
|
|
107
|
+
paragraphMenu: {
|
|
108
|
+
alignAndIndent: "Align and indent",
|
|
109
|
+
align: "Align",
|
|
110
|
+
indent: "Indent",
|
|
111
|
+
color: "Colors",
|
|
112
|
+
increase: "Increase",
|
|
113
|
+
decrease: "Decrease",
|
|
114
|
+
increaseIndent: "Increase indent",
|
|
115
|
+
decreaseIndent: "Decrease indent",
|
|
116
|
+
defaultTextColor: "Default text color",
|
|
117
|
+
noBackground: "No background"
|
|
118
|
+
},
|
|
85
119
|
"page-settings": {
|
|
86
120
|
"document-setting": "문서 설정",
|
|
87
121
|
mode: "모드",
|