@atlaskit/editor-core 188.0.0 → 188.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/composable-editor/hooks/useProviderFactory.js +23 -47
  3. package/dist/cjs/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
  4. package/dist/cjs/i18n/cs.js +1 -54
  5. package/dist/cjs/i18n/da.js +1 -54
  6. package/dist/cjs/i18n/de.js +1 -54
  7. package/dist/cjs/i18n/en.js +1 -55
  8. package/dist/cjs/i18n/en_GB.js +1 -55
  9. package/dist/cjs/i18n/en_ZZ.js +1 -55
  10. package/dist/cjs/i18n/es.js +1 -54
  11. package/dist/cjs/i18n/fi.js +1 -54
  12. package/dist/cjs/i18n/fr.js +1 -54
  13. package/dist/cjs/i18n/hu.js +1 -54
  14. package/dist/cjs/i18n/it.js +1 -54
  15. package/dist/cjs/i18n/ja.js +1 -54
  16. package/dist/cjs/i18n/ko.js +1 -54
  17. package/dist/cjs/i18n/nb.js +1 -54
  18. package/dist/cjs/i18n/nl.js +1 -54
  19. package/dist/cjs/i18n/pl.js +1 -54
  20. package/dist/cjs/i18n/pt_BR.js +1 -54
  21. package/dist/cjs/i18n/ru.js +1 -54
  22. package/dist/cjs/i18n/sv.js +1 -54
  23. package/dist/cjs/i18n/th.js +1 -54
  24. package/dist/cjs/i18n/tr.js +1 -54
  25. package/dist/cjs/i18n/uk.js +1 -54
  26. package/dist/cjs/i18n/vi.js +1 -54
  27. package/dist/cjs/i18n/zh.js +1 -54
  28. package/dist/cjs/i18n/zh_TW.js +1 -54
  29. package/dist/cjs/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
  30. package/dist/cjs/version-wrapper.js +1 -1
  31. package/dist/es2019/composable-editor/hooks/useProviderFactory.js +32 -57
  32. package/dist/es2019/composable-editor/utils/getProvidersFromEditorProps.js +2 -2
  33. package/dist/es2019/i18n/cs.js +1 -54
  34. package/dist/es2019/i18n/da.js +1 -54
  35. package/dist/es2019/i18n/de.js +1 -54
  36. package/dist/es2019/i18n/en.js +1 -55
  37. package/dist/es2019/i18n/en_GB.js +1 -55
  38. package/dist/es2019/i18n/en_ZZ.js +1 -55
  39. package/dist/es2019/i18n/es.js +1 -54
  40. package/dist/es2019/i18n/fi.js +1 -54
  41. package/dist/es2019/i18n/fr.js +1 -54
  42. package/dist/es2019/i18n/hu.js +1 -54
  43. package/dist/es2019/i18n/it.js +1 -54
  44. package/dist/es2019/i18n/ja.js +1 -54
  45. package/dist/es2019/i18n/ko.js +1 -54
  46. package/dist/es2019/i18n/nb.js +1 -54
  47. package/dist/es2019/i18n/nl.js +1 -54
  48. package/dist/es2019/i18n/pl.js +1 -54
  49. package/dist/es2019/i18n/pt_BR.js +1 -54
  50. package/dist/es2019/i18n/ru.js +1 -54
  51. package/dist/es2019/i18n/sv.js +1 -54
  52. package/dist/es2019/i18n/th.js +1 -54
  53. package/dist/es2019/i18n/tr.js +1 -54
  54. package/dist/es2019/i18n/uk.js +1 -54
  55. package/dist/es2019/i18n/vi.js +1 -54
  56. package/dist/es2019/i18n/zh.js +1 -54
  57. package/dist/es2019/i18n/zh_TW.js +1 -54
  58. package/dist/es2019/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
  59. package/dist/es2019/version-wrapper.js +1 -1
  60. package/dist/esm/composable-editor/hooks/useProviderFactory.js +24 -48
  61. package/dist/esm/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
  62. package/dist/esm/i18n/cs.js +1 -54
  63. package/dist/esm/i18n/da.js +1 -54
  64. package/dist/esm/i18n/de.js +1 -54
  65. package/dist/esm/i18n/en.js +1 -55
  66. package/dist/esm/i18n/en_GB.js +1 -55
  67. package/dist/esm/i18n/en_ZZ.js +1 -55
  68. package/dist/esm/i18n/es.js +1 -54
  69. package/dist/esm/i18n/fi.js +1 -54
  70. package/dist/esm/i18n/fr.js +1 -54
  71. package/dist/esm/i18n/hu.js +1 -54
  72. package/dist/esm/i18n/it.js +1 -54
  73. package/dist/esm/i18n/ja.js +1 -54
  74. package/dist/esm/i18n/ko.js +1 -54
  75. package/dist/esm/i18n/nb.js +1 -54
  76. package/dist/esm/i18n/nl.js +1 -54
  77. package/dist/esm/i18n/pl.js +1 -54
  78. package/dist/esm/i18n/pt_BR.js +1 -54
  79. package/dist/esm/i18n/ru.js +1 -54
  80. package/dist/esm/i18n/sv.js +1 -54
  81. package/dist/esm/i18n/th.js +1 -54
  82. package/dist/esm/i18n/tr.js +1 -54
  83. package/dist/esm/i18n/uk.js +1 -54
  84. package/dist/esm/i18n/vi.js +1 -54
  85. package/dist/esm/i18n/zh.js +1 -54
  86. package/dist/esm/i18n/zh_TW.js +1 -54
  87. package/dist/esm/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
  88. package/dist/esm/version-wrapper.js +1 -1
  89. package/dist/types/composable-editor/hooks/useProviderFactory.d.ts +0 -6
  90. package/dist/types/i18n/cs.d.ts +1 -54
  91. package/dist/types/i18n/da.d.ts +1 -54
  92. package/dist/types/i18n/de.d.ts +1 -54
  93. package/dist/types/i18n/en.d.ts +1 -55
  94. package/dist/types/i18n/en_GB.d.ts +1 -55
  95. package/dist/types/i18n/en_ZZ.d.ts +1 -55
  96. package/dist/types/i18n/es.d.ts +1 -54
  97. package/dist/types/i18n/fi.d.ts +1 -54
  98. package/dist/types/i18n/fr.d.ts +1 -54
  99. package/dist/types/i18n/hu.d.ts +1 -54
  100. package/dist/types/i18n/it.d.ts +1 -54
  101. package/dist/types/i18n/ja.d.ts +1 -54
  102. package/dist/types/i18n/ko.d.ts +1 -54
  103. package/dist/types/i18n/nb.d.ts +1 -54
  104. package/dist/types/i18n/nl.d.ts +1 -54
  105. package/dist/types/i18n/pl.d.ts +1 -54
  106. package/dist/types/i18n/pt_BR.d.ts +1 -54
  107. package/dist/types/i18n/ru.d.ts +1 -54
  108. package/dist/types/i18n/sv.d.ts +1 -54
  109. package/dist/types/i18n/th.d.ts +1 -54
  110. package/dist/types/i18n/tr.d.ts +1 -54
  111. package/dist/types/i18n/uk.d.ts +1 -54
  112. package/dist/types/i18n/vi.d.ts +1 -54
  113. package/dist/types/i18n/zh.d.ts +1 -54
  114. package/dist/types/i18n/zh_TW.d.ts +1 -54
  115. package/dist/types/types/editor-props.d.ts +2 -2
  116. package/dist/types/utils/prepare-extension-provider.d.ts +2 -2
  117. package/dist/types-ts4.5/composable-editor/hooks/useProviderFactory.d.ts +0 -6
  118. package/dist/types-ts4.5/i18n/cs.d.ts +1 -54
  119. package/dist/types-ts4.5/i18n/da.d.ts +1 -54
  120. package/dist/types-ts4.5/i18n/de.d.ts +1 -54
  121. package/dist/types-ts4.5/i18n/en.d.ts +1 -55
  122. package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -55
  123. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -55
  124. package/dist/types-ts4.5/i18n/es.d.ts +1 -54
  125. package/dist/types-ts4.5/i18n/fi.d.ts +1 -54
  126. package/dist/types-ts4.5/i18n/fr.d.ts +1 -54
  127. package/dist/types-ts4.5/i18n/hu.d.ts +1 -54
  128. package/dist/types-ts4.5/i18n/it.d.ts +1 -54
  129. package/dist/types-ts4.5/i18n/ja.d.ts +1 -54
  130. package/dist/types-ts4.5/i18n/ko.d.ts +1 -54
  131. package/dist/types-ts4.5/i18n/nb.d.ts +1 -54
  132. package/dist/types-ts4.5/i18n/nl.d.ts +1 -54
  133. package/dist/types-ts4.5/i18n/pl.d.ts +1 -54
  134. package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -54
  135. package/dist/types-ts4.5/i18n/ru.d.ts +1 -54
  136. package/dist/types-ts4.5/i18n/sv.d.ts +1 -54
  137. package/dist/types-ts4.5/i18n/th.d.ts +1 -54
  138. package/dist/types-ts4.5/i18n/tr.d.ts +1 -54
  139. package/dist/types-ts4.5/i18n/uk.d.ts +1 -54
  140. package/dist/types-ts4.5/i18n/vi.d.ts +1 -54
  141. package/dist/types-ts4.5/i18n/zh.d.ts +1 -54
  142. package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -54
  143. package/dist/types-ts4.5/types/editor-props.d.ts +2 -2
  144. package/dist/types-ts4.5/utils/prepare-extension-provider.d.ts +2 -2
  145. package/package.json +4 -4
@@ -17,16 +17,13 @@ export default {
17
17
  'fabric.editor.alttext.validation': 'Fjern alle specialtegn i ALT-tekst.',
18
18
  'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
19
19
  'fabric.editor.backLink': 'Gå tilbage',
20
- 'fabric.editor.blockquote.description': 'Indsæt citat',
21
- 'fabric.editor.blockquote2': 'Citat',
22
20
  'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
21
+ 'fabric.editor.checkUncheckActionItem': 'Slå handlingselement til/fra',
23
22
  'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
24
23
  'fabric.editor.clearAltTextEdit': 'Ryd alternativ tekst',
25
24
  'fabric.editor.closeAltTextEdit': 'Tilbage',
26
25
  'fabric.editor.closeFindReplaceDialog': 'Luk',
27
26
  'fabric.editor.closeHelpDialog': 'Luk dialogboksen',
28
- 'fabric.editor.codeblock': 'Kodestump',
29
- 'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
30
27
  'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
31
28
  'fabric.editor.configPanel.cancel': 'Annuller',
32
29
  'fabric.editor.configPanel.close': 'Luk',
@@ -46,8 +43,6 @@ export default {
46
43
  'fabric.editor.configPanel.submit': 'Send',
47
44
  'fabric.editor.createComment': 'Kommentar',
48
45
  'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
49
- 'fabric.editor.customPanel': 'Brugerdefineret panel',
50
- 'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
51
46
  'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
52
47
  'fabric.editor.description': 'Beskrivelse',
53
48
  'fabric.editor.dropPlaceholderLabel': 'Dokument',
@@ -59,25 +54,7 @@ export default {
59
54
  'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
60
55
  'fabric.editor.editorHelp': 'Hjælp til redigering',
61
56
  'fabric.editor.editors': 'Redaktører',
62
- 'fabric.editor.elementBrowser.help': 'Hjælp',
63
- 'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
64
- 'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
65
- 'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
66
- 'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-indhold',
67
- 'fabric.editor.elementbrowser.categorylist.category-development': 'Udvikling',
68
- 'fabric.editor.elementbrowser.categorylist.category-external-content': 'Eksternt indhold',
69
- 'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatering',
70
- 'fabric.editor.elementbrowser.categorylist.category-media': 'Medie',
71
- 'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
72
- 'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
73
- 'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafik og billeder',
74
- 'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen resultater matcher din søgning',
75
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
76
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
77
- 'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
78
57
  'fabric.editor.error': 'Fejl',
79
- 'fabric.editor.errorPanel': 'Fejlpanel',
80
- 'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
81
58
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
82
59
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slet',
83
60
  'fabric.editor.extension.deleteElementTitle': 'Slet element',
@@ -86,26 +63,7 @@ export default {
86
63
  'fabric.editor.findNext': 'Find næste',
87
64
  'fabric.editor.findPrevious': 'Find forrige',
88
65
  'fabric.editor.findReplaceToolbarButton': 'Find og erstat',
89
- 'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuller',
90
66
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
91
- 'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
92
- 'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
93
- 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
94
- 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
95
- 'fabric.editor.floatingToolbar.scrollLeft': 'Rul til venstre',
96
- 'fabric.editor.floatingToolbar.scrollRight': 'Rul til højre',
97
- 'fabric.editor.heading1': 'Overskrift 1',
98
- 'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
99
- 'fabric.editor.heading2': 'Overskrift 2',
100
- 'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
101
- 'fabric.editor.heading3': 'Overskrift 3',
102
- 'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
103
- 'fabric.editor.heading4': 'Overskrift 4',
104
- 'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
105
- 'fabric.editor.heading5': 'Overskrift 5',
106
- 'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
107
- 'fabric.editor.heading6': 'Overskrift 6',
108
- 'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
109
67
  'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
110
68
  'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
111
69
  'fabric.editor.image.fullWidthLabel': 'Fuld bredde',
@@ -117,8 +75,6 @@ export default {
117
75
  'fabric.editor.imageBorderSubtle': 'Diskret',
118
76
  'fabric.editor.indent': 'Ryk ind',
119
77
  'fabric.editor.info': 'Info',
120
- 'fabric.editor.infoPanel': 'Informationspanel',
121
- 'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
122
78
  'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
123
79
  'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
124
80
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
@@ -140,11 +96,7 @@ export default {
140
96
  'fabric.editor.mentionsIconLabel': 'Benævnelse',
141
97
  'fabric.editor.noResultsFound': 'Ingen resultater',
142
98
  'fabric.editor.noSearchResults': 'Ingen søgeresultater',
143
- 'fabric.editor.normal': 'Normal tekst',
144
99
  'fabric.editor.note': 'Note',
145
- 'fabric.editor.notePanel': 'Bemærkningspanel',
146
- 'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
147
- 'fabric.editor.other': 'Andre ...',
148
100
  'fabric.editor.outdent': 'Ryk ud',
149
101
  'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
150
102
  'fabric.editor.panel.emoji': 'Tilføj emoji',
@@ -165,12 +117,9 @@ export default {
165
117
  'fabric.editor.single': 'Enkelt kolonne',
166
118
  'fabric.editor.statusPlaceholder': 'Angiv en status',
167
119
  'fabric.editor.success': 'Succes',
168
- 'fabric.editor.successPanel': 'Succespanel',
169
- 'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
170
120
  'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
171
121
  'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
172
122
  'fabric.editor.textColor': 'Tekstfarve',
173
- 'fabric.editor.textStyles': 'Tekstformatering',
174
123
  'fabric.editor.threeColumns': 'Tre kolonner',
175
124
  'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
176
125
  'fabric.editor.toolbarMediaTitle': 'Tilføj billede, video eller fil',
@@ -186,8 +135,6 @@ export default {
186
135
  'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
187
136
  'fabric.editor.undo': 'Fortryd',
188
137
  'fabric.editor.warning': 'Advarsel',
189
- 'fabric.editor.warningPanel': 'Advarselspanel',
190
- 'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel',
191
138
  'fabric.editor.wrapLeft': 'Skub til venstre',
192
139
  'fabric.editor.wrapRight': 'Skub til højre'
193
140
  };
@@ -17,16 +17,13 @@ export default {
17
17
  'fabric.editor.alttext.validation': 'Bitte entfernen Sie jegliche Sonderzeichen in alternativem Text.',
18
18
  'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
19
19
  'fabric.editor.backLink': 'Zurück',
20
- 'fabric.editor.blockquote.description': 'Zitat einfügen',
21
- 'fabric.editor.blockquote2': 'Zitieren',
22
20
  'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
21
+ 'fabric.editor.checkUncheckActionItem': 'Aufgabe umschalten',
23
22
  'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
24
23
  'fabric.editor.clearAltTextEdit': 'Alternativtext löschen',
25
24
  'fabric.editor.closeAltTextEdit': 'Zurück',
26
25
  'fabric.editor.closeFindReplaceDialog': 'Schließen',
27
26
  'fabric.editor.closeHelpDialog': 'Hilfedialog schließen',
28
- 'fabric.editor.codeblock': 'Code-Auszug',
29
- 'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
30
27
  'fabric.editor.configFailedToLoad': 'Fehler beim Laden',
31
28
  'fabric.editor.configPanel.cancel': 'Abbrechen',
32
29
  'fabric.editor.configPanel.close': 'Schließen',
@@ -46,8 +43,6 @@ export default {
46
43
  'fabric.editor.configPanel.submit': 'Senden',
47
44
  'fabric.editor.createComment': 'Kommentieren',
48
45
  'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
49
- 'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
50
- 'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
51
46
  'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
52
47
  'fabric.editor.description': 'Beschreibung',
53
48
  'fabric.editor.dropPlaceholderLabel': 'Dokument',
@@ -59,25 +54,7 @@ export default {
59
54
  'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
60
55
  'fabric.editor.editorHelp': 'Editorhilfe',
61
56
  'fabric.editor.editors': 'Editoren',
62
- 'fabric.editor.elementBrowser.help': 'Hilfe',
63
- 'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
64
- 'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
65
- 'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
66
- 'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-Inhalt',
67
- 'fabric.editor.elementbrowser.categorylist.category-development': 'Entwicklung',
68
- 'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externer Inhalt',
69
- 'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatierung',
70
- 'fabric.editor.elementbrowser.categorylist.category-media': 'Medien',
71
- 'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
72
- 'fabric.editor.elementbrowser.categorylist.category-reporting': 'Berichterstellung',
73
- 'fabric.editor.elementbrowser.categorylist.category-visuals': 'Steuerelemente und Bilder',
74
- 'fabric.editor.elementbrowser.search.empty-state.heading': 'Keine Treffer für Ihre Suchanfrage',
75
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Versuchen Sie, nach einem anderen Begriff zu suchen, oder entdecken Sie neue Apps für Atlassian-Produkte.',
76
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
77
- 'fabric.editor.elementbrowser.sidebar.heading': 'Durchsuchen',
78
57
  'fabric.editor.error': 'Fehler',
79
- 'fabric.editor.errorPanel': 'Fehler-Panel',
80
- 'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
81
58
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
82
59
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Löschen',
83
60
  'fabric.editor.extension.deleteElementTitle': 'Element löschen',
@@ -86,26 +63,7 @@ export default {
86
63
  'fabric.editor.findNext': 'Nächstes suchen',
87
64
  'fabric.editor.findPrevious': 'Vorheriges suchen',
88
65
  'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
89
- 'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
90
66
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
91
- 'fabric.editor.floatingToolbar.confirmModalHeading': 'Sind Sie sicher?',
92
- 'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
93
- 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Steuerelemente für nicht verankerte Symbolleiste wurden geöffnet',
94
- 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
95
- 'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
96
- 'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
97
- 'fabric.editor.heading1': 'Überschrift 1',
98
- 'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
99
- 'fabric.editor.heading2': 'Überschrift 2',
100
- 'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
101
- 'fabric.editor.heading3': 'Überschrift 3',
102
- 'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
103
- 'fabric.editor.heading4': 'Überschrift 4',
104
- 'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
105
- 'fabric.editor.heading5': 'Überschrift 5',
106
- 'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
107
- 'fabric.editor.heading6': 'Überschrift 6',
108
- 'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
109
67
  'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
110
68
  'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
111
69
  'fabric.editor.image.fullWidthLabel': 'Volle Breite',
@@ -117,8 +75,6 @@ export default {
117
75
  'fabric.editor.imageBorderSubtle': 'Schmal',
118
76
  'fabric.editor.indent': 'Einzug vergrößern',
119
77
  'fabric.editor.info': 'Info',
120
- 'fabric.editor.infoPanel': 'Info-Panel',
121
- 'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
122
78
  'fabric.editor.inputQueryAssistiveTxt': 'Wenn Autovervollständigungen angezeigt werden, navigieren Sie mit den Pfeiltasten nach oben und unten und drücken Sie die Eingabetaste zur Auswahl eines Ergebnisses. Benutzer mit Touchscreen-Geräten können mit Berührungen und Wischgesten navigieren.',
123
79
  'fabric.editor.invalidDateError': 'Bitte geben Sie ein gültiges Datum ein.',
124
80
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
@@ -140,11 +96,7 @@ export default {
140
96
  'fabric.editor.mentionsIconLabel': 'Erwähnen',
141
97
  'fabric.editor.noResultsFound': 'Keine Ergebnisse',
142
98
  'fabric.editor.noSearchResults': 'Keine Suchergebnisse',
143
- 'fabric.editor.normal': 'Normaler Text',
144
99
  'fabric.editor.note': 'Hinweis',
145
- 'fabric.editor.notePanel': 'Hinweis-Panel',
146
- 'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
147
- 'fabric.editor.other': 'Sonstige …',
148
100
  'fabric.editor.outdent': 'Einzug verkleinern',
149
101
  'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
150
102
  'fabric.editor.panel.emoji': 'Emoji hinzufügen',
@@ -165,12 +117,9 @@ export default {
165
117
  'fabric.editor.single': 'Einzelne Spalte',
166
118
  'fabric.editor.statusPlaceholder': 'Status festlegen',
167
119
  'fabric.editor.success': 'Erfolgreich',
168
- 'fabric.editor.successPanel': 'Erfolgs-Panel',
169
- 'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
170
120
  'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
171
121
  'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
172
122
  'fabric.editor.textColor': 'Textfarbe',
173
- 'fabric.editor.textStyles': 'Textstil',
174
123
  'fabric.editor.threeColumns': 'Drei Spalten',
175
124
  'fabric.editor.threeColumnsWithSidebars': 'Drei Spalten mit Seitenleisten',
176
125
  'fabric.editor.toolbarMediaTitle': 'Bild, Video oder Datei hinzufügen',
@@ -186,8 +135,6 @@ export default {
186
135
  'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
187
136
  'fabric.editor.undo': 'Rückgängig',
188
137
  'fabric.editor.warning': 'Warnung',
189
- 'fabric.editor.warningPanel': 'Warn-Panel',
190
- 'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen',
191
138
  'fabric.editor.wrapLeft': 'Links umwickeln',
192
139
  'fabric.editor.wrapRight': 'Rechts umwickeln'
193
140
  };
@@ -17,16 +17,13 @@ export default {
17
17
  'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
18
18
  'fabric.editor.annotationToolbar': 'Annotation toolbar',
19
19
  'fabric.editor.backLink': 'Go back',
20
- 'fabric.editor.blockquote.description': 'Insert a quote or citation',
21
- 'fabric.editor.blockquote2': 'Quote',
22
20
  'fabric.editor.captionPlaceholder': 'Add a caption',
21
+ 'fabric.editor.checkUncheckActionItem': 'Toggle action item',
23
22
  'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
24
23
  'fabric.editor.clearAltTextEdit': 'Clear alt text',
25
24
  'fabric.editor.closeAltTextEdit': 'Back',
26
25
  'fabric.editor.closeFindReplaceDialog': 'Close',
27
26
  'fabric.editor.closeHelpDialog': 'Close help dialog',
28
- 'fabric.editor.codeblock': 'Code snippet',
29
- 'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
30
27
  'fabric.editor.configFailedToLoad': 'Failed to load',
31
28
  'fabric.editor.configPanel.cancel': 'Cancel',
32
29
  'fabric.editor.configPanel.close': 'Close',
@@ -47,8 +44,6 @@ export default {
47
44
  'fabric.editor.configPanel.submit': 'Submit',
48
45
  'fabric.editor.createComment': 'Comment',
49
46
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
50
- 'fabric.editor.customPanel': 'Custom panel',
51
- 'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
52
47
  'fabric.editor.decisionPlaceholder': 'Add a decision…',
53
48
  'fabric.editor.description': 'Description',
54
49
  'fabric.editor.dropPlaceholderLabel': 'Document',
@@ -60,25 +55,7 @@ export default {
60
55
  'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
61
56
  'fabric.editor.editorHelp': 'Editor help',
62
57
  'fabric.editor.editors': 'Editors',
63
- 'fabric.editor.elementBrowser.help': 'Help',
64
- 'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
65
- 'fabric.editor.elementbrowser.categorylist.category-all': 'All',
66
- 'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
67
- 'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
68
- 'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
69
- 'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
70
- 'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
71
- 'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
72
- 'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
73
- 'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
74
- 'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
75
- 'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
76
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
77
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
78
- 'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
79
58
  'fabric.editor.error': 'Error',
80
- 'fabric.editor.errorPanel': 'Error panel',
81
- 'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
82
59
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
83
60
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
84
61
  'fabric.editor.extension.deleteElementTitle': 'Delete element',
@@ -88,27 +65,7 @@ export default {
88
65
  'fabric.editor.findNext': 'Find next',
89
66
  'fabric.editor.findPrevious': 'Find previous',
90
67
  'fabric.editor.findReplaceToolbarButton': 'Find and replace',
91
- 'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
92
68
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
93
- 'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
94
- 'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
95
- 'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
96
- 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
97
- 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
98
- 'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
99
- 'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
100
- 'fabric.editor.heading1': 'Heading 1',
101
- 'fabric.editor.heading1Description': 'Use this for a top level heading',
102
- 'fabric.editor.heading2': 'Heading 2',
103
- 'fabric.editor.heading2Description': 'Use this for key sections',
104
- 'fabric.editor.heading3': 'Heading 3',
105
- 'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
106
- 'fabric.editor.heading4': 'Heading 4',
107
- 'fabric.editor.heading4Description': 'Use this for deep headings',
108
- 'fabric.editor.heading5': 'Heading 5',
109
- 'fabric.editor.heading5Description': 'Use this for grouping list items',
110
- 'fabric.editor.heading6': 'Heading 6',
111
- 'fabric.editor.heading6Description': 'Use this for low level headings',
112
69
  'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
113
70
  'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
114
71
  'fabric.editor.image.fullWidthLabel': 'Full-width',
@@ -120,8 +77,6 @@ export default {
120
77
  'fabric.editor.imageBorderSubtle': 'Subtle',
121
78
  'fabric.editor.indent': 'Indent',
122
79
  'fabric.editor.info': 'Info',
123
- 'fabric.editor.infoPanel': 'Info panel',
124
- 'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
125
80
  'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
126
81
  'fabric.editor.invalidDateError': 'Enter a valid date',
127
82
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
@@ -143,11 +98,7 @@ export default {
143
98
  'fabric.editor.mentionsIconLabel': 'Mention',
144
99
  'fabric.editor.noResultsFound': 'No results',
145
100
  'fabric.editor.noSearchResults': 'No search results',
146
- 'fabric.editor.normal': 'Normal text',
147
101
  'fabric.editor.note': 'Note',
148
- 'fabric.editor.notePanel': 'Note panel',
149
- 'fabric.editor.notePanel.description': 'Add a note in a colored panel',
150
- 'fabric.editor.other': 'Others...',
151
102
  'fabric.editor.outdent': 'Outdent',
152
103
  'fabric.editor.panel.backgroundColor': 'Background color',
153
104
  'fabric.editor.panel.emoji': 'Add emoji',
@@ -168,12 +119,9 @@ export default {
168
119
  'fabric.editor.single': 'Single column',
169
120
  'fabric.editor.statusPlaceholder': 'Set a status',
170
121
  'fabric.editor.success': 'Success',
171
- 'fabric.editor.successPanel': 'Success panel',
172
- 'fabric.editor.successPanel.description': 'Add tips in a colored panel',
173
122
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
174
123
  'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
175
124
  'fabric.editor.textColor': 'Text color',
176
- 'fabric.editor.textStyles': 'Text styles',
177
125
  'fabric.editor.threeColumns': 'Three columns',
178
126
  'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
179
127
  'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
@@ -189,8 +137,6 @@ export default {
189
137
  'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
190
138
  'fabric.editor.undo': 'Undo',
191
139
  'fabric.editor.warning': 'Warning',
192
- 'fabric.editor.warningPanel': 'Warning panel',
193
- 'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
194
140
  'fabric.editor.wrapLeft': 'Wrap left',
195
141
  'fabric.editor.wrapRight': 'Wrap right'
196
142
  };
@@ -17,16 +17,13 @@ export default {
17
17
  'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
18
18
  'fabric.editor.annotationToolbar': 'Annotation toolbar',
19
19
  'fabric.editor.backLink': 'Go back',
20
- 'fabric.editor.blockquote.description': 'Insert a quote or citation',
21
- 'fabric.editor.blockquote2': 'Quote',
22
20
  'fabric.editor.captionPlaceholder': 'Add a caption',
21
+ 'fabric.editor.checkUncheckActionItem': 'Toggle action item',
23
22
  'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
24
23
  'fabric.editor.clearAltTextEdit': 'Clear alt text',
25
24
  'fabric.editor.closeAltTextEdit': 'Back',
26
25
  'fabric.editor.closeFindReplaceDialog': 'Close',
27
26
  'fabric.editor.closeHelpDialog': 'Close help dialog',
28
- 'fabric.editor.codeblock': 'Code snippet',
29
- 'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
30
27
  'fabric.editor.configFailedToLoad': 'Failed to load',
31
28
  'fabric.editor.configPanel.cancel': 'Cancel',
32
29
  'fabric.editor.configPanel.close': 'Close',
@@ -47,8 +44,6 @@ export default {
47
44
  'fabric.editor.configPanel.submit': 'Submit',
48
45
  'fabric.editor.createComment': 'Comment',
49
46
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
50
- 'fabric.editor.customPanel': 'Custom panel',
51
- 'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
52
47
  'fabric.editor.decisionPlaceholder': 'Add a decision…',
53
48
  'fabric.editor.description': 'Description',
54
49
  'fabric.editor.dropPlaceholderLabel': 'Document',
@@ -60,25 +55,7 @@ export default {
60
55
  'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
61
56
  'fabric.editor.editorHelp': 'Editor help',
62
57
  'fabric.editor.editors': 'Editors',
63
- 'fabric.editor.elementBrowser.help': 'Help',
64
- 'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
65
- 'fabric.editor.elementbrowser.categorylist.category-all': 'All',
66
- 'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
67
- 'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
68
- 'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
69
- 'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
70
- 'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
71
- 'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
72
- 'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
73
- 'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
74
- 'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
75
- 'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
76
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
77
- 'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
78
- 'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
79
58
  'fabric.editor.error': 'Error',
80
- 'fabric.editor.errorPanel': 'Error panel',
81
- 'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
82
59
  'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
83
60
  'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
84
61
  'fabric.editor.extension.deleteElementTitle': 'Delete element',
@@ -88,27 +65,7 @@ export default {
88
65
  'fabric.editor.findNext': 'Find next',
89
66
  'fabric.editor.findPrevious': 'Find previous',
90
67
  'fabric.editor.findReplaceToolbarButton': 'Find and replace',
91
- 'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
92
68
  'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
93
- 'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
94
- 'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
95
- 'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
96
- 'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
97
- 'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
98
- 'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
99
- 'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
100
- 'fabric.editor.heading1': 'Heading 1',
101
- 'fabric.editor.heading1Description': 'Use this for a top level heading',
102
- 'fabric.editor.heading2': 'Heading 2',
103
- 'fabric.editor.heading2Description': 'Use this for key sections',
104
- 'fabric.editor.heading3': 'Heading 3',
105
- 'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
106
- 'fabric.editor.heading4': 'Heading 4',
107
- 'fabric.editor.heading4Description': 'Use this for deep headings',
108
- 'fabric.editor.heading5': 'Heading 5',
109
- 'fabric.editor.heading5Description': 'Use this for grouping list items',
110
- 'fabric.editor.heading6': 'Heading 6',
111
- 'fabric.editor.heading6Description': 'Use this for low level headings',
112
69
  'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
113
70
  'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
114
71
  'fabric.editor.image.fullWidthLabel': 'Full-width',
@@ -120,8 +77,6 @@ export default {
120
77
  'fabric.editor.imageBorderSubtle': 'Subtle',
121
78
  'fabric.editor.indent': 'Indent',
122
79
  'fabric.editor.info': 'Info',
123
- 'fabric.editor.infoPanel': 'Info panel',
124
- 'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
125
80
  'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
126
81
  'fabric.editor.invalidDateError': 'Enter a valid date',
127
82
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
@@ -143,11 +98,7 @@ export default {
143
98
  'fabric.editor.mentionsIconLabel': 'Mention',
144
99
  'fabric.editor.noResultsFound': 'No results',
145
100
  'fabric.editor.noSearchResults': 'No search results',
146
- 'fabric.editor.normal': 'Normal text',
147
101
  'fabric.editor.note': 'Note',
148
- 'fabric.editor.notePanel': 'Note panel',
149
- 'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
150
- 'fabric.editor.other': 'Others...',
151
102
  'fabric.editor.outdent': 'Outdent',
152
103
  'fabric.editor.panel.backgroundColor': 'Background colour',
153
104
  'fabric.editor.panel.emoji': 'Add emoji',
@@ -168,12 +119,9 @@ export default {
168
119
  'fabric.editor.single': 'Single column',
169
120
  'fabric.editor.statusPlaceholder': 'Set a status',
170
121
  'fabric.editor.success': 'Success',
171
- 'fabric.editor.successPanel': 'Success panel',
172
- 'fabric.editor.successPanel.description': 'Add tips in a coloured panel',
173
122
  'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
174
123
  'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
175
124
  'fabric.editor.textColor': 'Text colour',
176
- 'fabric.editor.textStyles': 'Text styles',
177
125
  'fabric.editor.threeColumns': 'Three columns',
178
126
  'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
179
127
  'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
@@ -189,8 +137,6 @@ export default {
189
137
  'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
190
138
  'fabric.editor.undo': 'Undo',
191
139
  'fabric.editor.warning': 'Warning',
192
- 'fabric.editor.warningPanel': 'Warning panel',
193
- 'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel',
194
140
  'fabric.editor.wrapLeft': 'Wrap left',
195
141
  'fabric.editor.wrapRight': 'Wrap right'
196
142
  };