@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/nb.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Legg til kolonne til høyre',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Legg til kommentar',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Legg til kantlinje',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Ta opp en Loom-video',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Ta opp en kommentar på en Loom-video',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Legg til rad over',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Legg til rad under',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Høyrejustert',
|
|
25
26
|
'fabric.editor.alignLeft': 'Venstrejustert',
|
|
26
27
|
'fabric.editor.alignRight': 'Høyrejustert',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Midtjustert',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Venstrejustert',
|
|
27
30
|
'fabric.editor.alignment': 'Tekstjustering',
|
|
28
31
|
'fabric.editor.altText': 'Alternativ tekst',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Fjern alle spesialtegn i alt-teksten.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Kolonnealternativer',
|
|
68
71
|
'fabric.editor.columns': 'Oppsett',
|
|
69
72
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er satt inn} other {{count} kolonner er satt inn}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Kolonnen er fjernet} other {{count} kolonner er fjernet}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Kunne ikke lastes inn',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Avbryt',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Lukk',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flytende verktøylinje med kontroller er åpnet',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flytende verktøylinje',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Alternativer for oppsett',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Rull mot venstre',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Rull mot høyre',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Skaleringshåndtak for fokustabell',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
|
|
204
210
|
'fabric.editor.heading6': '6. overskrift',
|
|
205
211
|
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sorter kolonne Å til A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Fjern sortering',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Programfeil',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sak',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Oppgave',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sorter kolonne A til Å',
|
|
212
222
|
'fabric.editor.help': 'Hjelp',
|
|
213
223
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
225
|
+
'fabric.editor.highlight': 'Fremhevingsfarge',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Deler',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
253
264
|
'fabric.editor.layoutWide': 'Gå for bredere',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Oppsett for venstre sidestolpe',
|
|
255
266
|
'fabric.editor.link': 'Kobling',
|
|
256
267
|
'fabric.editor.link.description': 'Sett inn en kobling',
|
|
257
268
|
'fabric.editor.linkAddress': 'Koblingsadresse',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Lim inn kobling',
|
|
259
270
|
'fabric.editor.lists': 'Lister',
|
|
260
271
|
'fabric.editor.listsFormat': 'Listeformatering',
|
|
272
|
+
'fabric.editor.lockColumns': 'Faste kolonnebredder',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediebredden er redusert til {newMediaWidth,number} piksel.} other {Mediebredden er redusert til {newMediaWidth,number} piksler.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Bruk ren tekst',
|
|
319
331
|
'fabric.editor.quickInsert': 'Hurtiginnsetting',
|
|
320
332
|
'fabric.editor.recordVideo': 'Ta opp en Loom-video',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Ta opp
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Ta opp og del skjerm og tanker',
|
|
322
334
|
'fabric.editor.redo': 'Gjør om',
|
|
323
335
|
'fabric.editor.remove': 'Fjern',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Slett kolonne} other {Slett kolonner}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Erstatt med',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Bruk rik tekst',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Oppsett for høyre sidestolpe',
|
|
335
347
|
'fabric.editor.rowControl': 'Fremhev rad',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {En rad er satt inn} other {{count} rader er satt inn}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Raden er fjernet} other {{count} rader er fjernet}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Lagre',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} søkeresultat er tilgjengelig. Bruk Pil opp og Pil ned for å navigere blant alternativene. Trykk på Enter for å velge et alternativ.} other {{itemsLength,number} søkeresultater er tilgjengelig. Bruk Pil opp og Pil ned for å navigere blant alternativene. Trykk på Enter for å velge et alternativ.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Velg størrelsesendring av kolonne',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Velg tabellrad',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
|
|
344
358
|
'fabric.editor.shortcut': 'Tekstsnarvei',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Oppsett for én kolonne',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Sorter kolonne A → Å',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Sorter kolonne Å → A',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Sorter synkende',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig for folk som bruker skjermlesere på grunn av redusert synsfunksjon.',
|
|
365
379
|
'fabric.editor.table': 'Tabell',
|
|
366
380
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Justeringsalternativer',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Full bredde',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Stigende sortering brukt',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Sorter kolonnen',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Synkende sortering brukt',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'Ingen sortering brukt for kolonnen',
|
|
368
388
|
'fabric.editor.tableOptions': 'Tabellalternativer',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er redusert til {newWidth,number} piksel.} other {Tabellbredden er redusert til {newWidth,number} piksler.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er økt til {newWidth,number} piksel.} other {Tabellbredden er økt til {newWidth,number} piksler.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Oppgave',
|
|
385
405
|
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Tekstformatering av',
|
|
387
|
-
'fabric.editor.textColor': '
|
|
407
|
+
'fabric.editor.textColor': 'Tekstfargen {selectedColorName}',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Tekstfarge',
|
|
388
409
|
'fabric.editor.textFormatting': 'Tekstformatering',
|
|
389
|
-
'fabric.editor.textStyles': 'Tekststiler',
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': 'Tekststiler {blockTypeName}',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Tekststiler',
|
|
412
|
+
'fabric.editor.threeColumns': 'Oppsett for tre kolonner',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Oppsett for tre kolonner med sidelinjer',
|
|
392
414
|
'fabric.editor.time.ago': 'siden',
|
|
393
415
|
'fabric.editor.time.updated': 'Oppdatert',
|
|
394
416
|
'fabric.editor.time.viewed': 'Sett',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'en blokknode',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': 'en nestet utvidelse',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Oppsett for to kolonner',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Resultater for tastaturkontroll',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynn å skrive for å søke eller filtrere snarveialternativer',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Snarveier for innsettinger og formatering',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Begynn å skrive for å søke etter brukere å tagge',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brukere du kan tagge',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Bruker {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Varierende kolonnebredder',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'Vi kan ikke laste inn dette innholdet',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
415
438
|
'fabric.editor.underline': 'Understreking',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Lys rød',
|
|
472
495
|
'fabric.theme.light-teal': 'Lys blågrønn',
|
|
473
496
|
'fabric.theme.light-yellow': 'Lys gul',
|
|
497
|
+
'fabric.theme.lime': 'Limegrønn',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': 'Fjern fremheving',
|
|
475
500
|
'fabric.theme.orange': 'Oransje',
|
|
476
501
|
'fabric.theme.purple': 'Lilla',
|
|
477
502
|
'fabric.theme.red': 'Rød',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Voeg kolom rechts toe',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Opmerking toevoegen',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Kader toevoegen',
|
|
17
|
-
'fabric.editor.addLoomVideo': 'Loom-video
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Een Loom-video opnemen',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Een Loom-video-opmerking opnemen',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Afbeelding, video of bestand toevoegen',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Rij hierboven toevoegen',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Rij hieronder toevoegen',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Rechts uitlijnen',
|
|
25
26
|
'fabric.editor.alignLeft': 'Links uitlijnen',
|
|
26
27
|
'fabric.editor.alignRight': 'Rechts uitlijnen',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Uitlijnen centreren',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Links uitlijnen',
|
|
27
30
|
'fabric.editor.alignment': 'Tekstuitlijning',
|
|
28
31
|
'fabric.editor.altText': 'Alt-tekst',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Verwijder speciale tekens uit alt-tekst.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Kolomopties',
|
|
68
71
|
'fabric.editor.columns': 'Lay-outs',
|
|
69
72
|
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Er is een kolom ingevoegd} other {Er zijn {count} kolommen ingevoegd}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {De kolom is verwijderd} other {{count} kolommen zijn verwijderd}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Fout bij het laden',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Annuleren',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Sluiten',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'Oké',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Bediening voor zwevende werkbalk is geopend',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Zwevende werkbalk',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Lay-outopties',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scrol naar links',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Scrol naar rechts',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Knop om grootte van focustabel te wijzigen',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Gebruik dit voor het groeperen van lijstitems',
|
|
204
210
|
'fabric.editor.heading6': 'Koptekst 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Gebruik dit voor koppen op laag niveau',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Rangschik kolom van Z tot A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Sortering wissen',
|
|
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': 'Pagina',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Taak',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Je kan een tabel met samengevoegde cellen niet rangschikken',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Rangschik kolom van A tot Z',
|
|
212
222
|
'fabric.editor.help': 'Help',
|
|
213
223
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
225
|
+
'fabric.editor.highlight': 'Kleur markeren',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
253
264
|
'fabric.editor.layoutWide': 'Brede weergave',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Lay-out van linkerzijbalk',
|
|
255
266
|
'fabric.editor.link': 'Link',
|
|
256
267
|
'fabric.editor.link.description': 'Een link invoegen',
|
|
257
268
|
'fabric.editor.linkAddress': 'Linkadres',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Plak link',
|
|
259
270
|
'fabric.editor.lists': 'Lijsten',
|
|
260
271
|
'fabric.editor.listsFormat': 'Lijstopmaak',
|
|
272
|
+
'fabric.editor.lockColumns': 'Vaste kolombreedtes',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Overeenkomende zaak',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediabreedte verminderd tot {newMediaWidth,number} pixel.} other {Mediabreedte verminderd tot {newMediaWidth,number} pixels.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Tekst zonder opmaak gebruiken',
|
|
319
331
|
'fabric.editor.quickInsert': 'Snel invoegen',
|
|
320
332
|
'fabric.editor.recordVideo': 'Een Loom-video opnemen',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Neem je scherm en je
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Neem je scherm en je ideeën op en deel ze',
|
|
322
334
|
'fabric.editor.redo': 'Pas opnieuw toe',
|
|
323
335
|
'fabric.editor.remove': 'Verwijderen',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Kolom verwijderen} other {Kolommen verwijderen}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Vervangen met',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition} van {totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Tekst met opmaak gebruiken',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Lay-out van rechterzijbalk',
|
|
335
347
|
'fabric.editor.rowControl': 'Rij markeren',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Er is een rij ingevoegd} other {Er zijn {count} rijen ingevoegd}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {De rij is verwijderd} other {{count} rijen zijn verwijderd}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Opslaan',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} zoekresultaat beschikbaar. Gebruik de pijltoetsen omhoog en omlaag om tussen de opties te navigeren. Druk op Enter om een optie te selecteren.} other {{itemsLength,number} zoekresultaten beschikbaar. Gebruik de pijltoetsen omhoog en omlaag om tussen de opties te navigeren. Druk op Enter om een optie te selecteren.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Aanpassing grootte van kolom selecteren',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Selecteer tabelrij',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Ga naar koppelingsvoorkeuren',
|
|
344
358
|
'fabric.editor.shortcut': 'Sneltoets voor tekst',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Lay-out van één kolom',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Rangschik kolom van A → Z',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Rangschik kolom van Z → A',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Aflopend sorteren',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'Alt-tekst is handig voor mensen die gebruikmaken van schermlezers vanwege visuele beperkingen.',
|
|
365
379
|
'fabric.editor.table': 'Tabel',
|
|
366
380
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Opties voor uitlijnen',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Volledige breedte',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Oplopende sortering toegepast',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Sorteer de kolom',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Aflopende sortering toegepast',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Je kunt een tabel met samengevoegde cellen niet rangschikken',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'Geen sortering toegepast op de kolom',
|
|
368
388
|
'fabric.editor.tableOptions': 'Tabelopties',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verminderd tot {newWidth,number} pixel.} other {Tabelbreedte verminderd tot {newWidth,number} pixels.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verhoogd tot {newWidth,number} pixel.} other {Tabelbreedte verhoogd tot {newWidth,number} pixels.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Taak',
|
|
385
405
|
'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen.",
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Tekst formatteren uit',
|
|
387
|
-
'fabric.editor.textColor': 'Tekstkleur',
|
|
407
|
+
'fabric.editor.textColor': '{selectedColorName} Tekstkleur',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Tekstkleur',
|
|
388
409
|
'fabric.editor.textFormatting': 'Tekstopmaak',
|
|
389
|
-
'fabric.editor.textStyles': 'Tekststijlen',
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': '{blockTypeName} Tekststijlen',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Tekststijlen',
|
|
412
|
+
'fabric.editor.threeColumns': 'Lay-out van drie kolommen',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Lay-out van drie kolommen met zijbalken',
|
|
392
414
|
'fabric.editor.time.ago': 'geleden',
|
|
393
415
|
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
394
416
|
'fabric.editor.time.viewed': 'Bekeken',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'een blokknooppunt',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': 'een geneste uitgeklapte knooppunt',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'een actiepunt',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Lay-out van twee kolommen',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Resultaten typeahead',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin te typen om te zoeken of om te filteren op opties voor sneltoetsen',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Sneltoetsen voor invoegen en opmaak',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin te typen om naar gebruikers te zoeken om te taggen',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Gebruikers die je kunt taggen',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Gebruiker {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Variabele kolombreedtes',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'We konden deze inhoud niet laden',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'Kan deze link niet openen',
|
|
415
438
|
'fabric.editor.underline': 'Onderstreept',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Lichtrood',
|
|
472
495
|
'fabric.theme.light-teal': 'Licht blauwgroen',
|
|
473
496
|
'fabric.theme.light-yellow': 'Lichtgeel',
|
|
497
|
+
'fabric.theme.lime': 'Limoengroen',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': 'Markering verwijderen',
|
|
475
500
|
'fabric.theme.orange': 'Oranje',
|
|
476
501
|
'fabric.theme.purple': 'Paars',
|
|
477
502
|
'fabric.theme.red': 'Rood',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Dodaj kolumnę z prawej',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Dodaj komentarz',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Dodaj obramowanie',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Nagraj film Loom',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Nagraj komentarz wideo Loom',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Dodaj wiersz powyżej',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Dodaj wiersz poniżej',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Wyrównaj do prawej',
|
|
25
26
|
'fabric.editor.alignLeft': 'Wyrównaj do lewej',
|
|
26
27
|
'fabric.editor.alignRight': 'Wyrównaj do prawej',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Wyrównaj do środka',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Wyrównaj do lewej',
|
|
27
30
|
'fabric.editor.alignment': 'Wyrównanie tekstu',
|
|
28
31
|
'fabric.editor.altText': 'Tekst alternatywny',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Usuń wszystkie znaki specjalne z tekstu alternatywnego.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Opcje kolumn',
|
|
68
71
|
'fabric.editor.columns': 'Układy',
|
|
69
72
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Wstawiono kolumnę} few {Wstawiono {count} kolumny} many {Wstawiono {count} kolumn} other {Wstawiono {count} kolumny}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Usunięto kolumnę} few {Usunięto {count} kolumny} many {Usunięto {count} kolumn} other {Usunięto {count} kolumny}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Niepowodzenie ładowania',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Anuluj',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Zamknij',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Otwarto elementy sterujące przestawnego paska narzędzi',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Przestawny pasek narzędzi',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Opcje układu',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Przewiń w lewo',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Przewiń w prawo',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Koncentracja na uchwycie zmiany rozmiaru tabeli',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Użyj tego do grupowania elementów list',
|
|
204
210
|
'fabric.editor.heading6': 'Nagłówek 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sortuj kolumnę od Z do A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Wyczyść sortowanie',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Błąd',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Zgłoszenie',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Strona',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historyjka',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Zadanie',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sortuj kolumnę od A do Z',
|
|
212
222
|
'fabric.editor.help': 'Pomoc',
|
|
213
223
|
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
225
|
+
'fabric.editor.highlight': 'Kolor wyróżnienia',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Separator',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Powrót do centrum',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Pełna szerokość',
|
|
253
264
|
'fabric.editor.layoutWide': 'Szeroki widok',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Układ z paskiem bocznym po lewej',
|
|
255
266
|
'fabric.editor.link': 'Łącze',
|
|
256
267
|
'fabric.editor.link.description': 'Wstaw łącze',
|
|
257
268
|
'fabric.editor.linkAddress': 'Adres łącza',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Wklej łącze',
|
|
259
270
|
'fabric.editor.lists': 'Listy',
|
|
260
271
|
'fabric.editor.listsFormat': 'Formatowanie listy',
|
|
272
|
+
'fabric.editor.lockColumns': 'Stała szerokość kolumn',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.} few {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} many {Szerokość multimediów została zmniejszona do {newMediaWidth,number} pikseli.} other {Szerokość multimediów została zmniejszona do {newMediaWidth,number} piksela.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Użyj zwykłego tekstu',
|
|
319
331
|
'fabric.editor.quickInsert': 'Szybkie wstawianie',
|
|
320
332
|
'fabric.editor.recordVideo': 'Nagraj film Loom',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Nagraj
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Nagraj i udostępnij ekran i przemyślenia',
|
|
322
334
|
'fabric.editor.redo': 'Ponów',
|
|
323
335
|
'fabric.editor.remove': 'Usuń',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Usuń kolumnę} few {Usuń kolumny} many {Usuń kolumny} other {Usuń kolumny}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Zamień na',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Użyj tekstu sformatowanego',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Układ z paskiem bocznym po prawej',
|
|
335
347
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Wstawiono wiersz} few {Wstawiono {count} wiersze} many {Wstawiono {count} wierszy} other {Wstawiono {count} wiersza}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Usunięto wiersz} few {Usunięto {count} wiersze} many {Usunięto {count} wierszy} other {Usunięto {count} wiersza}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Zapisz',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, one {Dostępny jest {itemsLength,number} wynik wyszukiwania. Użyj klawiszy strzałek w górę i w dół, aby przechodzić między opcjami. Naciśnij klawisz Enter, aby wybrać opcję.} few {Dostępne są {itemsLength,number} wyniki wyszukiwania. Użyj klawiszy strzałek w górę i w dół, aby przechodzić między opcjami. Naciśnij klawisz Enter, aby wybrać opcję.} many {Dostępnych jest {itemsLength,number} wyników wyszukiwania. Użyj klawiszy strzałek w górę i w dół, aby przechodzić między opcjami. Naciśnij klawisz Enter, aby wybrać opcję.} other {Dostępne jest {itemsLength,number} wyniku wyszukiwania. Użyj klawiszy strzałek w górę i w dół, aby przechodzić między opcjami. Naciśnij klawisz Enter, aby wybrać opcję.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Wybierz rozmiar kolumny',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Wybierz wiersz tabeli',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
344
358
|
'fabric.editor.shortcut': 'Skrót tekstu',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Układ jednokolumnowy',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Sortuj kolumnę A → Z',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Sortuj kolumnę Z → A',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Sortuj malejąco',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'Tekst alternatywny jest przydatny dla osób z zaburzeniami widzenia, korzystających z czytników ekranowych.',
|
|
365
379
|
'fabric.editor.table': 'Tabela',
|
|
366
380
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Opcje wyrównania',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Pełna szerokość',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Posortowano rosnąco',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Sortuj kolumnę',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Posortowano malejąco',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Nie można sortować tabeli ze scalonymi komórkami',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'Do kolumny nie zastosowano żadnego sortowania',
|
|
368
388
|
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.} few {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} many {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} other {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zwiększona do {newWidth,number} piksela.} few {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} many {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} other {Szerokość tabeli została zwiększona do {newWidth,number} piksela.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Zadanie',
|
|
385
405
|
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Formatowanie tekstu wył.',
|
|
387
|
-
'fabric.editor.textColor': 'Kolor tekstu',
|
|
407
|
+
'fabric.editor.textColor': 'Kolor tekstu: {selectedColorName}',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Kolor tekstu',
|
|
388
409
|
'fabric.editor.textFormatting': 'Formatowanie tekstu',
|
|
389
|
-
'fabric.editor.textStyles': 'Style tekstu',
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': 'Style tekstu: {blockTypeName}',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Style tekstu',
|
|
412
|
+
'fabric.editor.threeColumns': 'Układ trzykolumnowy',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Układ trzykolumnowy z paskami bocznymi',
|
|
392
414
|
'fabric.editor.time.ago': 'temu',
|
|
393
415
|
'fabric.editor.time.updated': 'Zaktualizowano',
|
|
394
416
|
'fabric.editor.time.viewed': 'Wyświetlono',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'węzeł bloku',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': 'zagnieżdżony węzeł rozwijany',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'czynność do wykonania',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Układ dwukolumnowy',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Wyniki autouzupełniania',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Zacznij pisać, aby wyszukać lub filtrować opcje skrótów',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Skróty do wstawiania i formatowania',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Zacznij pisać, aby wyszukać użytkowników do otagowania',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Użytkownicy, których możesz otagować',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Użytkownik {name} — @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Zmienna szerokość kolumn',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'Nie można załadować tej zawartości',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'Nie można otworzyć tego łącza',
|
|
415
438
|
'fabric.editor.underline': 'Podkreślenie',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Jasnoczerwony',
|
|
472
495
|
'fabric.theme.light-teal': 'Jasnomorski',
|
|
473
496
|
'fabric.theme.light-yellow': 'Jasnożółty',
|
|
497
|
+
'fabric.theme.lime': 'Limonkowy',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': 'Usuń wyróżnienie',
|
|
475
500
|
'fabric.theme.orange': 'Pomarańczowy',
|
|
476
501
|
'fabric.theme.purple': 'Fioletowy',
|
|
477
502
|
'fabric.theme.red': 'Czerwony',
|