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