@atlaskit/editor-common 80.4.1 → 80.4.2
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 +8 -0
- package/dist/cjs/i18n/cs.js +35 -10
- package/dist/cjs/i18n/da.js +35 -10
- package/dist/cjs/i18n/de.js +36 -11
- package/dist/cjs/i18n/en.js +36 -10
- package/dist/cjs/i18n/en_GB.js +36 -10
- package/dist/cjs/i18n/en_ZZ.js +37 -11
- package/dist/cjs/i18n/es.js +35 -10
- package/dist/cjs/i18n/fi.js +35 -10
- package/dist/cjs/i18n/fr.js +35 -10
- package/dist/cjs/i18n/hu.js +35 -10
- package/dist/cjs/i18n/it.js +35 -10
- package/dist/cjs/i18n/ja.js +35 -10
- package/dist/cjs/i18n/ko.js +35 -10
- package/dist/cjs/i18n/nb.js +35 -10
- package/dist/cjs/i18n/nl.js +35 -10
- package/dist/cjs/i18n/pl.js +35 -10
- package/dist/cjs/i18n/pt_BR.js +35 -10
- package/dist/cjs/i18n/ru.js +35 -10
- package/dist/cjs/i18n/sv.js +35 -10
- package/dist/cjs/i18n/th.js +35 -10
- package/dist/cjs/i18n/tr.js +35 -10
- package/dist/cjs/i18n/uk.js +35 -10
- package/dist/cjs/i18n/vi.js +35 -10
- package/dist/cjs/i18n/zh.js +35 -10
- package/dist/cjs/i18n/zh_TW.js +35 -10
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +35 -10
- package/dist/es2019/i18n/da.js +35 -10
- package/dist/es2019/i18n/de.js +36 -11
- package/dist/es2019/i18n/en.js +36 -10
- package/dist/es2019/i18n/en_GB.js +36 -10
- package/dist/es2019/i18n/en_ZZ.js +37 -11
- package/dist/es2019/i18n/es.js +35 -10
- package/dist/es2019/i18n/fi.js +35 -10
- package/dist/es2019/i18n/fr.js +35 -10
- package/dist/es2019/i18n/hu.js +35 -10
- package/dist/es2019/i18n/it.js +35 -10
- package/dist/es2019/i18n/ja.js +35 -10
- package/dist/es2019/i18n/ko.js +35 -10
- package/dist/es2019/i18n/nb.js +35 -10
- package/dist/es2019/i18n/nl.js +35 -10
- package/dist/es2019/i18n/pl.js +35 -10
- package/dist/es2019/i18n/pt_BR.js +35 -10
- package/dist/es2019/i18n/ru.js +35 -10
- package/dist/es2019/i18n/sv.js +35 -10
- package/dist/es2019/i18n/th.js +35 -10
- package/dist/es2019/i18n/tr.js +35 -10
- package/dist/es2019/i18n/uk.js +35 -10
- package/dist/es2019/i18n/vi.js +35 -10
- package/dist/es2019/i18n/zh.js +35 -10
- package/dist/es2019/i18n/zh_TW.js +35 -10
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +35 -10
- package/dist/esm/i18n/da.js +35 -10
- package/dist/esm/i18n/de.js +36 -11
- package/dist/esm/i18n/en.js +36 -10
- package/dist/esm/i18n/en_GB.js +36 -10
- package/dist/esm/i18n/en_ZZ.js +37 -11
- package/dist/esm/i18n/es.js +35 -10
- package/dist/esm/i18n/fi.js +35 -10
- package/dist/esm/i18n/fr.js +35 -10
- package/dist/esm/i18n/hu.js +35 -10
- package/dist/esm/i18n/it.js +35 -10
- package/dist/esm/i18n/ja.js +35 -10
- package/dist/esm/i18n/ko.js +35 -10
- package/dist/esm/i18n/nb.js +35 -10
- package/dist/esm/i18n/nl.js +35 -10
- package/dist/esm/i18n/pl.js +35 -10
- package/dist/esm/i18n/pt_BR.js +35 -10
- package/dist/esm/i18n/ru.js +35 -10
- package/dist/esm/i18n/sv.js +35 -10
- package/dist/esm/i18n/th.js +35 -10
- package/dist/esm/i18n/tr.js +35 -10
- package/dist/esm/i18n/uk.js +35 -10
- package/dist/esm/i18n/vi.js +35 -10
- package/dist/esm/i18n/zh.js +35 -10
- package/dist/esm/i18n/zh_TW.js +35 -10
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/insert-events.d.ts +1 -0
- package/dist/types/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +25 -0
- package/dist/types/i18n/da.d.ts +25 -0
- package/dist/types/i18n/de.d.ts +25 -0
- package/dist/types/i18n/en.d.ts +26 -0
- package/dist/types/i18n/en_GB.d.ts +26 -0
- package/dist/types/i18n/en_ZZ.d.ts +26 -0
- package/dist/types/i18n/es.d.ts +25 -0
- package/dist/types/i18n/fi.d.ts +25 -0
- package/dist/types/i18n/fr.d.ts +25 -0
- package/dist/types/i18n/hu.d.ts +25 -0
- package/dist/types/i18n/it.d.ts +25 -0
- package/dist/types/i18n/ja.d.ts +25 -0
- package/dist/types/i18n/ko.d.ts +25 -0
- package/dist/types/i18n/nb.d.ts +25 -0
- package/dist/types/i18n/nl.d.ts +25 -0
- package/dist/types/i18n/pl.d.ts +25 -0
- package/dist/types/i18n/pt_BR.d.ts +25 -0
- package/dist/types/i18n/ru.d.ts +25 -0
- package/dist/types/i18n/sv.d.ts +25 -0
- package/dist/types/i18n/th.d.ts +25 -0
- package/dist/types/i18n/tr.d.ts +25 -0
- package/dist/types/i18n/uk.d.ts +25 -0
- package/dist/types/i18n/vi.d.ts +25 -0
- package/dist/types/i18n/zh.d.ts +25 -0
- package/dist/types/i18n/zh_TW.d.ts +25 -0
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -0
- package/dist/types-ts4.5/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +25 -0
- package/dist/types-ts4.5/i18n/da.d.ts +25 -0
- package/dist/types-ts4.5/i18n/de.d.ts +25 -0
- package/dist/types-ts4.5/i18n/en.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +26 -0
- package/dist/types-ts4.5/i18n/es.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +25 -0
- package/dist/types-ts4.5/i18n/it.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +25 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +25 -0
- package/dist/types-ts4.5/i18n/th.d.ts +25 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +25 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +25 -0
- package/package.json +5 -5
package/dist/esm/i18n/da.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Tilføj kolonne til højre',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Tilføj kommentar',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Tilføj kant',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Optag en Loom-video',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Optag en Loom-videokommentar',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Tilføj række ovenfor',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Tilføj række nedenfor',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
25
26
|
'fabric.editor.alignLeft': 'Venstrejustér',
|
|
26
27
|
'fabric.editor.alignRight': 'Højrejustér',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Centrér',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Venstrejustér',
|
|
27
30
|
'fabric.editor.alignment': 'Tekstjustering',
|
|
28
31
|
'fabric.editor.altText': 'Al tekst',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Fjern alle specialtegn i ALT-tekst.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Kolonneindstillinger',
|
|
68
71
|
'fabric.editor.columns': 'Layout',
|
|
69
72
|
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er blevet indsat} other {{count} kolonner er blevet indsat}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Kolonnen er blevet fjernet} other {{count} kolonner er blevet fjernet}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Annuller',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Luk',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Layoutindstillinger',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Rul til venstre',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Rul til højre',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Håndtag til ændring af størrelse på tabel i fokus',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
|
204
210
|
'fabric.editor.heading6': 'Overskrift 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Ryd sortering',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
|
|
212
222
|
'fabric.editor.help': 'Hjælp',
|
|
213
223
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
225
|
+
'fabric.editor.highlight': 'Farve på fremhævning',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
253
264
|
'fabric.editor.layoutWide': 'Vis bred',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Layout med venstre sidebjælke',
|
|
255
266
|
'fabric.editor.link': 'Link',
|
|
256
267
|
'fabric.editor.link.description': 'Indsæt et link',
|
|
257
268
|
'fabric.editor.linkAddress': 'Linkadresse',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
259
270
|
'fabric.editor.lists': 'Liste',
|
|
260
271
|
'fabric.editor.listsFormat': 'Listeformatering',
|
|
272
|
+
'fabric.editor.lockColumns': 'Faste søjlebredder',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediebredde reduceret til {newMediaWidth,number} pixel.} other {Mediebredde reduceret til {newMediaWidth,number} pixels.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Brug almindelig tekst',
|
|
319
331
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
320
332
|
'fabric.editor.recordVideo': 'Optag en Loom-video',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Optag din skærm og
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Optag og del din skærm og dine tanker',
|
|
322
334
|
'fabric.editor.redo': 'Gentag',
|
|
323
335
|
'fabric.editor.remove': 'Fjern',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Erstat med',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Brug RTF',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
335
347
|
'fabric.editor.rowControl': 'Fremhæv række',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {En række er blevet indsat} other {{count} rækker er blevet indsat}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rækken er blevet fjernet} other {{count} rækker er blevet fjernet}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Gem',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} søgeresultat tilgængeligt. Brug piletasterne op og ned til at navigere gennem mulighederne. Tryk på Enter for at vælge en mulighed.} other {{itemsLength,number} søgeresultater er tilgængelige. Brug piletasterne op og ned til at navigere gennem mulighederne. Tryk på Enter for at vælge en mulighed.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Vælg ændring af kolonnestørrelse',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Vælg tabelrække',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
|
|
344
358
|
'fabric.editor.shortcut': 'Genvej til tekst',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Layout med én kolonne',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Sortér faldende',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
365
379
|
'fabric.editor.table': 'Tabel',
|
|
366
380
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Justeringsindstillinger',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Fuld bredde',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Stigende sortering anvendt',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Sortér kolonnen',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Faldende sortering anvendt',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Du kan ikke sortere en tabel med flettede celler',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'Ingen sortering anvendt på kolonnen',
|
|
368
388
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde reduceret til {newWidth,number} pixel.} other {Tabelbredde reduceret til {newWidth,number} pixel.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde øget til {newWidth,number} pixel.} other {Tabelbredde øget til {newWidth,number} pixels.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Opgave',
|
|
385
405
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
387
|
-
'fabric.editor.textColor': '
|
|
407
|
+
'fabric.editor.textColor': '{selectedColorName} tekstfarve',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Tekstfarve',
|
|
388
409
|
'fabric.editor.textFormatting': 'Tekstformatering',
|
|
389
|
-
'fabric.editor.textStyles': '
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': '{blockTypeName} tekstformatering',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Tekstformatering',
|
|
412
|
+
'fabric.editor.threeColumns': 'Layout med tre kolonner',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Layout med tre kolonner med sidebjælker',
|
|
392
414
|
'fabric.editor.time.ago': 'siden',
|
|
393
415
|
'fabric.editor.time.updated': 'Opdateret',
|
|
394
416
|
'fabric.editor.time.viewed': 'Vist',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Layout med to kolonner',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Resultater for automatisk fuldførelse',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynd at skrive for at søge efter eller filtrere genvejsmuligheder',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Genveje til indsættelser og formatering',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Begynd at indtaste for at søge efter brugere, du vil tagge',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brugere, du kan tagge',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Variable søjlebredder',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'Vi kunne ikke indlæse dette indhold',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
415
438
|
'fabric.editor.underline': 'Understreget',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Lys rød',
|
|
472
495
|
'fabric.theme.light-teal': 'Lys teal',
|
|
473
496
|
'fabric.theme.light-yellow': 'Lys gul',
|
|
497
|
+
'fabric.theme.lime': 'Limegrøn',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': 'Fjern fremhævning',
|
|
475
500
|
'fabric.theme.orange': 'Orange',
|
|
476
501
|
'fabric.theme.purple': 'lilla',
|
|
477
502
|
'fabric.theme.red': 'Rød',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Spalte rechts hinzufügen',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Kommentar hinzufügen',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Rahmen hinzufügen',
|
|
17
|
-
'fabric.editor.addLoomVideo': 'Loom-Video
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Loom-Video aufnehmen',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Einen Loom-Videokommentar aufnehmen',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Zeile unterhalb hinzufügen',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
25
26
|
'fabric.editor.alignLeft': 'Links ausrichten',
|
|
26
27
|
'fabric.editor.alignRight': 'Rechts ausrichten',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Mittig ausrichten',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Links ausrichten',
|
|
27
30
|
'fabric.editor.alignment': 'Textausrichtung',
|
|
28
31
|
'fabric.editor.altText': 'Alternativer Text',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Bitte entfernen Sie jegliche Sonderzeichen in alternativem Text.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Spaltenoptionen',
|
|
68
71
|
'fabric.editor.columns': 'Layouts',
|
|
69
72
|
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Eine Spalte wurde hinzugefügt.} other {{count} Spalten wurden hinzugefügt.}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Die Spalte wurde entfernt.} other {{count} Spalten wurden entfernt.}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Fehler beim Laden',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Abbrechen',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Schließen',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Steuerelemente für nicht verankerte Symbolleiste wurden geöffnet',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Layout-Optionen',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
|
204
210
|
'fabric.editor.heading6': 'Überschrift 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Spalte von Z nach A sortieren',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sortierung löschen',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Seite',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Spalte von A nach Z sortieren',
|
|
212
222
|
'fabric.editor.help': 'Hilfe',
|
|
213
223
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
225
|
+
'fabric.editor.highlight': 'Markierungsfarbe',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
253
264
|
'fabric.editor.layoutWide': 'Verbreitern',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Layout der linken Seitenleiste',
|
|
255
266
|
'fabric.editor.link': 'Link',
|
|
256
267
|
'fabric.editor.link.description': 'Link einfügen',
|
|
257
268
|
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Link einfügen',
|
|
259
270
|
'fabric.editor.lists': 'Listen',
|
|
260
|
-
'fabric.editor.listsFormat': '
|
|
271
|
+
'fabric.editor.listsFormat': 'Formatierung der Liste',
|
|
272
|
+
'fabric.editor.lockColumns': 'Feste Spaltenbreiten',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Nur-Text verwenden',
|
|
319
331
|
'fabric.editor.quickInsert': 'Schnelleinfügung',
|
|
320
332
|
'fabric.editor.recordVideo': 'Loom-Video aufnehmen',
|
|
321
|
-
'fabric.editor.recordVideo.description': '
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Nehmen Sie Ihren Bildschirm und Ihre Gedanken auf und teilen Sie sie.',
|
|
322
334
|
'fabric.editor.redo': 'Wiederherstellen',
|
|
323
335
|
'fabric.editor.remove': 'Entfernen',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
335
347
|
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Eine Zeile wurde eingefügt.} other {{count} Zeilen wurden eingefügt.}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Die Zeile wurde entfernt.} other {{count} Zeilen wurden entfernt.}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Speichern',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} Suchergebnis verfügbar. Benutzen Sie die Pfeiltasten nach oben und unten, um zwischen den Optionen zu navigieren. Drücken Sie die Eingabetaste, um eine Option auszuwählen.} other {{itemsLength,number} Suchergebnisse verfügbar. Benutzen Sie die Pfeiltasten nach oben und unten, um zwischen den Optionen zu navigieren. Drücken Sie die Eingabetaste, um eine Option auszuwählen.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Spaltengröße auswählen',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Zeile auswählen',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
344
358
|
'fabric.editor.shortcut': 'Textverknüpfung',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Layout mit einer Spalte',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Spalte sortieren: A → Z',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Absteigend sortieren',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
|
|
365
379
|
'fabric.editor.table': 'Tabelle',
|
|
366
380
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Ausrichtungsoptionen',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Volle Breite',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Aufsteigend sortiert',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Spalte sortieren',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Absteigend sortiert',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'Keine Sortierung auf die Spalte angewendet',
|
|
368
388
|
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Task',
|
|
385
405
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
387
|
-
'fabric.editor.textColor': 'Textfarbe',
|
|
407
|
+
'fabric.editor.textColor': 'Textfarbe: {selectedColorName}',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Textfarbe',
|
|
388
409
|
'fabric.editor.textFormatting': 'Textformatierung',
|
|
389
|
-
'fabric.editor.textStyles': '
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': 'Textstile: {blockTypeName}',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Textstile',
|
|
412
|
+
'fabric.editor.threeColumns': 'Layout mit drei Spalten',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Layout mit drei Spalten und Seitenleisten',
|
|
392
414
|
'fabric.editor.time.ago': 'vor',
|
|
393
415
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
394
416
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Layout mit zwei Spalten',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Ergebnisse der Vorschlagsfunktion',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Beginnen Sie die Eingabe, um nach Optionen für Tastenkombinationen zu suchen oder diese zu filtern',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Tastenkombination für Einfügungen und Formatierung',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Beginnen Sie mit der Eingabe, um nach Benutzern zum Kennzeichnen zu suchen',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Benutzer, die Sie kennzeichnen können',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Variierbare Spaltenbreiten',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'Der Inhalt konnte nicht geladen werden',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
415
438
|
'fabric.editor.underline': 'Unterstrichen',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Hellrot',
|
|
472
495
|
'fabric.theme.light-teal': 'Helltürkis',
|
|
473
496
|
'fabric.theme.light-yellow': 'Hellgelb',
|
|
497
|
+
'fabric.theme.lime': 'Limettengrün',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': 'Markierung entfernen',
|
|
475
500
|
'fabric.theme.orange': 'Orange',
|
|
476
501
|
'fabric.theme.purple': 'Violett',
|
|
477
502
|
'fabric.theme.red': 'Rot',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Add column right',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Add comment',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Add border',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Record a Loom video',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Record a Loom video comment',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Align right',
|
|
25
26
|
'fabric.editor.alignLeft': 'Align left',
|
|
26
27
|
'fabric.editor.alignRight': 'Align right',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Align center',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Align left',
|
|
27
30
|
'fabric.editor.alignment': 'Text alignment',
|
|
28
31
|
'fabric.editor.altText': 'Alt text',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
68
71
|
'fabric.editor.columns': 'Layouts',
|
|
69
72
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {The column has been} other {{count} columns have been}} removed',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Close',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Layout options',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
204
210
|
'fabric.editor.heading6': 'Heading 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Clear sorting',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': "⚠️ You can't sort a table with merged cells",
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
212
222
|
'fabric.editor.help': 'Help',
|
|
213
223
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
225
|
+
'fabric.editor.highlight': 'Highlight color',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Divider',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
253
264
|
'fabric.editor.layoutWide': 'Go wide',
|
|
254
|
-
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
265
|
+
'fabric.editor.leftSidebar': 'Left sidebar layout',
|
|
255
266
|
'fabric.editor.link': 'Link',
|
|
256
267
|
'fabric.editor.link.description': 'Insert a link',
|
|
257
268
|
'fabric.editor.linkAddress': 'Link address',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
259
270
|
'fabric.editor.lists': 'Lists',
|
|
260
271
|
'fabric.editor.listsFormat': 'List formatting',
|
|
272
|
+
'fabric.editor.lockColumns': 'Fixed column widths',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Match case',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
@@ -309,6 +321,7 @@ export default {
|
|
|
309
321
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
310
322
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
311
323
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
312
325
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
313
326
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
314
327
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
@@ -318,7 +331,7 @@ export default {
|
|
|
318
331
|
'fabric.editor.plainText': 'Use plain text',
|
|
319
332
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
320
333
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Record your screen and
|
|
334
|
+
'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
|
|
322
335
|
'fabric.editor.redo': 'Redo',
|
|
323
336
|
'fabric.editor.remove': 'Remove',
|
|
324
337
|
'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
|
|
@@ -331,9 +344,11 @@ export default {
|
|
|
331
344
|
'fabric.editor.replaceWith': 'Replace with',
|
|
332
345
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
333
346
|
'fabric.editor.richText': 'Use rich text',
|
|
334
|
-
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
347
|
+
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
335
348
|
'fabric.editor.rowControl': 'Highlight row',
|
|
336
349
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
350
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
|
|
351
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
|
|
337
352
|
'fabric.editor.saveButton': 'Save',
|
|
338
353
|
'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
|
|
339
354
|
'fabric.editor.selectColumnResize': 'Select column resize',
|
|
@@ -342,7 +357,7 @@ export default {
|
|
|
342
357
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
343
358
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
344
359
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
345
|
-
'fabric.editor.single': 'Single column',
|
|
360
|
+
'fabric.editor.single': 'Single column layout',
|
|
346
361
|
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
347
362
|
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
348
363
|
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
@@ -364,7 +379,13 @@ export default {
|
|
|
364
379
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
365
380
|
'fabric.editor.table': 'Table',
|
|
366
381
|
'fabric.editor.table.description': 'Insert a table',
|
|
382
|
+
'fabric.editor.tableAlignmentOptions': 'Alignment options',
|
|
367
383
|
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.asc': 'Ascending sort applied',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.default': 'Sort the column',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.desc': 'Descending sort applied',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.invalid': "You can't sort a table with merged cells",
|
|
388
|
+
'fabric.editor.tableHeader.sorting.no': 'No sort applied to the column',
|
|
368
389
|
'fabric.editor.tableOptions': 'Table options',
|
|
369
390
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': 'Table width decreased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
370
391
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
@@ -385,11 +406,13 @@ export default {
|
|
|
385
406
|
'fabric.editor.task': 'Task',
|
|
386
407
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
387
408
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
388
|
-
'fabric.editor.textColor': 'Text color',
|
|
409
|
+
'fabric.editor.textColor': '{selectedColorName} Text color',
|
|
410
|
+
'fabric.editor.textColorTooltip': 'Text color',
|
|
389
411
|
'fabric.editor.textFormatting': 'Text formatting',
|
|
390
|
-
'fabric.editor.textStyles': 'Text styles',
|
|
391
|
-
'fabric.editor.
|
|
392
|
-
'fabric.editor.
|
|
412
|
+
'fabric.editor.textStyles': '{blockTypeName} Text styles',
|
|
413
|
+
'fabric.editor.textStylesTooltip': 'Text styles',
|
|
414
|
+
'fabric.editor.threeColumns': 'Three columns layout',
|
|
415
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars layout',
|
|
393
416
|
'fabric.editor.time.ago': 'ago',
|
|
394
417
|
'fabric.editor.time.updated': 'Updated',
|
|
395
418
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -401,7 +424,7 @@ export default {
|
|
|
401
424
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
402
425
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
403
426
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
404
|
-
'fabric.editor.twoColumns': 'Two columns',
|
|
427
|
+
'fabric.editor.twoColumns': 'Two columns layout',
|
|
405
428
|
'fabric.editor.typeAhead.popupLabel': 'Typeahead results',
|
|
406
429
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
407
430
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
@@ -411,6 +434,7 @@ export default {
|
|
|
411
434
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
412
435
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
413
436
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
437
|
+
'fabric.editor.unLockColumns': 'Variable column widths',
|
|
414
438
|
'fabric.editor.unableToLoadContent': "We couldn't load this content",
|
|
415
439
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
416
440
|
'fabric.editor.underline': 'Underline',
|
|
@@ -472,7 +496,9 @@ export default {
|
|
|
472
496
|
'fabric.theme.light-red': 'Light red',
|
|
473
497
|
'fabric.theme.light-teal': 'Light teal',
|
|
474
498
|
'fabric.theme.light-yellow': 'Light yellow',
|
|
499
|
+
'fabric.theme.lime': 'Lime',
|
|
475
500
|
'fabric.theme.magenta': 'Magenta',
|
|
501
|
+
'fabric.theme.no-color': 'Remove highlight',
|
|
476
502
|
'fabric.theme.orange': 'Orange',
|
|
477
503
|
'fabric.theme.purple': 'Purple',
|
|
478
504
|
'fabric.theme.red': 'Red',
|