@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 80.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#99989](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99989)
|
|
8
|
+
[`e2bee5eb41f3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e2bee5eb41f3) -
|
|
9
|
+
EDF-607: Add analytics to track content changes to editable AI panels
|
|
10
|
+
|
|
3
11
|
## 80.4.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -20,7 +20,8 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Přidat sloupec vpravo',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Přidat komentář',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Přidat ohraničení',
|
|
23
|
-
'fabric.editor.addLoomVideo': '
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Nahrávání videa Loom',
|
|
24
|
+
'fabric.editor.addLoomVideoComment': 'Nahrát videokomentář Loom',
|
|
24
25
|
'fabric.editor.addMediaFiles': 'Přidat obrázek, video nebo soubor',
|
|
25
26
|
'fabric.editor.addRowAbove': 'Přidat řádek nad',
|
|
26
27
|
'fabric.editor.addRowBelow': 'Přidat řádek pod',
|
|
@@ -30,6 +31,8 @@ var _default = exports.default = {
|
|
|
30
31
|
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
31
32
|
'fabric.editor.alignLeft': 'Zarovnat vlevo',
|
|
32
33
|
'fabric.editor.alignRight': 'Zarovnat vpravo',
|
|
34
|
+
'fabric.editor.alignTableCenter': 'Zarovnat na střed',
|
|
35
|
+
'fabric.editor.alignTableLeft': 'Zarovnat vlevo',
|
|
33
36
|
'fabric.editor.alignment': 'Zarovnání textu',
|
|
34
37
|
'fabric.editor.altText': 'Alternativní text',
|
|
35
38
|
'fabric.editor.alttext.validation': 'Vymažte z alternativního textu všechny zvláštní znaky.',
|
|
@@ -73,6 +76,8 @@ var _default = exports.default = {
|
|
|
73
76
|
'fabric.editor.columnDragHandle': 'Možnosti sloupce',
|
|
74
77
|
'fabric.editor.columns': 'Rozvržení',
|
|
75
78
|
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
79
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Byl vložen sloupec.} few {Byly vloženy {count} sloupce.} many {Bylo vloženo {count} sloupce.} other {Bylo vloženo {count} sloupců.}}',
|
|
80
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Sloupec byl odebrán.} few {Byly odebrány {count} sloupce.} many {Bylo odebráno {count} sloupce.} other {Bylo odebráno {count} sloupců.}}',
|
|
76
81
|
'fabric.editor.configFailedToLoad': 'Nepodařilo se načíst',
|
|
77
82
|
'fabric.editor.configPanel.cancel': 'Zrušit',
|
|
78
83
|
'fabric.editor.configPanel.close': 'Zavřít',
|
|
@@ -192,6 +197,7 @@ var _default = exports.default = {
|
|
|
192
197
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
193
198
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládací prvky plovoucího panelu nástrojů byly otevřeny.',
|
|
194
199
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
200
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Možnosti rozvržení',
|
|
195
201
|
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
196
202
|
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
197
203
|
'fabric.editor.focusTableResizeHandle': 'Zaměření na úchyt ke změně velikosti tabulky',
|
|
@@ -209,15 +215,20 @@ var _default = exports.default = {
|
|
|
209
215
|
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
|
210
216
|
'fabric.editor.heading6': 'Nadpis 6',
|
|
211
217
|
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
|
218
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
|
|
219
|
+
'fabric.editor.headingLink.descOrderLabel': 'Zrušit řazení',
|
|
212
220
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
213
221
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
|
|
214
222
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
|
|
215
223
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
|
|
216
224
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
217
225
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
226
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
227
|
+
'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
|
|
218
228
|
'fabric.editor.help': 'Nápověda',
|
|
219
229
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
220
230
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
231
|
+
'fabric.editor.highlight': 'Barva zvýraznění',
|
|
221
232
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
222
233
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
223
234
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
|
|
@@ -257,13 +268,14 @@ var _default = exports.default = {
|
|
|
257
268
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
258
269
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
259
270
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
260
|
-
'fabric.editor.leftSidebar': '
|
|
271
|
+
'fabric.editor.leftSidebar': 'Rozvržení levého bočního panelu',
|
|
261
272
|
'fabric.editor.link': 'Odkaz',
|
|
262
273
|
'fabric.editor.link.description': 'Vložit odkaz',
|
|
263
274
|
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
264
275
|
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
265
276
|
'fabric.editor.lists': 'Seznamy',
|
|
266
277
|
'fabric.editor.listsFormat': 'Formátování seznamu',
|
|
278
|
+
'fabric.editor.lockColumns': 'Pevné šířky sloupců',
|
|
267
279
|
'fabric.editor.markdown': 'Snížení',
|
|
268
280
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
269
281
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Šířka multimédia byla snížena na {newMediaWidth,number} pixel.} few {Šířka multimédia byla snížena na {newMediaWidth,number} pixely.} many {Šířka multimédia byla snížena na {newMediaWidth,number} pixelu.} other {Šířka multimédia byla snížena na {newMediaWidth,number} pixelů.}}',
|
|
@@ -324,7 +336,7 @@ var _default = exports.default = {
|
|
|
324
336
|
'fabric.editor.plainText': 'Použít prostý text',
|
|
325
337
|
'fabric.editor.quickInsert': 'Rychlé vložení',
|
|
326
338
|
'fabric.editor.recordVideo': 'Nahrávání videa Loom',
|
|
327
|
-
'fabric.editor.recordVideo.description': 'Nahrávejte obrazovku a
|
|
339
|
+
'fabric.editor.recordVideo.description': 'Nahrávejte a sdílejte svou obrazovku a myšlenky.',
|
|
328
340
|
'fabric.editor.redo': 'Znovu',
|
|
329
341
|
'fabric.editor.remove': 'Odebrat',
|
|
330
342
|
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
@@ -337,9 +349,11 @@ var _default = exports.default = {
|
|
|
337
349
|
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
338
350
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
339
351
|
'fabric.editor.richText': 'Použít formátovaný text',
|
|
340
|
-
'fabric.editor.rightSidebar': '
|
|
352
|
+
'fabric.editor.rightSidebar': 'Rozvržení pravého bočního panelu',
|
|
341
353
|
'fabric.editor.rowControl': 'Zvýraznit řádek',
|
|
342
354
|
'fabric.editor.rowDragHandle': 'Možnosti řádku',
|
|
355
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Byl vložen řádek.} few {Byly vloženy {count} řádky.} many {Bylo vloženo {count} řádku.} other {Bylo vloženo {count} řádků.}}',
|
|
356
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Řádek byl odebrán.} few {Byly odebrány {count} řádky.} many {Bylo odebráno {count} řádku.} other {Bylo odebráno {count} řádků.}}',
|
|
343
357
|
'fabric.editor.saveButton': 'Uložit',
|
|
344
358
|
'fabric.editor.searchResults': '{itemsLength, plural, one {K dispozici je {itemsLength,number} výsledek vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} few {K dispozici jsou {itemsLength,number} výsledky vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} many {K dispozici je {itemsLength,number} výsledku vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.} other {K dispozici je {itemsLength,number} výsledků vyhledávání. Možnosti můžete procházet pomocí kláves se šipkami nahoru/dolů. Stisknutím klávesy Enter vyberete možnost.}}',
|
|
345
359
|
'fabric.editor.selectColumnResize': 'Vybrat sloupec ke změně velikosti',
|
|
@@ -348,7 +362,7 @@ var _default = exports.default = {
|
|
|
348
362
|
'fabric.editor.selectTableRow': 'Vybrat řádek tabulky',
|
|
349
363
|
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
350
364
|
'fabric.editor.shortcut': 'Textový zástupce',
|
|
351
|
-
'fabric.editor.single': '
|
|
365
|
+
'fabric.editor.single': 'Rozvržení jediného sloupce',
|
|
352
366
|
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
353
367
|
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
354
368
|
'fabric.editor.sortColumnDecreasing': 'Seřadit sestupně',
|
|
@@ -370,7 +384,13 @@ var _default = exports.default = {
|
|
|
370
384
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
371
385
|
'fabric.editor.table': 'Tabulka',
|
|
372
386
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
387
|
+
'fabric.editor.tableAlignmentOptions': 'Možnosti zarovnání',
|
|
373
388
|
'fabric.editor.tableFullWidthLabel': 'Celá šířka',
|
|
389
|
+
'fabric.editor.tableHeader.sorting.asc': 'Bylo použito vzestupné řazení',
|
|
390
|
+
'fabric.editor.tableHeader.sorting.default': 'Seřadit sloupec',
|
|
391
|
+
'fabric.editor.tableHeader.sorting.desc': 'Bylo použito sestupné řazení',
|
|
392
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Tabulku se sloučenými buňkami nejde seřadit',
|
|
393
|
+
'fabric.editor.tableHeader.sorting.no': 'U sloupce není použito žádné řazení',
|
|
374
394
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
375
395
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla snížena na {newWidth,number} pixel.} few {Šířka tabulky byla snížena na {newWidth,number} pixely.} many {Šířka tabulky byla snížena na {newWidth,number} pixelu.} other {Šířka tabulky byla snížena na {newWidth,number} pixelů.}}',
|
|
376
396
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Šířka tabulky byla zvýšena na {newWidth,number} pixel.} few {Šířka tabulky byla zvýšena na {newWidth,number} pixely.} many {Šířka tabulky byla zvýšena na {newWidth,number} pixelu.} other {Šířka tabulky byla zvýšena na {newWidth,number} pixelů.}}',
|
|
@@ -390,11 +410,13 @@ var _default = exports.default = {
|
|
|
390
410
|
'fabric.editor.task': 'Úkol',
|
|
391
411
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
392
412
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
393
|
-
'fabric.editor.textColor': 'Barva textu',
|
|
413
|
+
'fabric.editor.textColor': 'Barva textu: {selectedColorName}',
|
|
414
|
+
'fabric.editor.textColorTooltip': 'Barva textu',
|
|
394
415
|
'fabric.editor.textFormatting': 'Formátování textu',
|
|
395
|
-
'fabric.editor.textStyles': 'Styly textu',
|
|
396
|
-
'fabric.editor.
|
|
397
|
-
'fabric.editor.
|
|
416
|
+
'fabric.editor.textStyles': 'Styly textu: {blockTypeName}',
|
|
417
|
+
'fabric.editor.textStylesTooltip': 'Styly textu',
|
|
418
|
+
'fabric.editor.threeColumns': 'Rozvržení tří sloupců',
|
|
419
|
+
'fabric.editor.threeColumnsWithSidebars': 'Rozvržení tří sloupců s bočními panely',
|
|
398
420
|
'fabric.editor.time.ago': 'zpět',
|
|
399
421
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
400
422
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
@@ -406,7 +428,7 @@ var _default = exports.default = {
|
|
|
406
428
|
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
407
429
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
408
430
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
409
|
-
'fabric.editor.twoColumns': '
|
|
431
|
+
'fabric.editor.twoColumns': 'Rozvržení dvou sloupců',
|
|
410
432
|
'fabric.editor.typeAhead.popupLabel': 'Výsledky našeptávače',
|
|
411
433
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
|
|
412
434
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Zkratky pro vkládání a formátování',
|
|
@@ -416,6 +438,7 @@ var _default = exports.default = {
|
|
|
416
438
|
'fabric.editor.typeahead.mentionInputLabel': 'Když začnete psát, budou se vyhledávat uživatelé k označení.',
|
|
417
439
|
'fabric.editor.typeahead.mentionPopupLabel': 'Uživatelé, které můžete označit',
|
|
418
440
|
'fabric.editor.typeahead.metionListItemLabel': 'Uživatel {name} @{shortName}',
|
|
441
|
+
'fabric.editor.unLockColumns': 'Proměnné šířky sloupců',
|
|
419
442
|
'fabric.editor.unableToLoadContent': 'Obsah se nepodařilo načíst.',
|
|
420
443
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
421
444
|
'fabric.editor.underline': 'Podtržení',
|
|
@@ -477,7 +500,9 @@ var _default = exports.default = {
|
|
|
477
500
|
'fabric.theme.light-red': 'Světle červená',
|
|
478
501
|
'fabric.theme.light-teal': 'Světle modrozelená',
|
|
479
502
|
'fabric.theme.light-yellow': 'Světle žlutá',
|
|
503
|
+
'fabric.theme.lime': 'Limetková',
|
|
480
504
|
'fabric.theme.magenta': 'Fuchsiová',
|
|
505
|
+
'fabric.theme.no-color': 'Odebrat zvýraznění',
|
|
481
506
|
'fabric.theme.orange': 'Oranžová',
|
|
482
507
|
'fabric.theme.purple': 'Purpurová',
|
|
483
508
|
'fabric.theme.red': 'Červená',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -20,7 +20,8 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Tilføj kolonne til højre',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Tilføj kommentar',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Tilføj kant',
|
|
23
|
-
'fabric.editor.addLoomVideo': '
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Optag en Loom-video',
|
|
24
|
+
'fabric.editor.addLoomVideoComment': 'Optag en Loom-videokommentar',
|
|
24
25
|
'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
|
|
25
26
|
'fabric.editor.addRowAbove': 'Tilføj række ovenfor',
|
|
26
27
|
'fabric.editor.addRowBelow': 'Tilføj række nedenfor',
|
|
@@ -30,6 +31,8 @@ var _default = exports.default = {
|
|
|
30
31
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
31
32
|
'fabric.editor.alignLeft': 'Venstrejustér',
|
|
32
33
|
'fabric.editor.alignRight': 'Højrejustér',
|
|
34
|
+
'fabric.editor.alignTableCenter': 'Centrér',
|
|
35
|
+
'fabric.editor.alignTableLeft': 'Venstrejustér',
|
|
33
36
|
'fabric.editor.alignment': 'Tekstjustering',
|
|
34
37
|
'fabric.editor.altText': 'Al tekst',
|
|
35
38
|
'fabric.editor.alttext.validation': 'Fjern alle specialtegn i ALT-tekst.',
|
|
@@ -73,6 +76,8 @@ var _default = exports.default = {
|
|
|
73
76
|
'fabric.editor.columnDragHandle': 'Kolonneindstillinger',
|
|
74
77
|
'fabric.editor.columns': 'Layout',
|
|
75
78
|
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
79
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er blevet indsat} other {{count} kolonner er blevet indsat}}',
|
|
80
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Kolonnen er blevet fjernet} other {{count} kolonner er blevet fjernet}}',
|
|
76
81
|
'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
|
|
77
82
|
'fabric.editor.configPanel.cancel': 'Annuller',
|
|
78
83
|
'fabric.editor.configPanel.close': 'Luk',
|
|
@@ -192,6 +197,7 @@ var _default = exports.default = {
|
|
|
192
197
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
193
198
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
|
|
194
199
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
|
|
200
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Layoutindstillinger',
|
|
195
201
|
'fabric.editor.floatingToolbar.scrollLeft': 'Rul til venstre',
|
|
196
202
|
'fabric.editor.floatingToolbar.scrollRight': 'Rul til højre',
|
|
197
203
|
'fabric.editor.focusTableResizeHandle': 'Håndtag til ændring af størrelse på tabel i fokus',
|
|
@@ -209,15 +215,20 @@ var _default = exports.default = {
|
|
|
209
215
|
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
|
210
216
|
'fabric.editor.heading6': 'Overskrift 6',
|
|
211
217
|
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
218
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
|
|
219
|
+
'fabric.editor.headingLink.descOrderLabel': 'Ryd sortering',
|
|
212
220
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
213
221
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
214
222
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
215
223
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
216
224
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
217
225
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
226
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
227
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
|
|
218
228
|
'fabric.editor.help': 'Hjælp',
|
|
219
229
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
220
230
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
231
|
+
'fabric.editor.highlight': 'Farve på fremhævning',
|
|
221
232
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
222
233
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
223
234
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
|
|
@@ -257,13 +268,14 @@ var _default = exports.default = {
|
|
|
257
268
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
258
269
|
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
259
270
|
'fabric.editor.layoutWide': 'Vis bred',
|
|
260
|
-
'fabric.editor.leftSidebar': '
|
|
271
|
+
'fabric.editor.leftSidebar': 'Layout med venstre sidebjælke',
|
|
261
272
|
'fabric.editor.link': 'Link',
|
|
262
273
|
'fabric.editor.link.description': 'Indsæt et link',
|
|
263
274
|
'fabric.editor.linkAddress': 'Linkadresse',
|
|
264
275
|
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
265
276
|
'fabric.editor.lists': 'Liste',
|
|
266
277
|
'fabric.editor.listsFormat': 'Listeformatering',
|
|
278
|
+
'fabric.editor.lockColumns': 'Faste søjlebredder',
|
|
267
279
|
'fabric.editor.markdown': 'Markdown',
|
|
268
280
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
269
281
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediebredde reduceret til {newMediaWidth,number} pixel.} other {Mediebredde reduceret til {newMediaWidth,number} pixels.}}',
|
|
@@ -324,7 +336,7 @@ var _default = exports.default = {
|
|
|
324
336
|
'fabric.editor.plainText': 'Brug almindelig tekst',
|
|
325
337
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
326
338
|
'fabric.editor.recordVideo': 'Optag en Loom-video',
|
|
327
|
-
'fabric.editor.recordVideo.description': 'Optag din skærm og
|
|
339
|
+
'fabric.editor.recordVideo.description': 'Optag og del din skærm og dine tanker',
|
|
328
340
|
'fabric.editor.redo': 'Gentag',
|
|
329
341
|
'fabric.editor.remove': 'Fjern',
|
|
330
342
|
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
@@ -337,9 +349,11 @@ var _default = exports.default = {
|
|
|
337
349
|
'fabric.editor.replaceWith': 'Erstat med',
|
|
338
350
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
339
351
|
'fabric.editor.richText': 'Brug RTF',
|
|
340
|
-
'fabric.editor.rightSidebar': '
|
|
352
|
+
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
341
353
|
'fabric.editor.rowControl': 'Fremhæv række',
|
|
342
354
|
'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
|
|
355
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {En række er blevet indsat} other {{count} rækker er blevet indsat}}',
|
|
356
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rækken er blevet fjernet} other {{count} rækker er blevet fjernet}}',
|
|
343
357
|
'fabric.editor.saveButton': 'Gem',
|
|
344
358
|
'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.}}',
|
|
345
359
|
'fabric.editor.selectColumnResize': 'Vælg ændring af kolonnestørrelse',
|
|
@@ -348,7 +362,7 @@ var _default = exports.default = {
|
|
|
348
362
|
'fabric.editor.selectTableRow': 'Vælg tabelrække',
|
|
349
363
|
'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
|
|
350
364
|
'fabric.editor.shortcut': 'Genvej til tekst',
|
|
351
|
-
'fabric.editor.single': '
|
|
365
|
+
'fabric.editor.single': 'Layout med én kolonne',
|
|
352
366
|
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
353
367
|
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
354
368
|
'fabric.editor.sortColumnDecreasing': 'Sortér faldende',
|
|
@@ -370,7 +384,13 @@ var _default = exports.default = {
|
|
|
370
384
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
371
385
|
'fabric.editor.table': 'Tabel',
|
|
372
386
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
387
|
+
'fabric.editor.tableAlignmentOptions': 'Justeringsindstillinger',
|
|
373
388
|
'fabric.editor.tableFullWidthLabel': 'Fuld bredde',
|
|
389
|
+
'fabric.editor.tableHeader.sorting.asc': 'Stigende sortering anvendt',
|
|
390
|
+
'fabric.editor.tableHeader.sorting.default': 'Sortér kolonnen',
|
|
391
|
+
'fabric.editor.tableHeader.sorting.desc': 'Faldende sortering anvendt',
|
|
392
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Du kan ikke sortere en tabel med flettede celler',
|
|
393
|
+
'fabric.editor.tableHeader.sorting.no': 'Ingen sortering anvendt på kolonnen',
|
|
374
394
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
375
395
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde reduceret til {newWidth,number} pixel.} other {Tabelbredde reduceret til {newWidth,number} pixel.}}',
|
|
376
396
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde øget til {newWidth,number} pixel.} other {Tabelbredde øget til {newWidth,number} pixels.}}',
|
|
@@ -390,11 +410,13 @@ var _default = exports.default = {
|
|
|
390
410
|
'fabric.editor.task': 'Opgave',
|
|
391
411
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
392
412
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
393
|
-
'fabric.editor.textColor': '
|
|
413
|
+
'fabric.editor.textColor': '{selectedColorName} tekstfarve',
|
|
414
|
+
'fabric.editor.textColorTooltip': 'Tekstfarve',
|
|
394
415
|
'fabric.editor.textFormatting': 'Tekstformatering',
|
|
395
|
-
'fabric.editor.textStyles': '
|
|
396
|
-
'fabric.editor.
|
|
397
|
-
'fabric.editor.
|
|
416
|
+
'fabric.editor.textStyles': '{blockTypeName} tekstformatering',
|
|
417
|
+
'fabric.editor.textStylesTooltip': 'Tekstformatering',
|
|
418
|
+
'fabric.editor.threeColumns': 'Layout med tre kolonner',
|
|
419
|
+
'fabric.editor.threeColumnsWithSidebars': 'Layout med tre kolonner med sidebjælker',
|
|
398
420
|
'fabric.editor.time.ago': 'siden',
|
|
399
421
|
'fabric.editor.time.updated': 'Opdateret',
|
|
400
422
|
'fabric.editor.time.viewed': 'Vist',
|
|
@@ -406,7 +428,7 @@ var _default = exports.default = {
|
|
|
406
428
|
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
407
429
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
408
430
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
409
|
-
'fabric.editor.twoColumns': '
|
|
431
|
+
'fabric.editor.twoColumns': 'Layout med to kolonner',
|
|
410
432
|
'fabric.editor.typeAhead.popupLabel': 'Resultater for automatisk fuldførelse',
|
|
411
433
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynd at skrive for at søge efter eller filtrere genvejsmuligheder',
|
|
412
434
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Genveje til indsættelser og formatering',
|
|
@@ -416,6 +438,7 @@ var _default = exports.default = {
|
|
|
416
438
|
'fabric.editor.typeahead.mentionInputLabel': 'Begynd at indtaste for at søge efter brugere, du vil tagge',
|
|
417
439
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brugere, du kan tagge',
|
|
418
440
|
'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
|
|
441
|
+
'fabric.editor.unLockColumns': 'Variable søjlebredder',
|
|
419
442
|
'fabric.editor.unableToLoadContent': 'Vi kunne ikke indlæse dette indhold',
|
|
420
443
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
421
444
|
'fabric.editor.underline': 'Understreget',
|
|
@@ -477,7 +500,9 @@ var _default = exports.default = {
|
|
|
477
500
|
'fabric.theme.light-red': 'Lys rød',
|
|
478
501
|
'fabric.theme.light-teal': 'Lys teal',
|
|
479
502
|
'fabric.theme.light-yellow': 'Lys gul',
|
|
503
|
+
'fabric.theme.lime': 'Limegrøn',
|
|
480
504
|
'fabric.theme.magenta': 'Magenta',
|
|
505
|
+
'fabric.theme.no-color': 'Fjern fremhævning',
|
|
481
506
|
'fabric.theme.orange': 'Orange',
|
|
482
507
|
'fabric.theme.purple': 'lilla',
|
|
483
508
|
'fabric.theme.red': 'Rød',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -20,7 +20,8 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Spalte rechts hinzufügen',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Kommentar hinzufügen',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Rahmen hinzufügen',
|
|
23
|
-
'fabric.editor.addLoomVideo': 'Loom-Video
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Loom-Video aufnehmen',
|
|
24
|
+
'fabric.editor.addLoomVideoComment': 'Einen Loom-Videokommentar aufnehmen',
|
|
24
25
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
25
26
|
'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
|
|
26
27
|
'fabric.editor.addRowBelow': 'Zeile unterhalb hinzufügen',
|
|
@@ -30,6 +31,8 @@ var _default = exports.default = {
|
|
|
30
31
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
31
32
|
'fabric.editor.alignLeft': 'Links ausrichten',
|
|
32
33
|
'fabric.editor.alignRight': 'Rechts ausrichten',
|
|
34
|
+
'fabric.editor.alignTableCenter': 'Mittig ausrichten',
|
|
35
|
+
'fabric.editor.alignTableLeft': 'Links ausrichten',
|
|
33
36
|
'fabric.editor.alignment': 'Textausrichtung',
|
|
34
37
|
'fabric.editor.altText': 'Alternativer Text',
|
|
35
38
|
'fabric.editor.alttext.validation': 'Bitte entfernen Sie jegliche Sonderzeichen in alternativem Text.',
|
|
@@ -73,6 +76,8 @@ var _default = exports.default = {
|
|
|
73
76
|
'fabric.editor.columnDragHandle': 'Spaltenoptionen',
|
|
74
77
|
'fabric.editor.columns': 'Layouts',
|
|
75
78
|
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
79
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Eine Spalte wurde hinzugefügt.} other {{count} Spalten wurden hinzugefügt.}}',
|
|
80
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Die Spalte wurde entfernt.} other {{count} Spalten wurden entfernt.}}',
|
|
76
81
|
'fabric.editor.configFailedToLoad': 'Fehler beim Laden',
|
|
77
82
|
'fabric.editor.configPanel.cancel': 'Abbrechen',
|
|
78
83
|
'fabric.editor.configPanel.close': 'Schließen',
|
|
@@ -192,6 +197,7 @@ var _default = exports.default = {
|
|
|
192
197
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
193
198
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Steuerelemente für nicht verankerte Symbolleiste wurden geöffnet',
|
|
194
199
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
|
|
200
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Layout-Optionen',
|
|
195
201
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
196
202
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
197
203
|
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
@@ -209,15 +215,20 @@ var _default = exports.default = {
|
|
|
209
215
|
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
|
210
216
|
'fabric.editor.heading6': 'Überschrift 6',
|
|
211
217
|
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
218
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Spalte von Z nach A sortieren',
|
|
219
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sortierung löschen',
|
|
212
220
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
213
221
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
214
222
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
|
|
215
223
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Seite',
|
|
216
224
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
217
225
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
226
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
227
|
+
'fabric.editor.headingLink.noOrderLabel': 'Spalte von A nach Z sortieren',
|
|
218
228
|
'fabric.editor.help': 'Hilfe',
|
|
219
229
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
220
230
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
231
|
+
'fabric.editor.highlight': 'Markierungsfarbe',
|
|
221
232
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
222
233
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
223
234
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
|
|
@@ -257,13 +268,14 @@ var _default = exports.default = {
|
|
|
257
268
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
258
269
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
259
270
|
'fabric.editor.layoutWide': 'Verbreitern',
|
|
260
|
-
'fabric.editor.leftSidebar': '
|
|
271
|
+
'fabric.editor.leftSidebar': 'Layout der linken Seitenleiste',
|
|
261
272
|
'fabric.editor.link': 'Link',
|
|
262
273
|
'fabric.editor.link.description': 'Link einfügen',
|
|
263
274
|
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
264
275
|
'fabric.editor.linkPlaceholder': 'Link einfügen',
|
|
265
276
|
'fabric.editor.lists': 'Listen',
|
|
266
|
-
'fabric.editor.listsFormat': '
|
|
277
|
+
'fabric.editor.listsFormat': 'Formatierung der Liste',
|
|
278
|
+
'fabric.editor.lockColumns': 'Feste Spaltenbreiten',
|
|
267
279
|
'fabric.editor.markdown': 'Markdown',
|
|
268
280
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
269
281
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.}}',
|
|
@@ -324,7 +336,7 @@ var _default = exports.default = {
|
|
|
324
336
|
'fabric.editor.plainText': 'Nur-Text verwenden',
|
|
325
337
|
'fabric.editor.quickInsert': 'Schnelleinfügung',
|
|
326
338
|
'fabric.editor.recordVideo': 'Loom-Video aufnehmen',
|
|
327
|
-
'fabric.editor.recordVideo.description': '
|
|
339
|
+
'fabric.editor.recordVideo.description': 'Nehmen Sie Ihren Bildschirm und Ihre Gedanken auf und teilen Sie sie.',
|
|
328
340
|
'fabric.editor.redo': 'Wiederherstellen',
|
|
329
341
|
'fabric.editor.remove': 'Entfernen',
|
|
330
342
|
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
@@ -337,9 +349,11 @@ var _default = exports.default = {
|
|
|
337
349
|
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
338
350
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
339
351
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
340
|
-
'fabric.editor.rightSidebar': '
|
|
352
|
+
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
341
353
|
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
342
354
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
355
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Eine Zeile wurde eingefügt.} other {{count} Zeilen wurden eingefügt.}}',
|
|
356
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Die Zeile wurde entfernt.} other {{count} Zeilen wurden entfernt.}}',
|
|
343
357
|
'fabric.editor.saveButton': 'Speichern',
|
|
344
358
|
'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.}}',
|
|
345
359
|
'fabric.editor.selectColumnResize': 'Spaltengröße auswählen',
|
|
@@ -348,7 +362,7 @@ var _default = exports.default = {
|
|
|
348
362
|
'fabric.editor.selectTableRow': 'Zeile auswählen',
|
|
349
363
|
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
350
364
|
'fabric.editor.shortcut': 'Textverknüpfung',
|
|
351
|
-
'fabric.editor.single': '
|
|
365
|
+
'fabric.editor.single': 'Layout mit einer Spalte',
|
|
352
366
|
'fabric.editor.sortColumnASC': 'Spalte sortieren: A → Z',
|
|
353
367
|
'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
|
|
354
368
|
'fabric.editor.sortColumnDecreasing': 'Absteigend sortieren',
|
|
@@ -370,7 +384,13 @@ var _default = exports.default = {
|
|
|
370
384
|
'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
|
|
371
385
|
'fabric.editor.table': 'Tabelle',
|
|
372
386
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
387
|
+
'fabric.editor.tableAlignmentOptions': 'Ausrichtungsoptionen',
|
|
373
388
|
'fabric.editor.tableFullWidthLabel': 'Volle Breite',
|
|
389
|
+
'fabric.editor.tableHeader.sorting.asc': 'Aufsteigend sortiert',
|
|
390
|
+
'fabric.editor.tableHeader.sorting.default': 'Spalte sortieren',
|
|
391
|
+
'fabric.editor.tableHeader.sorting.desc': 'Absteigend sortiert',
|
|
392
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
393
|
+
'fabric.editor.tableHeader.sorting.no': 'Keine Sortierung auf die Spalte angewendet',
|
|
374
394
|
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
375
395
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel verringert.}}',
|
|
376
396
|
'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.}}',
|
|
@@ -390,11 +410,13 @@ var _default = exports.default = {
|
|
|
390
410
|
'fabric.editor.task': 'Task',
|
|
391
411
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
392
412
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
393
|
-
'fabric.editor.textColor': 'Textfarbe',
|
|
413
|
+
'fabric.editor.textColor': 'Textfarbe: {selectedColorName}',
|
|
414
|
+
'fabric.editor.textColorTooltip': 'Textfarbe',
|
|
394
415
|
'fabric.editor.textFormatting': 'Textformatierung',
|
|
395
|
-
'fabric.editor.textStyles': '
|
|
396
|
-
'fabric.editor.
|
|
397
|
-
'fabric.editor.
|
|
416
|
+
'fabric.editor.textStyles': 'Textstile: {blockTypeName}',
|
|
417
|
+
'fabric.editor.textStylesTooltip': 'Textstile',
|
|
418
|
+
'fabric.editor.threeColumns': 'Layout mit drei Spalten',
|
|
419
|
+
'fabric.editor.threeColumnsWithSidebars': 'Layout mit drei Spalten und Seitenleisten',
|
|
398
420
|
'fabric.editor.time.ago': 'vor',
|
|
399
421
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
400
422
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
@@ -406,7 +428,7 @@ var _default = exports.default = {
|
|
|
406
428
|
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
407
429
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
408
430
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
409
|
-
'fabric.editor.twoColumns': '
|
|
431
|
+
'fabric.editor.twoColumns': 'Layout mit zwei Spalten',
|
|
410
432
|
'fabric.editor.typeAhead.popupLabel': 'Ergebnisse der Vorschlagsfunktion',
|
|
411
433
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Beginnen Sie die Eingabe, um nach Optionen für Tastenkombinationen zu suchen oder diese zu filtern',
|
|
412
434
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Tastenkombination für Einfügungen und Formatierung',
|
|
@@ -416,6 +438,7 @@ var _default = exports.default = {
|
|
|
416
438
|
'fabric.editor.typeahead.mentionInputLabel': 'Beginnen Sie mit der Eingabe, um nach Benutzern zum Kennzeichnen zu suchen',
|
|
417
439
|
'fabric.editor.typeahead.mentionPopupLabel': 'Benutzer, die Sie kennzeichnen können',
|
|
418
440
|
'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
|
|
441
|
+
'fabric.editor.unLockColumns': 'Variierbare Spaltenbreiten',
|
|
419
442
|
'fabric.editor.unableToLoadContent': 'Der Inhalt konnte nicht geladen werden',
|
|
420
443
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
421
444
|
'fabric.editor.underline': 'Unterstrichen',
|
|
@@ -477,7 +500,9 @@ var _default = exports.default = {
|
|
|
477
500
|
'fabric.theme.light-red': 'Hellrot',
|
|
478
501
|
'fabric.theme.light-teal': 'Helltürkis',
|
|
479
502
|
'fabric.theme.light-yellow': 'Hellgelb',
|
|
503
|
+
'fabric.theme.lime': 'Limettengrün',
|
|
480
504
|
'fabric.theme.magenta': 'Magenta',
|
|
505
|
+
'fabric.theme.no-color': 'Markierung entfernen',
|
|
481
506
|
'fabric.theme.orange': 'Orange',
|
|
482
507
|
'fabric.theme.purple': 'Violett',
|
|
483
508
|
'fabric.theme.red': 'Rot',
|