@univerjs/docs-ui 1.0.0-alpha.1 → 1.0.0-alpha.3
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/index.js +2544 -1063
- package/lib/cjs/locale/ar-SA.js +40 -19
- package/lib/cjs/locale/ca-ES.js +39 -18
- package/lib/cjs/locale/de-DE.js +40 -19
- package/lib/cjs/locale/en-US.js +23 -2
- package/lib/cjs/locale/es-ES.js +40 -19
- package/lib/cjs/locale/fa-IR.js +40 -19
- package/lib/cjs/locale/fr-FR.js +40 -19
- package/lib/cjs/locale/id-ID.js +39 -18
- package/lib/cjs/locale/it-IT.js +40 -19
- package/lib/cjs/locale/ja-JP.js +40 -19
- package/lib/cjs/locale/ko-KR.js +40 -19
- package/lib/cjs/locale/pl-PL.js +40 -19
- package/lib/cjs/locale/pt-BR.js +39 -18
- package/lib/cjs/locale/ru-RU.js +40 -19
- package/lib/cjs/locale/sk-SK.js +40 -19
- package/lib/cjs/locale/vi-VN.js +40 -19
- package/lib/cjs/locale/zh-CN.js +23 -2
- package/lib/cjs/locale/zh-HK.js +23 -2
- package/lib/cjs/locale/zh-TW.js +23 -2
- package/lib/es/index.js +2474 -1070
- package/lib/es/locale/ar-SA.js +40 -19
- package/lib/es/locale/ca-ES.js +39 -18
- package/lib/es/locale/de-DE.js +40 -19
- package/lib/es/locale/en-US.js +23 -2
- package/lib/es/locale/es-ES.js +40 -19
- package/lib/es/locale/fa-IR.js +40 -19
- package/lib/es/locale/fr-FR.js +40 -19
- package/lib/es/locale/id-ID.js +39 -18
- package/lib/es/locale/it-IT.js +40 -19
- package/lib/es/locale/ja-JP.js +40 -19
- package/lib/es/locale/ko-KR.js +40 -19
- package/lib/es/locale/pl-PL.js +40 -19
- package/lib/es/locale/pt-BR.js +39 -18
- package/lib/es/locale/ru-RU.js +40 -19
- package/lib/es/locale/sk-SK.js +40 -19
- package/lib/es/locale/vi-VN.js +40 -19
- package/lib/es/locale/zh-CN.js +23 -2
- package/lib/es/locale/zh-HK.js +23 -2
- package/lib/es/locale/zh-TW.js +23 -2
- package/lib/index.css +8 -0
- package/lib/index.js +2474 -1070
- package/lib/locale/ar-SA.js +40 -19
- package/lib/locale/ca-ES.js +39 -18
- package/lib/locale/de-DE.js +40 -19
- package/lib/locale/en-US.js +23 -2
- package/lib/locale/es-ES.js +40 -19
- package/lib/locale/fa-IR.js +40 -19
- package/lib/locale/fr-FR.js +40 -19
- package/lib/locale/id-ID.js +39 -18
- package/lib/locale/it-IT.js +40 -19
- package/lib/locale/ja-JP.js +40 -19
- package/lib/locale/ko-KR.js +40 -19
- package/lib/locale/pl-PL.js +40 -19
- package/lib/locale/pt-BR.js +39 -18
- package/lib/locale/ru-RU.js +40 -19
- package/lib/locale/sk-SK.js +40 -19
- package/lib/locale/vi-VN.js +40 -19
- package/lib/locale/zh-CN.js +23 -2
- package/lib/locale/zh-HK.js +23 -2
- package/lib/locale/zh-TW.js +23 -2
- package/lib/types/commands/commands/break-line.command.d.ts +4 -3
- package/lib/types/commands/commands/doc-block-move.command.d.ts +13 -1
- package/lib/types/commands/commands/doc-delete.command.d.ts +6 -2
- package/lib/types/commands/commands/doc-header-footer.command.d.ts +4 -9
- package/lib/types/commands/commands/doc-horizontal-line.command.d.ts +1 -0
- package/lib/types/commands/commands/doc-paragraph-setting.command.d.ts +1 -2
- package/lib/types/commands/commands/replace-content.command.d.ts +2 -1
- package/lib/types/commands/commands/table/doc-table-create.command.d.ts +2 -1
- package/lib/types/commands/operations/doc-section-setting-panel.operation.d.ts +17 -0
- package/lib/types/controllers/doc-header-footer.controller.d.ts +0 -8
- package/lib/types/controllers/doc-section-setting.controller.d.ts +24 -0
- package/lib/types/controllers/render-controllers/doc-input.controller.d.ts +4 -1
- package/lib/types/controllers/render-controllers/doc-selection-render.controller.d.ts +5 -1
- package/lib/types/controllers/render-controllers/doc.render-controller.d.ts +4 -1
- package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +3 -1
- package/lib/types/controllers/ui.controller.d.ts +4 -1
- package/lib/types/embed-docs-custom-block-bleed.d.ts +30 -0
- package/lib/types/embed-docs-custom-block-refresh.d.ts +28 -0
- package/lib/types/embed-docs-custom-block-scroll.d.ts +19 -0
- package/lib/types/embed-host-anchor.d.ts +45 -0
- package/lib/types/index.d.ts +19 -4
- package/lib/types/locale/en-US.d.ts +17 -0
- package/lib/types/menu/context-menu.d.ts +1 -0
- package/lib/types/menu/menu.d.ts +2 -1
- package/lib/types/services/clipboard/clipboard.service.d.ts +7 -3
- package/lib/types/services/clipboard/doc-paste-mutation-adapter.service.d.ts +47 -0
- package/lib/types/services/clipboard/html-to-udm/converter.d.ts +1 -0
- package/lib/types/services/doc-embed-integration.service.d.ts +63 -0
- package/lib/types/services/doc-paragraph-menu.service.d.ts +1 -1
- package/lib/types/services/doc-popup-manager.service.d.ts +2 -0
- package/lib/types/services/docs-render.service.d.ts +1 -1
- package/lib/types/services/float-menu.service.d.ts +1 -0
- package/lib/types/services/index.d.ts +1 -0
- package/lib/types/services/selection/convert-text-range.d.ts +3 -0
- package/lib/types/services/selection/doc-selection-render.service.d.ts +18 -4
- package/lib/types/shortcuts/core-editing.shortcut.d.ts +1 -0
- package/lib/types/utils/section-header-footer.d.ts +26 -0
- package/lib/types/views/ParagraphMenu.d.ts +8 -3
- package/lib/types/views/paragraph-setting/hook/utils.d.ts +13 -3
- package/lib/types/views/paragraph-setting/line-spacing.d.ts +6 -18
- package/lib/types/views/section-setting/Setting.d.ts +16 -0
- package/lib/types/views/section-setting/component-name.d.ts +16 -0
- package/lib/types/views/section-setting/index.d.ts +16 -0
- package/lib/types/views/section-setting/use-section-setting.d.ts +43 -0
- package/lib/umd/index.js +9 -10
- 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 +11 -12
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "حذف الجدول"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "رأس",
|
|
60
61
|
footer: "تذييل",
|
|
61
62
|
panel: "إعدادات الرأس والتذييل",
|
|
@@ -67,17 +68,23 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "إعدادات الرأس والتذييل معطلة"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "العنوان 1",
|
|
72
|
+
heading2: "العنوان 2",
|
|
73
|
+
heading3: "العنوان 3",
|
|
74
|
+
heading4: "العنوان 4",
|
|
75
|
+
heading5: "العنوان 5",
|
|
76
|
+
normalText: "اكتب نصًا أو اضغط على \"/\" للأوامر",
|
|
77
|
+
listItem: "عنصر"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
menu: {
|
|
80
|
-
|
|
80
|
+
menu: {
|
|
81
|
+
paragraphSetting: "إعدادات الفقرة",
|
|
82
|
+
sectionSetting: "Section Settings"
|
|
83
|
+
},
|
|
84
|
+
slider: {
|
|
85
|
+
paragraphSetting: "إعدادات الفقرة",
|
|
86
|
+
sectionSetting: "Section Settings"
|
|
87
|
+
},
|
|
81
88
|
paragraphSetting: {
|
|
82
89
|
alignment: "محاذاة",
|
|
83
90
|
indentation: "إزاحة",
|
|
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
|
|
|
93
100
|
atLeast: "At Least (px)",
|
|
94
101
|
exactly: "Exactly (px)",
|
|
95
102
|
fixedValue: "قيمة ثابتة (بكسل)"
|
|
103
|
+
},
|
|
104
|
+
sectionSetting: {
|
|
105
|
+
selectedSections: "{0} sections selected",
|
|
106
|
+
columnCount: "Column count",
|
|
107
|
+
columnGap: "Column gap",
|
|
108
|
+
columnSeparator: "Separator",
|
|
109
|
+
none: "None",
|
|
110
|
+
betweenColumns: "Between columns",
|
|
111
|
+
sectionStart: "Section start",
|
|
112
|
+
unspecified: "Unspecified",
|
|
113
|
+
continuous: "Continuous",
|
|
114
|
+
nextPage: "Next page",
|
|
115
|
+
evenPage: "Even page",
|
|
116
|
+
oddPage: "Odd page"
|
|
96
117
|
}
|
|
97
118
|
},
|
|
98
119
|
rightClick: {
|
|
@@ -106,16 +127,16 @@ const locale = { "docs-ui": {
|
|
|
106
127
|
insertBellow: "إدراج أدناه"
|
|
107
128
|
},
|
|
108
129
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
130
|
+
alignAndIndent: "المحاذاة والمسافة البادئة",
|
|
131
|
+
align: "المحاذاة",
|
|
132
|
+
indent: "المسافة البادئة",
|
|
133
|
+
color: "الألوان",
|
|
134
|
+
increase: "زيادة",
|
|
135
|
+
decrease: "تقليل",
|
|
136
|
+
increaseIndent: "زيادة المسافة البادئة",
|
|
137
|
+
decreaseIndent: "تقليل المسافة البادئة",
|
|
138
|
+
defaultTextColor: "لون النص الافتراضي",
|
|
139
|
+
noBackground: "بدون خلفية"
|
|
119
140
|
},
|
|
120
141
|
"page-settings": {
|
|
121
142
|
"document-setting": "إعداد المستند",
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Elimina taula"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Capçalera",
|
|
60
61
|
footer: "Peu de pàgina",
|
|
61
62
|
panel: "Configuració de capçalera i peu de pàgina",
|
|
@@ -67,17 +68,23 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "La configuració de capçalera i peu de pàgina està desactivada"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "Títol 1",
|
|
72
|
+
heading2: "Títol 2",
|
|
73
|
+
heading3: "Títol 3",
|
|
74
|
+
heading4: "Títol 4",
|
|
75
|
+
heading5: "Títol 5",
|
|
76
|
+
normalText: "Escriviu text o premeu \"/\" per a les ordres",
|
|
77
|
+
listItem: "Element"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
menu: {
|
|
80
|
-
|
|
80
|
+
menu: {
|
|
81
|
+
paragraphSetting: "Configuració de paràgraf",
|
|
82
|
+
sectionSetting: "Section Settings"
|
|
83
|
+
},
|
|
84
|
+
slider: {
|
|
85
|
+
paragraphSetting: "Configuració de paràgraf",
|
|
86
|
+
sectionSetting: "Section Settings"
|
|
87
|
+
},
|
|
81
88
|
paragraphSetting: {
|
|
82
89
|
alignment: "Alineació",
|
|
83
90
|
indentation: "Sagnat",
|
|
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
|
|
|
93
100
|
atLeast: "At Least (px)",
|
|
94
101
|
exactly: "Exactly (px)",
|
|
95
102
|
fixedValue: "Valor fix (px)"
|
|
103
|
+
},
|
|
104
|
+
sectionSetting: {
|
|
105
|
+
selectedSections: "{0} sections selected",
|
|
106
|
+
columnCount: "Column count",
|
|
107
|
+
columnGap: "Column gap",
|
|
108
|
+
columnSeparator: "Separator",
|
|
109
|
+
none: "None",
|
|
110
|
+
betweenColumns: "Between columns",
|
|
111
|
+
sectionStart: "Section start",
|
|
112
|
+
unspecified: "Unspecified",
|
|
113
|
+
continuous: "Continuous",
|
|
114
|
+
nextPage: "Next page",
|
|
115
|
+
evenPage: "Even page",
|
|
116
|
+
oddPage: "Odd page"
|
|
96
117
|
}
|
|
97
118
|
},
|
|
98
119
|
rightClick: {
|
|
@@ -106,16 +127,16 @@ const locale = { "docs-ui": {
|
|
|
106
127
|
insertBellow: "Insereix a sota"
|
|
107
128
|
},
|
|
108
129
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
130
|
+
alignAndIndent: "Alineació i sagnat",
|
|
131
|
+
align: "Alineació",
|
|
132
|
+
indent: "Sagnat",
|
|
112
133
|
color: "Colors",
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
134
|
+
increase: "Augmenta",
|
|
135
|
+
decrease: "Redueix",
|
|
136
|
+
increaseIndent: "Augmenta el sagnat",
|
|
137
|
+
decreaseIndent: "Redueix el sagnat",
|
|
138
|
+
defaultTextColor: "Color de text predeterminat",
|
|
139
|
+
noBackground: "Sense fons"
|
|
119
140
|
},
|
|
120
141
|
"page-settings": {
|
|
121
142
|
"document-setting": "Configuració de document",
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Tabelle löschen"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Kopfzeile",
|
|
60
61
|
footer: "Fußzeile",
|
|
61
62
|
panel: "Kopf- und Fußzeileneinstellungen",
|
|
@@ -67,17 +68,23 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "Kopf- und Fußzeileneinstellungen sind deaktiviert"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "Überschrift 1",
|
|
72
|
+
heading2: "Überschrift 2",
|
|
73
|
+
heading3: "Überschrift 3",
|
|
74
|
+
heading4: "Überschrift 4",
|
|
75
|
+
heading5: "Überschrift 5",
|
|
76
|
+
normalText: "Text eingeben oder \"/\" für Befehle drücken",
|
|
77
|
+
listItem: "Listenelement"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
menu: {
|
|
80
|
-
|
|
80
|
+
menu: {
|
|
81
|
+
paragraphSetting: "Absatzeinstellungen",
|
|
82
|
+
sectionSetting: "Section Settings"
|
|
83
|
+
},
|
|
84
|
+
slider: {
|
|
85
|
+
paragraphSetting: "Absatzeinstellungen",
|
|
86
|
+
sectionSetting: "Section Settings"
|
|
87
|
+
},
|
|
81
88
|
paragraphSetting: {
|
|
82
89
|
alignment: "Ausrichtung",
|
|
83
90
|
indentation: "Einzug",
|
|
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
|
|
|
93
100
|
atLeast: "At Least (px)",
|
|
94
101
|
exactly: "Exactly (px)",
|
|
95
102
|
fixedValue: "Fester Wert (px)"
|
|
103
|
+
},
|
|
104
|
+
sectionSetting: {
|
|
105
|
+
selectedSections: "{0} sections selected",
|
|
106
|
+
columnCount: "Column count",
|
|
107
|
+
columnGap: "Column gap",
|
|
108
|
+
columnSeparator: "Separator",
|
|
109
|
+
none: "None",
|
|
110
|
+
betweenColumns: "Between columns",
|
|
111
|
+
sectionStart: "Section start",
|
|
112
|
+
unspecified: "Unspecified",
|
|
113
|
+
continuous: "Continuous",
|
|
114
|
+
nextPage: "Next page",
|
|
115
|
+
evenPage: "Even page",
|
|
116
|
+
oddPage: "Odd page"
|
|
96
117
|
}
|
|
97
118
|
},
|
|
98
119
|
rightClick: {
|
|
@@ -106,16 +127,16 @@ const locale = { "docs-ui": {
|
|
|
106
127
|
insertBellow: "Unten einfügen"
|
|
107
128
|
},
|
|
108
129
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
130
|
+
alignAndIndent: "Ausrichtung und Einzug",
|
|
131
|
+
align: "Ausrichtung",
|
|
132
|
+
indent: "Einzug",
|
|
133
|
+
color: "Farben",
|
|
134
|
+
increase: "Vergrößern",
|
|
135
|
+
decrease: "Verkleinern",
|
|
136
|
+
increaseIndent: "Einzug vergrößern",
|
|
137
|
+
decreaseIndent: "Einzug verkleinern",
|
|
138
|
+
defaultTextColor: "Standardtextfarbe",
|
|
139
|
+
noBackground: "Kein Hintergrund"
|
|
119
140
|
},
|
|
120
141
|
"page-settings": {
|
|
121
142
|
"document-setting": "Dokumenteneinstellung",
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -74,6 +74,7 @@ const locale = { "docs-ui": {
|
|
|
74
74
|
header: "Header",
|
|
75
75
|
footer: "Footer",
|
|
76
76
|
panel: "Header & Footer Settings",
|
|
77
|
+
linkToPrevious: "Link to previous",
|
|
77
78
|
firstPageCheckBox: "Different first page",
|
|
78
79
|
oddEvenCheckBox: "Different odd and even pages",
|
|
79
80
|
headerTopMargin: "Header top margin(px)",
|
|
@@ -91,8 +92,14 @@ const locale = { "docs-ui": {
|
|
|
91
92
|
listItem: "Item"
|
|
92
93
|
},
|
|
93
94
|
doc: {
|
|
94
|
-
menu: {
|
|
95
|
-
|
|
95
|
+
menu: {
|
|
96
|
+
paragraphSetting: "Paragraph Settings",
|
|
97
|
+
sectionSetting: "Section Settings"
|
|
98
|
+
},
|
|
99
|
+
slider: {
|
|
100
|
+
paragraphSetting: "Paragraph Settings",
|
|
101
|
+
sectionSetting: "Section Settings"
|
|
102
|
+
},
|
|
96
103
|
paragraphSetting: {
|
|
97
104
|
alignment: "Alignment",
|
|
98
105
|
indentation: "Indentation",
|
|
@@ -108,6 +115,20 @@ const locale = { "docs-ui": {
|
|
|
108
115
|
atLeast: "At Least (px)",
|
|
109
116
|
exactly: "Exactly (px)",
|
|
110
117
|
fixedValue: "Fixed Value(px)"
|
|
118
|
+
},
|
|
119
|
+
sectionSetting: {
|
|
120
|
+
selectedSections: "{0} sections selected",
|
|
121
|
+
columnCount: "Column count",
|
|
122
|
+
columnGap: "Column gap",
|
|
123
|
+
columnSeparator: "Separator",
|
|
124
|
+
none: "None",
|
|
125
|
+
betweenColumns: "Between columns",
|
|
126
|
+
sectionStart: "Section start",
|
|
127
|
+
unspecified: "Unspecified",
|
|
128
|
+
continuous: "Continuous",
|
|
129
|
+
nextPage: "Next page",
|
|
130
|
+
evenPage: "Even page",
|
|
131
|
+
oddPage: "Odd page"
|
|
111
132
|
}
|
|
112
133
|
},
|
|
113
134
|
rightClick: {
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Eliminar tabla"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Encabezado",
|
|
60
61
|
footer: "Pie de página",
|
|
61
62
|
panel: "Configuración de encabezado y pie de página",
|
|
@@ -67,17 +68,23 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "La configuración de encabezado y pie de página está deshabilitada"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "Título 1",
|
|
72
|
+
heading2: "Título 2",
|
|
73
|
+
heading3: "Título 3",
|
|
74
|
+
heading4: "Título 4",
|
|
75
|
+
heading5: "Título 5",
|
|
76
|
+
normalText: "Escribe texto o pulsa \"/\" para ver los comandos",
|
|
77
|
+
listItem: "Elemento"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
menu: {
|
|
80
|
-
|
|
80
|
+
menu: {
|
|
81
|
+
paragraphSetting: "Configuración de párrafo",
|
|
82
|
+
sectionSetting: "Section Settings"
|
|
83
|
+
},
|
|
84
|
+
slider: {
|
|
85
|
+
paragraphSetting: "Configuración de párrafo",
|
|
86
|
+
sectionSetting: "Section Settings"
|
|
87
|
+
},
|
|
81
88
|
paragraphSetting: {
|
|
82
89
|
alignment: "Alineación",
|
|
83
90
|
indentation: "Sangría",
|
|
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
|
|
|
93
100
|
atLeast: "At Least (px)",
|
|
94
101
|
exactly: "Exactly (px)",
|
|
95
102
|
fixedValue: "Valor fijo (px)"
|
|
103
|
+
},
|
|
104
|
+
sectionSetting: {
|
|
105
|
+
selectedSections: "{0} sections selected",
|
|
106
|
+
columnCount: "Column count",
|
|
107
|
+
columnGap: "Column gap",
|
|
108
|
+
columnSeparator: "Separator",
|
|
109
|
+
none: "None",
|
|
110
|
+
betweenColumns: "Between columns",
|
|
111
|
+
sectionStart: "Section start",
|
|
112
|
+
unspecified: "Unspecified",
|
|
113
|
+
continuous: "Continuous",
|
|
114
|
+
nextPage: "Next page",
|
|
115
|
+
evenPage: "Even page",
|
|
116
|
+
oddPage: "Odd page"
|
|
96
117
|
}
|
|
97
118
|
},
|
|
98
119
|
rightClick: {
|
|
@@ -106,16 +127,16 @@ const locale = { "docs-ui": {
|
|
|
106
127
|
insertBellow: "Insertar debajo"
|
|
107
128
|
},
|
|
108
129
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
130
|
+
alignAndIndent: "Alineación y sangría",
|
|
131
|
+
align: "Alineación",
|
|
132
|
+
indent: "Sangría",
|
|
133
|
+
color: "Colores",
|
|
134
|
+
increase: "Aumentar",
|
|
135
|
+
decrease: "Disminuir",
|
|
136
|
+
increaseIndent: "Aumentar sangría",
|
|
137
|
+
decreaseIndent: "Disminuir sangría",
|
|
138
|
+
defaultTextColor: "Color de texto predeterminado",
|
|
139
|
+
noBackground: "Sin fondo"
|
|
119
140
|
},
|
|
120
141
|
"page-settings": {
|
|
121
142
|
"document-setting": "Configuración de documento",
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "حذف جدول"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "هدر",
|
|
60
61
|
footer: "فوتر",
|
|
61
62
|
panel: "تنظیمات هدر و فوتر",
|
|
@@ -67,17 +68,23 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "تنظیمات هدر و فوتر غیرفعال است"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "عنوان ۱",
|
|
72
|
+
heading2: "عنوان ۲",
|
|
73
|
+
heading3: "عنوان ۳",
|
|
74
|
+
heading4: "عنوان ۴",
|
|
75
|
+
heading5: "عنوان ۵",
|
|
76
|
+
normalText: "متن را تایپ کنید یا برای دستورات «/» را فشار دهید",
|
|
77
|
+
listItem: "مورد"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
menu: {
|
|
80
|
-
|
|
80
|
+
menu: {
|
|
81
|
+
paragraphSetting: "تنظیمات پاراگراف",
|
|
82
|
+
sectionSetting: "Section Settings"
|
|
83
|
+
},
|
|
84
|
+
slider: {
|
|
85
|
+
paragraphSetting: "تنظیمات پاراگراف",
|
|
86
|
+
sectionSetting: "Section Settings"
|
|
87
|
+
},
|
|
81
88
|
paragraphSetting: {
|
|
82
89
|
alignment: "تراز",
|
|
83
90
|
indentation: "تورفتگی",
|
|
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
|
|
|
93
100
|
atLeast: "At Least (px)",
|
|
94
101
|
exactly: "Exactly (px)",
|
|
95
102
|
fixedValue: "مقدار ثابت(px)"
|
|
103
|
+
},
|
|
104
|
+
sectionSetting: {
|
|
105
|
+
selectedSections: "{0} sections selected",
|
|
106
|
+
columnCount: "Column count",
|
|
107
|
+
columnGap: "Column gap",
|
|
108
|
+
columnSeparator: "Separator",
|
|
109
|
+
none: "None",
|
|
110
|
+
betweenColumns: "Between columns",
|
|
111
|
+
sectionStart: "Section start",
|
|
112
|
+
unspecified: "Unspecified",
|
|
113
|
+
continuous: "Continuous",
|
|
114
|
+
nextPage: "Next page",
|
|
115
|
+
evenPage: "Even page",
|
|
116
|
+
oddPage: "Odd page"
|
|
96
117
|
}
|
|
97
118
|
},
|
|
98
119
|
rightClick: {
|
|
@@ -106,16 +127,16 @@ const locale = { "docs-ui": {
|
|
|
106
127
|
insertBellow: "درج در پایین"
|
|
107
128
|
},
|
|
108
129
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
130
|
+
alignAndIndent: "تراز و تورفتگی",
|
|
131
|
+
align: "تراز",
|
|
132
|
+
indent: "تورفتگی",
|
|
133
|
+
color: "رنگها",
|
|
134
|
+
increase: "افزایش",
|
|
135
|
+
decrease: "کاهش",
|
|
136
|
+
increaseIndent: "افزایش تورفتگی",
|
|
137
|
+
decreaseIndent: "کاهش تورفتگی",
|
|
138
|
+
defaultTextColor: "رنگ پیشفرض متن",
|
|
139
|
+
noBackground: "بدون پسزمینه"
|
|
119
140
|
},
|
|
120
141
|
"page-settings": {
|
|
121
142
|
"document-setting": "تنظیمات سند",
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Supprimer le tableau"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "En-tête",
|
|
60
61
|
footer: "Pied de page",
|
|
61
62
|
panel: "En-tête et pied de page",
|
|
@@ -67,17 +68,23 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "Les paramètres de l'en-tête et du pied de page sont désactivés"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "Titre 1",
|
|
72
|
+
heading2: "Titre 2",
|
|
73
|
+
heading3: "Titre 3",
|
|
74
|
+
heading4: "Titre 4",
|
|
75
|
+
heading5: "Titre 5",
|
|
76
|
+
normalText: "Saisissez du texte ou appuyez sur « / » pour les commandes",
|
|
77
|
+
listItem: "Élément"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
menu: {
|
|
80
|
-
|
|
80
|
+
menu: {
|
|
81
|
+
paragraphSetting: "Paramètres de paragraphe",
|
|
82
|
+
sectionSetting: "Section Settings"
|
|
83
|
+
},
|
|
84
|
+
slider: {
|
|
85
|
+
paragraphSetting: "Paramètres de paragraphe",
|
|
86
|
+
sectionSetting: "Section Settings"
|
|
87
|
+
},
|
|
81
88
|
paragraphSetting: {
|
|
82
89
|
alignment: "Alignement",
|
|
83
90
|
indentation: "Indentation",
|
|
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
|
|
|
93
100
|
atLeast: "At Least (px)",
|
|
94
101
|
exactly: "Exactly (px)",
|
|
95
102
|
fixedValue: "Valeur fixe(px)"
|
|
103
|
+
},
|
|
104
|
+
sectionSetting: {
|
|
105
|
+
selectedSections: "{0} sections selected",
|
|
106
|
+
columnCount: "Column count",
|
|
107
|
+
columnGap: "Column gap",
|
|
108
|
+
columnSeparator: "Separator",
|
|
109
|
+
none: "None",
|
|
110
|
+
betweenColumns: "Between columns",
|
|
111
|
+
sectionStart: "Section start",
|
|
112
|
+
unspecified: "Unspecified",
|
|
113
|
+
continuous: "Continuous",
|
|
114
|
+
nextPage: "Next page",
|
|
115
|
+
evenPage: "Even page",
|
|
116
|
+
oddPage: "Odd page"
|
|
96
117
|
}
|
|
97
118
|
},
|
|
98
119
|
rightClick: {
|
|
@@ -106,16 +127,16 @@ const locale = { "docs-ui": {
|
|
|
106
127
|
insertBellow: "Insérer dans le bas"
|
|
107
128
|
},
|
|
108
129
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
130
|
+
alignAndIndent: "Alignement et retrait",
|
|
131
|
+
align: "Alignement",
|
|
132
|
+
indent: "Retrait",
|
|
133
|
+
color: "Couleurs",
|
|
134
|
+
increase: "Augmenter",
|
|
135
|
+
decrease: "Diminuer",
|
|
136
|
+
increaseIndent: "Augmenter le retrait",
|
|
137
|
+
decreaseIndent: "Diminuer le retrait",
|
|
138
|
+
defaultTextColor: "Couleur de texte par défaut",
|
|
139
|
+
noBackground: "Aucun arrière-plan"
|
|
119
140
|
},
|
|
120
141
|
"page-settings": {
|
|
121
142
|
"document-setting": "Paramètres du document",
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Hapus tabel"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Header",
|
|
60
61
|
footer: "Footer",
|
|
61
62
|
panel: "Pengaturan Header & Footer",
|
|
@@ -67,17 +68,23 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "Pengaturan header & footer dinonaktifkan"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
71
|
+
heading1: "Judul 1",
|
|
72
|
+
heading2: "Judul 2",
|
|
73
|
+
heading3: "Judul 3",
|
|
74
|
+
heading4: "Judul 4",
|
|
75
|
+
heading5: "Judul 5",
|
|
76
|
+
normalText: "Ketik teks atau tekan \"/\" untuk perintah",
|
|
76
77
|
listItem: "Item"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
menu: {
|
|
80
|
-
|
|
80
|
+
menu: {
|
|
81
|
+
paragraphSetting: "Pengaturan Paragraf",
|
|
82
|
+
sectionSetting: "Section Settings"
|
|
83
|
+
},
|
|
84
|
+
slider: {
|
|
85
|
+
paragraphSetting: "Pengaturan Paragraf",
|
|
86
|
+
sectionSetting: "Section Settings"
|
|
87
|
+
},
|
|
81
88
|
paragraphSetting: {
|
|
82
89
|
alignment: "Perataan",
|
|
83
90
|
indentation: "Indentasi",
|
|
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
|
|
|
93
100
|
atLeast: "At Least (px)",
|
|
94
101
|
exactly: "Exactly (px)",
|
|
95
102
|
fixedValue: "Nilai Tetap(px)"
|
|
103
|
+
},
|
|
104
|
+
sectionSetting: {
|
|
105
|
+
selectedSections: "{0} sections selected",
|
|
106
|
+
columnCount: "Column count",
|
|
107
|
+
columnGap: "Column gap",
|
|
108
|
+
columnSeparator: "Separator",
|
|
109
|
+
none: "None",
|
|
110
|
+
betweenColumns: "Between columns",
|
|
111
|
+
sectionStart: "Section start",
|
|
112
|
+
unspecified: "Unspecified",
|
|
113
|
+
continuous: "Continuous",
|
|
114
|
+
nextPage: "Next page",
|
|
115
|
+
evenPage: "Even page",
|
|
116
|
+
oddPage: "Odd page"
|
|
96
117
|
}
|
|
97
118
|
},
|
|
98
119
|
rightClick: {
|
|
@@ -106,16 +127,16 @@ const locale = { "docs-ui": {
|
|
|
106
127
|
insertBellow: "Sisipkan di bawah"
|
|
107
128
|
},
|
|
108
129
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
130
|
+
alignAndIndent: "Perataan dan inden",
|
|
131
|
+
align: "Perataan",
|
|
132
|
+
indent: "Inden",
|
|
133
|
+
color: "Warna",
|
|
134
|
+
increase: "Tambah",
|
|
135
|
+
decrease: "Kurangi",
|
|
136
|
+
increaseIndent: "Tambah inden",
|
|
137
|
+
decreaseIndent: "Kurangi inden",
|
|
138
|
+
defaultTextColor: "Warna teks default",
|
|
139
|
+
noBackground: "Tanpa latar belakang"
|
|
119
140
|
},
|
|
120
141
|
"page-settings": {
|
|
121
142
|
"document-setting": "Pengaturan Dokumen",
|