@atlaskit/editor-common 76.11.7 → 76.12.1

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 (166) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cjs/i18n/cs.js +41 -1
  3. package/dist/cjs/i18n/da.js +41 -1
  4. package/dist/cjs/i18n/de.js +41 -1
  5. package/dist/cjs/i18n/en.js +44 -1
  6. package/dist/cjs/i18n/en_GB.js +44 -1
  7. package/dist/cjs/i18n/en_ZZ.js +44 -1
  8. package/dist/cjs/i18n/es.js +41 -1
  9. package/dist/cjs/i18n/fi.js +41 -1
  10. package/dist/cjs/i18n/fr.js +41 -1
  11. package/dist/cjs/i18n/hu.js +41 -1
  12. package/dist/cjs/i18n/it.js +41 -1
  13. package/dist/cjs/i18n/ja.js +41 -1
  14. package/dist/cjs/i18n/ko.js +41 -1
  15. package/dist/cjs/i18n/nb.js +41 -1
  16. package/dist/cjs/i18n/nl.js +41 -1
  17. package/dist/cjs/i18n/pl.js +41 -1
  18. package/dist/cjs/i18n/pt_BR.js +41 -1
  19. package/dist/cjs/i18n/ru.js +41 -1
  20. package/dist/cjs/i18n/sv.js +41 -1
  21. package/dist/cjs/i18n/th.js +41 -1
  22. package/dist/cjs/i18n/tr.js +41 -1
  23. package/dist/cjs/i18n/uk.js +41 -1
  24. package/dist/cjs/i18n/vi.js +41 -1
  25. package/dist/cjs/i18n/zh.js +41 -1
  26. package/dist/cjs/i18n/zh_TW.js +41 -1
  27. package/dist/cjs/messages/date.js +14 -0
  28. package/dist/cjs/messages/index.js +7 -0
  29. package/dist/cjs/monitoring/error.js +1 -1
  30. package/dist/cjs/types/selection-toolbar.js +5 -0
  31. package/dist/cjs/ui/DropList/index.js +1 -1
  32. package/dist/cjs/utils/calculate-toolbar-position.js +146 -0
  33. package/dist/cjs/utils/index.js +13 -0
  34. package/dist/es2019/i18n/cs.js +41 -1
  35. package/dist/es2019/i18n/da.js +41 -1
  36. package/dist/es2019/i18n/de.js +41 -1
  37. package/dist/es2019/i18n/en.js +44 -1
  38. package/dist/es2019/i18n/en_GB.js +44 -1
  39. package/dist/es2019/i18n/en_ZZ.js +44 -1
  40. package/dist/es2019/i18n/es.js +41 -1
  41. package/dist/es2019/i18n/fi.js +41 -1
  42. package/dist/es2019/i18n/fr.js +41 -1
  43. package/dist/es2019/i18n/hu.js +41 -1
  44. package/dist/es2019/i18n/it.js +41 -1
  45. package/dist/es2019/i18n/ja.js +41 -1
  46. package/dist/es2019/i18n/ko.js +41 -1
  47. package/dist/es2019/i18n/nb.js +41 -1
  48. package/dist/es2019/i18n/nl.js +41 -1
  49. package/dist/es2019/i18n/pl.js +41 -1
  50. package/dist/es2019/i18n/pt_BR.js +41 -1
  51. package/dist/es2019/i18n/ru.js +41 -1
  52. package/dist/es2019/i18n/sv.js +41 -1
  53. package/dist/es2019/i18n/th.js +41 -1
  54. package/dist/es2019/i18n/tr.js +41 -1
  55. package/dist/es2019/i18n/uk.js +41 -1
  56. package/dist/es2019/i18n/vi.js +41 -1
  57. package/dist/es2019/i18n/zh.js +41 -1
  58. package/dist/es2019/i18n/zh_TW.js +41 -1
  59. package/dist/es2019/messages/date.js +8 -0
  60. package/dist/es2019/messages/index.js +1 -0
  61. package/dist/es2019/monitoring/error.js +1 -1
  62. package/dist/es2019/types/selection-toolbar.js +1 -0
  63. package/dist/es2019/ui/DropList/index.js +1 -1
  64. package/dist/es2019/utils/calculate-toolbar-position.js +140 -0
  65. package/dist/es2019/utils/index.js +2 -1
  66. package/dist/esm/i18n/cs.js +41 -1
  67. package/dist/esm/i18n/da.js +41 -1
  68. package/dist/esm/i18n/de.js +41 -1
  69. package/dist/esm/i18n/en.js +44 -1
  70. package/dist/esm/i18n/en_GB.js +44 -1
  71. package/dist/esm/i18n/en_ZZ.js +44 -1
  72. package/dist/esm/i18n/es.js +41 -1
  73. package/dist/esm/i18n/fi.js +41 -1
  74. package/dist/esm/i18n/fr.js +41 -1
  75. package/dist/esm/i18n/hu.js +41 -1
  76. package/dist/esm/i18n/it.js +41 -1
  77. package/dist/esm/i18n/ja.js +41 -1
  78. package/dist/esm/i18n/ko.js +41 -1
  79. package/dist/esm/i18n/nb.js +41 -1
  80. package/dist/esm/i18n/nl.js +41 -1
  81. package/dist/esm/i18n/pl.js +41 -1
  82. package/dist/esm/i18n/pt_BR.js +41 -1
  83. package/dist/esm/i18n/ru.js +41 -1
  84. package/dist/esm/i18n/sv.js +41 -1
  85. package/dist/esm/i18n/th.js +41 -1
  86. package/dist/esm/i18n/tr.js +41 -1
  87. package/dist/esm/i18n/uk.js +41 -1
  88. package/dist/esm/i18n/vi.js +41 -1
  89. package/dist/esm/i18n/zh.js +41 -1
  90. package/dist/esm/i18n/zh_TW.js +41 -1
  91. package/dist/esm/messages/date.js +8 -0
  92. package/dist/esm/messages/index.js +1 -0
  93. package/dist/esm/monitoring/error.js +1 -1
  94. package/dist/esm/types/selection-toolbar.js +1 -0
  95. package/dist/esm/ui/DropList/index.js +1 -1
  96. package/dist/esm/utils/calculate-toolbar-position.js +140 -0
  97. package/dist/esm/utils/index.js +2 -1
  98. package/dist/types/analytics/types/events.d.ts +1 -1
  99. package/dist/types/i18n/cs.d.ts +41 -1
  100. package/dist/types/i18n/da.d.ts +41 -1
  101. package/dist/types/i18n/de.d.ts +41 -1
  102. package/dist/types/i18n/en.d.ts +44 -1
  103. package/dist/types/i18n/en_GB.d.ts +44 -1
  104. package/dist/types/i18n/en_ZZ.d.ts +44 -1
  105. package/dist/types/i18n/es.d.ts +41 -1
  106. package/dist/types/i18n/fi.d.ts +41 -1
  107. package/dist/types/i18n/fr.d.ts +41 -1
  108. package/dist/types/i18n/hu.d.ts +41 -1
  109. package/dist/types/i18n/it.d.ts +41 -1
  110. package/dist/types/i18n/ja.d.ts +41 -1
  111. package/dist/types/i18n/ko.d.ts +41 -1
  112. package/dist/types/i18n/nb.d.ts +41 -1
  113. package/dist/types/i18n/nl.d.ts +41 -1
  114. package/dist/types/i18n/pl.d.ts +41 -1
  115. package/dist/types/i18n/pt_BR.d.ts +41 -1
  116. package/dist/types/i18n/ru.d.ts +41 -1
  117. package/dist/types/i18n/sv.d.ts +41 -1
  118. package/dist/types/i18n/th.d.ts +41 -1
  119. package/dist/types/i18n/tr.d.ts +41 -1
  120. package/dist/types/i18n/uk.d.ts +41 -1
  121. package/dist/types/i18n/vi.d.ts +41 -1
  122. package/dist/types/i18n/zh.d.ts +41 -1
  123. package/dist/types/i18n/zh_TW.d.ts +41 -1
  124. package/dist/types/messages/date.d.ts +7 -0
  125. package/dist/types/messages/index.d.ts +1 -0
  126. package/dist/types/types/editor-plugin.d.ts +9 -0
  127. package/dist/types/types/index.d.ts +1 -0
  128. package/dist/types/types/selection-toolbar.d.ts +19 -0
  129. package/dist/types/utils/calculate-toolbar-position.d.ts +10 -0
  130. package/dist/types/utils/extension-handler.d.ts +1 -1
  131. package/dist/types/utils/index.d.ts +1 -0
  132. package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
  133. package/dist/types-ts4.5/i18n/cs.d.ts +41 -1
  134. package/dist/types-ts4.5/i18n/da.d.ts +41 -1
  135. package/dist/types-ts4.5/i18n/de.d.ts +41 -1
  136. package/dist/types-ts4.5/i18n/en.d.ts +44 -1
  137. package/dist/types-ts4.5/i18n/en_GB.d.ts +44 -1
  138. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +44 -1
  139. package/dist/types-ts4.5/i18n/es.d.ts +41 -1
  140. package/dist/types-ts4.5/i18n/fi.d.ts +41 -1
  141. package/dist/types-ts4.5/i18n/fr.d.ts +41 -1
  142. package/dist/types-ts4.5/i18n/hu.d.ts +41 -1
  143. package/dist/types-ts4.5/i18n/it.d.ts +41 -1
  144. package/dist/types-ts4.5/i18n/ja.d.ts +41 -1
  145. package/dist/types-ts4.5/i18n/ko.d.ts +41 -1
  146. package/dist/types-ts4.5/i18n/nb.d.ts +41 -1
  147. package/dist/types-ts4.5/i18n/nl.d.ts +41 -1
  148. package/dist/types-ts4.5/i18n/pl.d.ts +41 -1
  149. package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -1
  150. package/dist/types-ts4.5/i18n/ru.d.ts +41 -1
  151. package/dist/types-ts4.5/i18n/sv.d.ts +41 -1
  152. package/dist/types-ts4.5/i18n/th.d.ts +41 -1
  153. package/dist/types-ts4.5/i18n/tr.d.ts +41 -1
  154. package/dist/types-ts4.5/i18n/uk.d.ts +41 -1
  155. package/dist/types-ts4.5/i18n/vi.d.ts +41 -1
  156. package/dist/types-ts4.5/i18n/zh.d.ts +41 -1
  157. package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -1
  158. package/dist/types-ts4.5/messages/date.d.ts +7 -0
  159. package/dist/types-ts4.5/messages/index.d.ts +1 -0
  160. package/dist/types-ts4.5/types/editor-plugin.d.ts +9 -0
  161. package/dist/types-ts4.5/types/index.d.ts +1 -0
  162. package/dist/types-ts4.5/types/selection-toolbar.d.ts +19 -0
  163. package/dist/types-ts4.5/utils/calculate-toolbar-position.d.ts +10 -0
  164. package/dist/types-ts4.5/utils/extension-handler.d.ts +1 -1
  165. package/dist/types-ts4.5/utils/index.d.ts +1 -0
  166. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 76.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#41731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41731) [`b0a40814c2a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b0a40814c2a) - ED-20161 Added selection toolbar types
8
+ - [#41731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41731) [`b52107def30`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b52107def30) - ED-20161 Move functions shared between the annotation plugin and editor-plugin-selection-toolbar to editor-common.
9
+ - [#41835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41835) [`18c0f2cf143`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18c0f2cf143) - Tiny update for import type.
10
+ - [#41168](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41168) [`20890d0dcab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/20890d0dcab) - Dummy change as workaround for product integrator pipeline
11
+
12
+ ## 76.12.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#41651](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41651) [`68871f23ed3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68871f23ed3) - Extract Date Plugin
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+
3
22
  ## 76.11.7
4
23
 
5
24
  ### Patch Changes
@@ -16,13 +16,19 @@ var _default = exports.default = {
16
16
  'fabric.editor.action': 'Aktuální úkol',
17
17
  'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
18
18
  'fabric.editor.addMediaFiles': 'Přidat obrázek, video nebo soubor',
19
+ 'fabric.editor.alignCenter': 'Zarovnat na střed',
19
20
  'fabric.editor.alignImageCenter': 'Zarovnat na střed',
20
21
  'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
21
22
  'fabric.editor.alignImageRight': 'Zarovnat vpravo',
23
+ 'fabric.editor.alignLeft': 'Zarovnat vlevo',
24
+ 'fabric.editor.alignRight': 'Zarovnat vpravo',
25
+ 'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
22
26
  'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
23
27
  'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
24
28
  'fabric.editor.blockTitle': 'Karta',
25
29
  'fabric.editor.blockquote': 'citace',
30
+ 'fabric.editor.blockquote.description': 'Vložit citaci',
31
+ 'fabric.editor.blockquote2': 'Citace',
26
32
  'fabric.editor.bold': 'Tučné',
27
33
  'fabric.editor.bug': 'Chyba',
28
34
  'fabric.editor.cancelButton': 'Zrušit',
@@ -38,11 +44,17 @@ var _default = exports.default = {
38
44
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
39
45
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Vypnout obalení',
40
46
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Zapnout obalení',
47
+ 'fabric.editor.codeblock': 'Fragment kódu',
48
+ 'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
41
49
  'fabric.editor.collapseNode': 'Sbalit obsah',
42
50
  'fabric.editor.columns': 'Rozvržení',
43
51
  'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
44
52
  'fabric.editor.copiedToClipboard': 'Zkopírováno!',
45
53
  'fabric.editor.copyToClipboard': 'Kopírovat',
54
+ 'fabric.editor.createComment': 'Komentář',
55
+ 'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
56
+ 'fabric.editor.customPanel': 'Vlastní panel',
57
+ 'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
46
58
  'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
47
59
  'fabric.editor.date': 'Datum',
48
60
  'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
@@ -69,6 +81,8 @@ var _default = exports.default = {
69
81
  'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
70
82
  'fabric.editor.emptyLink': 'Zadejte odkaz.',
71
83
  'fabric.editor.epic': 'Epic',
84
+ 'fabric.editor.errorPanel': 'Panel chyb',
85
+ 'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
72
86
  'fabric.editor.expand': 'Rozbalení',
73
87
  'fabric.editor.expand.description': 'Vložit rozbalení',
74
88
  'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
@@ -76,6 +90,18 @@ var _default = exports.default = {
76
90
  'fabric.editor.expandPlaceholder': 'Dejte rozbalenému obsahu název...',
77
91
  'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
78
92
  'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
93
+ 'fabric.editor.heading1': 'Nadpis 1',
94
+ 'fabric.editor.heading1Description': 'Použít pro nadpis nejvyšší úrovně',
95
+ 'fabric.editor.heading2': 'Nadpis 2',
96
+ 'fabric.editor.heading2Description': 'Použít pro klíčové oddíly',
97
+ 'fabric.editor.heading3': 'Nadpis 3',
98
+ 'fabric.editor.heading3Description': 'Použít pro pododdíly a nadpisy skupin',
99
+ 'fabric.editor.heading4': 'Nadpis 4',
100
+ 'fabric.editor.heading4Description': 'Použít pro podnadpisy',
101
+ 'fabric.editor.heading5': 'Nadpis 5',
102
+ 'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
103
+ 'fabric.editor.heading6': 'Nadpis 6',
104
+ 'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
79
105
  'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
80
106
  'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
81
107
  'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
@@ -86,12 +112,15 @@ var _default = exports.default = {
86
112
  'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
87
113
  'fabric.editor.horizontalRule': 'Dílčí příčka',
88
114
  'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
89
- 'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
115
+ 'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
90
116
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
91
117
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nebyly nalezeny žádné výsledky} one {{count,number} nalezený výsledek} few {{count,number} nalezené výsledky} many {{count,number} nalezeného výsledku} other {{count,number} nalezených výsledků}}',
118
+ 'fabric.editor.hyperlink.textVisibleLabel': 'Zobrazený text (volitelné)',
92
119
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
93
120
  'fabric.editor.image': 'Obrázek',
94
121
  'fabric.editor.improvement': 'Vylepšení',
122
+ 'fabric.editor.infoPanel': 'Informační panel',
123
+ 'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
95
124
  'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
96
125
  'fabric.editor.inlineTitle': 'Vložený',
97
126
  'fabric.editor.insertMenu': 'Vložit',
@@ -113,14 +142,19 @@ var _default = exports.default = {
113
142
  'fabric.editor.moreFormatting': 'Další formátování',
114
143
  'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
115
144
  'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
145
+ 'fabric.editor.normal': 'Standardní text',
146
+ 'fabric.editor.notePanel': 'Panel poznámek',
147
+ 'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
116
148
  'fabric.editor.off': 'Formátování {formattingType} vypnuto',
117
149
  'fabric.editor.on': '{formattingType} zapnuto',
118
150
  'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
119
151
  'fabric.editor.orderedList': 'Číslovaný seznam',
120
152
  'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
153
+ 'fabric.editor.other': 'Jiné…',
121
154
  'fabric.editor.pageActionsLabel': 'Akce stránky',
122
155
  'fabric.editor.placeholderText': 'Text placeholderu',
123
156
  'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
157
+ 'fabric.editor.redo': 'Znovu',
124
158
  'fabric.editor.remove': 'Odebrat',
125
159
  'fabric.editor.removeEmoji': 'Odstranit emoji',
126
160
  'fabric.editor.saveButton': 'Uložit',
@@ -132,12 +166,15 @@ var _default = exports.default = {
132
166
  'fabric.editor.subTask': 'Podúkol',
133
167
  'fabric.editor.subscript': 'Dolní index',
134
168
  'fabric.editor.subscript.off.superscript.on': 'Dolní index vypnutý, horní index zapnutý',
169
+ 'fabric.editor.successPanel': 'Panel úspěchů',
170
+ 'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
135
171
  'fabric.editor.superscript': 'Horní index',
136
172
  'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
137
173
  'fabric.editor.table': 'Tabulka',
138
174
  'fabric.editor.table.description': 'Vložit tabulku',
139
175
  'fabric.editor.task': 'Úkol',
140
176
  'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
177
+ 'fabric.editor.textStyles': 'Styly textu',
141
178
  'fabric.editor.time.ago': 'zpět',
142
179
  'fabric.editor.time.updated': 'Aktualizováno',
143
180
  'fabric.editor.time.viewed': 'Zobrazeno',
@@ -150,6 +187,7 @@ var _default = exports.default = {
150
187
  'fabric.editor.tooltip.taskList': 'položka akce',
151
188
  'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
152
189
  'fabric.editor.underline': 'Podtržení',
190
+ 'fabric.editor.undo': 'Vrátit',
153
191
  'fabric.editor.unlink': 'Zrušit propojení',
154
192
  'fabric.editor.unorderedList': 'Seznam s odrážkami',
155
193
  'fabric.editor.unorderedList.description': 'Vytvořit neseřazený seznam',
@@ -161,6 +199,8 @@ var _default = exports.default = {
161
199
  'fabric.editor.urlTitle': 'Adresa URL',
162
200
  'fabric.editor.viewMore': 'Zobrazit více',
163
201
  'fabric.editor.visit': 'Otevřít odkaz v novém okně',
202
+ 'fabric.editor.warningPanel': 'Panel upozornění',
203
+ 'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu',
164
204
  'fabric.editor.wrapLeft': 'Sbalit vpravo',
165
205
  'fabric.editor.wrapRight': 'Sbalit vlevo',
166
206
  'fabric.theme.blue': 'Blue',
@@ -16,13 +16,19 @@ var _default = exports.default = {
16
16
  'fabric.editor.action': 'Handlingsgenstand',
17
17
  'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
18
18
  'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
19
+ 'fabric.editor.alignCenter': 'Centrér',
19
20
  'fabric.editor.alignImageCenter': 'Centrér',
20
21
  'fabric.editor.alignImageLeft': 'Venstrejustér',
21
22
  'fabric.editor.alignImageRight': 'Højrejustér',
23
+ 'fabric.editor.alignLeft': 'Venstrejustér',
24
+ 'fabric.editor.alignRight': 'Højrejustér',
25
+ 'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
22
26
  'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
23
27
  'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
24
28
  'fabric.editor.blockTitle': 'Kort',
25
29
  'fabric.editor.blockquote': 'et citat',
30
+ 'fabric.editor.blockquote.description': 'Indsæt citat',
31
+ 'fabric.editor.blockquote2': 'Citer',
26
32
  'fabric.editor.bold': 'Fed',
27
33
  'fabric.editor.bug': 'Fejl',
28
34
  'fabric.editor.cancelButton': 'Annullér',
@@ -38,11 +44,17 @@ var _default = exports.default = {
38
44
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
39
45
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Slå ombrydning fra',
40
46
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Slå ombrydning til',
47
+ 'fabric.editor.codeblock': 'Kodestump',
48
+ 'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
41
49
  'fabric.editor.collapseNode': 'skjul indhold',
42
50
  'fabric.editor.columns': 'Layout',
43
51
  'fabric.editor.columns.description': 'Opdel din side i afsnit',
44
52
  'fabric.editor.copiedToClipboard': 'Kopieret!',
45
53
  'fabric.editor.copyToClipboard': 'Kopiér',
54
+ 'fabric.editor.createComment': 'Kommenter',
55
+ 'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
56
+ 'fabric.editor.customPanel': 'Brugerdefineret panel',
57
+ 'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
46
58
  'fabric.editor.datasourceTitle': 'Rediger søgning',
47
59
  'fabric.editor.date': 'Dato',
48
60
  'fabric.editor.date.description': 'Tilføj en dato med en kalender',
@@ -69,6 +81,8 @@ var _default = exports.default = {
69
81
  'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
70
82
  'fabric.editor.emptyLink': 'Indtast et link.',
71
83
  'fabric.editor.epic': 'Epic',
84
+ 'fabric.editor.errorPanel': 'Fejlpanel',
85
+ 'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
72
86
  'fabric.editor.expand': 'Udvid',
73
87
  'fabric.editor.expand.description': 'Indsæt en udvidelse',
74
88
  'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
@@ -76,6 +90,18 @@ var _default = exports.default = {
76
90
  'fabric.editor.expandPlaceholder': 'Giv denne udvidelse en titel...',
77
91
  'fabric.editor.feedbackDialog': 'Giv feedback',
78
92
  'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
93
+ 'fabric.editor.heading1': 'Overskrift 1',
94
+ 'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
95
+ 'fabric.editor.heading2': 'Overskrift 2',
96
+ 'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
97
+ 'fabric.editor.heading3': 'Overskrift 3',
98
+ 'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
99
+ 'fabric.editor.heading4': 'Overskrift 4',
100
+ 'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
101
+ 'fabric.editor.heading5': 'Overskrift 5',
102
+ 'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
103
+ 'fabric.editor.heading6': 'Overskrift 6',
104
+ 'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
79
105
  'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
80
106
  'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
81
107
  'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
@@ -86,12 +112,15 @@ var _default = exports.default = {
86
112
  'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
87
113
  'fabric.editor.horizontalRule': 'Rumdeler',
88
114
  'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
89
- 'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
115
+ 'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
90
116
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
91
117
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
118
+ 'fabric.editor.hyperlink.textVisibleLabel': 'Visningstekst (valgfrit)',
92
119
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
93
120
  'fabric.editor.image': 'Billeder',
94
121
  'fabric.editor.improvement': 'Forbedring',
122
+ 'fabric.editor.infoPanel': 'Informationspanel',
123
+ 'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
95
124
  'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
96
125
  'fabric.editor.inlineTitle': 'Indbyg',
97
126
  'fabric.editor.insertMenu': 'Indsæt',
@@ -113,14 +142,19 @@ var _default = exports.default = {
113
142
  'fabric.editor.moreFormatting': 'Mere formatering',
114
143
  'fabric.editor.navigate.toolbar.editor': 'Naviger til værktøjslinje til redigeringsprogram',
115
144
  'fabric.editor.navigate.toolbar.floating': 'Naviger til flydende værktøjslinje',
145
+ 'fabric.editor.normal': 'Normal tekst',
146
+ 'fabric.editor.notePanel': 'Bemærkningspanel',
147
+ 'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
116
148
  'fabric.editor.off': '{formattingType} fra',
117
149
  'fabric.editor.on': '{formattingType} til',
118
150
  'fabric.editor.openLink': 'Åbn link i en nye fane',
119
151
  'fabric.editor.orderedList': 'Nummereret liste',
120
152
  'fabric.editor.orderedList.description': 'Opret en sorteret liste',
153
+ 'fabric.editor.other': 'Andet …',
121
154
  'fabric.editor.pageActionsLabel': 'Sidehandlinger',
122
155
  'fabric.editor.placeholderText': 'Midlertidig text',
123
156
  'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
157
+ 'fabric.editor.redo': 'Gentag',
124
158
  'fabric.editor.remove': 'Fjern',
125
159
  'fabric.editor.removeEmoji': 'Fjern emoji',
126
160
  'fabric.editor.saveButton': 'Gem',
@@ -132,12 +166,15 @@ var _default = exports.default = {
132
166
  'fabric.editor.subTask': 'Underopgave',
133
167
  'fabric.editor.subscript': 'Sænket skrift',
134
168
  'fabric.editor.subscript.off.superscript.on': 'Sænket skrift fra, hævet skrift til',
169
+ 'fabric.editor.successPanel': 'Succespanel',
170
+ 'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
135
171
  'fabric.editor.superscript': 'Hævet skrift',
136
172
  'fabric.editor.superscript.off.subscript.on': 'Hævet skrift fra, sænket skrift til',
137
173
  'fabric.editor.table': 'Tabel',
138
174
  'fabric.editor.table.description': 'Indsæt en tabel',
139
175
  'fabric.editor.task': 'Opgave',
140
176
  'fabric.editor.text.formatting.off': 'Tekstformatering fra',
177
+ 'fabric.editor.textStyles': 'Tekstformatering',
141
178
  'fabric.editor.time.ago': 'siden',
142
179
  'fabric.editor.time.updated': 'Opdateret',
143
180
  'fabric.editor.time.viewed': 'Vist',
@@ -150,6 +187,7 @@ var _default = exports.default = {
150
187
  'fabric.editor.tooltip.taskList': 'et handlingselement',
151
188
  'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
152
189
  'fabric.editor.underline': 'Understreget',
190
+ 'fabric.editor.undo': 'Fortryd',
153
191
  'fabric.editor.unlink': 'Fjern link',
154
192
  'fabric.editor.unorderedList': 'Punktopstilling',
155
193
  'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
@@ -161,6 +199,8 @@ var _default = exports.default = {
161
199
  'fabric.editor.urlTitle': 'URL-adresse',
162
200
  'fabric.editor.viewMore': 'Vis mere',
163
201
  'fabric.editor.visit': 'Åbn link i et nyt vindue',
202
+ 'fabric.editor.warningPanel': 'Advarselspanel',
203
+ 'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel',
164
204
  'fabric.editor.wrapLeft': 'Skub til venstre',
165
205
  'fabric.editor.wrapRight': 'Skub til højre',
166
206
  'fabric.theme.blue': 'Blue',
@@ -16,13 +16,19 @@ var _default = exports.default = {
16
16
  'fabric.editor.action': 'Aufgabe',
17
17
  'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
18
18
  'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
19
+ 'fabric.editor.alignCenter': 'Mittig ausrichten',
19
20
  'fabric.editor.alignImageCenter': 'Mittig ausrichten',
20
21
  'fabric.editor.alignImageLeft': 'Links ausrichten',
21
22
  'fabric.editor.alignImageRight': 'Rechts ausrichten',
23
+ 'fabric.editor.alignLeft': 'Links ausrichten',
24
+ 'fabric.editor.alignRight': 'Rechts ausrichten',
25
+ 'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
22
26
  'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
23
27
  'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
24
28
  'fabric.editor.blockTitle': 'Karte',
25
29
  'fabric.editor.blockquote': 'ein Angebot',
30
+ 'fabric.editor.blockquote.description': 'Zitat einfügen',
31
+ 'fabric.editor.blockquote2': 'Zitieren',
26
32
  'fabric.editor.bold': 'Fett',
27
33
  'fabric.editor.bug': 'Bug',
28
34
  'fabric.editor.cancelButton': 'Abbrechen',
@@ -38,11 +44,17 @@ var _default = exports.default = {
38
44
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
39
45
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Zeilenumbrüche deaktivieren',
40
46
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Zeilenumbrüche aktivieren',
47
+ 'fabric.editor.codeblock': 'Code-Auszug',
48
+ 'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
41
49
  'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
42
50
  'fabric.editor.columns': 'Layouts',
43
51
  'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
44
52
  'fabric.editor.copiedToClipboard': 'Kopiert!',
45
53
  'fabric.editor.copyToClipboard': 'Kopieren',
54
+ 'fabric.editor.createComment': 'Kommentieren',
55
+ 'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
56
+ 'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
57
+ 'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
46
58
  'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
47
59
  'fabric.editor.date': 'Datum',
48
60
  'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
@@ -69,6 +81,8 @@ var _default = exports.default = {
69
81
  'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
70
82
  'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
71
83
  'fabric.editor.epic': 'Epic',
84
+ 'fabric.editor.errorPanel': 'Fehler-Panel',
85
+ 'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
72
86
  'fabric.editor.expand': 'Erweiterung',
73
87
  'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
74
88
  'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
@@ -76,6 +90,18 @@ var _default = exports.default = {
76
90
  'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
77
91
  'fabric.editor.feedbackDialog': 'Feedback geben',
78
92
  'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
93
+ 'fabric.editor.heading1': 'Überschrift 1',
94
+ 'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
95
+ 'fabric.editor.heading2': 'Überschrift 2',
96
+ 'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
97
+ 'fabric.editor.heading3': 'Überschrift 3',
98
+ 'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
99
+ 'fabric.editor.heading4': 'Überschrift 4',
100
+ 'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
101
+ 'fabric.editor.heading5': 'Überschrift 5',
102
+ 'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
103
+ 'fabric.editor.heading6': 'Überschrift 6',
104
+ 'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
79
105
  'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
80
106
  'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
81
107
  'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
@@ -86,12 +112,15 @@ var _default = exports.default = {
86
112
  'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
87
113
  'fabric.editor.horizontalRule': 'Trennlinie',
88
114
  'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
89
- 'fabric.editor.hyperlink.linkAriaLabel': 'Label verknüpfen',
115
+ 'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
90
116
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
91
117
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
118
+ 'fabric.editor.hyperlink.textVisibleLabel': 'Anzeigetext (optional)',
92
119
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
93
120
  'fabric.editor.image': 'Bild',
94
121
  'fabric.editor.improvement': 'Verbesserung',
122
+ 'fabric.editor.infoPanel': 'Info-Panel',
123
+ 'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
95
124
  'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
96
125
  'fabric.editor.inlineTitle': 'Inline',
97
126
  'fabric.editor.insertMenu': 'Einfügen',
@@ -113,14 +142,19 @@ var _default = exports.default = {
113
142
  'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
114
143
  'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
115
144
  'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
145
+ 'fabric.editor.normal': 'Normaler Text',
146
+ 'fabric.editor.notePanel': 'Hinweis-Panel',
147
+ 'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
116
148
  'fabric.editor.off': '{formattingType} aus',
117
149
  'fabric.editor.on': '{formattingType} ein',
118
150
  'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
119
151
  'fabric.editor.orderedList': 'Nummerierte Liste',
120
152
  'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
153
+ 'fabric.editor.other': 'Sonstige …',
121
154
  'fabric.editor.pageActionsLabel': 'Seitenaktionen',
122
155
  'fabric.editor.placeholderText': 'Platzhaltertext',
123
156
  'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
157
+ 'fabric.editor.redo': 'Wiederherstellen',
124
158
  'fabric.editor.remove': 'Entfernen',
125
159
  'fabric.editor.removeEmoji': 'Emoji entfernen',
126
160
  'fabric.editor.saveButton': 'Speichern',
@@ -132,12 +166,15 @@ var _default = exports.default = {
132
166
  'fabric.editor.subTask': 'Sub-Task',
133
167
  'fabric.editor.subscript': 'Tiefgestellt',
134
168
  'fabric.editor.subscript.off.superscript.on': 'Tiefgestelltes Zeichen aus, hochgestelltes Zeichen ein',
169
+ 'fabric.editor.successPanel': 'Erfolgs-Panel',
170
+ 'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
135
171
  'fabric.editor.superscript': 'Hochgestellt',
136
172
  'fabric.editor.superscript.off.subscript.on': 'Hochgestelltes Zeichen aus, tiefgestelltes Zeichen ein',
137
173
  'fabric.editor.table': 'Tabelle',
138
174
  'fabric.editor.table.description': 'Tabelle einfügen',
139
175
  'fabric.editor.task': 'Task',
140
176
  'fabric.editor.text.formatting.off': 'Textformatierung aus',
177
+ 'fabric.editor.textStyles': 'Textstil',
141
178
  'fabric.editor.time.ago': 'vor',
142
179
  'fabric.editor.time.updated': 'Aktualisiert',
143
180
  'fabric.editor.time.viewed': 'Angesehen',
@@ -150,6 +187,7 @@ var _default = exports.default = {
150
187
  'fabric.editor.tooltip.taskList': 'eine Aufgabe',
151
188
  'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
152
189
  'fabric.editor.underline': 'Unterstrichen',
190
+ 'fabric.editor.undo': 'Rückgängig machen',
153
191
  'fabric.editor.unlink': 'Verknüpfung löschen',
154
192
  'fabric.editor.unorderedList': 'Aufzählung',
155
193
  'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
@@ -161,6 +199,8 @@ var _default = exports.default = {
161
199
  'fabric.editor.urlTitle': 'URL',
162
200
  'fabric.editor.viewMore': 'Mehr anzeigen',
163
201
  'fabric.editor.visit': 'Link in neuem Fenster öffnen',
202
+ 'fabric.editor.warningPanel': 'Warn-Panel',
203
+ 'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen',
164
204
  'fabric.editor.wrapLeft': 'Links umwickeln',
165
205
  'fabric.editor.wrapRight': 'Rechts umwickeln',
166
206
  'fabric.theme.blue': 'Blue',
@@ -16,13 +16,19 @@ var _default = exports.default = {
16
16
  'fabric.editor.action': 'Action item',
17
17
  'fabric.editor.action.description': 'Create and assign action items',
18
18
  'fabric.editor.addMediaFiles': 'Add image, video, or file',
19
+ 'fabric.editor.alignCenter': 'Align center',
19
20
  'fabric.editor.alignImageCenter': 'Align center',
20
21
  'fabric.editor.alignImageLeft': 'Align left',
21
22
  'fabric.editor.alignImageRight': 'Align right',
23
+ 'fabric.editor.alignLeft': 'Align left',
24
+ 'fabric.editor.alignRight': 'Align right',
25
+ 'fabric.editor.annotationToolbar': 'Annotation toolbar',
22
26
  'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
23
27
  'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
24
28
  'fabric.editor.blockTitle': 'Card',
25
29
  'fabric.editor.blockquote': 'a quote',
30
+ 'fabric.editor.blockquote.description': 'Insert a quote or citation',
31
+ 'fabric.editor.blockquote2': 'Quote',
26
32
  'fabric.editor.bold': 'Bold',
27
33
  'fabric.editor.bug': 'Bug',
28
34
  'fabric.editor.cancelButton': 'Cancel',
@@ -38,11 +44,17 @@ var _default = exports.default = {
38
44
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
39
45
  'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
40
46
  'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
47
+ 'fabric.editor.codeblock': 'Code snippet',
48
+ 'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
41
49
  'fabric.editor.collapseNode': 'Collapse content',
42
50
  'fabric.editor.columns': 'Layouts',
43
51
  'fabric.editor.columns.description': 'Structure your page using sections',
44
52
  'fabric.editor.copiedToClipboard': 'Copied!',
45
53
  'fabric.editor.copyToClipboard': 'Copy',
54
+ 'fabric.editor.createComment': 'Comment',
55
+ 'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
56
+ 'fabric.editor.customPanel': 'Custom panel',
57
+ 'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
46
58
  'fabric.editor.datasourceTitle': 'Edit search query',
47
59
  'fabric.editor.date': 'Date',
48
60
  'fabric.editor.date.description': 'Add a date using a calendar',
@@ -59,6 +71,8 @@ var _default = exports.default = {
59
71
  'fabric.editor.edit.datasource': 'Edit search query',
60
72
  'fabric.editor.editLink': 'Edit link',
61
73
  'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
74
+ 'fabric.editor.editStatusColor': 'Edit Status Color',
75
+ 'fabric.editor.editStatusText': 'Edit Status',
62
76
  'fabric.editor.editableContentLabel': 'Editable content',
63
77
  'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
64
78
  'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
@@ -69,6 +83,8 @@ var _default = exports.default = {
69
83
  'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
70
84
  'fabric.editor.emptyLink': 'Please enter a link.',
71
85
  'fabric.editor.epic': 'Epic',
86
+ 'fabric.editor.errorPanel': 'Error panel',
87
+ 'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
72
88
  'fabric.editor.expand': 'Expand',
73
89
  'fabric.editor.expand.description': 'Insert an expand',
74
90
  'fabric.editor.expandDefaultTitle': 'Click here to expand...',
@@ -76,6 +92,18 @@ var _default = exports.default = {
76
92
  'fabric.editor.expandPlaceholder': 'Give this expand a title...',
77
93
  'fabric.editor.feedbackDialog': 'Give feedback',
78
94
  'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
95
+ 'fabric.editor.heading1': 'Heading 1',
96
+ 'fabric.editor.heading1Description': 'Use this for a top level heading',
97
+ 'fabric.editor.heading2': 'Heading 2',
98
+ 'fabric.editor.heading2Description': 'Use this for key sections',
99
+ 'fabric.editor.heading3': 'Heading 3',
100
+ 'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
101
+ 'fabric.editor.heading4': 'Heading 4',
102
+ 'fabric.editor.heading4Description': 'Use this for deep headings',
103
+ 'fabric.editor.heading5': 'Heading 5',
104
+ 'fabric.editor.heading5Description': 'Use this for grouping list items',
105
+ 'fabric.editor.heading6': 'Heading 6',
106
+ 'fabric.editor.heading6Description': 'Use this for low level headings',
79
107
  'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
80
108
  'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
81
109
  'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
@@ -86,12 +114,15 @@ var _default = exports.default = {
86
114
  'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
87
115
  'fabric.editor.horizontalRule': 'Divider',
88
116
  'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
89
- 'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
117
+ 'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
90
118
  'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
91
119
  'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
120
+ 'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
92
121
  'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
93
122
  'fabric.editor.image': 'Image',
94
123
  'fabric.editor.improvement': 'Improvement',
124
+ 'fabric.editor.infoPanel': 'Info panel',
125
+ 'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
95
126
  'fabric.editor.inlineDescription': 'Display link as inline text',
96
127
  'fabric.editor.inlineTitle': 'Inline',
97
128
  'fabric.editor.insertMenu': 'Insert',
@@ -113,31 +144,40 @@ var _default = exports.default = {
113
144
  'fabric.editor.moreFormatting': 'More formatting',
114
145
  'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
115
146
  'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
147
+ 'fabric.editor.normal': 'Normal text',
148
+ 'fabric.editor.notePanel': 'Note panel',
149
+ 'fabric.editor.notePanel.description': 'Add a note in a colored panel',
116
150
  'fabric.editor.off': '{formattingType} Off',
117
151
  'fabric.editor.on': '{formattingType} On',
118
152
  'fabric.editor.openLink': 'Open link in a new tab',
119
153
  'fabric.editor.orderedList': 'Numbered list',
120
154
  'fabric.editor.orderedList.description': 'Create an ordered list',
155
+ 'fabric.editor.other': 'Others...',
121
156
  'fabric.editor.pageActionsLabel': 'Page actions',
122
157
  'fabric.editor.placeholderText': 'Placeholder text',
123
158
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
159
+ 'fabric.editor.redo': 'Redo',
124
160
  'fabric.editor.remove': 'Remove',
125
161
  'fabric.editor.removeEmoji': 'Remove emoji',
126
162
  'fabric.editor.saveButton': 'Save',
127
163
  'fabric.editor.settingsLinks': 'Go to Link Preferences',
128
164
  'fabric.editor.status': 'Status',
129
165
  'fabric.editor.status.description': 'Add a custom status label',
166
+ 'fabric.editor.statusPlaceholder': 'Set a status',
130
167
  'fabric.editor.story': 'Story',
131
168
  'fabric.editor.strike': 'Strikethrough',
132
169
  'fabric.editor.subTask': 'Sub-task',
133
170
  'fabric.editor.subscript': 'Subscript',
134
171
  'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
172
+ 'fabric.editor.successPanel': 'Success panel',
173
+ 'fabric.editor.successPanel.description': 'Add tips in a colored panel',
135
174
  'fabric.editor.superscript': 'Superscript',
136
175
  'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
137
176
  'fabric.editor.table': 'Table',
138
177
  'fabric.editor.table.description': 'Insert a table',
139
178
  'fabric.editor.task': 'Task',
140
179
  'fabric.editor.text.formatting.off': 'Text formatting Off',
180
+ 'fabric.editor.textStyles': 'Text styles',
141
181
  'fabric.editor.time.ago': 'ago',
142
182
  'fabric.editor.time.updated': 'Updated',
143
183
  'fabric.editor.time.viewed': 'Viewed',
@@ -150,6 +190,7 @@ var _default = exports.default = {
150
190
  'fabric.editor.tooltip.taskList': 'an action item',
151
191
  'fabric.editor.unableToOpenLink': 'Unable to open this link',
152
192
  'fabric.editor.underline': 'Underline',
193
+ 'fabric.editor.undo': 'Undo',
153
194
  'fabric.editor.unlink': 'Unlink',
154
195
  'fabric.editor.unorderedList': 'Bullet list',
155
196
  'fabric.editor.unorderedList.description': 'Create an unordered list',
@@ -161,6 +202,8 @@ var _default = exports.default = {
161
202
  'fabric.editor.urlTitle': 'URL',
162
203
  'fabric.editor.viewMore': 'View more',
163
204
  'fabric.editor.visit': 'Open link in a new window',
205
+ 'fabric.editor.warningPanel': 'Warning panel',
206
+ 'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
164
207
  'fabric.editor.wrapLeft': 'Wrap left',
165
208
  'fabric.editor.wrapRight': 'Wrap right',
166
209
  'fabric.theme.blue': 'Blue',