@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.
- package/CHANGELOG.md +19 -0
- package/dist/cjs/i18n/cs.js +41 -1
- package/dist/cjs/i18n/da.js +41 -1
- package/dist/cjs/i18n/de.js +41 -1
- package/dist/cjs/i18n/en.js +44 -1
- package/dist/cjs/i18n/en_GB.js +44 -1
- package/dist/cjs/i18n/en_ZZ.js +44 -1
- package/dist/cjs/i18n/es.js +41 -1
- package/dist/cjs/i18n/fi.js +41 -1
- package/dist/cjs/i18n/fr.js +41 -1
- package/dist/cjs/i18n/hu.js +41 -1
- package/dist/cjs/i18n/it.js +41 -1
- package/dist/cjs/i18n/ja.js +41 -1
- package/dist/cjs/i18n/ko.js +41 -1
- package/dist/cjs/i18n/nb.js +41 -1
- package/dist/cjs/i18n/nl.js +41 -1
- package/dist/cjs/i18n/pl.js +41 -1
- package/dist/cjs/i18n/pt_BR.js +41 -1
- package/dist/cjs/i18n/ru.js +41 -1
- package/dist/cjs/i18n/sv.js +41 -1
- package/dist/cjs/i18n/th.js +41 -1
- package/dist/cjs/i18n/tr.js +41 -1
- package/dist/cjs/i18n/uk.js +41 -1
- package/dist/cjs/i18n/vi.js +41 -1
- package/dist/cjs/i18n/zh.js +41 -1
- package/dist/cjs/i18n/zh_TW.js +41 -1
- package/dist/cjs/messages/date.js +14 -0
- package/dist/cjs/messages/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/selection-toolbar.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/calculate-toolbar-position.js +146 -0
- package/dist/cjs/utils/index.js +13 -0
- package/dist/es2019/i18n/cs.js +41 -1
- package/dist/es2019/i18n/da.js +41 -1
- package/dist/es2019/i18n/de.js +41 -1
- package/dist/es2019/i18n/en.js +44 -1
- package/dist/es2019/i18n/en_GB.js +44 -1
- package/dist/es2019/i18n/en_ZZ.js +44 -1
- package/dist/es2019/i18n/es.js +41 -1
- package/dist/es2019/i18n/fi.js +41 -1
- package/dist/es2019/i18n/fr.js +41 -1
- package/dist/es2019/i18n/hu.js +41 -1
- package/dist/es2019/i18n/it.js +41 -1
- package/dist/es2019/i18n/ja.js +41 -1
- package/dist/es2019/i18n/ko.js +41 -1
- package/dist/es2019/i18n/nb.js +41 -1
- package/dist/es2019/i18n/nl.js +41 -1
- package/dist/es2019/i18n/pl.js +41 -1
- package/dist/es2019/i18n/pt_BR.js +41 -1
- package/dist/es2019/i18n/ru.js +41 -1
- package/dist/es2019/i18n/sv.js +41 -1
- package/dist/es2019/i18n/th.js +41 -1
- package/dist/es2019/i18n/tr.js +41 -1
- package/dist/es2019/i18n/uk.js +41 -1
- package/dist/es2019/i18n/vi.js +41 -1
- package/dist/es2019/i18n/zh.js +41 -1
- package/dist/es2019/i18n/zh_TW.js +41 -1
- package/dist/es2019/messages/date.js +8 -0
- package/dist/es2019/messages/index.js +1 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/selection-toolbar.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/calculate-toolbar-position.js +140 -0
- package/dist/es2019/utils/index.js +2 -1
- package/dist/esm/i18n/cs.js +41 -1
- package/dist/esm/i18n/da.js +41 -1
- package/dist/esm/i18n/de.js +41 -1
- package/dist/esm/i18n/en.js +44 -1
- package/dist/esm/i18n/en_GB.js +44 -1
- package/dist/esm/i18n/en_ZZ.js +44 -1
- package/dist/esm/i18n/es.js +41 -1
- package/dist/esm/i18n/fi.js +41 -1
- package/dist/esm/i18n/fr.js +41 -1
- package/dist/esm/i18n/hu.js +41 -1
- package/dist/esm/i18n/it.js +41 -1
- package/dist/esm/i18n/ja.js +41 -1
- package/dist/esm/i18n/ko.js +41 -1
- package/dist/esm/i18n/nb.js +41 -1
- package/dist/esm/i18n/nl.js +41 -1
- package/dist/esm/i18n/pl.js +41 -1
- package/dist/esm/i18n/pt_BR.js +41 -1
- package/dist/esm/i18n/ru.js +41 -1
- package/dist/esm/i18n/sv.js +41 -1
- package/dist/esm/i18n/th.js +41 -1
- package/dist/esm/i18n/tr.js +41 -1
- package/dist/esm/i18n/uk.js +41 -1
- package/dist/esm/i18n/vi.js +41 -1
- package/dist/esm/i18n/zh.js +41 -1
- package/dist/esm/i18n/zh_TW.js +41 -1
- package/dist/esm/messages/date.js +8 -0
- package/dist/esm/messages/index.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/selection-toolbar.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/calculate-toolbar-position.js +140 -0
- package/dist/esm/utils/index.js +2 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +41 -1
- package/dist/types/i18n/da.d.ts +41 -1
- package/dist/types/i18n/de.d.ts +41 -1
- package/dist/types/i18n/en.d.ts +44 -1
- package/dist/types/i18n/en_GB.d.ts +44 -1
- package/dist/types/i18n/en_ZZ.d.ts +44 -1
- package/dist/types/i18n/es.d.ts +41 -1
- package/dist/types/i18n/fi.d.ts +41 -1
- package/dist/types/i18n/fr.d.ts +41 -1
- package/dist/types/i18n/hu.d.ts +41 -1
- package/dist/types/i18n/it.d.ts +41 -1
- package/dist/types/i18n/ja.d.ts +41 -1
- package/dist/types/i18n/ko.d.ts +41 -1
- package/dist/types/i18n/nb.d.ts +41 -1
- package/dist/types/i18n/nl.d.ts +41 -1
- package/dist/types/i18n/pl.d.ts +41 -1
- package/dist/types/i18n/pt_BR.d.ts +41 -1
- package/dist/types/i18n/ru.d.ts +41 -1
- package/dist/types/i18n/sv.d.ts +41 -1
- package/dist/types/i18n/th.d.ts +41 -1
- package/dist/types/i18n/tr.d.ts +41 -1
- package/dist/types/i18n/uk.d.ts +41 -1
- package/dist/types/i18n/vi.d.ts +41 -1
- package/dist/types/i18n/zh.d.ts +41 -1
- package/dist/types/i18n/zh_TW.d.ts +41 -1
- package/dist/types/messages/date.d.ts +7 -0
- package/dist/types/messages/index.d.ts +1 -0
- package/dist/types/types/editor-plugin.d.ts +9 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/selection-toolbar.d.ts +19 -0
- package/dist/types/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types/utils/extension-handler.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -1
- package/dist/types-ts4.5/i18n/da.d.ts +41 -1
- package/dist/types-ts4.5/i18n/de.d.ts +41 -1
- package/dist/types-ts4.5/i18n/en.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +44 -1
- package/dist/types-ts4.5/i18n/es.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -1
- package/dist/types-ts4.5/i18n/it.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -1
- package/dist/types-ts4.5/i18n/th.d.ts +41 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -1
- package/dist/types-ts4.5/messages/date.d.ts +7 -0
- package/dist/types-ts4.5/messages/index.d.ts +1 -0
- package/dist/types-ts4.5/types/editor-plugin.d.ts +9 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/selection-toolbar.d.ts +19 -0
- package/dist/types-ts4.5/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types-ts4.5/utils/extension-handler.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/package.json +7 -6
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Aufgabe',
|
|
11
11
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
13
|
+
'fabric.editor.alignCenter': 'Mittig ausrichten',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
17
|
+
'fabric.editor.alignLeft': 'Links ausrichten',
|
|
18
|
+
'fabric.editor.alignRight': 'Rechts ausrichten',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
17
21
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
18
22
|
'fabric.editor.blockTitle': 'Karte',
|
|
19
23
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
25
|
+
'fabric.editor.blockquote2': 'Zitieren',
|
|
20
26
|
'fabric.editor.bold': 'Fett',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Zeilenumbrüche deaktivieren',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Zeilenumbrüche aktivieren',
|
|
41
|
+
'fabric.editor.codeblock': 'Code-Auszug',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
|
35
43
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
36
44
|
'fabric.editor.columns': 'Layouts',
|
|
37
45
|
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
48
|
+
'fabric.editor.createComment': 'Kommentieren',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
50
|
+
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
|
|
41
53
|
'fabric.editor.date': 'Datum',
|
|
42
54
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
64
76
|
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Fehler-Panel',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
|
|
66
80
|
'fabric.editor.expand': 'Erweiterung',
|
|
67
81
|
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
|
|
87
|
+
'fabric.editor.heading1': 'Überschrift 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
|
|
89
|
+
'fabric.editor.heading2': 'Überschrift 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
|
|
91
|
+
'fabric.editor.heading3': 'Überschrift 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
|
|
93
|
+
'fabric.editor.heading4': 'Überschrift 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
|
|
95
|
+
'fabric.editor.heading5': 'Überschrift 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
|
97
|
+
'fabric.editor.heading6': 'Überschrift 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Anzeigetext (optional)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
87
114
|
'fabric.editor.image': 'Bild',
|
|
88
115
|
'fabric.editor.improvement': 'Verbesserung',
|
|
116
|
+
'fabric.editor.infoPanel': 'Info-Panel',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Inline',
|
|
91
120
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
|
|
139
|
+
'fabric.editor.normal': 'Normaler Text',
|
|
140
|
+
'fabric.editor.notePanel': 'Hinweis-Panel',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
110
142
|
'fabric.editor.off': '{formattingType} aus',
|
|
111
143
|
'fabric.editor.on': '{formattingType} ein',
|
|
112
144
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
113
145
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
147
|
+
'fabric.editor.other': 'Sonstige …',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
116
149
|
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
151
|
+
'fabric.editor.redo': 'Wiederherstellen',
|
|
118
152
|
'fabric.editor.remove': 'Entfernen',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
120
154
|
'fabric.editor.saveButton': 'Speichern',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Sub-Task',
|
|
127
161
|
'fabric.editor.subscript': 'Tiefgestellt',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Tiefgestelltes Zeichen aus, hochgestelltes Zeichen ein',
|
|
163
|
+
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
|
129
165
|
'fabric.editor.superscript': 'Hochgestellt',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Hochgestelltes Zeichen aus, tiefgestelltes Zeichen ein',
|
|
131
167
|
'fabric.editor.table': 'Tabelle',
|
|
132
168
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
133
169
|
'fabric.editor.task': 'Task',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
171
|
+
'fabric.editor.textStyles': 'Textstil',
|
|
135
172
|
'fabric.editor.time.ago': 'vor',
|
|
136
173
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
137
174
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
146
183
|
'fabric.editor.underline': 'Unterstrichen',
|
|
184
|
+
'fabric.editor.undo': 'Rückgängig machen',
|
|
147
185
|
'fabric.editor.unlink': 'Verknüpfung löschen',
|
|
148
186
|
'fabric.editor.unorderedList': 'Aufzählung',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL',
|
|
156
194
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
157
195
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
196
|
+
'fabric.editor.warningPanel': 'Warn-Panel',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Links umwickeln',
|
|
159
199
|
'fabric.editor.wrapRight': 'Rechts umwickeln',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Action item',
|
|
11
11
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
13
|
+
'fabric.editor.alignCenter': 'Align center',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Align right',
|
|
17
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
18
|
+
'fabric.editor.alignRight': 'Align right',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
21
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
22
|
'fabric.editor.blockTitle': 'Card',
|
|
19
23
|
'fabric.editor.blockquote': 'a quote',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
25
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
20
26
|
'fabric.editor.bold': 'Bold',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
41
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
35
43
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
36
44
|
'fabric.editor.columns': 'Layouts',
|
|
37
45
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
48
|
+
'fabric.editor.createComment': 'Comment',
|
|
49
|
+
'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',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
41
53
|
'fabric.editor.date': 'Date',
|
|
42
54
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -53,6 +65,8 @@ export default {
|
|
|
53
65
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
54
66
|
'fabric.editor.editLink': 'Edit link',
|
|
55
67
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
68
|
+
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
69
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
56
70
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
57
71
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
58
72
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
@@ -63,6 +77,8 @@ export default {
|
|
|
63
77
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
64
78
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
65
79
|
'fabric.editor.epic': 'Epic',
|
|
80
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
81
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
66
82
|
'fabric.editor.expand': 'Expand',
|
|
67
83
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
68
84
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -70,6 +86,18 @@ export default {
|
|
|
70
86
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
71
87
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
72
88
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
89
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
90
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
91
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
92
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
93
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
94
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
95
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
96
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
97
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
98
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
99
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
100
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
73
101
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
102
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
103
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -80,12 +108,15 @@ export default {
|
|
|
80
108
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
81
109
|
'fabric.editor.horizontalRule': 'Divider',
|
|
82
110
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
111
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
84
112
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
85
113
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
114
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
|
|
86
115
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
87
116
|
'fabric.editor.image': 'Image',
|
|
88
117
|
'fabric.editor.improvement': 'Improvement',
|
|
118
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
119
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
89
120
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
90
121
|
'fabric.editor.inlineTitle': 'Inline',
|
|
91
122
|
'fabric.editor.insertMenu': 'Insert',
|
|
@@ -107,31 +138,40 @@ export default {
|
|
|
107
138
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
108
139
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
109
140
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
141
|
+
'fabric.editor.normal': 'Normal text',
|
|
142
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
143
|
+
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
110
144
|
'fabric.editor.off': '{formattingType} Off',
|
|
111
145
|
'fabric.editor.on': '{formattingType} On',
|
|
112
146
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
113
147
|
'fabric.editor.orderedList': 'Numbered list',
|
|
114
148
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
149
|
+
'fabric.editor.other': 'Others...',
|
|
115
150
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
116
151
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
117
152
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
153
|
+
'fabric.editor.redo': 'Redo',
|
|
118
154
|
'fabric.editor.remove': 'Remove',
|
|
119
155
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
120
156
|
'fabric.editor.saveButton': 'Save',
|
|
121
157
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
122
158
|
'fabric.editor.status': 'Status',
|
|
123
159
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
160
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
124
161
|
'fabric.editor.story': 'Story',
|
|
125
162
|
'fabric.editor.strike': 'Strikethrough',
|
|
126
163
|
'fabric.editor.subTask': 'Sub-task',
|
|
127
164
|
'fabric.editor.subscript': 'Subscript',
|
|
128
165
|
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
166
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
167
|
+
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
129
168
|
'fabric.editor.superscript': 'Superscript',
|
|
130
169
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
131
170
|
'fabric.editor.table': 'Table',
|
|
132
171
|
'fabric.editor.table.description': 'Insert a table',
|
|
133
172
|
'fabric.editor.task': 'Task',
|
|
134
173
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
174
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
135
175
|
'fabric.editor.time.ago': 'ago',
|
|
136
176
|
'fabric.editor.time.updated': 'Updated',
|
|
137
177
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -144,6 +184,7 @@ export default {
|
|
|
144
184
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
145
185
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
146
186
|
'fabric.editor.underline': 'Underline',
|
|
187
|
+
'fabric.editor.undo': 'Undo',
|
|
147
188
|
'fabric.editor.unlink': 'Unlink',
|
|
148
189
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
149
190
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
@@ -155,6 +196,8 @@ export default {
|
|
|
155
196
|
'fabric.editor.urlTitle': 'URL',
|
|
156
197
|
'fabric.editor.viewMore': 'View more',
|
|
157
198
|
'fabric.editor.visit': 'Open link in a new window',
|
|
199
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
200
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
158
201
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
159
202
|
'fabric.editor.wrapRight': 'Wrap right',
|
|
160
203
|
'fabric.theme.blue': 'Blue',
|
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Action item',
|
|
11
11
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
13
|
+
'fabric.editor.alignCenter': 'Align center',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Align right',
|
|
17
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
18
|
+
'fabric.editor.alignRight': 'Align right',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
21
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
22
|
'fabric.editor.blockTitle': 'Card',
|
|
19
23
|
'fabric.editor.blockquote': 'a quote',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
25
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
20
26
|
'fabric.editor.bold': 'Bold',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
41
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
35
43
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
36
44
|
'fabric.editor.columns': 'Layouts',
|
|
37
45
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
48
|
+
'fabric.editor.createComment': 'Comment',
|
|
49
|
+
'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',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
41
53
|
'fabric.editor.date': 'Date',
|
|
42
54
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -53,6 +65,8 @@ export default {
|
|
|
53
65
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
54
66
|
'fabric.editor.editLink': 'Edit link',
|
|
55
67
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
68
|
+
'fabric.editor.editStatusColor': 'Edit Status Colour',
|
|
69
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
56
70
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
57
71
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
58
72
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
@@ -63,6 +77,8 @@ export default {
|
|
|
63
77
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
64
78
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
65
79
|
'fabric.editor.epic': 'Epic',
|
|
80
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
81
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
|
|
66
82
|
'fabric.editor.expand': 'Expand',
|
|
67
83
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
68
84
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -70,6 +86,18 @@ export default {
|
|
|
70
86
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
71
87
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
72
88
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
89
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
90
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
91
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
92
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
93
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
94
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
95
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
96
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
97
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
98
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
99
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
100
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
73
101
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
102
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
103
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -80,12 +108,15 @@ export default {
|
|
|
80
108
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
81
109
|
'fabric.editor.horizontalRule': 'Divider',
|
|
82
110
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
111
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
84
112
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
85
113
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
114
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
|
|
86
115
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
87
116
|
'fabric.editor.image': 'Image',
|
|
88
117
|
'fabric.editor.improvement': 'Improvement',
|
|
118
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
119
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
|
89
120
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
90
121
|
'fabric.editor.inlineTitle': 'Inline',
|
|
91
122
|
'fabric.editor.insertMenu': 'Insert',
|
|
@@ -107,31 +138,40 @@ export default {
|
|
|
107
138
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
108
139
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
109
140
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
141
|
+
'fabric.editor.normal': 'Normal text',
|
|
142
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
143
|
+
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
|
110
144
|
'fabric.editor.off': '{formattingType} Off',
|
|
111
145
|
'fabric.editor.on': '{formattingType} On',
|
|
112
146
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
113
147
|
'fabric.editor.orderedList': 'Numbered list',
|
|
114
148
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
149
|
+
'fabric.editor.other': 'Others...',
|
|
115
150
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
116
151
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
117
152
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
153
|
+
'fabric.editor.redo': 'Redo',
|
|
118
154
|
'fabric.editor.remove': 'Remove',
|
|
119
155
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
120
156
|
'fabric.editor.saveButton': 'Save',
|
|
121
157
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
122
158
|
'fabric.editor.status': 'Status',
|
|
123
159
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
160
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
124
161
|
'fabric.editor.story': 'Story',
|
|
125
162
|
'fabric.editor.strike': 'Strikethrough',
|
|
126
163
|
'fabric.editor.subTask': 'Sub-task',
|
|
127
164
|
'fabric.editor.subscript': 'Subscript',
|
|
128
165
|
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
166
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
167
|
+
'fabric.editor.successPanel.description': 'Add tips in a coloured panel',
|
|
129
168
|
'fabric.editor.superscript': 'Superscript',
|
|
130
169
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
131
170
|
'fabric.editor.table': 'Table',
|
|
132
171
|
'fabric.editor.table.description': 'Insert a table',
|
|
133
172
|
'fabric.editor.task': 'Task',
|
|
134
173
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
174
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
135
175
|
'fabric.editor.time.ago': 'ago',
|
|
136
176
|
'fabric.editor.time.updated': 'Updated',
|
|
137
177
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -144,6 +184,7 @@ export default {
|
|
|
144
184
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
145
185
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
146
186
|
'fabric.editor.underline': 'Underline',
|
|
187
|
+
'fabric.editor.undo': 'Undo',
|
|
147
188
|
'fabric.editor.unlink': 'Unlink',
|
|
148
189
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
149
190
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
@@ -155,6 +196,8 @@ export default {
|
|
|
155
196
|
'fabric.editor.urlTitle': 'URL',
|
|
156
197
|
'fabric.editor.viewMore': 'View more',
|
|
157
198
|
'fabric.editor.visit': 'Open link in a new window',
|
|
199
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
200
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel',
|
|
158
201
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
159
202
|
'fabric.editor.wrapRight': 'Wrap right',
|
|
160
203
|
'fabric.theme.blue': 'Blue',
|
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Action item',
|
|
11
11
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
13
|
+
'fabric.editor.alignCenter': 'Align center',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Align right',
|
|
17
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
18
|
+
'fabric.editor.alignRight': 'Align right',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
21
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
22
|
'fabric.editor.blockTitle': 'Card',
|
|
19
23
|
'fabric.editor.blockquote': 'a quote',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
25
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
20
26
|
'fabric.editor.bold': 'Bold',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
41
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
35
43
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
36
44
|
'fabric.editor.columns': 'Layouts',
|
|
37
45
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
48
|
+
'fabric.editor.createComment': 'Comment',
|
|
49
|
+
'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',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
41
53
|
'fabric.editor.date': 'Date',
|
|
42
54
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -53,6 +65,8 @@ export default {
|
|
|
53
65
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
54
66
|
'fabric.editor.editLink': 'Edit link',
|
|
55
67
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
68
|
+
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
69
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
56
70
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
57
71
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
58
72
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
@@ -63,6 +77,8 @@ export default {
|
|
|
63
77
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
64
78
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
65
79
|
'fabric.editor.epic': 'Epic',
|
|
80
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
81
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
66
82
|
'fabric.editor.expand': 'Expand',
|
|
67
83
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
68
84
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -70,6 +86,18 @@ export default {
|
|
|
70
86
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
71
87
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
72
88
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
89
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
90
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
91
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
92
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
93
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
94
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
95
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
96
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
97
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
98
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
99
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
100
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
73
101
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
102
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
103
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -80,12 +108,15 @@ export default {
|
|
|
80
108
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
81
109
|
'fabric.editor.horizontalRule': 'Divider',
|
|
82
110
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
111
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
84
112
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
85
113
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
114
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
|
|
86
115
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
87
116
|
'fabric.editor.image': 'Image',
|
|
88
117
|
'fabric.editor.improvement': 'Improvement',
|
|
118
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
119
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
89
120
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
90
121
|
'fabric.editor.inlineTitle': 'Inline',
|
|
91
122
|
'fabric.editor.insertMenu': 'Insert',
|
|
@@ -107,31 +138,40 @@ export default {
|
|
|
107
138
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
108
139
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
109
140
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
141
|
+
'fabric.editor.normal': 'Normal text',
|
|
142
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
143
|
+
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
110
144
|
'fabric.editor.off': '{formattingType} Off',
|
|
111
145
|
'fabric.editor.on': '{formattingType} On',
|
|
112
146
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
113
147
|
'fabric.editor.orderedList': 'Numbered list',
|
|
114
148
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
149
|
+
'fabric.editor.other': 'Others...',
|
|
115
150
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
116
151
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
117
152
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
153
|
+
'fabric.editor.redo': 'Redo',
|
|
118
154
|
'fabric.editor.remove': 'Remove',
|
|
119
155
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
120
156
|
'fabric.editor.saveButton': 'Save',
|
|
121
157
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
122
158
|
'fabric.editor.status': 'Status',
|
|
123
159
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
160
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
124
161
|
'fabric.editor.story': 'Story',
|
|
125
162
|
'fabric.editor.strike': 'Strikethrough',
|
|
126
163
|
'fabric.editor.subTask': 'Sub-task',
|
|
127
164
|
'fabric.editor.subscript': 'Subscript',
|
|
128
165
|
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
166
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
167
|
+
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
129
168
|
'fabric.editor.superscript': 'Superscript',
|
|
130
169
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
131
170
|
'fabric.editor.table': 'Table',
|
|
132
171
|
'fabric.editor.table.description': 'Insert a table',
|
|
133
172
|
'fabric.editor.task': 'Task',
|
|
134
173
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
174
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
135
175
|
'fabric.editor.time.ago': 'ago',
|
|
136
176
|
'fabric.editor.time.updated': 'Updated',
|
|
137
177
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -144,6 +184,7 @@ export default {
|
|
|
144
184
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
145
185
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
146
186
|
'fabric.editor.underline': 'Underline',
|
|
187
|
+
'fabric.editor.undo': 'Undo',
|
|
147
188
|
'fabric.editor.unlink': 'Unlink',
|
|
148
189
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
149
190
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
@@ -155,6 +196,8 @@ export default {
|
|
|
155
196
|
'fabric.editor.urlTitle': 'URL',
|
|
156
197
|
'fabric.editor.viewMore': 'View more',
|
|
157
198
|
'fabric.editor.visit': 'Open link in a new window',
|
|
199
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
200
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
158
201
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
159
202
|
'fabric.editor.wrapRight': 'Wrap right',
|
|
160
203
|
'fabric.theme.blue': 'Blue',
|