@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/it-IT.js
CHANGED
|
@@ -55,6 +55,7 @@ const locale = { "docs-ui": {
|
|
|
55
55
|
deleteTable: "Elimina tabella"
|
|
56
56
|
},
|
|
57
57
|
headerFooter: {
|
|
58
|
+
linkToPrevious: "Link to previous",
|
|
58
59
|
header: "Intestazione",
|
|
59
60
|
footer: "Piè di pagina",
|
|
60
61
|
panel: "Impostazioni Intestazione e Piè di Pagina",
|
|
@@ -66,17 +67,23 @@ const locale = { "docs-ui": {
|
|
|
66
67
|
disableText: "Le impostazioni di intestazione e piè di pagina sono disabilitate"
|
|
67
68
|
},
|
|
68
69
|
placeholder: {
|
|
69
|
-
heading1: "
|
|
70
|
-
heading2: "
|
|
71
|
-
heading3: "
|
|
72
|
-
heading4: "
|
|
73
|
-
heading5: "
|
|
74
|
-
normalText: "
|
|
75
|
-
listItem: "
|
|
70
|
+
heading1: "Titolo 1",
|
|
71
|
+
heading2: "Titolo 2",
|
|
72
|
+
heading3: "Titolo 3",
|
|
73
|
+
heading4: "Titolo 4",
|
|
74
|
+
heading5: "Titolo 5",
|
|
75
|
+
normalText: "Digita del testo o premi \"/\" per i comandi",
|
|
76
|
+
listItem: "Elemento"
|
|
76
77
|
},
|
|
77
78
|
doc: {
|
|
78
|
-
menu: {
|
|
79
|
-
|
|
79
|
+
menu: {
|
|
80
|
+
paragraphSetting: "Impostazioni Paragrafo",
|
|
81
|
+
sectionSetting: "Section Settings"
|
|
82
|
+
},
|
|
83
|
+
slider: {
|
|
84
|
+
paragraphSetting: "Impostazioni Paragrafo",
|
|
85
|
+
sectionSetting: "Section Settings"
|
|
86
|
+
},
|
|
80
87
|
paragraphSetting: {
|
|
81
88
|
alignment: "Allineamento",
|
|
82
89
|
indentation: "Rientro",
|
|
@@ -92,6 +99,20 @@ const locale = { "docs-ui": {
|
|
|
92
99
|
atLeast: "At Least (px)",
|
|
93
100
|
exactly: "Exactly (px)",
|
|
94
101
|
fixedValue: "Valore fisso (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: "Inserisci sotto"
|
|
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: "Allineamento e rientro",
|
|
130
|
+
align: "Allineamento",
|
|
131
|
+
indent: "Rientro",
|
|
132
|
+
color: "Colori",
|
|
133
|
+
increase: "Aumenta",
|
|
134
|
+
decrease: "Riduci",
|
|
135
|
+
increaseIndent: "Aumenta rientro",
|
|
136
|
+
decreaseIndent: "Riduci rientro",
|
|
137
|
+
defaultTextColor: "Colore testo predefinito",
|
|
138
|
+
noBackground: "Nessuno sfondo"
|
|
118
139
|
},
|
|
119
140
|
"page-settings": {
|
|
120
141
|
"document-setting": "Impostazione Documento",
|
package/lib/es/locale/ja-JP.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: "固定値(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/ko-KR.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: "고정 값(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/pl-PL.js
CHANGED
|
@@ -55,6 +55,7 @@ const locale = { "docs-ui": {
|
|
|
55
55
|
deleteTable: "Usuń tabelę"
|
|
56
56
|
},
|
|
57
57
|
headerFooter: {
|
|
58
|
+
linkToPrevious: "Link to previous",
|
|
58
59
|
header: "Nagłówek",
|
|
59
60
|
footer: "Stopka",
|
|
60
61
|
panel: "Ustawienia nagłówka i stopki",
|
|
@@ -66,17 +67,23 @@ const locale = { "docs-ui": {
|
|
|
66
67
|
disableText: "Ustawienia nagłówka i stopki są wyłączone"
|
|
67
68
|
},
|
|
68
69
|
placeholder: {
|
|
69
|
-
heading1: "
|
|
70
|
-
heading2: "
|
|
71
|
-
heading3: "
|
|
72
|
-
heading4: "
|
|
73
|
-
heading5: "
|
|
74
|
-
normalText: "
|
|
75
|
-
listItem: "
|
|
70
|
+
heading1: "Nagłówek 1",
|
|
71
|
+
heading2: "Nagłówek 2",
|
|
72
|
+
heading3: "Nagłówek 3",
|
|
73
|
+
heading4: "Nagłówek 4",
|
|
74
|
+
heading5: "Nagłówek 5",
|
|
75
|
+
normalText: "Wpisz tekst lub naciśnij „/”, aby wyświetlić polecenia",
|
|
76
|
+
listItem: "Element"
|
|
76
77
|
},
|
|
77
78
|
doc: {
|
|
78
|
-
menu: {
|
|
79
|
-
|
|
79
|
+
menu: {
|
|
80
|
+
paragraphSetting: "Ustawienia akapitu",
|
|
81
|
+
sectionSetting: "Section Settings"
|
|
82
|
+
},
|
|
83
|
+
slider: {
|
|
84
|
+
paragraphSetting: "Ustawienia akapitu",
|
|
85
|
+
sectionSetting: "Section Settings"
|
|
86
|
+
},
|
|
80
87
|
paragraphSetting: {
|
|
81
88
|
alignment: "Wyrównanie",
|
|
82
89
|
indentation: "Wcięcie",
|
|
@@ -92,6 +99,20 @@ const locale = { "docs-ui": {
|
|
|
92
99
|
atLeast: "At Least (px)",
|
|
93
100
|
exactly: "Exactly (px)",
|
|
94
101
|
fixedValue: "Wartość stała (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: "Wstaw poniżej"
|
|
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: "Wyrównanie i wcięcie",
|
|
130
|
+
align: "Wyrównanie",
|
|
131
|
+
indent: "Wcięcie",
|
|
132
|
+
color: "Kolory",
|
|
133
|
+
increase: "Zwiększ",
|
|
134
|
+
decrease: "Zmniejsz",
|
|
135
|
+
increaseIndent: "Zwiększ wcięcie",
|
|
136
|
+
decreaseIndent: "Zmniejsz wcięcie",
|
|
137
|
+
defaultTextColor: "Domyślny kolor tekstu",
|
|
138
|
+
noBackground: "Brak tła"
|
|
118
139
|
},
|
|
119
140
|
"page-settings": {
|
|
120
141
|
"document-setting": "Ustawienia dokumentu",
|
package/lib/es/locale/pt-BR.js
CHANGED
|
@@ -55,6 +55,7 @@ const locale = { "docs-ui": {
|
|
|
55
55
|
deleteTable: "Excluir tabela"
|
|
56
56
|
},
|
|
57
57
|
headerFooter: {
|
|
58
|
+
linkToPrevious: "Link to previous",
|
|
58
59
|
header: "Cabeçalho",
|
|
59
60
|
footer: "Rodapé",
|
|
60
61
|
panel: "Configurações de cabeçalho e rodapé",
|
|
@@ -66,17 +67,23 @@ const locale = { "docs-ui": {
|
|
|
66
67
|
disableText: "As configurações de cabeçalho e rodapé estão desativadas"
|
|
67
68
|
},
|
|
68
69
|
placeholder: {
|
|
69
|
-
heading1: "
|
|
70
|
-
heading2: "
|
|
71
|
-
heading3: "
|
|
72
|
-
heading4: "
|
|
73
|
-
heading5: "
|
|
74
|
-
normalText: "
|
|
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: "Digite o texto ou pressione \"/\" para usar comandos",
|
|
75
76
|
listItem: "Item"
|
|
76
77
|
},
|
|
77
78
|
doc: {
|
|
78
|
-
menu: {
|
|
79
|
-
|
|
79
|
+
menu: {
|
|
80
|
+
paragraphSetting: "Configurações de parágrafo",
|
|
81
|
+
sectionSetting: "Section Settings"
|
|
82
|
+
},
|
|
83
|
+
slider: {
|
|
84
|
+
paragraphSetting: "Configurações de parágrafo",
|
|
85
|
+
sectionSetting: "Section Settings"
|
|
86
|
+
},
|
|
80
87
|
paragraphSetting: {
|
|
81
88
|
alignment: "Alinhamento",
|
|
82
89
|
indentation: "Recuo",
|
|
@@ -92,6 +99,20 @@ const locale = { "docs-ui": {
|
|
|
92
99
|
atLeast: "At Least (px)",
|
|
93
100
|
exactly: "Exactly (px)",
|
|
94
101
|
fixedValue: "Valor fixo (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: "Inserir abaixo"
|
|
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: "Alinhamento e recuo",
|
|
130
|
+
align: "Alinhamento",
|
|
131
|
+
indent: "Recuo",
|
|
132
|
+
color: "Cores",
|
|
133
|
+
increase: "Aumentar",
|
|
134
|
+
decrease: "Diminuir",
|
|
135
|
+
increaseIndent: "Aumentar recuo",
|
|
136
|
+
decreaseIndent: "Diminuir recuo",
|
|
137
|
+
defaultTextColor: "Cor de texto padrão",
|
|
138
|
+
noBackground: "Sem plano de fundo"
|
|
118
139
|
},
|
|
119
140
|
"page-settings": {
|
|
120
141
|
"document-setting": "Configuração do documento",
|
package/lib/es/locale/ru-RU.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: "Фиксированное значение (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/sk-SK.js
CHANGED
|
@@ -55,6 +55,7 @@ const locale = { "docs-ui": {
|
|
|
55
55
|
deleteTable: "Odstrániť tabuľku"
|
|
56
56
|
},
|
|
57
57
|
headerFooter: {
|
|
58
|
+
linkToPrevious: "Link to previous",
|
|
58
59
|
header: "Hlavička",
|
|
59
60
|
footer: "Päta",
|
|
60
61
|
panel: "Nastavenia hlavičky a päty",
|
|
@@ -66,17 +67,23 @@ const locale = { "docs-ui": {
|
|
|
66
67
|
disableText: "Nastavenia hlavičky a päty sú vypnuté"
|
|
67
68
|
},
|
|
68
69
|
placeholder: {
|
|
69
|
-
heading1: "
|
|
70
|
-
heading2: "
|
|
71
|
-
heading3: "
|
|
72
|
-
heading4: "
|
|
73
|
-
heading5: "
|
|
74
|
-
normalText: "
|
|
75
|
-
listItem: "
|
|
70
|
+
heading1: "Nadpis 1",
|
|
71
|
+
heading2: "Nadpis 2",
|
|
72
|
+
heading3: "Nadpis 3",
|
|
73
|
+
heading4: "Nadpis 4",
|
|
74
|
+
heading5: "Nadpis 5",
|
|
75
|
+
normalText: "Zadajte text alebo stlačte „/“ pre príkazy",
|
|
76
|
+
listItem: "Položka"
|
|
76
77
|
},
|
|
77
78
|
doc: {
|
|
78
|
-
menu: {
|
|
79
|
-
|
|
79
|
+
menu: {
|
|
80
|
+
paragraphSetting: "Nastavenia odseku",
|
|
81
|
+
sectionSetting: "Section Settings"
|
|
82
|
+
},
|
|
83
|
+
slider: {
|
|
84
|
+
paragraphSetting: "Nastavenia odseku",
|
|
85
|
+
sectionSetting: "Section Settings"
|
|
86
|
+
},
|
|
80
87
|
paragraphSetting: {
|
|
81
88
|
alignment: "Zarovnanie",
|
|
82
89
|
indentation: "Odsadenie",
|
|
@@ -92,6 +99,20 @@ const locale = { "docs-ui": {
|
|
|
92
99
|
atLeast: "At Least (px)",
|
|
93
100
|
exactly: "Exactly (px)",
|
|
94
101
|
fixedValue: "Pevná hodnota (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: "Vložiť pod"
|
|
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: "Zarovnanie a odsadenie",
|
|
130
|
+
align: "Zarovnanie",
|
|
131
|
+
indent: "Odsadenie",
|
|
132
|
+
color: "Farby",
|
|
133
|
+
increase: "Zväčšiť",
|
|
134
|
+
decrease: "Zmenšiť",
|
|
135
|
+
increaseIndent: "Zväčšiť odsadenie",
|
|
136
|
+
decreaseIndent: "Zmenšiť odsadenie",
|
|
137
|
+
defaultTextColor: "Predvolená farba textu",
|
|
138
|
+
noBackground: "Bez pozadia"
|
|
118
139
|
},
|
|
119
140
|
"page-settings": {
|
|
120
141
|
"document-setting": "Nastavenia dokumentu",
|