@univerjs/docs-ui 1.0.0-alpha.2 → 1.0.0-alpha.4
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 +2333 -789
- package/lib/cjs/locale/ar-SA.js +41 -19
- package/lib/cjs/locale/ca-ES.js +40 -18
- package/lib/cjs/locale/de-DE.js +41 -19
- package/lib/cjs/locale/en-US.js +24 -2
- package/lib/cjs/locale/es-ES.js +41 -19
- package/lib/cjs/locale/fa-IR.js +41 -19
- package/lib/cjs/locale/fr-FR.js +41 -19
- package/lib/cjs/locale/id-ID.js +40 -18
- package/lib/cjs/locale/it-IT.js +41 -19
- package/lib/cjs/locale/ja-JP.js +41 -19
- package/lib/cjs/locale/ko-KR.js +41 -19
- package/lib/cjs/locale/pl-PL.js +41 -19
- package/lib/cjs/locale/pt-BR.js +40 -18
- package/lib/cjs/locale/ru-RU.js +41 -19
- package/lib/cjs/locale/sk-SK.js +41 -19
- package/lib/cjs/locale/vi-VN.js +41 -19
- package/lib/cjs/locale/zh-CN.js +24 -2
- package/lib/cjs/locale/zh-HK.js +24 -2
- package/lib/cjs/locale/zh-TW.js +24 -2
- package/lib/es/index.js +2254 -782
- package/lib/es/locale/ar-SA.js +41 -19
- package/lib/es/locale/ca-ES.js +40 -18
- package/lib/es/locale/de-DE.js +41 -19
- package/lib/es/locale/en-US.js +24 -2
- package/lib/es/locale/es-ES.js +41 -19
- package/lib/es/locale/fa-IR.js +41 -19
- package/lib/es/locale/fr-FR.js +41 -19
- package/lib/es/locale/id-ID.js +40 -18
- package/lib/es/locale/it-IT.js +41 -19
- package/lib/es/locale/ja-JP.js +41 -19
- package/lib/es/locale/ko-KR.js +41 -19
- package/lib/es/locale/pl-PL.js +41 -19
- package/lib/es/locale/pt-BR.js +40 -18
- package/lib/es/locale/ru-RU.js +41 -19
- package/lib/es/locale/sk-SK.js +41 -19
- package/lib/es/locale/vi-VN.js +41 -19
- package/lib/es/locale/zh-CN.js +24 -2
- package/lib/es/locale/zh-HK.js +24 -2
- package/lib/es/locale/zh-TW.js +24 -2
- package/lib/index.css +8 -0
- package/lib/index.js +2254 -782
- package/lib/locale/ar-SA.js +41 -19
- package/lib/locale/ca-ES.js +40 -18
- package/lib/locale/de-DE.js +41 -19
- package/lib/locale/en-US.js +24 -2
- package/lib/locale/es-ES.js +41 -19
- package/lib/locale/fa-IR.js +41 -19
- package/lib/locale/fr-FR.js +41 -19
- package/lib/locale/id-ID.js +40 -18
- package/lib/locale/it-IT.js +41 -19
- package/lib/locale/ja-JP.js +41 -19
- package/lib/locale/ko-KR.js +41 -19
- package/lib/locale/pl-PL.js +41 -19
- package/lib/locale/pt-BR.js +40 -18
- package/lib/locale/ru-RU.js +41 -19
- package/lib/locale/sk-SK.js +41 -19
- package/lib/locale/vi-VN.js +41 -19
- package/lib/locale/zh-CN.js +24 -2
- package/lib/locale/zh-HK.js +24 -2
- package/lib/locale/zh-TW.js +24 -2
- package/lib/types/commands/commands/break-line.command.d.ts +4 -3
- package/lib/types/commands/commands/clipboard.inner.command.d.ts +1 -2
- 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/{basics/transform-position.d.ts → commands/operations/doc-section-setting-panel.operation.d.ts} +2 -3
- 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 +17 -3
- package/lib/types/locale/en-US.d.ts +20 -0
- package/lib/types/menu/context-menu.d.ts +1 -0
- package/lib/types/menu/menu.d.ts +1 -1
- package/lib/types/plugin.d.ts +3 -4
- 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 +2 -4
- package/lib/types/services/selection/convert-text-range.d.ts +3 -0
- package/lib/types/services/selection/doc-selection-render.service.d.ts +19 -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/float-toolbar/FloatToolbar.d.ts +1 -0
- 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 +11 -12
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Elimina tabella"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Intestazione",
|
|
60
61
|
footer: "Piè di pagina",
|
|
61
62
|
panel: "Impostazioni Intestazione e Piè di Pagina",
|
|
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "Le impostazioni di intestazione e piè di pagina sono disabilitate"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "Titolo 1",
|
|
72
|
+
heading2: "Titolo 2",
|
|
73
|
+
heading3: "Titolo 3",
|
|
74
|
+
heading4: "Titolo 4",
|
|
75
|
+
heading5: "Titolo 5",
|
|
76
|
+
normalText: "Digita del testo o premi \"/\" per i comandi",
|
|
77
|
+
listItem: "Elemento"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
blockMenu: { dragBlock: "Trascina blocco" },
|
|
81
|
+
menu: {
|
|
82
|
+
paragraphSetting: "Impostazioni Paragrafo",
|
|
83
|
+
sectionSetting: "Section Settings"
|
|
84
|
+
},
|
|
85
|
+
slider: {
|
|
86
|
+
paragraphSetting: "Impostazioni Paragrafo",
|
|
87
|
+
sectionSetting: "Section Settings"
|
|
88
|
+
},
|
|
81
89
|
paragraphSetting: {
|
|
82
90
|
alignment: "Allineamento",
|
|
83
91
|
indentation: "Rientro",
|
|
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
|
|
|
93
101
|
atLeast: "At Least (px)",
|
|
94
102
|
exactly: "Exactly (px)",
|
|
95
103
|
fixedValue: "Valore fisso (px)"
|
|
104
|
+
},
|
|
105
|
+
sectionSetting: {
|
|
106
|
+
selectedSections: "{0} sections selected",
|
|
107
|
+
columnCount: "Column count",
|
|
108
|
+
columnGap: "Column gap",
|
|
109
|
+
columnSeparator: "Separator",
|
|
110
|
+
none: "None",
|
|
111
|
+
betweenColumns: "Between columns",
|
|
112
|
+
sectionStart: "Section start",
|
|
113
|
+
unspecified: "Unspecified",
|
|
114
|
+
continuous: "Continuous",
|
|
115
|
+
nextPage: "Next page",
|
|
116
|
+
evenPage: "Even page",
|
|
117
|
+
oddPage: "Odd page"
|
|
96
118
|
}
|
|
97
119
|
},
|
|
98
120
|
rightClick: {
|
|
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
|
|
|
106
128
|
insertBellow: "Inserisci sotto"
|
|
107
129
|
},
|
|
108
130
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
131
|
+
alignAndIndent: "Allineamento e rientro",
|
|
132
|
+
align: "Allineamento",
|
|
133
|
+
indent: "Rientro",
|
|
134
|
+
color: "Colori",
|
|
135
|
+
increase: "Aumenta",
|
|
136
|
+
decrease: "Riduci",
|
|
137
|
+
increaseIndent: "Aumenta rientro",
|
|
138
|
+
decreaseIndent: "Riduci rientro",
|
|
139
|
+
defaultTextColor: "Colore testo predefinito",
|
|
140
|
+
noBackground: "Nessuno sfondo"
|
|
119
141
|
},
|
|
120
142
|
"page-settings": {
|
|
121
143
|
"document-setting": "Impostazione Documento",
|
package/lib/cjs/locale/ja-JP.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,24 @@ 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
|
-
|
|
80
|
-
|
|
80
|
+
blockMenu: { dragBlock: "ブロックをドラッグ" },
|
|
81
|
+
menu: {
|
|
82
|
+
paragraphSetting: "段落設定",
|
|
83
|
+
sectionSetting: "Section Settings"
|
|
84
|
+
},
|
|
85
|
+
slider: {
|
|
86
|
+
paragraphSetting: "段落設定",
|
|
87
|
+
sectionSetting: "Section Settings"
|
|
88
|
+
},
|
|
81
89
|
paragraphSetting: {
|
|
82
90
|
alignment: "配置",
|
|
83
91
|
indentation: "インデント",
|
|
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
|
|
|
93
101
|
atLeast: "At Least (px)",
|
|
94
102
|
exactly: "Exactly (px)",
|
|
95
103
|
fixedValue: "固定値(px)"
|
|
104
|
+
},
|
|
105
|
+
sectionSetting: {
|
|
106
|
+
selectedSections: "{0} sections selected",
|
|
107
|
+
columnCount: "Column count",
|
|
108
|
+
columnGap: "Column gap",
|
|
109
|
+
columnSeparator: "Separator",
|
|
110
|
+
none: "None",
|
|
111
|
+
betweenColumns: "Between columns",
|
|
112
|
+
sectionStart: "Section start",
|
|
113
|
+
unspecified: "Unspecified",
|
|
114
|
+
continuous: "Continuous",
|
|
115
|
+
nextPage: "Next page",
|
|
116
|
+
evenPage: "Even page",
|
|
117
|
+
oddPage: "Odd page"
|
|
96
118
|
}
|
|
97
119
|
},
|
|
98
120
|
rightClick: {
|
|
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
|
|
|
106
128
|
insertBellow: "下に挿入"
|
|
107
129
|
},
|
|
108
130
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
131
|
+
alignAndIndent: "配置とインデント",
|
|
132
|
+
align: "配置",
|
|
133
|
+
indent: "インデント",
|
|
134
|
+
color: "色",
|
|
135
|
+
increase: "増やす",
|
|
136
|
+
decrease: "減らす",
|
|
137
|
+
increaseIndent: "インデントを増やす",
|
|
138
|
+
decreaseIndent: "インデントを減らす",
|
|
139
|
+
defaultTextColor: "デフォルトの文字色",
|
|
140
|
+
noBackground: "背景なし"
|
|
119
141
|
},
|
|
120
142
|
"page-settings": {
|
|
121
143
|
"document-setting": "文書設定",
|
package/lib/cjs/locale/ko-KR.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,24 @@ 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
|
-
|
|
80
|
-
|
|
80
|
+
blockMenu: { dragBlock: "블록 끌기" },
|
|
81
|
+
menu: {
|
|
82
|
+
paragraphSetting: "문단 설정",
|
|
83
|
+
sectionSetting: "Section Settings"
|
|
84
|
+
},
|
|
85
|
+
slider: {
|
|
86
|
+
paragraphSetting: "문단 설정",
|
|
87
|
+
sectionSetting: "Section Settings"
|
|
88
|
+
},
|
|
81
89
|
paragraphSetting: {
|
|
82
90
|
alignment: "정렬",
|
|
83
91
|
indentation: "들여쓰기",
|
|
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
|
|
|
93
101
|
atLeast: "At Least (px)",
|
|
94
102
|
exactly: "Exactly (px)",
|
|
95
103
|
fixedValue: "고정 값(px)"
|
|
104
|
+
},
|
|
105
|
+
sectionSetting: {
|
|
106
|
+
selectedSections: "{0} sections selected",
|
|
107
|
+
columnCount: "Column count",
|
|
108
|
+
columnGap: "Column gap",
|
|
109
|
+
columnSeparator: "Separator",
|
|
110
|
+
none: "None",
|
|
111
|
+
betweenColumns: "Between columns",
|
|
112
|
+
sectionStart: "Section start",
|
|
113
|
+
unspecified: "Unspecified",
|
|
114
|
+
continuous: "Continuous",
|
|
115
|
+
nextPage: "Next page",
|
|
116
|
+
evenPage: "Even page",
|
|
117
|
+
oddPage: "Odd page"
|
|
96
118
|
}
|
|
97
119
|
},
|
|
98
120
|
rightClick: {
|
|
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
|
|
|
106
128
|
insertBellow: "아래에 삽입"
|
|
107
129
|
},
|
|
108
130
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
131
|
+
alignAndIndent: "정렬 및 들여쓰기",
|
|
132
|
+
align: "정렬",
|
|
133
|
+
indent: "들여쓰기",
|
|
134
|
+
color: "색상",
|
|
135
|
+
increase: "늘리기",
|
|
136
|
+
decrease: "줄이기",
|
|
137
|
+
increaseIndent: "들여쓰기 늘리기",
|
|
138
|
+
decreaseIndent: "들여쓰기 줄이기",
|
|
139
|
+
defaultTextColor: "기본 텍스트 색상",
|
|
140
|
+
noBackground: "배경 없음"
|
|
119
141
|
},
|
|
120
142
|
"page-settings": {
|
|
121
143
|
"document-setting": "문서 설정",
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Usuń tabelę"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Nagłówek",
|
|
60
61
|
footer: "Stopka",
|
|
61
62
|
panel: "Ustawienia nagłówka i stopki",
|
|
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "Ustawienia nagłówka i stopki są wyłączone"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "Nagłówek 1",
|
|
72
|
+
heading2: "Nagłówek 2",
|
|
73
|
+
heading3: "Nagłówek 3",
|
|
74
|
+
heading4: "Nagłówek 4",
|
|
75
|
+
heading5: "Nagłówek 5",
|
|
76
|
+
normalText: "Wpisz tekst lub naciśnij „/”, aby wyświetlić polecenia",
|
|
77
|
+
listItem: "Element"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
blockMenu: { dragBlock: "Przeciągnij blok" },
|
|
81
|
+
menu: {
|
|
82
|
+
paragraphSetting: "Ustawienia akapitu",
|
|
83
|
+
sectionSetting: "Section Settings"
|
|
84
|
+
},
|
|
85
|
+
slider: {
|
|
86
|
+
paragraphSetting: "Ustawienia akapitu",
|
|
87
|
+
sectionSetting: "Section Settings"
|
|
88
|
+
},
|
|
81
89
|
paragraphSetting: {
|
|
82
90
|
alignment: "Wyrównanie",
|
|
83
91
|
indentation: "Wcięcie",
|
|
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
|
|
|
93
101
|
atLeast: "At Least (px)",
|
|
94
102
|
exactly: "Exactly (px)",
|
|
95
103
|
fixedValue: "Wartość stała (px)"
|
|
104
|
+
},
|
|
105
|
+
sectionSetting: {
|
|
106
|
+
selectedSections: "{0} sections selected",
|
|
107
|
+
columnCount: "Column count",
|
|
108
|
+
columnGap: "Column gap",
|
|
109
|
+
columnSeparator: "Separator",
|
|
110
|
+
none: "None",
|
|
111
|
+
betweenColumns: "Between columns",
|
|
112
|
+
sectionStart: "Section start",
|
|
113
|
+
unspecified: "Unspecified",
|
|
114
|
+
continuous: "Continuous",
|
|
115
|
+
nextPage: "Next page",
|
|
116
|
+
evenPage: "Even page",
|
|
117
|
+
oddPage: "Odd page"
|
|
96
118
|
}
|
|
97
119
|
},
|
|
98
120
|
rightClick: {
|
|
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
|
|
|
106
128
|
insertBellow: "Wstaw poniżej"
|
|
107
129
|
},
|
|
108
130
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
131
|
+
alignAndIndent: "Wyrównanie i wcięcie",
|
|
132
|
+
align: "Wyrównanie",
|
|
133
|
+
indent: "Wcięcie",
|
|
134
|
+
color: "Kolory",
|
|
135
|
+
increase: "Zwiększ",
|
|
136
|
+
decrease: "Zmniejsz",
|
|
137
|
+
increaseIndent: "Zwiększ wcięcie",
|
|
138
|
+
decreaseIndent: "Zmniejsz wcięcie",
|
|
139
|
+
defaultTextColor: "Domyślny kolor tekstu",
|
|
140
|
+
noBackground: "Brak tła"
|
|
119
141
|
},
|
|
120
142
|
"page-settings": {
|
|
121
143
|
"document-setting": "Ustawienia dokumentu",
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Excluir tabela"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Cabeçalho",
|
|
60
61
|
footer: "Rodapé",
|
|
61
62
|
panel: "Configurações de cabeçalho e rodapé",
|
|
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "As configurações de cabeçalho e rodapé estão desativadas"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
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: "Digite o texto ou pressione \"/\" para usar comandos",
|
|
76
77
|
listItem: "Item"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
blockMenu: { dragBlock: "Arrastar bloco" },
|
|
81
|
+
menu: {
|
|
82
|
+
paragraphSetting: "Configurações de parágrafo",
|
|
83
|
+
sectionSetting: "Section Settings"
|
|
84
|
+
},
|
|
85
|
+
slider: {
|
|
86
|
+
paragraphSetting: "Configurações de parágrafo",
|
|
87
|
+
sectionSetting: "Section Settings"
|
|
88
|
+
},
|
|
81
89
|
paragraphSetting: {
|
|
82
90
|
alignment: "Alinhamento",
|
|
83
91
|
indentation: "Recuo",
|
|
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
|
|
|
93
101
|
atLeast: "At Least (px)",
|
|
94
102
|
exactly: "Exactly (px)",
|
|
95
103
|
fixedValue: "Valor fixo (px)"
|
|
104
|
+
},
|
|
105
|
+
sectionSetting: {
|
|
106
|
+
selectedSections: "{0} sections selected",
|
|
107
|
+
columnCount: "Column count",
|
|
108
|
+
columnGap: "Column gap",
|
|
109
|
+
columnSeparator: "Separator",
|
|
110
|
+
none: "None",
|
|
111
|
+
betweenColumns: "Between columns",
|
|
112
|
+
sectionStart: "Section start",
|
|
113
|
+
unspecified: "Unspecified",
|
|
114
|
+
continuous: "Continuous",
|
|
115
|
+
nextPage: "Next page",
|
|
116
|
+
evenPage: "Even page",
|
|
117
|
+
oddPage: "Odd page"
|
|
96
118
|
}
|
|
97
119
|
},
|
|
98
120
|
rightClick: {
|
|
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
|
|
|
106
128
|
insertBellow: "Inserir abaixo"
|
|
107
129
|
},
|
|
108
130
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
131
|
+
alignAndIndent: "Alinhamento e recuo",
|
|
132
|
+
align: "Alinhamento",
|
|
133
|
+
indent: "Recuo",
|
|
134
|
+
color: "Cores",
|
|
135
|
+
increase: "Aumentar",
|
|
136
|
+
decrease: "Diminuir",
|
|
137
|
+
increaseIndent: "Aumentar recuo",
|
|
138
|
+
decreaseIndent: "Diminuir recuo",
|
|
139
|
+
defaultTextColor: "Cor de texto padrão",
|
|
140
|
+
noBackground: "Sem plano de fundo"
|
|
119
141
|
},
|
|
120
142
|
"page-settings": {
|
|
121
143
|
"document-setting": "Configuração do documento",
|
package/lib/cjs/locale/ru-RU.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,24 @@ 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
|
-
|
|
80
|
-
|
|
80
|
+
blockMenu: { dragBlock: "Перетащить блок" },
|
|
81
|
+
menu: {
|
|
82
|
+
paragraphSetting: "Настройка абзаца",
|
|
83
|
+
sectionSetting: "Section Settings"
|
|
84
|
+
},
|
|
85
|
+
slider: {
|
|
86
|
+
paragraphSetting: "Настройка абзаца",
|
|
87
|
+
sectionSetting: "Section Settings"
|
|
88
|
+
},
|
|
81
89
|
paragraphSetting: {
|
|
82
90
|
alignment: "Выравнивание",
|
|
83
91
|
indentation: "Отступ",
|
|
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
|
|
|
93
101
|
atLeast: "At Least (px)",
|
|
94
102
|
exactly: "Exactly (px)",
|
|
95
103
|
fixedValue: "Фиксированное значение (px)"
|
|
104
|
+
},
|
|
105
|
+
sectionSetting: {
|
|
106
|
+
selectedSections: "{0} sections selected",
|
|
107
|
+
columnCount: "Column count",
|
|
108
|
+
columnGap: "Column gap",
|
|
109
|
+
columnSeparator: "Separator",
|
|
110
|
+
none: "None",
|
|
111
|
+
betweenColumns: "Between columns",
|
|
112
|
+
sectionStart: "Section start",
|
|
113
|
+
unspecified: "Unspecified",
|
|
114
|
+
continuous: "Continuous",
|
|
115
|
+
nextPage: "Next page",
|
|
116
|
+
evenPage: "Even page",
|
|
117
|
+
oddPage: "Odd page"
|
|
96
118
|
}
|
|
97
119
|
},
|
|
98
120
|
rightClick: {
|
|
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
|
|
|
106
128
|
insertBellow: "Вставить ниже"
|
|
107
129
|
},
|
|
108
130
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
131
|
+
alignAndIndent: "Выравнивание и отступ",
|
|
132
|
+
align: "Выравнивание",
|
|
133
|
+
indent: "Отступ",
|
|
134
|
+
color: "Цвета",
|
|
135
|
+
increase: "Увеличить",
|
|
136
|
+
decrease: "Уменьшить",
|
|
137
|
+
increaseIndent: "Увеличить отступ",
|
|
138
|
+
decreaseIndent: "Уменьшить отступ",
|
|
139
|
+
defaultTextColor: "Цвет текста по умолчанию",
|
|
140
|
+
noBackground: "Без фона"
|
|
119
141
|
},
|
|
120
142
|
"page-settings": {
|
|
121
143
|
"document-setting": "Настройки документа",
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -56,6 +56,7 @@ const locale = { "docs-ui": {
|
|
|
56
56
|
deleteTable: "Odstrániť tabuľku"
|
|
57
57
|
},
|
|
58
58
|
headerFooter: {
|
|
59
|
+
linkToPrevious: "Link to previous",
|
|
59
60
|
header: "Hlavička",
|
|
60
61
|
footer: "Päta",
|
|
61
62
|
panel: "Nastavenia hlavičky a päty",
|
|
@@ -67,17 +68,24 @@ const locale = { "docs-ui": {
|
|
|
67
68
|
disableText: "Nastavenia hlavičky a päty sú vypnuté"
|
|
68
69
|
},
|
|
69
70
|
placeholder: {
|
|
70
|
-
heading1: "
|
|
71
|
-
heading2: "
|
|
72
|
-
heading3: "
|
|
73
|
-
heading4: "
|
|
74
|
-
heading5: "
|
|
75
|
-
normalText: "
|
|
76
|
-
listItem: "
|
|
71
|
+
heading1: "Nadpis 1",
|
|
72
|
+
heading2: "Nadpis 2",
|
|
73
|
+
heading3: "Nadpis 3",
|
|
74
|
+
heading4: "Nadpis 4",
|
|
75
|
+
heading5: "Nadpis 5",
|
|
76
|
+
normalText: "Zadajte text alebo stlačte „/“ pre príkazy",
|
|
77
|
+
listItem: "Položka"
|
|
77
78
|
},
|
|
78
79
|
doc: {
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
blockMenu: { dragBlock: "Potiahnuť blok" },
|
|
81
|
+
menu: {
|
|
82
|
+
paragraphSetting: "Nastavenia odseku",
|
|
83
|
+
sectionSetting: "Section Settings"
|
|
84
|
+
},
|
|
85
|
+
slider: {
|
|
86
|
+
paragraphSetting: "Nastavenia odseku",
|
|
87
|
+
sectionSetting: "Section Settings"
|
|
88
|
+
},
|
|
81
89
|
paragraphSetting: {
|
|
82
90
|
alignment: "Zarovnanie",
|
|
83
91
|
indentation: "Odsadenie",
|
|
@@ -93,6 +101,20 @@ const locale = { "docs-ui": {
|
|
|
93
101
|
atLeast: "At Least (px)",
|
|
94
102
|
exactly: "Exactly (px)",
|
|
95
103
|
fixedValue: "Pevná hodnota (px)"
|
|
104
|
+
},
|
|
105
|
+
sectionSetting: {
|
|
106
|
+
selectedSections: "{0} sections selected",
|
|
107
|
+
columnCount: "Column count",
|
|
108
|
+
columnGap: "Column gap",
|
|
109
|
+
columnSeparator: "Separator",
|
|
110
|
+
none: "None",
|
|
111
|
+
betweenColumns: "Between columns",
|
|
112
|
+
sectionStart: "Section start",
|
|
113
|
+
unspecified: "Unspecified",
|
|
114
|
+
continuous: "Continuous",
|
|
115
|
+
nextPage: "Next page",
|
|
116
|
+
evenPage: "Even page",
|
|
117
|
+
oddPage: "Odd page"
|
|
96
118
|
}
|
|
97
119
|
},
|
|
98
120
|
rightClick: {
|
|
@@ -106,16 +128,16 @@ const locale = { "docs-ui": {
|
|
|
106
128
|
insertBellow: "Vložiť pod"
|
|
107
129
|
},
|
|
108
130
|
paragraphMenu: {
|
|
109
|
-
alignAndIndent: "
|
|
110
|
-
align: "
|
|
111
|
-
indent: "
|
|
112
|
-
color: "
|
|
113
|
-
increase: "
|
|
114
|
-
decrease: "
|
|
115
|
-
increaseIndent: "
|
|
116
|
-
decreaseIndent: "
|
|
117
|
-
defaultTextColor: "
|
|
118
|
-
noBackground: "
|
|
131
|
+
alignAndIndent: "Zarovnanie a odsadenie",
|
|
132
|
+
align: "Zarovnanie",
|
|
133
|
+
indent: "Odsadenie",
|
|
134
|
+
color: "Farby",
|
|
135
|
+
increase: "Zväčšiť",
|
|
136
|
+
decrease: "Zmenšiť",
|
|
137
|
+
increaseIndent: "Zväčšiť odsadenie",
|
|
138
|
+
decreaseIndent: "Zmenšiť odsadenie",
|
|
139
|
+
defaultTextColor: "Predvolená farba textu",
|
|
140
|
+
noBackground: "Bez pozadia"
|
|
119
141
|
},
|
|
120
142
|
"page-settings": {
|
|
121
143
|
"document-setting": "Nastavenia dokumentu",
|