@atlaskit/editor-core 158.0.0 → 159.0.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 +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/plugins/card/nodeviews/blockCard.js +5 -3
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/cjs/plugins/card/nodeviews/genericCard.js +2 -31
- package/dist/cjs/plugins/card/nodeviews/inlineCard.js +5 -3
- package/dist/cjs/plugins/card/pm-plugins/doc.js +6 -55
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/plugins/card/nodeviews/blockCard.js +3 -2
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +0 -8
- package/dist/es2019/plugins/card/nodeviews/genericCard.js +2 -13
- package/dist/es2019/plugins/card/nodeviews/inlineCard.js +3 -2
- package/dist/es2019/plugins/card/pm-plugins/doc.js +4 -46
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/plugins/card/nodeviews/blockCard.js +5 -4
- package/dist/esm/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/esm/plugins/card/nodeviews/genericCard.js +3 -30
- package/dist/esm/plugins/card/nodeviews/inlineCard.js +5 -4
- package/dist/esm/plugins/card/pm-plugins/doc.js +4 -49
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/dist/types/plugins/analytics/types/events.d.ts +1 -5
- package/dist/types/plugins/card/nodeviews/blockCard.d.ts +3 -3
- package/dist/types/plugins/card/nodeviews/embedCard.d.ts +0 -1
- package/dist/types/plugins/card/nodeviews/genericCard.d.ts +0 -4
- package/dist/types/plugins/card/nodeviews/inlineCard.d.ts +3 -2
- package/dist/types/plugins/card/pm-plugins/doc.d.ts +0 -1
- package/package.json +6 -6
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -8,20 +8,20 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Aufgabe',
|
|
17
17
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
18
18
|
'fabric.editor.addAltText': 'Alternativtext',
|
|
19
|
-
'fabric.editor.alignCenter': '
|
|
19
|
+
'fabric.editor.alignCenter': 'None',
|
|
20
20
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
21
21
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
22
22
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
23
23
|
'fabric.editor.alignLeft': 'Links ausrichten',
|
|
24
|
-
'fabric.editor.alignRight': '
|
|
24
|
+
'fabric.editor.alignRight': 'None',
|
|
25
25
|
'fabric.editor.alignment': 'Textausrichtung',
|
|
26
26
|
'fabric.editor.altText': 'Alternativer Text',
|
|
27
27
|
'fabric.editor.alttext.validation': 'Bitte entfernen Sie jegliche Sonderzeichen in alternativem Text.',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
|
|
30
30
|
'fabric.editor.backLink': 'Zurück',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
32
|
+
'fabric.editor.blockDescription': 'Zeigen Sie weitere Informationen zu einem Link an, darunter eine Zusammenfassung und Aktionen.',
|
|
33
|
+
'fabric.editor.blockTitle': 'Karte',
|
|
32
34
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
34
36
|
'fabric.editor.blockquote2': 'Zitieren',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
41
43
|
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
42
44
|
'fabric.editor.cellOptions': 'Zelloptionen',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Alternativtext löschen',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Zelleninhalt löschen} other {Zelleninhalte löschen}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Formatierung löschen',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Schließen',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Hilfedialog schließen',
|
|
51
54
|
'fabric.editor.code': 'Code',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, Code ein',
|
|
52
56
|
'fabric.editor.codeblock': 'Code-Auszug',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
|
54
58
|
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
76
80
|
'fabric.editor.createComment': 'Kommentieren',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
82
|
+
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
78
84
|
'fabric.editor.date': 'Datum',
|
|
79
85
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
80
86
|
'fabric.editor.decision': 'Entscheidung',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
|
|
89
95
|
'fabric.editor.displayText': 'Text zum Anzeigen',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Spalten verteilen',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Zeigen Sie eine interaktive Vorschau eines Links an.',
|
|
91
99
|
'fabric.editor.edit': 'Bearbeiten',
|
|
92
100
|
'fabric.editor.editAltText': 'Alternativtext bearbeiten',
|
|
93
101
|
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Statusfarbe bearbeiten',
|
|
97
105
|
'fabric.editor.editStatusText': 'Status bearbeiten',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Editierbarer Inhalt',
|
|
98
107
|
'fabric.editor.editorHelp': 'Editorhilfe',
|
|
108
|
+
'fabric.editor.editors': 'Editoren',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Hilfe',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'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.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Durchsuchen',
|
|
125
|
+
'fabric.editor.embedTitle': 'Einbetten',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
117
128
|
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Sind Sie sicher?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Steuerelemente für nicht verankerte Symbolleiste wurden geöffnet',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
|
|
136
149
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
137
150
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
138
151
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
|
148
161
|
'fabric.editor.heading6': 'Überschrift 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Seite',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
150
170
|
'fabric.editor.help': 'Hilfe',
|
|
151
171
|
'fabric.editor.help.description': 'Alle Tastaturkürzel und Markdown-Optionen durchsuchen',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Label verknüpfen',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Info',
|
|
161
182
|
'fabric.editor.infoPanel': 'Info-Panel',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Zeigen Sie einen Link als Inline-Text an.',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
163
186
|
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
164
187
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
165
188
|
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Link hinzufügen',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Löschen',
|
|
183
207
|
'fabric.editor.mention': 'Erwähnen',
|
|
184
208
|
'fabric.editor.mention.description': 'Erwähnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'Hinzufügen-Symbol',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Erwähnen',
|
|
185
211
|
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Hinweis-Panel',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
219
|
+
'fabric.editor.off': '{formattingType} aus',
|
|
220
|
+
'fabric.editor.on': '{formattingType} ein',
|
|
193
221
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
195
223
|
'fabric.editor.other': 'Sonstige …',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Einfachen Text einfügen',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Wiederholen',
|
|
205
234
|
'fabric.editor.remove': 'Entfernen',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Zeile löschen} other {Zeilen löschen}}',
|
|
208
238
|
'fabric.editor.replace': 'Ersetzen',
|
|
209
239
|
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Rechte Seitenleiste',
|
|
213
243
|
'fabric.editor.saveButton': 'Speichern',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Sprache auswählen',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Einzelne Spalte',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Spalte sortieren: A → Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
|
|
218
248
|
'fabric.editor.splitCell': 'Zelle teilen',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Durchgestrichen',
|
|
224
254
|
'fabric.editor.subTask': 'Sub-Task',
|
|
225
255
|
'fabric.editor.subscript': 'Tiefgestellt',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Tiefgestelltes Zeichen aus, hochgestelltes Zeichen ein',
|
|
226
257
|
'fabric.editor.success': 'Erfolgreich',
|
|
227
258
|
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
|
229
|
-
'fabric.editor.superscript': '
|
|
260
|
+
'fabric.editor.superscript': 'Hochgestellt',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Hochgestelltes Zeichen aus, tiefgestelltes Zeichen ein',
|
|
230
262
|
'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
|
|
231
263
|
'fabric.editor.table': 'Tabelle',
|
|
232
264
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
233
265
|
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Entfernen dieser Tabelle werden
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Entfernen dieser Tabelle werden alle damit verbundenen Diagramme unbrauchbar.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Tabelle und Daten entfernen',
|
|
236
268
|
'fabric.editor.task': 'Task',
|
|
237
269
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
238
271
|
'fabric.editor.textColor': 'Textfarbe',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Weniger Farben',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Mehr Farben',
|
|
241
272
|
'fabric.editor.textStyles': 'Textstil',
|
|
242
273
|
'fabric.editor.threeColumns': 'Drei Spalten',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Drei Spalten mit Seitenleisten',
|
|
244
275
|
'fabric.editor.time.ago': 'vor',
|
|
245
276
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
246
277
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Editor-Symbolleiste',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Dateien und Bilder',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'ein Panel',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'eine Liste',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'eine Entscheidungsliste',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
253
286
|
'fabric.editor.twoColumns': 'Zwei Spalten',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'TypeAhead-Ergebnisse',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
255
289
|
'fabric.editor.underline': 'Unterstrichen',
|
|
256
290
|
'fabric.editor.undo': 'Rückgängig',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Aufzählung',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
|
|
260
294
|
'fabric.editor.url': 'Display-URL',
|
|
295
|
+
'fabric.editor.urlDescription': 'Zeigen Sie einen Link als URL an.',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
262
298
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
263
299
|
'fabric.editor.warning': 'Warnung',
|
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* NOTE:
|
|
10
|
+
*
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
|
+
*/
|
|
14
|
+
//
|
|
15
|
+
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Action item',
|
|
17
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
|
+
'fabric.editor.addAltText': 'Alt text',
|
|
19
|
+
'fabric.editor.alignCenter': 'Align Center',
|
|
20
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
21
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
22
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
23
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
24
|
+
'fabric.editor.alignRight': 'Align Right',
|
|
25
|
+
'fabric.editor.alignment': 'Text alignment',
|
|
26
|
+
'fabric.editor.altText': 'Alt text',
|
|
27
|
+
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
28
|
+
'fabric.editor.annotate': 'Annotate',
|
|
29
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
30
|
+
'fabric.editor.backLink': 'Go back',
|
|
31
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
32
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
33
|
+
'fabric.editor.blockTitle': 'Card',
|
|
34
|
+
'fabric.editor.blockquote': 'a quote',
|
|
35
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
36
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
37
|
+
'fabric.editor.bold': 'Bold',
|
|
38
|
+
'fabric.editor.bug': 'Bug',
|
|
39
|
+
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
40
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
41
|
+
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
42
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
43
|
+
'fabric.editor.cellBackground': 'Cell background',
|
|
44
|
+
'fabric.editor.cellOptions': 'Cell options',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
46
|
+
'fabric.editor.clearAltTextEdit': 'Clear alt text',
|
|
47
|
+
'fabric.editor.clearCells': '{0, plural, one {Clear cell} other {Clear cells}}',
|
|
48
|
+
'fabric.editor.clearFormatting': 'Clear formatting',
|
|
49
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
50
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
51
|
+
'fabric.editor.closeAltTextEdit': 'Back',
|
|
52
|
+
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
53
|
+
'fabric.editor.closeHelpDialog': 'Close help dialog',
|
|
54
|
+
'fabric.editor.code': 'Code',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, Code On',
|
|
56
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
57
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
58
|
+
'fabric.editor.collapseTable': 'Collapse table',
|
|
59
|
+
'fabric.editor.columns': 'Layouts',
|
|
60
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
61
|
+
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
62
|
+
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
63
|
+
'fabric.editor.configPanel.close': 'Close',
|
|
64
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
65
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
66
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
67
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
68
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
69
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
70
|
+
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
71
|
+
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
72
|
+
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
73
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
74
|
+
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
75
|
+
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
76
|
+
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
77
|
+
'fabric.editor.configPanel.required': 'Required field',
|
|
78
|
+
'fabric.editor.configPanel.submit': 'Submit',
|
|
79
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
80
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
81
|
+
'fabric.editor.createComment': 'Comment',
|
|
82
|
+
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
83
|
+
'fabric.editor.customPanel': 'Custom panel',
|
|
84
|
+
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
85
|
+
'fabric.editor.date': 'Date',
|
|
86
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
87
|
+
'fabric.editor.decision': 'Decision',
|
|
88
|
+
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
89
|
+
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
90
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
91
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
92
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
93
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
94
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
95
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
96
|
+
'fabric.editor.displayText': 'Text to display',
|
|
97
|
+
'fabric.editor.distributeColumns': 'Distribute columns',
|
|
98
|
+
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
99
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
100
|
+
'fabric.editor.edit': 'Edit',
|
|
101
|
+
'fabric.editor.editAltText': 'Edit alt text',
|
|
102
|
+
'fabric.editor.editDateText': 'Edit Date',
|
|
103
|
+
'fabric.editor.editLink': 'Edit link',
|
|
104
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
105
|
+
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
106
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
107
|
+
'fabric.editor.editableContentLabel': 'Editable content',
|
|
108
|
+
'fabric.editor.editorHelp': 'Editor help',
|
|
109
|
+
'fabric.editor.editors': 'Editors',
|
|
110
|
+
'fabric.editor.elementBrowser.help': 'Help',
|
|
111
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
112
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
113
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
114
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
115
|
+
'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
|
|
116
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
|
|
117
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
|
|
118
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
119
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
120
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
121
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
122
|
+
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
123
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
124
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
125
|
+
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
126
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
127
|
+
'fabric.editor.emoji': 'Emoji',
|
|
128
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
129
|
+
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
130
|
+
'fabric.editor.epic': 'Epic',
|
|
131
|
+
'fabric.editor.error': 'Error',
|
|
132
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
133
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
134
|
+
'fabric.editor.expand': 'Expand',
|
|
135
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
136
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
137
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
138
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
139
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
140
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
141
|
+
'fabric.editor.find': 'Find',
|
|
142
|
+
'fabric.editor.findNext': 'Find next',
|
|
143
|
+
'fabric.editor.findPrevious': 'Find previous',
|
|
144
|
+
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
145
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
146
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
147
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
149
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
150
|
+
'fabric.editor.headerColumn': 'Header column',
|
|
151
|
+
'fabric.editor.headerRow': 'Header row',
|
|
152
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
153
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
154
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
155
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
156
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
157
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
158
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
159
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
160
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
161
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
162
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
163
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
169
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
170
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
171
|
+
'fabric.editor.help': 'Help',
|
|
172
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
173
|
+
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
174
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
175
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
176
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
177
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
178
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
179
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
180
|
+
'fabric.editor.image': 'Image',
|
|
181
|
+
'fabric.editor.improvement': 'Improvement',
|
|
182
|
+
'fabric.editor.info': 'Info',
|
|
183
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
184
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
185
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
186
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
187
|
+
'fabric.editor.insertColumn': 'Insert column right',
|
|
188
|
+
'fabric.editor.insertMenu': 'Insert',
|
|
189
|
+
'fabric.editor.insertRow': 'Insert row below',
|
|
190
|
+
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
191
|
+
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
192
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
193
|
+
'fabric.editor.italic': 'Italic',
|
|
194
|
+
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
195
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
196
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
197
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
198
|
+
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
199
|
+
'fabric.editor.link': 'Link',
|
|
200
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
201
|
+
'fabric.editor.linkAddress': 'Link address',
|
|
202
|
+
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
203
|
+
'fabric.editor.lists': 'Lists',
|
|
204
|
+
'fabric.editor.markdown': 'Markdown',
|
|
205
|
+
'fabric.editor.matchCase': 'Match case',
|
|
206
|
+
'fabric.editor.mediaAddLink': 'Add link',
|
|
207
|
+
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
208
|
+
'fabric.editor.mention': 'Mention',
|
|
209
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
210
|
+
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
211
|
+
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
212
|
+
'fabric.editor.mergeCells': 'Merge cells',
|
|
213
|
+
'fabric.editor.moreFormatting': 'More formatting',
|
|
214
|
+
'fabric.editor.noResultsFound': 'No results',
|
|
215
|
+
'fabric.editor.normal': 'Normal text',
|
|
216
|
+
'fabric.editor.note': 'Note',
|
|
217
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
218
|
+
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
219
|
+
'fabric.editor.numberedColumn': 'Numbered column',
|
|
220
|
+
'fabric.editor.off': '{formattingType} Off',
|
|
221
|
+
'fabric.editor.on': '{formattingType} On',
|
|
222
|
+
'fabric.editor.orderedList': 'Numbered list',
|
|
223
|
+
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
224
|
+
'fabric.editor.other': 'Others...',
|
|
225
|
+
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
226
|
+
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
227
|
+
'fabric.editor.panel.emoji': 'Add emoji',
|
|
228
|
+
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
229
|
+
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
230
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
231
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
232
|
+
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
233
|
+
'fabric.editor.quickInsert': 'Quick insert',
|
|
234
|
+
'fabric.editor.redo': 'Redo',
|
|
235
|
+
'fabric.editor.remove': 'Remove',
|
|
236
|
+
'fabric.editor.removeColumns': '{0, plural, one {Delete column} other {Delete columns}}',
|
|
237
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
238
|
+
'fabric.editor.removeRows': '{0, plural, one {Delete row} other {Delete rows}}',
|
|
239
|
+
'fabric.editor.replace': 'Replace',
|
|
240
|
+
'fabric.editor.replaceAll': 'Replace all',
|
|
241
|
+
'fabric.editor.replaceWith': 'Replace with',
|
|
242
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
243
|
+
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
244
|
+
'fabric.editor.saveButton': 'Save',
|
|
245
|
+
'fabric.editor.selectLanguage': 'Select language',
|
|
246
|
+
'fabric.editor.single': 'Single column',
|
|
247
|
+
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
248
|
+
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
249
|
+
'fabric.editor.splitCell': 'Split cell',
|
|
250
|
+
'fabric.editor.status': 'Status',
|
|
251
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
252
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
253
|
+
'fabric.editor.story': 'Story',
|
|
254
|
+
'fabric.editor.strike': 'Strikethrough',
|
|
255
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
256
|
+
'fabric.editor.subscript': 'Subscript',
|
|
257
|
+
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
258
|
+
'fabric.editor.success': 'Success',
|
|
259
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
260
|
+
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
261
|
+
'fabric.editor.superscript': 'Superscript',
|
|
262
|
+
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
263
|
+
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
264
|
+
'fabric.editor.table': 'Table',
|
|
265
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
266
|
+
'fabric.editor.tableOptions': 'Table options',
|
|
267
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Removing this table will break all the charts connected to it.',
|
|
268
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Remove table and data',
|
|
269
|
+
'fabric.editor.task': 'Task',
|
|
270
|
+
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
271
|
+
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
272
|
+
'fabric.editor.textColor': 'Text color',
|
|
273
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
274
|
+
'fabric.editor.threeColumns': 'Three columns',
|
|
275
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
276
|
+
'fabric.editor.time.ago': 'ago',
|
|
277
|
+
'fabric.editor.time.updated': 'Updated',
|
|
278
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
279
|
+
'fabric.editor.toolbarLabel': 'Editor toolbar',
|
|
280
|
+
'fabric.editor.toolbarMediaTitle': 'Files & images',
|
|
281
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
282
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
283
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
284
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
285
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
286
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
287
|
+
'fabric.editor.twoColumns': 'Two columns',
|
|
288
|
+
'fabric.editor.typeAheadResultLabel': 'TypeAhead results',
|
|
289
|
+
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
290
|
+
'fabric.editor.underline': 'Underline',
|
|
291
|
+
'fabric.editor.undo': 'Undo',
|
|
292
|
+
'fabric.editor.unlink': 'Unlink',
|
|
293
|
+
'fabric.editor.unorderedList': 'Bullet list',
|
|
294
|
+
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
295
|
+
'fabric.editor.url': 'Display URL',
|
|
296
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
297
|
+
'fabric.editor.urlTitle': 'URL',
|
|
298
|
+
'fabric.editor.viewMore': 'View more',
|
|
299
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
300
|
+
'fabric.editor.warning': 'Warning',
|
|
301
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
302
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
303
|
+
'fabric.editor.wrapLeft': 'Wrap left',
|
|
304
|
+
'fabric.editor.wrapRight': 'Wrap right',
|
|
305
|
+
'fabric.theme.blue': 'Blue',
|
|
306
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
307
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
308
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
309
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
310
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
311
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
312
|
+
'fabric.theme.gray': 'Gray',
|
|
313
|
+
'fabric.theme.green': 'Green',
|
|
314
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
315
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
316
|
+
'fabric.theme.light-green': 'Light green',
|
|
317
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
318
|
+
'fabric.theme.light-red': 'Light red',
|
|
319
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
320
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
321
|
+
'fabric.theme.orange': 'Orange',
|
|
322
|
+
'fabric.theme.purple': 'Purple',
|
|
323
|
+
'fabric.theme.red': 'Red',
|
|
324
|
+
'fabric.theme.teal': 'Teal',
|
|
325
|
+
'fabric.theme.white': 'White',
|
|
326
|
+
'fabric.theme.yellow': 'Yellow'
|
|
327
|
+
};
|
|
328
|
+
exports.default = _default;
|