@atlaskit/editor-common 76.18.6 → 76.18.7
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 +7 -0
- package/dist/cjs/i18n/cs.js +34 -0
- package/dist/cjs/i18n/da.js +80 -46
- package/dist/cjs/i18n/de.js +76 -42
- package/dist/cjs/i18n/en.js +34 -0
- package/dist/cjs/i18n/en_GB.js +34 -0
- package/dist/cjs/i18n/en_ZZ.js +34 -0
- package/dist/cjs/i18n/es.js +34 -0
- package/dist/cjs/i18n/fi.js +51 -17
- package/dist/cjs/i18n/fr.js +34 -0
- package/dist/cjs/i18n/hu.js +59 -25
- package/dist/cjs/i18n/it.js +70 -36
- package/dist/cjs/i18n/ja.js +56 -22
- package/dist/cjs/i18n/ko.js +58 -24
- package/dist/cjs/i18n/nb.js +61 -27
- package/dist/cjs/i18n/nl.js +34 -0
- package/dist/cjs/i18n/pl.js +35 -1
- package/dist/cjs/i18n/pt_BR.js +34 -0
- package/dist/cjs/i18n/ru.js +34 -0
- package/dist/cjs/i18n/sv.js +51 -17
- package/dist/cjs/i18n/th.js +63 -35
- package/dist/cjs/i18n/tr.js +36 -2
- package/dist/cjs/i18n/uk.js +45 -17
- package/dist/cjs/i18n/vi.js +54 -26
- package/dist/cjs/i18n/zh.js +34 -0
- package/dist/cjs/i18n/zh_TW.js +34 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +34 -0
- package/dist/es2019/i18n/da.js +80 -46
- package/dist/es2019/i18n/de.js +76 -42
- package/dist/es2019/i18n/en.js +34 -0
- package/dist/es2019/i18n/en_GB.js +34 -0
- package/dist/es2019/i18n/en_ZZ.js +34 -0
- package/dist/es2019/i18n/es.js +34 -0
- package/dist/es2019/i18n/fi.js +51 -17
- package/dist/es2019/i18n/fr.js +34 -0
- package/dist/es2019/i18n/hu.js +59 -25
- package/dist/es2019/i18n/it.js +70 -36
- package/dist/es2019/i18n/ja.js +56 -22
- package/dist/es2019/i18n/ko.js +58 -24
- package/dist/es2019/i18n/nb.js +61 -27
- package/dist/es2019/i18n/nl.js +34 -0
- package/dist/es2019/i18n/pl.js +35 -1
- package/dist/es2019/i18n/pt_BR.js +34 -0
- package/dist/es2019/i18n/ru.js +34 -0
- package/dist/es2019/i18n/sv.js +51 -17
- package/dist/es2019/i18n/th.js +63 -35
- package/dist/es2019/i18n/tr.js +36 -2
- package/dist/es2019/i18n/uk.js +45 -17
- package/dist/es2019/i18n/vi.js +54 -26
- package/dist/es2019/i18n/zh.js +34 -0
- package/dist/es2019/i18n/zh_TW.js +34 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +34 -0
- package/dist/esm/i18n/da.js +80 -46
- package/dist/esm/i18n/de.js +76 -42
- package/dist/esm/i18n/en.js +34 -0
- package/dist/esm/i18n/en_GB.js +34 -0
- package/dist/esm/i18n/en_ZZ.js +34 -0
- package/dist/esm/i18n/es.js +34 -0
- package/dist/esm/i18n/fi.js +51 -17
- package/dist/esm/i18n/fr.js +34 -0
- package/dist/esm/i18n/hu.js +59 -25
- package/dist/esm/i18n/it.js +70 -36
- package/dist/esm/i18n/ja.js +56 -22
- package/dist/esm/i18n/ko.js +58 -24
- package/dist/esm/i18n/nb.js +61 -27
- package/dist/esm/i18n/nl.js +34 -0
- package/dist/esm/i18n/pl.js +35 -1
- package/dist/esm/i18n/pt_BR.js +34 -0
- package/dist/esm/i18n/ru.js +34 -0
- package/dist/esm/i18n/sv.js +51 -17
- package/dist/esm/i18n/th.js +63 -35
- package/dist/esm/i18n/tr.js +36 -2
- package/dist/esm/i18n/uk.js +45 -17
- package/dist/esm/i18n/vi.js +54 -26
- package/dist/esm/i18n/zh.js +34 -0
- package/dist/esm/i18n/zh_TW.js +34 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +34 -0
- package/dist/types/i18n/da.d.ts +34 -0
- package/dist/types/i18n/de.d.ts +34 -0
- package/dist/types/i18n/en.d.ts +34 -0
- package/dist/types/i18n/en_GB.d.ts +34 -0
- package/dist/types/i18n/en_ZZ.d.ts +34 -0
- package/dist/types/i18n/es.d.ts +34 -0
- package/dist/types/i18n/fi.d.ts +34 -0
- package/dist/types/i18n/fr.d.ts +34 -0
- package/dist/types/i18n/hu.d.ts +34 -0
- package/dist/types/i18n/it.d.ts +34 -0
- package/dist/types/i18n/ja.d.ts +34 -0
- package/dist/types/i18n/ko.d.ts +34 -0
- package/dist/types/i18n/nb.d.ts +34 -0
- package/dist/types/i18n/nl.d.ts +34 -0
- package/dist/types/i18n/pl.d.ts +34 -0
- package/dist/types/i18n/pt_BR.d.ts +34 -0
- package/dist/types/i18n/ru.d.ts +34 -0
- package/dist/types/i18n/sv.d.ts +34 -0
- package/dist/types/i18n/th.d.ts +28 -0
- package/dist/types/i18n/tr.d.ts +34 -0
- package/dist/types/i18n/uk.d.ts +28 -0
- package/dist/types/i18n/vi.d.ts +28 -0
- package/dist/types/i18n/zh.d.ts +34 -0
- package/dist/types/i18n/zh_TW.d.ts +34 -0
- package/dist/types/types/feature-flags.d.ts +0 -10
- package/dist/types-ts4.5/i18n/cs.d.ts +34 -0
- package/dist/types-ts4.5/i18n/da.d.ts +34 -0
- package/dist/types-ts4.5/i18n/de.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +34 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +34 -0
- package/dist/types-ts4.5/i18n/es.d.ts +34 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +34 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +34 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +34 -0
- package/dist/types-ts4.5/i18n/it.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +34 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +34 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +34 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +34 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +34 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +34 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +34 -0
- package/dist/types-ts4.5/i18n/th.d.ts +28 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +34 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +28 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +28 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +34 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +34 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -10
- package/package.json +2 -2
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': 'Zitieren',
|
|
26
26
|
'fabric.editor.bold': 'Fett',
|
|
27
27
|
'fabric.editor.bug': 'Bug',
|
|
28
|
+
'fabric.editor.canNotSortTable': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
28
29
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
32
|
+
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
33
|
+
'fabric.editor.cellOptions': 'Zelloptionen',
|
|
34
|
+
'fabric.editor.clearCells': '{0, plural, one {Zelleninhalt löschen} other {Zelleninhalte löschen}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'Formatierung löschen',
|
|
32
36
|
'fabric.editor.clearLink': 'Link löschen',
|
|
33
37
|
'fabric.editor.clearLinkText': 'Text löschen',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'Code-Auszug',
|
|
42
46
|
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
|
43
47
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
48
|
+
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
44
49
|
'fabric.editor.columns': 'Layouts',
|
|
45
50
|
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
53
|
+
'fabric.editor.cornerControl': 'Tabelle hervorheben',
|
|
48
54
|
'fabric.editor.createComment': 'Kommentieren',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
50
56
|
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'Als Text anzeigen',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
|
|
63
69
|
'fabric.editor.displayText': 'Text zum Anzeigen',
|
|
70
|
+
'fabric.editor.distributeColumns': 'Spalten verteilen',
|
|
64
71
|
'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
|
|
65
72
|
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
66
73
|
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
86
93
|
'fabric.editor.expandNode': 'Inhaltsanzeige erweitern',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Wird gelöscht',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'dieses Element',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
101
|
+
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
102
|
+
'fabric.editor.headerRow': 'Kopfzeile',
|
|
90
103
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
91
104
|
'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
|
|
92
105
|
'fabric.editor.heading2': 'Überschrift 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
|
121
134
|
'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
|
|
122
135
|
'fabric.editor.inlineTitle': 'Inline',
|
|
136
|
+
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
123
137
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
138
|
+
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
124
139
|
'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
|
|
125
140
|
'fabric.editor.italic': 'Kursiv',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
127
142
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
128
143
|
'fabric.editor.layoutWide': 'Verbreitern',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Linke Seitenleiste',
|
|
129
145
|
'fabric.editor.link': 'Link',
|
|
130
146
|
'fabric.editor.link.description': 'Link einfügen',
|
|
131
147
|
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufügen',
|
|
137
153
|
'fabric.editor.mention': 'Erwähnen',
|
|
138
154
|
'fabric.editor.mention.description': 'Erwähnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
|
|
155
|
+
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
139
156
|
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
|
|
142
159
|
'fabric.editor.normal': 'Normaler Text',
|
|
143
160
|
'fabric.editor.notePanel': 'Hinweis-Panel',
|
|
144
161
|
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
162
|
+
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
145
163
|
'fabric.editor.off': '{formattingType} aus',
|
|
146
164
|
'fabric.editor.on': '{formattingType} ein',
|
|
147
165
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
154
172
|
'fabric.editor.redo': 'Wiederherstellen',
|
|
155
173
|
'fabric.editor.remove': 'Entfernen',
|
|
174
|
+
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
156
175
|
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
176
|
+
'fabric.editor.removeRows': '{0, plural, one {Zeile löschen} other {Zeilen löschen}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Rechte Seitenleiste',
|
|
178
|
+
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
157
179
|
'fabric.editor.saveButton': 'Speichern',
|
|
158
180
|
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
181
|
+
'fabric.editor.single': 'Einzelne Spalte',
|
|
182
|
+
'fabric.editor.sortColumnASC': 'Spalte sortieren: A → Z',
|
|
183
|
+
'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
|
|
184
|
+
'fabric.editor.splitCell': 'Zelle teilen',
|
|
159
185
|
'fabric.editor.status': 'Status',
|
|
160
186
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
161
187
|
'fabric.editor.statusPlaceholder': 'Status festlegen',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': 'Hochgestelltes Zeichen aus, tiefgestelltes Zeichen ein',
|
|
171
197
|
'fabric.editor.table': 'Tabelle',
|
|
172
198
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
199
|
+
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': 'Spalte anpassen',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Löschen',
|
|
203
|
+
'fabric.editor.tables.resizeTable': 'Tabellengröße ändern',
|
|
173
204
|
'fabric.editor.task': 'Task',
|
|
174
205
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
175
206
|
'fabric.editor.textStyles': 'Textstil',
|
|
207
|
+
'fabric.editor.threeColumns': 'Drei Spalten',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Drei Spalten mit Seitenleisten',
|
|
176
209
|
'fabric.editor.time.ago': 'vor',
|
|
177
210
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
178
211
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
185
218
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
219
|
+
'fabric.editor.twoColumns': 'Zwei Spalten',
|
|
186
220
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
187
221
|
'fabric.editor.underline': 'Unterstrichen',
|
|
188
222
|
'fabric.editor.undo': 'Rückgängig machen',
|
|
@@ -201,56 +235,56 @@ export default {
|
|
|
201
235
|
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen',
|
|
202
236
|
'fabric.editor.wrapLeft': 'Links umwickeln',
|
|
203
237
|
'fabric.editor.wrapRight': 'Rechts umwickeln',
|
|
204
|
-
'fabric.theme.blue': '
|
|
238
|
+
'fabric.theme.blue': 'Blau',
|
|
205
239
|
'fabric.theme.bold-blue': 'Kräftiges Blau',
|
|
206
|
-
'fabric.theme.bold-gray': '
|
|
240
|
+
'fabric.theme.bold-gray': 'Kräftiges Grau',
|
|
207
241
|
'fabric.theme.bold-green': 'Kräftiges Grün',
|
|
208
|
-
'fabric.theme.bold-magenta': '
|
|
242
|
+
'fabric.theme.bold-magenta': 'Kräftiges Magenta',
|
|
209
243
|
'fabric.theme.bold-orange': 'Kräftiges Orange',
|
|
210
244
|
'fabric.theme.bold-purple': 'Kräftiges Violett',
|
|
211
245
|
'fabric.theme.bold-red': 'Kräftiges Rot',
|
|
212
246
|
'fabric.theme.bold-teal': 'Kräftiges Türkis',
|
|
213
|
-
'fabric.theme.bold-yellow': '
|
|
214
|
-
'fabric.theme.bolder-blue': '
|
|
215
|
-
'fabric.theme.bolder-gray': '
|
|
216
|
-
'fabric.theme.bolder-green': '
|
|
217
|
-
'fabric.theme.bolder-magenta': '
|
|
218
|
-
'fabric.theme.bolder-orange': '
|
|
219
|
-
'fabric.theme.bolder-purple': '
|
|
220
|
-
'fabric.theme.bolder-red': '
|
|
221
|
-
'fabric.theme.bolder-teal': '
|
|
222
|
-
'fabric.theme.bolder-yellow': '
|
|
223
|
-
'fabric.theme.dark-blue': '
|
|
247
|
+
'fabric.theme.bold-yellow': 'Kräftiges Gelb',
|
|
248
|
+
'fabric.theme.bolder-blue': 'Kräftigeres Blau',
|
|
249
|
+
'fabric.theme.bolder-gray': 'Kräftigeres Grau',
|
|
250
|
+
'fabric.theme.bolder-green': 'Kräftigeres Grün',
|
|
251
|
+
'fabric.theme.bolder-magenta': 'Kräftigeres Magenta',
|
|
252
|
+
'fabric.theme.bolder-orange': 'Kräftigeres Orange',
|
|
253
|
+
'fabric.theme.bolder-purple': 'Kräftigeres Violett',
|
|
254
|
+
'fabric.theme.bolder-red': 'Kräftigeres Rot',
|
|
255
|
+
'fabric.theme.bolder-teal': 'Kräftigeres Türkis',
|
|
256
|
+
'fabric.theme.bolder-yellow': 'Kräftigeres Gelb',
|
|
257
|
+
'fabric.theme.dark-blue': 'Dunkelblau',
|
|
224
258
|
'fabric.theme.dark-gray': 'Dunkelgrau',
|
|
225
|
-
'fabric.theme.dark-green': '
|
|
226
|
-
'fabric.theme.dark-purple': '
|
|
227
|
-
'fabric.theme.dark-red': '
|
|
228
|
-
'fabric.theme.dark-teal': '
|
|
229
|
-
'fabric.theme.dark-yellow': '
|
|
259
|
+
'fabric.theme.dark-green': 'Dunkelgrün',
|
|
260
|
+
'fabric.theme.dark-purple': 'Dunkelviolett',
|
|
261
|
+
'fabric.theme.dark-red': 'Dunkelrot',
|
|
262
|
+
'fabric.theme.dark-teal': 'Dunkeltürkis',
|
|
263
|
+
'fabric.theme.dark-yellow': 'Dunkelgelb',
|
|
230
264
|
'fabric.theme.default': 'Standard',
|
|
231
|
-
'fabric.theme.gray': '
|
|
232
|
-
'fabric.theme.green': '
|
|
233
|
-
'fabric.theme.light-blue': '
|
|
234
|
-
'fabric.theme.light-gray': '
|
|
235
|
-
'fabric.theme.light-green': '
|
|
236
|
-
'fabric.theme.light-purple': '
|
|
237
|
-
'fabric.theme.light-red': '
|
|
238
|
-
'fabric.theme.light-teal': '
|
|
239
|
-
'fabric.theme.light-yellow': '
|
|
265
|
+
'fabric.theme.gray': 'Grau',
|
|
266
|
+
'fabric.theme.green': 'Grün',
|
|
267
|
+
'fabric.theme.light-blue': 'Hellblau',
|
|
268
|
+
'fabric.theme.light-gray': 'Hellgrau',
|
|
269
|
+
'fabric.theme.light-green': 'Hellgrün',
|
|
270
|
+
'fabric.theme.light-purple': 'Hellviolett',
|
|
271
|
+
'fabric.theme.light-red': 'Hellrot',
|
|
272
|
+
'fabric.theme.light-teal': 'Helltürkis',
|
|
273
|
+
'fabric.theme.light-yellow': 'Hellgelb',
|
|
240
274
|
'fabric.theme.magenta': 'Magenta',
|
|
241
275
|
'fabric.theme.orange': 'Orange',
|
|
242
|
-
'fabric.theme.purple': '
|
|
243
|
-
'fabric.theme.red': '
|
|
244
|
-
'fabric.theme.subtle-blue': '
|
|
245
|
-
'fabric.theme.subtle-gray': '
|
|
246
|
-
'fabric.theme.subtle-green': '
|
|
247
|
-
'fabric.theme.subtle-magenta': '
|
|
248
|
-
'fabric.theme.subtle-orange': '
|
|
249
|
-
'fabric.theme.subtle-purple': '
|
|
250
|
-
'fabric.theme.subtle-red': '
|
|
251
|
-
'fabric.theme.subtle-teal': '
|
|
252
|
-
'fabric.theme.subtle-yellow': '
|
|
253
|
-
'fabric.theme.teal': '
|
|
254
|
-
'fabric.theme.white': '
|
|
255
|
-
'fabric.theme.yellow': '
|
|
276
|
+
'fabric.theme.purple': 'Violett',
|
|
277
|
+
'fabric.theme.red': 'Rot',
|
|
278
|
+
'fabric.theme.subtle-blue': 'Dezentes Blau',
|
|
279
|
+
'fabric.theme.subtle-gray': 'Dezentes Grau',
|
|
280
|
+
'fabric.theme.subtle-green': 'Dezentes Grün',
|
|
281
|
+
'fabric.theme.subtle-magenta': 'Dezentes Magenta',
|
|
282
|
+
'fabric.theme.subtle-orange': 'Dezentes Orange',
|
|
283
|
+
'fabric.theme.subtle-purple': 'Dezentes Violett',
|
|
284
|
+
'fabric.theme.subtle-red': 'Dezentes Rot',
|
|
285
|
+
'fabric.theme.subtle-teal': 'Dezentes Türkis',
|
|
286
|
+
'fabric.theme.subtle-yellow': 'Dezentes Gelb',
|
|
287
|
+
'fabric.theme.teal': 'Türkis',
|
|
288
|
+
'fabric.theme.white': 'Weiß',
|
|
289
|
+
'fabric.theme.yellow': 'Gelb'
|
|
256
290
|
};
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': 'Quote',
|
|
26
26
|
'fabric.editor.bold': 'Bold',
|
|
27
27
|
'fabric.editor.bug': 'Bug',
|
|
28
|
+
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
28
29
|
'fabric.editor.cancelButton': 'Cancel',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
32
|
+
'fabric.editor.cellBackground': 'Cell background',
|
|
33
|
+
'fabric.editor.cellOptions': 'Cell options',
|
|
34
|
+
'fabric.editor.clearCells': 'Clear {0, plural, one {cell} other {cells}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'Clear formatting',
|
|
32
36
|
'fabric.editor.clearLink': 'Clear link',
|
|
33
37
|
'fabric.editor.clearLinkText': 'Clear text',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'Code snippet',
|
|
42
46
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
43
47
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
48
|
+
'fabric.editor.collapseTable': 'Collapse table',
|
|
44
49
|
'fabric.editor.columns': 'Layouts',
|
|
45
50
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
53
|
+
'fabric.editor.cornerControl': 'Highlight table',
|
|
48
54
|
'fabric.editor.createComment': 'Comment',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
50
56
|
'fabric.editor.customPanel': 'Custom panel',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'Display as text',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
63
69
|
'fabric.editor.displayText': 'Text to display',
|
|
70
|
+
'fabric.editor.distributeColumns': 'Distribute columns',
|
|
64
71
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
65
72
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
66
73
|
'fabric.editor.editDateText': 'Edit Date',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
86
93
|
'fabric.editor.expandNode': 'Expand content',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
101
|
+
'fabric.editor.headerColumn': 'Header column',
|
|
102
|
+
'fabric.editor.headerRow': 'Header row',
|
|
90
103
|
'fabric.editor.heading1': 'Heading 1',
|
|
91
104
|
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
92
105
|
'fabric.editor.heading2': 'Heading 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
121
134
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
122
135
|
'fabric.editor.inlineTitle': 'Inline',
|
|
136
|
+
'fabric.editor.insertColumn': 'Insert column right',
|
|
123
137
|
'fabric.editor.insertMenu': 'Insert',
|
|
138
|
+
'fabric.editor.insertRow': 'Insert row below',
|
|
124
139
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
125
140
|
'fabric.editor.italic': 'Italic',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
127
142
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
128
143
|
'fabric.editor.layoutWide': 'Go wide',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
129
145
|
'fabric.editor.link': 'Link',
|
|
130
146
|
'fabric.editor.link.description': 'Insert a link',
|
|
131
147
|
'fabric.editor.linkAddress': 'Link address',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
137
153
|
'fabric.editor.mention': 'Mention',
|
|
138
154
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
155
|
+
'fabric.editor.mergeCells': 'Merge cells',
|
|
139
156
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
142
159
|
'fabric.editor.normal': 'Normal text',
|
|
143
160
|
'fabric.editor.notePanel': 'Note panel',
|
|
144
161
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
162
|
+
'fabric.editor.numberedColumn': 'Numbered column',
|
|
145
163
|
'fabric.editor.off': '{formattingType} Off',
|
|
146
164
|
'fabric.editor.on': '{formattingType} On',
|
|
147
165
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
154
172
|
'fabric.editor.redo': 'Redo',
|
|
155
173
|
'fabric.editor.remove': 'Remove',
|
|
174
|
+
'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
|
|
156
175
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
176
|
+
'fabric.editor.removeRows': 'Delete {0, plural, one {row} other {rows}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
178
|
+
'fabric.editor.rowControl': 'Highlight row',
|
|
157
179
|
'fabric.editor.saveButton': 'Save',
|
|
158
180
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
181
|
+
'fabric.editor.single': 'Single column',
|
|
182
|
+
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
183
|
+
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
184
|
+
'fabric.editor.splitCell': 'Split cell',
|
|
159
185
|
'fabric.editor.status': 'Status',
|
|
160
186
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
161
187
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
171
197
|
'fabric.editor.table': 'Table',
|
|
172
198
|
'fabric.editor.table.description': 'Insert a table',
|
|
199
|
+
'fabric.editor.tableOptions': 'Table options',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
203
|
+
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
173
204
|
'fabric.editor.task': 'Task',
|
|
174
205
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
175
206
|
'fabric.editor.textStyles': 'Text styles',
|
|
207
|
+
'fabric.editor.threeColumns': 'Three columns',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
176
209
|
'fabric.editor.time.ago': 'ago',
|
|
177
210
|
'fabric.editor.time.updated': 'Updated',
|
|
178
211
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
185
218
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
219
|
+
'fabric.editor.twoColumns': 'Two columns',
|
|
186
220
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
187
221
|
'fabric.editor.underline': 'Underline',
|
|
188
222
|
'fabric.editor.undo': 'Undo',
|
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': 'Quote',
|
|
26
26
|
'fabric.editor.bold': 'Bold',
|
|
27
27
|
'fabric.editor.bug': 'Bug',
|
|
28
|
+
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
28
29
|
'fabric.editor.cancelButton': 'Cancel',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
32
|
+
'fabric.editor.cellBackground': 'Cell background',
|
|
33
|
+
'fabric.editor.cellOptions': 'Cell options',
|
|
34
|
+
'fabric.editor.clearCells': 'Clear {0, plural, one {cell} other {cells}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'Clear formatting',
|
|
32
36
|
'fabric.editor.clearLink': 'Clear link',
|
|
33
37
|
'fabric.editor.clearLinkText': 'Clear text',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'Code snippet',
|
|
42
46
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
43
47
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
48
|
+
'fabric.editor.collapseTable': 'Collapse table',
|
|
44
49
|
'fabric.editor.columns': 'Layouts',
|
|
45
50
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
53
|
+
'fabric.editor.cornerControl': 'Highlight table',
|
|
48
54
|
'fabric.editor.createComment': 'Comment',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
50
56
|
'fabric.editor.customPanel': 'Custom panel',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'Display as text',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
63
69
|
'fabric.editor.displayText': 'Text to display',
|
|
70
|
+
'fabric.editor.distributeColumns': 'Distribute columns',
|
|
64
71
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
65
72
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
66
73
|
'fabric.editor.editDateText': 'Edit Date',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
86
93
|
'fabric.editor.expandNode': 'Expand content',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
101
|
+
'fabric.editor.headerColumn': 'Header column',
|
|
102
|
+
'fabric.editor.headerRow': 'Header row',
|
|
90
103
|
'fabric.editor.heading1': 'Heading 1',
|
|
91
104
|
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
92
105
|
'fabric.editor.heading2': 'Heading 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
|
121
134
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
122
135
|
'fabric.editor.inlineTitle': 'Inline',
|
|
136
|
+
'fabric.editor.insertColumn': 'Insert column right',
|
|
123
137
|
'fabric.editor.insertMenu': 'Insert',
|
|
138
|
+
'fabric.editor.insertRow': 'Insert row below',
|
|
124
139
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
125
140
|
'fabric.editor.italic': 'Italic',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
127
142
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
128
143
|
'fabric.editor.layoutWide': 'Go wide',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
129
145
|
'fabric.editor.link': 'Link',
|
|
130
146
|
'fabric.editor.link.description': 'Insert a link',
|
|
131
147
|
'fabric.editor.linkAddress': 'Link address',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
137
153
|
'fabric.editor.mention': 'Mention',
|
|
138
154
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
155
|
+
'fabric.editor.mergeCells': 'Merge cells',
|
|
139
156
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
142
159
|
'fabric.editor.normal': 'Normal text',
|
|
143
160
|
'fabric.editor.notePanel': 'Note panel',
|
|
144
161
|
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
|
162
|
+
'fabric.editor.numberedColumn': 'Numbered column',
|
|
145
163
|
'fabric.editor.off': '{formattingType} Off',
|
|
146
164
|
'fabric.editor.on': '{formattingType} On',
|
|
147
165
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
154
172
|
'fabric.editor.redo': 'Redo',
|
|
155
173
|
'fabric.editor.remove': 'Remove',
|
|
174
|
+
'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
|
|
156
175
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
176
|
+
'fabric.editor.removeRows': 'Delete {0, plural, one {row} other {rows}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
178
|
+
'fabric.editor.rowControl': 'Highlight row',
|
|
157
179
|
'fabric.editor.saveButton': 'Save',
|
|
158
180
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
181
|
+
'fabric.editor.single': 'Single column',
|
|
182
|
+
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
183
|
+
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
184
|
+
'fabric.editor.splitCell': 'Split cell',
|
|
159
185
|
'fabric.editor.status': 'Status',
|
|
160
186
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
161
187
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
171
197
|
'fabric.editor.table': 'Table',
|
|
172
198
|
'fabric.editor.table.description': 'Insert a table',
|
|
199
|
+
'fabric.editor.tableOptions': 'Table options',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
203
|
+
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
173
204
|
'fabric.editor.task': 'Task',
|
|
174
205
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
175
206
|
'fabric.editor.textStyles': 'Text styles',
|
|
207
|
+
'fabric.editor.threeColumns': 'Three columns',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
176
209
|
'fabric.editor.time.ago': 'ago',
|
|
177
210
|
'fabric.editor.time.updated': 'Updated',
|
|
178
211
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
185
218
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
219
|
+
'fabric.editor.twoColumns': 'Two columns',
|
|
186
220
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
187
221
|
'fabric.editor.underline': 'Underline',
|
|
188
222
|
'fabric.editor.undo': 'Undo',
|
|
@@ -25,9 +25,13 @@ export default {
|
|
|
25
25
|
'fabric.editor.blockquote2': 'Quote',
|
|
26
26
|
'fabric.editor.bold': 'Bold',
|
|
27
27
|
'fabric.editor.bug': 'Bug',
|
|
28
|
+
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
28
29
|
'fabric.editor.cancelButton': 'Cancel',
|
|
29
30
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
30
31
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
32
|
+
'fabric.editor.cellBackground': 'Cell background',
|
|
33
|
+
'fabric.editor.cellOptions': 'Cell options',
|
|
34
|
+
'fabric.editor.clearCells': '{0, plural, one {Clear cell} other {Clear cells}}',
|
|
31
35
|
'fabric.editor.clearFormatting': 'Clear formatting',
|
|
32
36
|
'fabric.editor.clearLink': 'Clear link',
|
|
33
37
|
'fabric.editor.clearLinkText': 'Clear text',
|
|
@@ -41,10 +45,12 @@ export default {
|
|
|
41
45
|
'fabric.editor.codeblock': 'Code snippet',
|
|
42
46
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
43
47
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
48
|
+
'fabric.editor.collapseTable': 'Collapse table',
|
|
44
49
|
'fabric.editor.columns': 'Layouts',
|
|
45
50
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
46
51
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
47
52
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
53
|
+
'fabric.editor.cornerControl': 'Highlight table',
|
|
48
54
|
'fabric.editor.createComment': 'Comment',
|
|
49
55
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
50
56
|
'fabric.editor.customPanel': 'Custom panel',
|
|
@@ -61,6 +67,7 @@ export default {
|
|
|
61
67
|
'fabric.editor.displayLink': 'Display as text',
|
|
62
68
|
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
63
69
|
'fabric.editor.displayText': 'Text to display',
|
|
70
|
+
'fabric.editor.distributeColumns': 'Distribute columns',
|
|
64
71
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
65
72
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
66
73
|
'fabric.editor.editDateText': 'Edit Date',
|
|
@@ -85,8 +92,14 @@ export default {
|
|
|
85
92
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
86
93
|
'fabric.editor.expandNode': 'Expand content',
|
|
87
94
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
95
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
|
|
96
|
+
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
97
|
+
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
88
98
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
89
99
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
100
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
101
|
+
'fabric.editor.headerColumn': 'Header column',
|
|
102
|
+
'fabric.editor.headerRow': 'Header row',
|
|
90
103
|
'fabric.editor.heading1': 'Heading 1',
|
|
91
104
|
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
92
105
|
'fabric.editor.heading2': 'Heading 2',
|
|
@@ -120,12 +133,15 @@ export default {
|
|
|
120
133
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
121
134
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
122
135
|
'fabric.editor.inlineTitle': 'Inline',
|
|
136
|
+
'fabric.editor.insertColumn': 'Insert column right',
|
|
123
137
|
'fabric.editor.insertMenu': 'Insert',
|
|
138
|
+
'fabric.editor.insertRow': 'Insert row below',
|
|
124
139
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
125
140
|
'fabric.editor.italic': 'Italic',
|
|
126
141
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
127
142
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
128
143
|
'fabric.editor.layoutWide': 'Go wide',
|
|
144
|
+
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
129
145
|
'fabric.editor.link': 'Link',
|
|
130
146
|
'fabric.editor.link.description': 'Insert a link',
|
|
131
147
|
'fabric.editor.linkAddress': 'Link address',
|
|
@@ -136,12 +152,14 @@ export default {
|
|
|
136
152
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
137
153
|
'fabric.editor.mention': 'Mention',
|
|
138
154
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
155
|
+
'fabric.editor.mergeCells': 'Merge cells',
|
|
139
156
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
140
157
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
141
158
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
142
159
|
'fabric.editor.normal': 'Normal text',
|
|
143
160
|
'fabric.editor.notePanel': 'Note panel',
|
|
144
161
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
162
|
+
'fabric.editor.numberedColumn': 'Numbered column',
|
|
145
163
|
'fabric.editor.off': '{formattingType} Off',
|
|
146
164
|
'fabric.editor.on': '{formattingType} On',
|
|
147
165
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
@@ -153,9 +171,17 @@ export default {
|
|
|
153
171
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
154
172
|
'fabric.editor.redo': 'Redo',
|
|
155
173
|
'fabric.editor.remove': 'Remove',
|
|
174
|
+
'fabric.editor.removeColumns': '{0, plural, one {Delete column} other {Delete columns}}',
|
|
156
175
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
176
|
+
'fabric.editor.removeRows': '{0, plural, one {Delete row} other {Delete rows}}',
|
|
177
|
+
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
178
|
+
'fabric.editor.rowControl': 'Highlight row',
|
|
157
179
|
'fabric.editor.saveButton': 'Save',
|
|
158
180
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
181
|
+
'fabric.editor.single': 'Single column',
|
|
182
|
+
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
183
|
+
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
184
|
+
'fabric.editor.splitCell': 'Split cell',
|
|
159
185
|
'fabric.editor.status': 'Status',
|
|
160
186
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
161
187
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
@@ -170,9 +196,16 @@ export default {
|
|
|
170
196
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
171
197
|
'fabric.editor.table': 'Table',
|
|
172
198
|
'fabric.editor.table.description': 'Insert a table',
|
|
199
|
+
'fabric.editor.tableOptions': 'Table options',
|
|
200
|
+
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
201
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
202
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
203
|
+
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
173
204
|
'fabric.editor.task': 'Task',
|
|
174
205
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
175
206
|
'fabric.editor.textStyles': 'Text styles',
|
|
207
|
+
'fabric.editor.threeColumns': 'Three columns',
|
|
208
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
176
209
|
'fabric.editor.time.ago': 'ago',
|
|
177
210
|
'fabric.editor.time.updated': 'Updated',
|
|
178
211
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -183,6 +216,7 @@ export default {
|
|
|
183
216
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
184
217
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
185
218
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
219
|
+
'fabric.editor.twoColumns': 'Two columns',
|
|
186
220
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
187
221
|
'fabric.editor.underline': 'Underline',
|
|
188
222
|
'fabric.editor.undo': 'Undo',
|