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