@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.
Files changed (126) hide show
  1. package/lib/cjs/index.js +2544 -1063
  2. package/lib/cjs/locale/ar-SA.js +40 -19
  3. package/lib/cjs/locale/ca-ES.js +39 -18
  4. package/lib/cjs/locale/de-DE.js +40 -19
  5. package/lib/cjs/locale/en-US.js +23 -2
  6. package/lib/cjs/locale/es-ES.js +40 -19
  7. package/lib/cjs/locale/fa-IR.js +40 -19
  8. package/lib/cjs/locale/fr-FR.js +40 -19
  9. package/lib/cjs/locale/id-ID.js +39 -18
  10. package/lib/cjs/locale/it-IT.js +40 -19
  11. package/lib/cjs/locale/ja-JP.js +40 -19
  12. package/lib/cjs/locale/ko-KR.js +40 -19
  13. package/lib/cjs/locale/pl-PL.js +40 -19
  14. package/lib/cjs/locale/pt-BR.js +39 -18
  15. package/lib/cjs/locale/ru-RU.js +40 -19
  16. package/lib/cjs/locale/sk-SK.js +40 -19
  17. package/lib/cjs/locale/vi-VN.js +40 -19
  18. package/lib/cjs/locale/zh-CN.js +23 -2
  19. package/lib/cjs/locale/zh-HK.js +23 -2
  20. package/lib/cjs/locale/zh-TW.js +23 -2
  21. package/lib/es/index.js +2474 -1070
  22. package/lib/es/locale/ar-SA.js +40 -19
  23. package/lib/es/locale/ca-ES.js +39 -18
  24. package/lib/es/locale/de-DE.js +40 -19
  25. package/lib/es/locale/en-US.js +23 -2
  26. package/lib/es/locale/es-ES.js +40 -19
  27. package/lib/es/locale/fa-IR.js +40 -19
  28. package/lib/es/locale/fr-FR.js +40 -19
  29. package/lib/es/locale/id-ID.js +39 -18
  30. package/lib/es/locale/it-IT.js +40 -19
  31. package/lib/es/locale/ja-JP.js +40 -19
  32. package/lib/es/locale/ko-KR.js +40 -19
  33. package/lib/es/locale/pl-PL.js +40 -19
  34. package/lib/es/locale/pt-BR.js +39 -18
  35. package/lib/es/locale/ru-RU.js +40 -19
  36. package/lib/es/locale/sk-SK.js +40 -19
  37. package/lib/es/locale/vi-VN.js +40 -19
  38. package/lib/es/locale/zh-CN.js +23 -2
  39. package/lib/es/locale/zh-HK.js +23 -2
  40. package/lib/es/locale/zh-TW.js +23 -2
  41. package/lib/index.css +8 -0
  42. package/lib/index.js +2474 -1070
  43. package/lib/locale/ar-SA.js +40 -19
  44. package/lib/locale/ca-ES.js +39 -18
  45. package/lib/locale/de-DE.js +40 -19
  46. package/lib/locale/en-US.js +23 -2
  47. package/lib/locale/es-ES.js +40 -19
  48. package/lib/locale/fa-IR.js +40 -19
  49. package/lib/locale/fr-FR.js +40 -19
  50. package/lib/locale/id-ID.js +39 -18
  51. package/lib/locale/it-IT.js +40 -19
  52. package/lib/locale/ja-JP.js +40 -19
  53. package/lib/locale/ko-KR.js +40 -19
  54. package/lib/locale/pl-PL.js +40 -19
  55. package/lib/locale/pt-BR.js +39 -18
  56. package/lib/locale/ru-RU.js +40 -19
  57. package/lib/locale/sk-SK.js +40 -19
  58. package/lib/locale/vi-VN.js +40 -19
  59. package/lib/locale/zh-CN.js +23 -2
  60. package/lib/locale/zh-HK.js +23 -2
  61. package/lib/locale/zh-TW.js +23 -2
  62. package/lib/types/commands/commands/break-line.command.d.ts +4 -3
  63. package/lib/types/commands/commands/doc-block-move.command.d.ts +13 -1
  64. package/lib/types/commands/commands/doc-delete.command.d.ts +6 -2
  65. package/lib/types/commands/commands/doc-header-footer.command.d.ts +4 -9
  66. package/lib/types/commands/commands/doc-horizontal-line.command.d.ts +1 -0
  67. package/lib/types/commands/commands/doc-paragraph-setting.command.d.ts +1 -2
  68. package/lib/types/commands/commands/replace-content.command.d.ts +2 -1
  69. package/lib/types/commands/commands/table/doc-table-create.command.d.ts +2 -1
  70. package/lib/types/commands/operations/doc-section-setting-panel.operation.d.ts +17 -0
  71. package/lib/types/controllers/doc-header-footer.controller.d.ts +0 -8
  72. package/lib/types/controllers/doc-section-setting.controller.d.ts +24 -0
  73. package/lib/types/controllers/render-controllers/doc-input.controller.d.ts +4 -1
  74. package/lib/types/controllers/render-controllers/doc-selection-render.controller.d.ts +5 -1
  75. package/lib/types/controllers/render-controllers/doc.render-controller.d.ts +4 -1
  76. package/lib/types/controllers/render-controllers/zoom.render-controller.d.ts +3 -1
  77. package/lib/types/controllers/ui.controller.d.ts +4 -1
  78. package/lib/types/embed-docs-custom-block-bleed.d.ts +30 -0
  79. package/lib/types/embed-docs-custom-block-refresh.d.ts +28 -0
  80. package/lib/types/embed-docs-custom-block-scroll.d.ts +19 -0
  81. package/lib/types/embed-host-anchor.d.ts +45 -0
  82. package/lib/types/index.d.ts +19 -4
  83. package/lib/types/locale/en-US.d.ts +17 -0
  84. package/lib/types/menu/context-menu.d.ts +1 -0
  85. package/lib/types/menu/menu.d.ts +2 -1
  86. package/lib/types/services/clipboard/clipboard.service.d.ts +7 -3
  87. package/lib/types/services/clipboard/doc-paste-mutation-adapter.service.d.ts +47 -0
  88. package/lib/types/services/clipboard/html-to-udm/converter.d.ts +1 -0
  89. package/lib/types/services/doc-embed-integration.service.d.ts +63 -0
  90. package/lib/types/services/doc-paragraph-menu.service.d.ts +1 -1
  91. package/lib/types/services/doc-popup-manager.service.d.ts +2 -0
  92. package/lib/types/services/docs-render.service.d.ts +1 -1
  93. package/lib/types/services/float-menu.service.d.ts +1 -0
  94. package/lib/types/services/index.d.ts +1 -0
  95. package/lib/types/services/selection/convert-text-range.d.ts +3 -0
  96. package/lib/types/services/selection/doc-selection-render.service.d.ts +18 -4
  97. package/lib/types/shortcuts/core-editing.shortcut.d.ts +1 -0
  98. package/lib/types/utils/section-header-footer.d.ts +26 -0
  99. package/lib/types/views/ParagraphMenu.d.ts +8 -3
  100. package/lib/types/views/paragraph-setting/hook/utils.d.ts +13 -3
  101. package/lib/types/views/paragraph-setting/line-spacing.d.ts +6 -18
  102. package/lib/types/views/section-setting/Setting.d.ts +16 -0
  103. package/lib/types/views/section-setting/component-name.d.ts +16 -0
  104. package/lib/types/views/section-setting/index.d.ts +16 -0
  105. package/lib/types/views/section-setting/use-section-setting.d.ts +43 -0
  106. package/lib/umd/index.js +9 -10
  107. package/lib/umd/locale/ar-SA.js +1 -1
  108. package/lib/umd/locale/ca-ES.js +1 -1
  109. package/lib/umd/locale/de-DE.js +1 -1
  110. package/lib/umd/locale/en-US.js +1 -1
  111. package/lib/umd/locale/es-ES.js +1 -1
  112. package/lib/umd/locale/fa-IR.js +1 -1
  113. package/lib/umd/locale/fr-FR.js +1 -1
  114. package/lib/umd/locale/id-ID.js +1 -1
  115. package/lib/umd/locale/it-IT.js +1 -1
  116. package/lib/umd/locale/ja-JP.js +1 -1
  117. package/lib/umd/locale/ko-KR.js +1 -1
  118. package/lib/umd/locale/pl-PL.js +1 -1
  119. package/lib/umd/locale/pt-BR.js +1 -1
  120. package/lib/umd/locale/ru-RU.js +1 -1
  121. package/lib/umd/locale/sk-SK.js +1 -1
  122. package/lib/umd/locale/vi-VN.js +1 -1
  123. package/lib/umd/locale/zh-CN.js +1 -1
  124. package/lib/umd/locale/zh-HK.js +1 -1
  125. package/lib/umd/locale/zh-TW.js +1 -1
  126. package/package.json +11 -12
@@ -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,23 @@ const locale = { "docs-ui": {
67
68
  disableText: "Le impostazioni di intestazione e piè di pagina sono disabilitate"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
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
- menu: { paragraphSetting: "Impostazioni Paragrafo" },
80
- slider: { paragraphSetting: "Impostazioni Paragrafo" },
80
+ menu: {
81
+ paragraphSetting: "Impostazioni Paragrafo",
82
+ sectionSetting: "Section Settings"
83
+ },
84
+ slider: {
85
+ paragraphSetting: "Impostazioni Paragrafo",
86
+ sectionSetting: "Section Settings"
87
+ },
81
88
  paragraphSetting: {
82
89
  alignment: "Allineamento",
83
90
  indentation: "Rientro",
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
93
100
  atLeast: "At Least (px)",
94
101
  exactly: "Exactly (px)",
95
102
  fixedValue: "Valore fisso (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: "Inserisci sotto"
107
128
  },
108
129
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
130
+ alignAndIndent: "Allineamento e rientro",
131
+ align: "Allineamento",
132
+ indent: "Rientro",
133
+ color: "Colori",
134
+ increase: "Aumenta",
135
+ decrease: "Riduci",
136
+ increaseIndent: "Aumenta rientro",
137
+ decreaseIndent: "Riduci rientro",
138
+ defaultTextColor: "Colore testo predefinito",
139
+ noBackground: "Nessuno sfondo"
119
140
  },
120
141
  "page-settings": {
121
142
  "document-setting": "Impostazione Documento",
@@ -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: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
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: { paragraphSetting: "段落設定" },
80
- slider: { paragraphSetting: "段落設定" },
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: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
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": "文書設定",
@@ -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: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
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: { paragraphSetting: "문단 설정" },
80
- slider: { paragraphSetting: "문단 설정" },
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: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
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": "문서 설정",
@@ -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,23 @@ const locale = { "docs-ui": {
67
68
  disableText: "Ustawienia nagłówka i stopki są wyłączone"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
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
- menu: { paragraphSetting: "Ustawienia akapitu" },
80
- slider: { paragraphSetting: "Ustawienia akapitu" },
80
+ menu: {
81
+ paragraphSetting: "Ustawienia akapitu",
82
+ sectionSetting: "Section Settings"
83
+ },
84
+ slider: {
85
+ paragraphSetting: "Ustawienia akapitu",
86
+ sectionSetting: "Section Settings"
87
+ },
81
88
  paragraphSetting: {
82
89
  alignment: "Wyrównanie",
83
90
  indentation: "Wcięcie",
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
93
100
  atLeast: "At Least (px)",
94
101
  exactly: "Exactly (px)",
95
102
  fixedValue: "Wartość stała (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: "Wstaw poniżej"
107
128
  },
108
129
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
130
+ alignAndIndent: "Wyrównanie i wcięcie",
131
+ align: "Wyrównanie",
132
+ indent: "Wcięcie",
133
+ color: "Kolory",
134
+ increase: "Zwiększ",
135
+ decrease: "Zmniejsz",
136
+ increaseIndent: "Zwiększ wcięcie",
137
+ decreaseIndent: "Zmniejsz wcięcie",
138
+ defaultTextColor: "Domyślny kolor tekstu",
139
+ noBackground: "Brak tła"
119
140
  },
120
141
  "page-settings": {
121
142
  "document-setting": "Ustawienia dokumentu",
@@ -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,23 @@ 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: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
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
- menu: { paragraphSetting: "Configurações de parágrafo" },
80
- slider: { paragraphSetting: "Configurações de parágrafo" },
80
+ menu: {
81
+ paragraphSetting: "Configurações de parágrafo",
82
+ sectionSetting: "Section Settings"
83
+ },
84
+ slider: {
85
+ paragraphSetting: "Configurações de parágrafo",
86
+ sectionSetting: "Section Settings"
87
+ },
81
88
  paragraphSetting: {
82
89
  alignment: "Alinhamento",
83
90
  indentation: "Recuo",
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
93
100
  atLeast: "At Least (px)",
94
101
  exactly: "Exactly (px)",
95
102
  fixedValue: "Valor fixo (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: "Inserir abaixo"
107
128
  },
108
129
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
130
+ alignAndIndent: "Alinhamento e recuo",
131
+ align: "Alinhamento",
132
+ indent: "Recuo",
133
+ color: "Cores",
134
+ increase: "Aumentar",
135
+ decrease: "Diminuir",
136
+ increaseIndent: "Aumentar recuo",
137
+ decreaseIndent: "Diminuir recuo",
138
+ defaultTextColor: "Cor de texto padrão",
139
+ noBackground: "Sem plano de fundo"
119
140
  },
120
141
  "page-settings": {
121
142
  "document-setting": "Configuração do documento",
@@ -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: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
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: { paragraphSetting: "Настройка абзаца" },
80
- slider: { paragraphSetting: "Настройка абзаца" },
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: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
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": "Настройки документа",
@@ -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,23 @@ const locale = { "docs-ui": {
67
68
  disableText: "Nastavenia hlavičky a päty sú vypnuté"
68
69
  },
69
70
  placeholder: {
70
- heading1: "Heading 1",
71
- heading2: "Heading 2",
72
- heading3: "Heading 3",
73
- heading4: "Heading 4",
74
- heading5: "Heading 5",
75
- normalText: "Type text or press \"/\" for commands",
76
- listItem: "Item"
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
- menu: { paragraphSetting: "Nastavenia odseku" },
80
- slider: { paragraphSetting: "Nastavenia odseku" },
80
+ menu: {
81
+ paragraphSetting: "Nastavenia odseku",
82
+ sectionSetting: "Section Settings"
83
+ },
84
+ slider: {
85
+ paragraphSetting: "Nastavenia odseku",
86
+ sectionSetting: "Section Settings"
87
+ },
81
88
  paragraphSetting: {
82
89
  alignment: "Zarovnanie",
83
90
  indentation: "Odsadenie",
@@ -93,6 +100,20 @@ const locale = { "docs-ui": {
93
100
  atLeast: "At Least (px)",
94
101
  exactly: "Exactly (px)",
95
102
  fixedValue: "Pevná hodnota (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: "Vložiť pod"
107
128
  },
108
129
  paragraphMenu: {
109
- alignAndIndent: "Align and indent",
110
- align: "Align",
111
- indent: "Indent",
112
- color: "Colors",
113
- increase: "Increase",
114
- decrease: "Decrease",
115
- increaseIndent: "Increase indent",
116
- decreaseIndent: "Decrease indent",
117
- defaultTextColor: "Default text color",
118
- noBackground: "No background"
130
+ alignAndIndent: "Zarovnanie a odsadenie",
131
+ align: "Zarovnanie",
132
+ indent: "Odsadenie",
133
+ color: "Farby",
134
+ increase: "Zväčšiť",
135
+ decrease: "Zmenšiť",
136
+ increaseIndent: "Zväčšiť odsadenie",
137
+ decreaseIndent: "Zmenšiť odsadenie",
138
+ defaultTextColor: "Predvolená farba textu",
139
+ noBackground: "Bez pozadia"
119
140
  },
120
141
  "page-settings": {
121
142
  "document-setting": "Nastavenia dokumentu",