@atlaskit/editor-core 158.0.1 → 159.0.0

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 (112) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/i18n/cs.js +42 -6
  3. package/dist/cjs/i18n/da.js +44 -8
  4. package/dist/cjs/i18n/de.js +45 -9
  5. package/dist/cjs/i18n/en_ZZ.js +328 -0
  6. package/dist/cjs/i18n/es.js +43 -7
  7. package/dist/cjs/i18n/et.js +2 -5
  8. package/dist/cjs/i18n/fi.js +44 -8
  9. package/dist/cjs/i18n/fr.js +42 -6
  10. package/dist/cjs/i18n/hu.js +44 -8
  11. package/dist/cjs/i18n/it.js +42 -6
  12. package/dist/cjs/i18n/ja.js +43 -7
  13. package/dist/cjs/i18n/ko.js +44 -8
  14. package/dist/cjs/i18n/nb.js +42 -6
  15. package/dist/cjs/i18n/nl.js +44 -8
  16. package/dist/cjs/i18n/pl.js +18 -6
  17. package/dist/cjs/i18n/pt_BR.js +42 -6
  18. package/dist/cjs/i18n/pt_PT.js +2 -5
  19. package/dist/cjs/i18n/ru.js +44 -8
  20. package/dist/cjs/i18n/sk.js +2 -5
  21. package/dist/cjs/i18n/sv.js +43 -7
  22. package/dist/cjs/i18n/th.js +42 -6
  23. package/dist/cjs/i18n/tr.js +44 -8
  24. package/dist/cjs/i18n/uk.js +42 -6
  25. package/dist/cjs/i18n/vi.js +42 -6
  26. package/dist/cjs/i18n/zh.js +39 -6
  27. package/dist/cjs/i18n/zh_TW.js +42 -6
  28. package/dist/cjs/version-wrapper.js +1 -1
  29. package/dist/cjs/version.json +1 -1
  30. package/dist/es2019/i18n/cs.js +42 -6
  31. package/dist/es2019/i18n/da.js +44 -8
  32. package/dist/es2019/i18n/de.js +45 -9
  33. package/dist/es2019/i18n/en_ZZ.js +320 -0
  34. package/dist/es2019/i18n/es.js +43 -7
  35. package/dist/es2019/i18n/et.js +2 -5
  36. package/dist/es2019/i18n/fi.js +44 -8
  37. package/dist/es2019/i18n/fr.js +42 -6
  38. package/dist/es2019/i18n/hu.js +44 -8
  39. package/dist/es2019/i18n/it.js +42 -6
  40. package/dist/es2019/i18n/ja.js +43 -7
  41. package/dist/es2019/i18n/ko.js +44 -8
  42. package/dist/es2019/i18n/nb.js +42 -6
  43. package/dist/es2019/i18n/nl.js +44 -8
  44. package/dist/es2019/i18n/pl.js +18 -6
  45. package/dist/es2019/i18n/pt_BR.js +42 -6
  46. package/dist/es2019/i18n/pt_PT.js +2 -5
  47. package/dist/es2019/i18n/ru.js +44 -8
  48. package/dist/es2019/i18n/sk.js +2 -5
  49. package/dist/es2019/i18n/sv.js +43 -7
  50. package/dist/es2019/i18n/th.js +42 -6
  51. package/dist/es2019/i18n/tr.js +44 -8
  52. package/dist/es2019/i18n/uk.js +42 -6
  53. package/dist/es2019/i18n/vi.js +42 -6
  54. package/dist/es2019/i18n/zh.js +39 -6
  55. package/dist/es2019/i18n/zh_TW.js +42 -6
  56. package/dist/es2019/version-wrapper.js +1 -1
  57. package/dist/es2019/version.json +1 -1
  58. package/dist/esm/i18n/cs.js +42 -6
  59. package/dist/esm/i18n/da.js +44 -8
  60. package/dist/esm/i18n/de.js +45 -9
  61. package/dist/esm/i18n/en_ZZ.js +320 -0
  62. package/dist/esm/i18n/es.js +43 -7
  63. package/dist/esm/i18n/et.js +2 -5
  64. package/dist/esm/i18n/fi.js +44 -8
  65. package/dist/esm/i18n/fr.js +42 -6
  66. package/dist/esm/i18n/hu.js +44 -8
  67. package/dist/esm/i18n/it.js +42 -6
  68. package/dist/esm/i18n/ja.js +43 -7
  69. package/dist/esm/i18n/ko.js +44 -8
  70. package/dist/esm/i18n/nb.js +42 -6
  71. package/dist/esm/i18n/nl.js +44 -8
  72. package/dist/esm/i18n/pl.js +18 -6
  73. package/dist/esm/i18n/pt_BR.js +42 -6
  74. package/dist/esm/i18n/pt_PT.js +2 -5
  75. package/dist/esm/i18n/ru.js +44 -8
  76. package/dist/esm/i18n/sk.js +2 -5
  77. package/dist/esm/i18n/sv.js +43 -7
  78. package/dist/esm/i18n/th.js +42 -6
  79. package/dist/esm/i18n/tr.js +44 -8
  80. package/dist/esm/i18n/uk.js +42 -6
  81. package/dist/esm/i18n/vi.js +42 -6
  82. package/dist/esm/i18n/zh.js +39 -6
  83. package/dist/esm/i18n/zh_TW.js +42 -6
  84. package/dist/esm/version-wrapper.js +1 -1
  85. package/dist/esm/version.json +1 -1
  86. package/dist/types/i18n/cs.d.ts +40 -4
  87. package/dist/types/i18n/da.d.ts +40 -4
  88. package/dist/types/i18n/de.d.ts +40 -4
  89. package/dist/types/i18n/en_ZZ.d.ts +320 -0
  90. package/dist/types/i18n/es.d.ts +40 -4
  91. package/dist/types/i18n/et.d.ts +1 -4
  92. package/dist/types/i18n/fi.d.ts +40 -4
  93. package/dist/types/i18n/fr.d.ts +40 -4
  94. package/dist/types/i18n/hu.d.ts +40 -4
  95. package/dist/types/i18n/it.d.ts +40 -4
  96. package/dist/types/i18n/ja.d.ts +40 -4
  97. package/dist/types/i18n/ko.d.ts +40 -4
  98. package/dist/types/i18n/nb.d.ts +40 -4
  99. package/dist/types/i18n/nl.d.ts +40 -4
  100. package/dist/types/i18n/pl.d.ts +16 -4
  101. package/dist/types/i18n/pt_BR.d.ts +40 -4
  102. package/dist/types/i18n/pt_PT.d.ts +1 -4
  103. package/dist/types/i18n/ru.d.ts +40 -4
  104. package/dist/types/i18n/sk.d.ts +1 -4
  105. package/dist/types/i18n/sv.d.ts +40 -4
  106. package/dist/types/i18n/th.d.ts +40 -4
  107. package/dist/types/i18n/tr.d.ts +40 -4
  108. package/dist/types/i18n/uk.d.ts +40 -4
  109. package/dist/types/i18n/vi.d.ts +40 -4
  110. package/dist/types/i18n/zh.d.ts +37 -4
  111. package/dist/types/i18n/zh_TW.d.ts +40 -4
  112. package/package.json +6 -6
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // undefined
7
+ //Chinese (Traditional)
8
8
  export default {
9
9
  'fabric.editor.action': '動作項目',
10
10
  'fabric.editor.action.description': '建立並指派動作項目',
@@ -22,6 +22,8 @@ export default {
22
22
  'fabric.editor.annotationToolbar': '註解工具列',
23
23
  'fabric.editor.backLink': '返回',
24
24
  'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
25
+ 'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
26
+ 'fabric.editor.blockTitle': '卡片',
25
27
  'fabric.editor.blockquote': '引述',
26
28
  'fabric.editor.blockquote.description': '插入引述或引文',
27
29
  'fabric.editor.blockquote2': '引述',
@@ -33,6 +35,7 @@ export default {
33
35
  'fabric.editor.cardFloatingControls': '卡片選項',
34
36
  'fabric.editor.cellBackground': '儲存格背景',
35
37
  'fabric.editor.cellOptions': '儲存格選項',
38
+ 'fabric.editor.chromeCollapsedPlaceholder': '輸入一些內容...',
36
39
  'fabric.editor.clearAltTextEdit': '清除替代文字',
37
40
  'fabric.editor.clearCells': '{0, plural, other {清除儲存格}}',
38
41
  'fabric.editor.clearFormatting': '清除格式設定',
@@ -42,6 +45,7 @@ export default {
42
45
  'fabric.editor.closeFindReplaceDialog': '關閉',
43
46
  'fabric.editor.closeHelpDialog': '關閉說明對話方塊',
44
47
  'fabric.editor.code': '程式碼',
48
+ 'fabric.editor.code.on': '{textFormattingOff},程式碼開啟',
45
49
  'fabric.editor.codeblock': '程式碼片段',
46
50
  'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
47
51
  'fabric.editor.collapseTable': '摺疊表格',
@@ -68,6 +72,8 @@ export default {
68
72
  'fabric.editor.copyToClipboard': '複製',
69
73
  'fabric.editor.createComment': '留言',
70
74
  'fabric.editor.createCommentInvalid': '您只能在文字和標題上留言',
75
+ 'fabric.editor.customPanel': '自訂面板',
76
+ 'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
71
77
  'fabric.editor.date': '日期',
72
78
  'fabric.editor.date.description': '使用日曆新增日期',
73
79
  'fabric.editor.decision': '決定',
@@ -81,6 +87,8 @@ export default {
81
87
  'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
82
88
  'fabric.editor.displayText': '要顯示的文字',
83
89
  'fabric.editor.distributeColumns': '平均分配直欄寬度',
90
+ 'fabric.editor.dropPlaceholderLabel': '文件',
91
+ 'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
84
92
  'fabric.editor.edit': '編輯',
85
93
  'fabric.editor.editAltText': '編輯替代文字',
86
94
  'fabric.editor.editDateText': '編輯日期',
@@ -88,7 +96,9 @@ export default {
88
96
  'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
89
97
  'fabric.editor.editStatusColor': '編輯狀態顏色',
90
98
  'fabric.editor.editStatusText': '編輯狀態',
99
+ 'fabric.editor.editableContentLabel': '可編輯內容',
91
100
  'fabric.editor.editorHelp': '編輯器說明',
101
+ 'fabric.editor.editors': '編輯者',
92
102
  'fabric.editor.elementBrowser.help': '說明',
93
103
  'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
94
104
  'fabric.editor.elementbrowser.categorylist.category-all': '全部',
@@ -105,6 +115,7 @@ export default {
105
115
  'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
106
116
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
107
117
  'fabric.editor.elementbrowser.sidebar.heading': '瀏覽',
118
+ 'fabric.editor.embedTitle': '嵌入',
108
119
  'fabric.editor.emoji': '表情符號',
109
120
  'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
110
121
  'fabric.editor.emptyLink': '請輸入連結。',
@@ -126,6 +137,8 @@ export default {
126
137
  'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
127
138
  'fabric.editor.floatingToolbar.confirmModalHeading': '您確定嗎?',
128
139
  'fabric.editor.floatingToolbar.confirmModalOK': '確定',
140
+ 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '已開啟浮動工具列控制項',
141
+ 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮動工具列',
129
142
  'fabric.editor.headerColumn': '標題欄',
130
143
  'fabric.editor.headerRow': '標題列',
131
144
  'fabric.editor.heading1': '標題 1',
@@ -140,11 +153,19 @@ export default {
140
153
  'fabric.editor.heading5Description': '用於分組清單項目',
141
154
  'fabric.editor.heading6': '標題 6',
142
155
  'fabric.editor.heading6Description': '用於低層級標題',
156
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': '部落格',
157
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': '錯誤',
158
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': '問題',
159
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': '頁面',
160
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': '故事',
161
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任務',
162
+ 'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
143
163
  'fabric.editor.help': '說明',
144
164
  'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
145
165
  'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
146
166
  'fabric.editor.horizontalRule': '分隔線',
147
167
  'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
168
+ 'fabric.editor.hyperlink.linkAriaLabel': '連結標籤',
148
169
  'fabric.editor.hyperlink.searchLinkAriaDescription': '當您在欄位中輸入內容時,建議會顯示在下方',
149
170
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {沒有找到任何結果} other {找到 {count,number} 個結果}}',
150
171
  'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
@@ -153,6 +174,8 @@ export default {
153
174
  'fabric.editor.info': '資訊',
154
175
  'fabric.editor.infoPanel': '資訊面板',
155
176
  'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
177
+ 'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
178
+ 'fabric.editor.inlineTitle': '內嵌',
156
179
  'fabric.editor.insertColumn': '在右側插入直欄',
157
180
  'fabric.editor.insertMenu': '插入',
158
181
  'fabric.editor.insertRow': '在下方插入列',
@@ -173,8 +196,11 @@ export default {
173
196
  'fabric.editor.markdown': 'Markdown',
174
197
  'fabric.editor.matchCase': '大小寫須相符',
175
198
  'fabric.editor.mediaAddLink': '新增連結',
199
+ 'fabric.editor.mediaGroupDeleteLabel': '刪除',
176
200
  'fabric.editor.mention': '提及',
177
201
  'fabric.editor.mention.description': '提及他人以傳送通知',
202
+ 'fabric.editor.mentionsAddLabel': '新增圖示',
203
+ 'fabric.editor.mentionsIconLabel': '提及',
178
204
  'fabric.editor.mergeCells': '合併儲存格',
179
205
  'fabric.editor.moreFormatting': '更多格式設定',
180
206
  'fabric.editor.noResultsFound': '沒有結果',
@@ -183,9 +209,12 @@ export default {
183
209
  'fabric.editor.notePanel': '附註面板',
184
210
  'fabric.editor.notePanel.description': '以彩色面板新增附註',
185
211
  'fabric.editor.numberedColumn': '編號直欄',
212
+ 'fabric.editor.off': '{formattingType} 關閉',
213
+ 'fabric.editor.on': '{formattingType} 開啟',
186
214
  'fabric.editor.orderedList': '編號清單',
187
215
  'fabric.editor.orderedList.description': '建立已排序的清單',
188
216
  'fabric.editor.other': '其他...',
217
+ 'fabric.editor.pageActionsLabel': '頁面動作',
189
218
  'fabric.editor.panel.backgroundColor': '背景顏色',
190
219
  'fabric.editor.panel.emoji': '新增表情符號',
191
220
  'fabric.editor.pastePlainText': '貼上純文字',
@@ -197,6 +226,7 @@ export default {
197
226
  'fabric.editor.redo': '重做',
198
227
  'fabric.editor.remove': '移除',
199
228
  'fabric.editor.removeColumns': '{0, plural, other {刪除直欄}}',
229
+ 'fabric.editor.removeEmoji': '移除表情符號',
200
230
  'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
201
231
  'fabric.editor.replace': '取代',
202
232
  'fabric.editor.replaceAll': '全部取代',
@@ -205,7 +235,7 @@ export default {
205
235
  'fabric.editor.rightSidebar': '右側資訊看板',
206
236
  'fabric.editor.saveButton': '儲存',
207
237
  'fabric.editor.selectLanguage': '選取語言',
208
- 'fabric.editor.selected': '已選取',
238
+ 'fabric.editor.single': '單欄',
209
239
  'fabric.editor.sortColumnASC': '以 A → Z 排序直欄',
210
240
  'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
211
241
  'fabric.editor.splitCell': '分割儲存格',
@@ -216,27 +246,30 @@ export default {
216
246
  'fabric.editor.strike': '刪除線',
217
247
  'fabric.editor.subTask': '子任務',
218
248
  'fabric.editor.subscript': '下標',
249
+ 'fabric.editor.subscript.off.superscript.on': '下標關閉,上標開啟',
219
250
  'fabric.editor.success': '成功',
220
251
  'fabric.editor.successPanel': '成功面板',
221
252
  'fabric.editor.successPanel.description': '以彩色面板新增提示',
222
253
  'fabric.editor.superscript': '上標',
254
+ 'fabric.editor.superscript.off.subscript.on': '上標關閉,下標開啟',
223
255
  'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
224
256
  'fabric.editor.table': '表格',
225
257
  'fabric.editor.table.description': '插入表格',
226
258
  'fabric.editor.tableOptions': '表格選項',
227
- 'fabric.editor.tables.confirmDeleteLinkedModalMessage': '移除這個表格也會將已連結圖表中的所有資料移除。',
259
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': '移除此表格會破壞所有與之連結的圖表。',
228
260
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '移除表格和資料',
229
261
  'fabric.editor.task': '任務',
230
262
  'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
263
+ 'fabric.editor.text.formatting.off': '文字格式設定關閉',
231
264
  'fabric.editor.textColor': '文字顏色',
232
- 'fabric.editor.textColor.lessColors': '較少色彩',
233
- 'fabric.editor.textColor.moreColors': '較多色彩',
234
265
  'fabric.editor.textStyles': '文字樣式',
235
266
  'fabric.editor.threeColumns': '三欄',
236
267
  'fabric.editor.threeColumnsWithSidebars': '三個包含資訊看板的直欄',
237
268
  'fabric.editor.time.ago': '前',
238
269
  'fabric.editor.time.updated': '已更新',
239
270
  'fabric.editor.time.viewed': '已檢視',
271
+ 'fabric.editor.toolbarLabel': '編輯器工具列',
272
+ 'fabric.editor.toolbarMediaTitle': '檔案與影像',
240
273
  'fabric.editor.tooltip.blockPanel': '面板',
241
274
  'fabric.editor.tooltip.bulletList': '清單',
242
275
  'fabric.editor.tooltip.decisionList': '決定清單',
@@ -244,6 +277,7 @@ export default {
244
277
  'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
245
278
  'fabric.editor.tooltip.taskList': '動作項目',
246
279
  'fabric.editor.twoColumns': '兩欄',
280
+ 'fabric.editor.typeAheadResultLabel': '自動提示結果',
247
281
  'fabric.editor.unableToOpenLink': '無法開啟此連結',
248
282
  'fabric.editor.underline': '底線',
249
283
  'fabric.editor.undo': '復原',
@@ -251,6 +285,8 @@ export default {
251
285
  'fabric.editor.unorderedList': '項目符號清單',
252
286
  'fabric.editor.unorderedList.description': '建立未排序的清單',
253
287
  'fabric.editor.url': '顯示 URL',
288
+ 'fabric.editor.urlDescription': '將連結顯示為 URL',
289
+ 'fabric.editor.urlTitle': 'URL',
254
290
  'fabric.editor.viewMore': '檢視更多',
255
291
  'fabric.editor.visit': '在新視窗中開啟連結',
256
292
  'fabric.editor.warning': '警告',
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "158.0.1";
2
+ export var version = "159.0.0";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "158.0.1",
3
+ "version": "159.0.0",
4
4
  "sideEffects": false
5
5
  }
@@ -15,6 +15,8 @@ declare const _default: {
15
15
  'fabric.editor.annotationToolbar': string;
16
16
  'fabric.editor.backLink': string;
17
17
  'fabric.editor.blockCardUnavailable': string;
18
+ 'fabric.editor.blockDescription': string;
19
+ 'fabric.editor.blockTitle': string;
18
20
  'fabric.editor.blockquote': string;
19
21
  'fabric.editor.blockquote.description': string;
20
22
  'fabric.editor.blockquote2': string;
@@ -26,6 +28,7 @@ declare const _default: {
26
28
  'fabric.editor.cardFloatingControls': string;
27
29
  'fabric.editor.cellBackground': string;
28
30
  'fabric.editor.cellOptions': string;
31
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
29
32
  'fabric.editor.clearAltTextEdit': string;
30
33
  'fabric.editor.clearCells': string;
31
34
  'fabric.editor.clearFormatting': string;
@@ -35,6 +38,7 @@ declare const _default: {
35
38
  'fabric.editor.closeFindReplaceDialog': string;
36
39
  'fabric.editor.closeHelpDialog': string;
37
40
  'fabric.editor.code': string;
41
+ 'fabric.editor.code.on': string;
38
42
  'fabric.editor.codeblock': string;
39
43
  'fabric.editor.codeblock.description': string;
40
44
  'fabric.editor.collapseTable': string;
@@ -61,6 +65,8 @@ declare const _default: {
61
65
  'fabric.editor.copyToClipboard': string;
62
66
  'fabric.editor.createComment': string;
63
67
  'fabric.editor.createCommentInvalid': string;
68
+ 'fabric.editor.customPanel': string;
69
+ 'fabric.editor.customPanel.description': string;
64
70
  'fabric.editor.date': string;
65
71
  'fabric.editor.date.description': string;
66
72
  'fabric.editor.decision': string;
@@ -74,6 +80,8 @@ declare const _default: {
74
80
  'fabric.editor.displayOptionUnavailableInParentNode': string;
75
81
  'fabric.editor.displayText': string;
76
82
  'fabric.editor.distributeColumns': string;
83
+ 'fabric.editor.dropPlaceholderLabel': string;
84
+ 'fabric.editor.ecombedDescription': string;
77
85
  'fabric.editor.edit': string;
78
86
  'fabric.editor.editAltText': string;
79
87
  'fabric.editor.editDateText': string;
@@ -81,7 +89,9 @@ declare const _default: {
81
89
  'fabric.editor.editMode.inviteToEditButton.title': string;
82
90
  'fabric.editor.editStatusColor': string;
83
91
  'fabric.editor.editStatusText': string;
92
+ 'fabric.editor.editableContentLabel': string;
84
93
  'fabric.editor.editorHelp': string;
94
+ 'fabric.editor.editors': string;
85
95
  'fabric.editor.elementBrowser.help': string;
86
96
  'fabric.editor.elementbrowser.categorylist.category-admin': string;
87
97
  'fabric.editor.elementbrowser.categorylist.category-all': string;
@@ -98,6 +108,7 @@ declare const _default: {
98
108
  'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
99
109
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
100
110
  'fabric.editor.elementbrowser.sidebar.heading': string;
111
+ 'fabric.editor.embedTitle': string;
101
112
  'fabric.editor.emoji': string;
102
113
  'fabric.editor.emoji.description': string;
103
114
  'fabric.editor.emptyLink': string;
@@ -119,6 +130,8 @@ declare const _default: {
119
130
  'fabric.editor.floatingToolbar.confirmModalCancel': string;
120
131
  'fabric.editor.floatingToolbar.confirmModalHeading': string;
121
132
  'fabric.editor.floatingToolbar.confirmModalOK': string;
133
+ 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
134
+ 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
122
135
  'fabric.editor.headerColumn': string;
123
136
  'fabric.editor.headerRow': string;
124
137
  'fabric.editor.heading1': string;
@@ -133,11 +146,19 @@ declare const _default: {
133
146
  'fabric.editor.heading5Description': string;
134
147
  'fabric.editor.heading6': string;
135
148
  'fabric.editor.heading6Description': string;
149
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
150
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
151
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
152
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
153
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
154
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
155
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
136
156
  'fabric.editor.help': string;
137
157
  'fabric.editor.help.description': string;
138
158
  'fabric.editor.helpDialogTips': string;
139
159
  'fabric.editor.horizontalRule': string;
140
160
  'fabric.editor.horizontalRule.description': string;
161
+ 'fabric.editor.hyperlink.linkAriaLabel': string;
141
162
  'fabric.editor.hyperlink.searchLinkAriaDescription': string;
142
163
  'fabric.editor.hyperlink.searchLinkResults': string;
143
164
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
@@ -146,6 +167,8 @@ declare const _default: {
146
167
  'fabric.editor.info': string;
147
168
  'fabric.editor.infoPanel': string;
148
169
  'fabric.editor.infoPanel.description': string;
170
+ 'fabric.editor.inlineDescription': string;
171
+ 'fabric.editor.inlineTitle': string;
149
172
  'fabric.editor.insertColumn': string;
150
173
  'fabric.editor.insertMenu': string;
151
174
  'fabric.editor.insertRow': string;
@@ -166,8 +189,11 @@ declare const _default: {
166
189
  'fabric.editor.markdown': string;
167
190
  'fabric.editor.matchCase': string;
168
191
  'fabric.editor.mediaAddLink': string;
192
+ 'fabric.editor.mediaGroupDeleteLabel': string;
169
193
  'fabric.editor.mention': string;
170
194
  'fabric.editor.mention.description': string;
195
+ 'fabric.editor.mentionsAddLabel': string;
196
+ 'fabric.editor.mentionsIconLabel': string;
171
197
  'fabric.editor.mergeCells': string;
172
198
  'fabric.editor.moreFormatting': string;
173
199
  'fabric.editor.noResultsFound': string;
@@ -176,9 +202,12 @@ declare const _default: {
176
202
  'fabric.editor.notePanel': string;
177
203
  'fabric.editor.notePanel.description': string;
178
204
  'fabric.editor.numberedColumn': string;
205
+ 'fabric.editor.off': string;
206
+ 'fabric.editor.on': string;
179
207
  'fabric.editor.orderedList': string;
180
208
  'fabric.editor.orderedList.description': string;
181
209
  'fabric.editor.other': string;
210
+ 'fabric.editor.pageActionsLabel': string;
182
211
  'fabric.editor.panel.backgroundColor': string;
183
212
  'fabric.editor.panel.emoji': string;
184
213
  'fabric.editor.pastePlainText': string;
@@ -190,6 +219,7 @@ declare const _default: {
190
219
  'fabric.editor.redo': string;
191
220
  'fabric.editor.remove': string;
192
221
  'fabric.editor.removeColumns': string;
222
+ 'fabric.editor.removeEmoji': string;
193
223
  'fabric.editor.removeRows': string;
194
224
  'fabric.editor.replace': string;
195
225
  'fabric.editor.replaceAll': string;
@@ -198,7 +228,7 @@ declare const _default: {
198
228
  'fabric.editor.rightSidebar': string;
199
229
  'fabric.editor.saveButton': string;
200
230
  'fabric.editor.selectLanguage': string;
201
- 'fabric.editor.selected': string;
231
+ 'fabric.editor.single': string;
202
232
  'fabric.editor.sortColumnASC': string;
203
233
  'fabric.editor.sortColumnDESC': string;
204
234
  'fabric.editor.splitCell': string;
@@ -209,10 +239,12 @@ declare const _default: {
209
239
  'fabric.editor.strike': string;
210
240
  'fabric.editor.subTask': string;
211
241
  'fabric.editor.subscript': string;
242
+ 'fabric.editor.subscript.off.superscript.on': string;
212
243
  'fabric.editor.success': string;
213
244
  'fabric.editor.successPanel': string;
214
245
  'fabric.editor.successPanel.description': string;
215
246
  'fabric.editor.superscript': string;
247
+ 'fabric.editor.superscript.off.subscript.on': string;
216
248
  'fabric.editor.supportAltText': string;
217
249
  'fabric.editor.table': string;
218
250
  'fabric.editor.table.description': string;
@@ -221,15 +253,16 @@ declare const _default: {
221
253
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
222
254
  'fabric.editor.task': string;
223
255
  'fabric.editor.taskPlaceholder': string;
256
+ 'fabric.editor.text.formatting.off': string;
224
257
  'fabric.editor.textColor': string;
225
- 'fabric.editor.textColor.lessColors': string;
226
- 'fabric.editor.textColor.moreColors': string;
227
258
  'fabric.editor.textStyles': string;
228
259
  'fabric.editor.threeColumns': string;
229
260
  'fabric.editor.threeColumnsWithSidebars': string;
230
261
  'fabric.editor.time.ago': string;
231
262
  'fabric.editor.time.updated': string;
232
263
  'fabric.editor.time.viewed': string;
264
+ 'fabric.editor.toolbarLabel': string;
265
+ 'fabric.editor.toolbarMediaTitle': string;
233
266
  'fabric.editor.tooltip.blockPanel': string;
234
267
  'fabric.editor.tooltip.bulletList': string;
235
268
  'fabric.editor.tooltip.decisionList': string;
@@ -237,6 +270,7 @@ declare const _default: {
237
270
  'fabric.editor.tooltip.nestedExpand': string;
238
271
  'fabric.editor.tooltip.taskList': string;
239
272
  'fabric.editor.twoColumns': string;
273
+ 'fabric.editor.typeAheadResultLabel': string;
240
274
  'fabric.editor.unableToOpenLink': string;
241
275
  'fabric.editor.underline': string;
242
276
  'fabric.editor.undo': string;
@@ -244,6 +278,8 @@ declare const _default: {
244
278
  'fabric.editor.unorderedList': string;
245
279
  'fabric.editor.unorderedList.description': string;
246
280
  'fabric.editor.url': string;
281
+ 'fabric.editor.urlDescription': string;
282
+ 'fabric.editor.urlTitle': string;
247
283
  'fabric.editor.viewMore': string;
248
284
  'fabric.editor.visit': string;
249
285
  'fabric.editor.warning': string;
@@ -277,7 +313,7 @@ declare const _default: {
277
313
  /**
278
314
  * NOTE:
279
315
  *
280
- * This file is automatically generated by i18n-tools.
316
+ * This file is automatically generated by Traduki 2.0.
281
317
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
282
318
  */
283
319
  export default _default;
@@ -15,6 +15,8 @@ declare const _default: {
15
15
  'fabric.editor.annotationToolbar': string;
16
16
  'fabric.editor.backLink': string;
17
17
  'fabric.editor.blockCardUnavailable': string;
18
+ 'fabric.editor.blockDescription': string;
19
+ 'fabric.editor.blockTitle': string;
18
20
  'fabric.editor.blockquote': string;
19
21
  'fabric.editor.blockquote.description': string;
20
22
  'fabric.editor.blockquote2': string;
@@ -26,6 +28,7 @@ declare const _default: {
26
28
  'fabric.editor.cardFloatingControls': string;
27
29
  'fabric.editor.cellBackground': string;
28
30
  'fabric.editor.cellOptions': string;
31
+ 'fabric.editor.chromeCollapsedPlaceholder': string;
29
32
  'fabric.editor.clearAltTextEdit': string;
30
33
  'fabric.editor.clearCells': string;
31
34
  'fabric.editor.clearFormatting': string;
@@ -35,6 +38,7 @@ declare const _default: {
35
38
  'fabric.editor.closeFindReplaceDialog': string;
36
39
  'fabric.editor.closeHelpDialog': string;
37
40
  'fabric.editor.code': string;
41
+ 'fabric.editor.code.on': string;
38
42
  'fabric.editor.codeblock': string;
39
43
  'fabric.editor.codeblock.description': string;
40
44
  'fabric.editor.collapseTable': string;
@@ -61,6 +65,8 @@ declare const _default: {
61
65
  'fabric.editor.copyToClipboard': string;
62
66
  'fabric.editor.createComment': string;
63
67
  'fabric.editor.createCommentInvalid': string;
68
+ 'fabric.editor.customPanel': string;
69
+ 'fabric.editor.customPanel.description': string;
64
70
  'fabric.editor.date': string;
65
71
  'fabric.editor.date.description': string;
66
72
  'fabric.editor.decision': string;
@@ -74,6 +80,8 @@ declare const _default: {
74
80
  'fabric.editor.displayOptionUnavailableInParentNode': string;
75
81
  'fabric.editor.displayText': string;
76
82
  'fabric.editor.distributeColumns': string;
83
+ 'fabric.editor.dropPlaceholderLabel': string;
84
+ 'fabric.editor.ecombedDescription': string;
77
85
  'fabric.editor.edit': string;
78
86
  'fabric.editor.editAltText': string;
79
87
  'fabric.editor.editDateText': string;
@@ -81,7 +89,9 @@ declare const _default: {
81
89
  'fabric.editor.editMode.inviteToEditButton.title': string;
82
90
  'fabric.editor.editStatusColor': string;
83
91
  'fabric.editor.editStatusText': string;
92
+ 'fabric.editor.editableContentLabel': string;
84
93
  'fabric.editor.editorHelp': string;
94
+ 'fabric.editor.editors': string;
85
95
  'fabric.editor.elementBrowser.help': string;
86
96
  'fabric.editor.elementbrowser.categorylist.category-admin': string;
87
97
  'fabric.editor.elementbrowser.categorylist.category-all': string;
@@ -98,6 +108,7 @@ declare const _default: {
98
108
  'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
99
109
  'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
100
110
  'fabric.editor.elementbrowser.sidebar.heading': string;
111
+ 'fabric.editor.embedTitle': string;
101
112
  'fabric.editor.emoji': string;
102
113
  'fabric.editor.emoji.description': string;
103
114
  'fabric.editor.emptyLink': string;
@@ -119,6 +130,8 @@ declare const _default: {
119
130
  'fabric.editor.floatingToolbar.confirmModalCancel': string;
120
131
  'fabric.editor.floatingToolbar.confirmModalHeading': string;
121
132
  'fabric.editor.floatingToolbar.confirmModalOK': string;
133
+ 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
134
+ 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
122
135
  'fabric.editor.headerColumn': string;
123
136
  'fabric.editor.headerRow': string;
124
137
  'fabric.editor.heading1': string;
@@ -133,11 +146,19 @@ declare const _default: {
133
146
  'fabric.editor.heading5Description': string;
134
147
  'fabric.editor.heading6': string;
135
148
  'fabric.editor.heading6Description': string;
149
+ 'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
150
+ 'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
151
+ 'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
152
+ 'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
153
+ 'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
154
+ 'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
155
+ 'fabric.editor.headingLink.toolbarHelpTitle': string;
136
156
  'fabric.editor.help': string;
137
157
  'fabric.editor.help.description': string;
138
158
  'fabric.editor.helpDialogTips': string;
139
159
  'fabric.editor.horizontalRule': string;
140
160
  'fabric.editor.horizontalRule.description': string;
161
+ 'fabric.editor.hyperlink.linkAriaLabel': string;
141
162
  'fabric.editor.hyperlink.searchLinkAriaDescription': string;
142
163
  'fabric.editor.hyperlink.searchLinkResults': string;
143
164
  'fabric.editor.hyperlinkToolbarPlaceholder': string;
@@ -146,6 +167,8 @@ declare const _default: {
146
167
  'fabric.editor.info': string;
147
168
  'fabric.editor.infoPanel': string;
148
169
  'fabric.editor.infoPanel.description': string;
170
+ 'fabric.editor.inlineDescription': string;
171
+ 'fabric.editor.inlineTitle': string;
149
172
  'fabric.editor.insertColumn': string;
150
173
  'fabric.editor.insertMenu': string;
151
174
  'fabric.editor.insertRow': string;
@@ -166,8 +189,11 @@ declare const _default: {
166
189
  'fabric.editor.markdown': string;
167
190
  'fabric.editor.matchCase': string;
168
191
  'fabric.editor.mediaAddLink': string;
192
+ 'fabric.editor.mediaGroupDeleteLabel': string;
169
193
  'fabric.editor.mention': string;
170
194
  'fabric.editor.mention.description': string;
195
+ 'fabric.editor.mentionsAddLabel': string;
196
+ 'fabric.editor.mentionsIconLabel': string;
171
197
  'fabric.editor.mergeCells': string;
172
198
  'fabric.editor.moreFormatting': string;
173
199
  'fabric.editor.noResultsFound': string;
@@ -176,9 +202,12 @@ declare const _default: {
176
202
  'fabric.editor.notePanel': string;
177
203
  'fabric.editor.notePanel.description': string;
178
204
  'fabric.editor.numberedColumn': string;
205
+ 'fabric.editor.off': string;
206
+ 'fabric.editor.on': string;
179
207
  'fabric.editor.orderedList': string;
180
208
  'fabric.editor.orderedList.description': string;
181
209
  'fabric.editor.other': string;
210
+ 'fabric.editor.pageActionsLabel': string;
182
211
  'fabric.editor.panel.backgroundColor': string;
183
212
  'fabric.editor.panel.emoji': string;
184
213
  'fabric.editor.pastePlainText': string;
@@ -190,6 +219,7 @@ declare const _default: {
190
219
  'fabric.editor.redo': string;
191
220
  'fabric.editor.remove': string;
192
221
  'fabric.editor.removeColumns': string;
222
+ 'fabric.editor.removeEmoji': string;
193
223
  'fabric.editor.removeRows': string;
194
224
  'fabric.editor.replace': string;
195
225
  'fabric.editor.replaceAll': string;
@@ -198,7 +228,7 @@ declare const _default: {
198
228
  'fabric.editor.rightSidebar': string;
199
229
  'fabric.editor.saveButton': string;
200
230
  'fabric.editor.selectLanguage': string;
201
- 'fabric.editor.selected': string;
231
+ 'fabric.editor.single': string;
202
232
  'fabric.editor.sortColumnASC': string;
203
233
  'fabric.editor.sortColumnDESC': string;
204
234
  'fabric.editor.splitCell': string;
@@ -209,10 +239,12 @@ declare const _default: {
209
239
  'fabric.editor.strike': string;
210
240
  'fabric.editor.subTask': string;
211
241
  'fabric.editor.subscript': string;
242
+ 'fabric.editor.subscript.off.superscript.on': string;
212
243
  'fabric.editor.success': string;
213
244
  'fabric.editor.successPanel': string;
214
245
  'fabric.editor.successPanel.description': string;
215
246
  'fabric.editor.superscript': string;
247
+ 'fabric.editor.superscript.off.subscript.on': string;
216
248
  'fabric.editor.supportAltText': string;
217
249
  'fabric.editor.table': string;
218
250
  'fabric.editor.table.description': string;
@@ -221,15 +253,16 @@ declare const _default: {
221
253
  'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
222
254
  'fabric.editor.task': string;
223
255
  'fabric.editor.taskPlaceholder': string;
256
+ 'fabric.editor.text.formatting.off': string;
224
257
  'fabric.editor.textColor': string;
225
- 'fabric.editor.textColor.lessColors': string;
226
- 'fabric.editor.textColor.moreColors': string;
227
258
  'fabric.editor.textStyles': string;
228
259
  'fabric.editor.threeColumns': string;
229
260
  'fabric.editor.threeColumnsWithSidebars': string;
230
261
  'fabric.editor.time.ago': string;
231
262
  'fabric.editor.time.updated': string;
232
263
  'fabric.editor.time.viewed': string;
264
+ 'fabric.editor.toolbarLabel': string;
265
+ 'fabric.editor.toolbarMediaTitle': string;
233
266
  'fabric.editor.tooltip.blockPanel': string;
234
267
  'fabric.editor.tooltip.bulletList': string;
235
268
  'fabric.editor.tooltip.decisionList': string;
@@ -237,6 +270,7 @@ declare const _default: {
237
270
  'fabric.editor.tooltip.nestedExpand': string;
238
271
  'fabric.editor.tooltip.taskList': string;
239
272
  'fabric.editor.twoColumns': string;
273
+ 'fabric.editor.typeAheadResultLabel': string;
240
274
  'fabric.editor.unableToOpenLink': string;
241
275
  'fabric.editor.underline': string;
242
276
  'fabric.editor.undo': string;
@@ -244,6 +278,8 @@ declare const _default: {
244
278
  'fabric.editor.unorderedList': string;
245
279
  'fabric.editor.unorderedList.description': string;
246
280
  'fabric.editor.url': string;
281
+ 'fabric.editor.urlDescription': string;
282
+ 'fabric.editor.urlTitle': string;
247
283
  'fabric.editor.viewMore': string;
248
284
  'fabric.editor.visit': string;
249
285
  'fabric.editor.warning': string;
@@ -277,7 +313,7 @@ declare const _default: {
277
313
  /**
278
314
  * NOTE:
279
315
  *
280
- * This file is automatically generated by i18n-tools.
316
+ * This file is automatically generated by Traduki 2.0.
281
317
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
282
318
  */
283
319
  export default _default;