@atlaskit/editor-common 94.6.0 → 94.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/afm-cc/tsconfig.json +1 -2
- package/dist/cjs/i18n/cs.js +11 -3
- package/dist/cjs/i18n/da.js +11 -3
- package/dist/cjs/i18n/de.js +11 -3
- package/dist/cjs/i18n/en.js +14 -3
- package/dist/cjs/i18n/en_GB.js +14 -3
- package/dist/cjs/i18n/en_ZZ.js +14 -3
- package/dist/cjs/i18n/es.js +11 -3
- package/dist/cjs/i18n/fi.js +11 -3
- package/dist/cjs/i18n/fr.js +11 -3
- package/dist/cjs/i18n/hu.js +11 -3
- package/dist/cjs/i18n/index.js +7 -0
- package/dist/cjs/i18n/it.js +11 -3
- package/dist/cjs/i18n/ja.js +11 -3
- package/dist/cjs/i18n/ko.js +11 -3
- package/dist/cjs/i18n/languages.js +2 -0
- package/dist/cjs/i18n/nb.js +11 -3
- package/dist/cjs/i18n/nl.js +11 -3
- package/dist/cjs/i18n/pl.js +11 -3
- package/dist/cjs/i18n/pt_BR.js +11 -3
- package/dist/cjs/i18n/ru.js +11 -3
- package/dist/cjs/i18n/sv.js +11 -3
- package/dist/cjs/i18n/th.js +11 -3
- package/dist/cjs/i18n/tr.js +11 -3
- package/dist/cjs/i18n/uk.js +11 -3
- package/dist/cjs/i18n/vi.js +11 -3
- package/dist/cjs/i18n/zh.js +11 -3
- package/dist/cjs/i18n/zh_TW.js +11 -3
- package/dist/cjs/media-inline/utils.js +2 -3
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +11 -3
- package/dist/es2019/i18n/da.js +11 -3
- package/dist/es2019/i18n/de.js +11 -3
- package/dist/es2019/i18n/en.js +14 -3
- package/dist/es2019/i18n/en_GB.js +14 -3
- package/dist/es2019/i18n/en_ZZ.js +14 -3
- package/dist/es2019/i18n/es.js +11 -3
- package/dist/es2019/i18n/fi.js +11 -3
- package/dist/es2019/i18n/fr.js +11 -3
- package/dist/es2019/i18n/hu.js +11 -3
- package/dist/es2019/i18n/index.js +1 -0
- package/dist/es2019/i18n/it.js +11 -3
- package/dist/es2019/i18n/ja.js +11 -3
- package/dist/es2019/i18n/ko.js +11 -3
- package/dist/es2019/i18n/languages.js +2 -0
- package/dist/es2019/i18n/nb.js +11 -3
- package/dist/es2019/i18n/nl.js +11 -3
- package/dist/es2019/i18n/pl.js +11 -3
- package/dist/es2019/i18n/pt_BR.js +11 -3
- package/dist/es2019/i18n/ru.js +11 -3
- package/dist/es2019/i18n/sv.js +11 -3
- package/dist/es2019/i18n/th.js +11 -3
- package/dist/es2019/i18n/tr.js +11 -3
- package/dist/es2019/i18n/uk.js +11 -3
- package/dist/es2019/i18n/vi.js +11 -3
- package/dist/es2019/i18n/zh.js +11 -3
- package/dist/es2019/i18n/zh_TW.js +11 -3
- package/dist/es2019/media-inline/utils.js +2 -4
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +11 -3
- package/dist/esm/i18n/da.js +11 -3
- package/dist/esm/i18n/de.js +11 -3
- package/dist/esm/i18n/en.js +14 -3
- package/dist/esm/i18n/en_GB.js +14 -3
- package/dist/esm/i18n/en_ZZ.js +14 -3
- package/dist/esm/i18n/es.js +11 -3
- package/dist/esm/i18n/fi.js +11 -3
- package/dist/esm/i18n/fr.js +11 -3
- package/dist/esm/i18n/hu.js +11 -3
- package/dist/esm/i18n/index.js +1 -0
- package/dist/esm/i18n/it.js +11 -3
- package/dist/esm/i18n/ja.js +11 -3
- package/dist/esm/i18n/ko.js +11 -3
- package/dist/esm/i18n/languages.js +2 -0
- package/dist/esm/i18n/nb.js +11 -3
- package/dist/esm/i18n/nl.js +11 -3
- package/dist/esm/i18n/pl.js +11 -3
- package/dist/esm/i18n/pt_BR.js +11 -3
- package/dist/esm/i18n/ru.js +11 -3
- package/dist/esm/i18n/sv.js +11 -3
- package/dist/esm/i18n/th.js +11 -3
- package/dist/esm/i18n/tr.js +11 -3
- package/dist/esm/i18n/uk.js +11 -3
- package/dist/esm/i18n/vi.js +11 -3
- package/dist/esm/i18n/zh.js +11 -3
- package/dist/esm/i18n/zh_TW.js +11 -3
- package/dist/esm/media-inline/utils.js +2 -4
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +10 -2
- package/dist/types/i18n/da.d.ts +10 -2
- package/dist/types/i18n/de.d.ts +10 -2
- package/dist/types/i18n/en.d.ts +13 -2
- package/dist/types/i18n/en_GB.d.ts +13 -2
- package/dist/types/i18n/en_ZZ.d.ts +13 -2
- package/dist/types/i18n/es.d.ts +10 -2
- package/dist/types/i18n/fi.d.ts +10 -2
- package/dist/types/i18n/fr.d.ts +10 -2
- package/dist/types/i18n/hu.d.ts +10 -2
- package/dist/types/i18n/index.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +10 -2
- package/dist/types/i18n/ja.d.ts +10 -2
- package/dist/types/i18n/ko.d.ts +10 -2
- package/dist/types/i18n/languages.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +10 -2
- package/dist/types/i18n/nl.d.ts +10 -2
- package/dist/types/i18n/pl.d.ts +10 -2
- package/dist/types/i18n/pt_BR.d.ts +10 -2
- package/dist/types/i18n/ru.d.ts +10 -2
- package/dist/types/i18n/sv.d.ts +10 -2
- package/dist/types/i18n/th.d.ts +10 -2
- package/dist/types/i18n/tr.d.ts +10 -2
- package/dist/types/i18n/uk.d.ts +10 -2
- package/dist/types/i18n/vi.d.ts +10 -2
- package/dist/types/i18n/zh.d.ts +10 -2
- package/dist/types/i18n/zh_TW.d.ts +10 -2
- package/dist/types/media-inline/utils.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -2
- package/dist/types-ts4.5/i18n/da.d.ts +10 -2
- package/dist/types-ts4.5/i18n/de.d.ts +10 -2
- package/dist/types-ts4.5/i18n/en.d.ts +13 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +13 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +13 -2
- package/dist/types-ts4.5/i18n/es.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +10 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -2
- package/dist/types-ts4.5/i18n/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +10 -2
- package/dist/types-ts4.5/i18n/languages.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -2
- package/dist/types-ts4.5/i18n/th.d.ts +10 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -2
- package/dist/types-ts4.5/media-inline/utils.d.ts +1 -1
- package/package.json +1 -4
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Vložit',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Posunout doleva',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Posunout doprava',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'Obsah byl posunut dolů.',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'Obsah byl posunut nahoru.',
|
|
@@ -137,6 +139,7 @@ export default {
|
|
|
137
139
|
'fabric.editor.edit': 'Upravit',
|
|
138
140
|
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
139
141
|
'fabric.editor.edit.searchInput': 'Přidat odkaz',
|
|
142
|
+
'fabric.editor.editAccessTitle': 'Potřebujete přístup k úpravám',
|
|
140
143
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
141
144
|
'fabric.editor.editDatasourceStandalone': 'Upravit',
|
|
142
145
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Upravit vyhledávací dotaz',
|
|
@@ -200,6 +203,7 @@ export default {
|
|
|
200
203
|
'fabric.editor.findNext': 'Najít další',
|
|
201
204
|
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
202
205
|
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
206
|
+
'fabric.editor.fiveColumns': 'Rozvržení 5 sloupců',
|
|
203
207
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
204
208
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
205
209
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 připojený prvek)} few {{name} (+{amount,number} připojené prvky)} many {{name} (+{amount,number} připojeného prvku)} other {{name} (+{amount,number} připojených prvků)}}',
|
|
@@ -211,6 +215,7 @@ export default {
|
|
|
211
215
|
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
212
216
|
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
213
217
|
'fabric.editor.focusTableResizeHandle': 'Zaměření na úchyt ke změně velikosti tabulky',
|
|
218
|
+
'fabric.editor.fourColumns': 'Rozvržení 4 sloupců',
|
|
214
219
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
215
220
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
216
221
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -270,8 +275,6 @@ export default {
|
|
|
270
275
|
'fabric.editor.inputQueryAssistiveTxt': 'Když jsou k dispozici výsledky automatického dokončování, použijte šipky nahoru a dolů k prohlížení a klávesu Enter k výběru. Uživatelé dotykových zařízení mohou k prohlížení použít dotyk nebo gesta potáhnutí prstem.',
|
|
271
276
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
272
277
|
'fabric.editor.insertColumnDrag': 'Vložit sloupec',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Obrázek z odkazu',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Přidejte obrázek nebo video z odkazu.',
|
|
275
278
|
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
276
279
|
'fabric.editor.insertRightRail.close': 'Zavřít',
|
|
277
280
|
'fabric.editor.insertRightRail.title': 'Vložit',
|
|
@@ -302,8 +305,10 @@ export default {
|
|
|
302
305
|
'fabric.editor.media.MediaWidthIsMin': 'Velikost multimediálního prvku byla snížena na minimum.',
|
|
303
306
|
'fabric.editor.media.insert.cancel': 'Zrušit',
|
|
304
307
|
'fabric.editor.media.insert.fileTabTitle': 'Soubor',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': 'Tento
|
|
308
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Tento odkaz na obrázek bohužel nejde přidat. Stáhněte si obrázek a poté jej přetáhněte na stránku.',
|
|
309
|
+
'fabric.editor.media.insert.fromUrlWarning': 'Tento obrázek kvůli zdrojovým omezením možná nebude viditelný pro ostatní. Zvažte místo toho nahrání souboru.',
|
|
306
310
|
'fabric.editor.media.insert.insert': 'Vložit',
|
|
311
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Neplatný odkaz',
|
|
307
312
|
'fabric.editor.media.insert.linkTabTitle': 'Odkaz',
|
|
308
313
|
'fabric.editor.media.insert.loadPreview': 'Načíst náhled',
|
|
309
314
|
'fabric.editor.media.insert.localFileErrorMessage': 'Tento soubor nejde nahrát.',
|
|
@@ -382,6 +387,9 @@ export default {
|
|
|
382
387
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
383
388
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} shoda nahrazena} few {{numberOfMatches,number} shody nahrazeny} many {{numberOfMatches,number} shody nahrazeno} other {{numberOfMatches,number} shod nahrazeno}}',
|
|
384
389
|
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
390
|
+
'fabric.editor.requestToEdit': 'Požádat o oprávnění k úpravě',
|
|
391
|
+
'fabric.editor.requestToEditDescription': 'Když požádáte o přístup, vlastník stránky dostane oznámení.',
|
|
392
|
+
'fabric.editor.requestToEditDismiss': 'Zavřít',
|
|
385
393
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
386
394
|
'fabric.editor.richText': 'Použít formátovaný text',
|
|
387
395
|
'fabric.editor.rightSidebar': 'Rozvržení pravého bočního panelu',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Indsæt',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Flyt ned',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Flyt til venstre',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Flyt til højre',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Flyt op',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'Indhold er flyttet ned',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'Indhold er flyttet op',
|
|
@@ -137,6 +139,7 @@ export default {
|
|
|
137
139
|
'fabric.editor.edit': 'Redigér',
|
|
138
140
|
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
139
141
|
'fabric.editor.edit.searchInput': 'Tilføj et link',
|
|
142
|
+
'fabric.editor.editAccessTitle': 'Du skal have redigeringsadgang',
|
|
140
143
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
141
144
|
'fabric.editor.editDatasourceStandalone': 'Rediger',
|
|
142
145
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Rediger søgning',
|
|
@@ -200,6 +203,7 @@ export default {
|
|
|
200
203
|
'fabric.editor.findNext': 'Find næste',
|
|
201
204
|
'fabric.editor.findPrevious': 'Find forrige',
|
|
202
205
|
'fabric.editor.findReplaceToolbarButton': 'Find og erstat',
|
|
206
|
+
'fabric.editor.fiveColumns': 'Layout med fem kolonner',
|
|
203
207
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuller',
|
|
204
208
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
205
209
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 forbundet element)} other {{name} (+{amount,number} forbundne elementer)}}',
|
|
@@ -211,6 +215,7 @@ export default {
|
|
|
211
215
|
'fabric.editor.floatingToolbar.scrollLeft': 'Rul til venstre',
|
|
212
216
|
'fabric.editor.floatingToolbar.scrollRight': 'Rul til højre',
|
|
213
217
|
'fabric.editor.focusTableResizeHandle': 'Håndtag til ændring af størrelse på tabel i fokus',
|
|
218
|
+
'fabric.editor.fourColumns': 'Layout med fire kolonner',
|
|
214
219
|
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
215
220
|
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
216
221
|
'fabric.editor.heading1': 'Overskrift 1',
|
|
@@ -270,8 +275,6 @@ export default {
|
|
|
270
275
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
|
|
271
276
|
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
272
277
|
'fabric.editor.insertColumnDrag': 'Indsæt kolonne',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Billede fra link',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Tilføj et billede eller en video fra et link',
|
|
275
278
|
'fabric.editor.insertMenu': 'Indsæt elementer',
|
|
276
279
|
'fabric.editor.insertRightRail.close': 'Luk',
|
|
277
280
|
'fabric.editor.insertRightRail.title': 'Indsæt',
|
|
@@ -302,8 +305,10 @@ export default {
|
|
|
302
305
|
'fabric.editor.media.MediaWidthIsMin': 'Medier reduceret til minimumsstørrelsen',
|
|
303
306
|
'fabric.editor.media.insert.cancel': 'Annuller',
|
|
304
307
|
'fabric.editor.media.insert.fileTabTitle': 'Fil',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
308
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Vi kan desværre ikke tilføje dette billedlink. Download billedet, og træk og slip det til siden.',
|
|
309
|
+
'fabric.editor.media.insert.fromUrlWarning': 'Billedet er muligvis ikke synligt for andre på grund af kildebegrænsninger. Du kan prøve at uploade filen i stedet.',
|
|
306
310
|
'fabric.editor.media.insert.insert': 'Indsæt',
|
|
311
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Ugyldigt link',
|
|
307
312
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
308
313
|
'fabric.editor.media.insert.loadPreview': 'Indlæs forhåndsvisning',
|
|
309
314
|
'fabric.editor.media.insert.localFileErrorMessage': 'Filen kunne ikke overføres.',
|
|
@@ -382,6 +387,9 @@ export default {
|
|
|
382
387
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
383
388
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} match erstattet} other {{numberOfMatches,number} match erstattet}}',
|
|
384
389
|
'fabric.editor.replaceWith': 'Erstat med',
|
|
390
|
+
'fabric.editor.requestToEdit': 'Anmod om at redigere',
|
|
391
|
+
'fabric.editor.requestToEditDescription': 'Når du anmoder om adgang, modtager sideejeren en notifikation.',
|
|
392
|
+
'fabric.editor.requestToEditDismiss': 'Luk',
|
|
385
393
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
386
394
|
'fabric.editor.richText': 'Brug RTF',
|
|
387
395
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Einfügen',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Nach links',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Nach rechts',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'Inhalt wurde nach unten verschoben',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'Inhalt wurde nach oben verschoben',
|
|
@@ -137,6 +139,7 @@ export default {
|
|
|
137
139
|
'fabric.editor.edit': 'Bearbeiten',
|
|
138
140
|
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
139
141
|
'fabric.editor.edit.searchInput': 'Einen Link hinzufügen',
|
|
142
|
+
'fabric.editor.editAccessTitle': 'Sie benötigen Bearbeitungszugriff',
|
|
140
143
|
'fabric.editor.editAltText': 'Alternativtext bearbeiten',
|
|
141
144
|
'fabric.editor.editDatasourceStandalone': 'Bearbeiten',
|
|
142
145
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Suchanfrage bearbeiten',
|
|
@@ -200,6 +203,7 @@ export default {
|
|
|
200
203
|
'fabric.editor.findNext': 'Nächstes suchen',
|
|
201
204
|
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
202
205
|
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
206
|
+
'fabric.editor.fiveColumns': 'Layout mit 5 Spalten',
|
|
203
207
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
|
|
204
208
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
205
209
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 verbundenes Element)} other {{name} (+{amount,number} verbundene Elemente)}}',
|
|
@@ -211,6 +215,7 @@ export default {
|
|
|
211
215
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
212
216
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
213
217
|
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
218
|
+
'fabric.editor.fourColumns': 'Layout mit 4 Spalten',
|
|
214
219
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
215
220
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
216
221
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -270,8 +275,6 @@ export default {
|
|
|
270
275
|
'fabric.editor.inputQueryAssistiveTxt': 'Wenn Autovervollständigungen angezeigt werden, navigieren Sie mit den Pfeiltasten nach oben und unten und drücken Sie die Eingabetaste zur Auswahl eines Ergebnisses. Benutzer mit Touchscreen-Geräten können mit Berührungen und Wischgesten navigieren.',
|
|
271
276
|
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
272
277
|
'fabric.editor.insertColumnDrag': 'Spalte einfügen',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Bild per Link',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Bild oder Video per Link hinzufügen',
|
|
275
278
|
'fabric.editor.insertMenu': 'Elemente einfügen',
|
|
276
279
|
'fabric.editor.insertRightRail.close': 'Schließen',
|
|
277
280
|
'fabric.editor.insertRightRail.title': 'Einfügen',
|
|
@@ -302,8 +305,10 @@ export default {
|
|
|
302
305
|
'fabric.editor.media.MediaWidthIsMin': 'Medien auf Mindestgröße verringert',
|
|
303
306
|
'fabric.editor.media.insert.cancel': 'Abbrechen',
|
|
304
307
|
'fabric.editor.media.insert.fileTabTitle': 'Datei',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
308
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Leider kann dieser Bildlink nicht hinzugefügt werden. Laden Sie das Bild herunter und ziehen Sie es anschließend per Drag-and-Drop auf die Seite.',
|
|
309
|
+
'fabric.editor.media.insert.fromUrlWarning': 'Dieses Bild ist aufgrund von Quellenbeschränkungen möglicherweise nicht für andere sichtbar. Erwägen Sie stattdessen, die Datei hochzuladen.',
|
|
306
310
|
'fabric.editor.media.insert.insert': 'Einfügen',
|
|
311
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Ungültiger Link',
|
|
307
312
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
308
313
|
'fabric.editor.media.insert.loadPreview': 'Vorschau laden',
|
|
309
314
|
'fabric.editor.media.insert.localFileErrorMessage': 'Diese Datei konnte nicht hochgeladen werden.',
|
|
@@ -382,6 +387,9 @@ export default {
|
|
|
382
387
|
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
383
388
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} Übereinstimmung ersetzt} other {{numberOfMatches,number} Übereinstimmungen ersetzt}}',
|
|
384
389
|
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
390
|
+
'fabric.editor.requestToEdit': 'Für Bearbeitung anfragen',
|
|
391
|
+
'fabric.editor.requestToEditDescription': 'Wenn Sie Zugriff anfordern, erhält der Seitenbesitzer eine Benachrichtigung.',
|
|
392
|
+
'fabric.editor.requestToEditDismiss': 'Schließen',
|
|
385
393
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
386
394
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
387
395
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Move right',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'Content has been moved down',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'Content has been moved up',
|
|
@@ -51,6 +53,7 @@ export default {
|
|
|
51
53
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
52
54
|
'fabric.editor.cancelButton': 'Cancel',
|
|
53
55
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
54
57
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
55
58
|
'fabric.editor.cellBackground': 'Cell background',
|
|
56
59
|
'fabric.editor.cellOptions': 'Cell options',
|
|
@@ -137,6 +140,7 @@ export default {
|
|
|
137
140
|
'fabric.editor.edit': 'Edit',
|
|
138
141
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
139
142
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
143
|
+
'fabric.editor.editAccessTitle': 'You need edit access',
|
|
140
144
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
141
145
|
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
142
146
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
@@ -200,6 +204,7 @@ export default {
|
|
|
200
204
|
'fabric.editor.findNext': 'Find next',
|
|
201
205
|
'fabric.editor.findPrevious': 'Find previous',
|
|
202
206
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
207
|
+
'fabric.editor.fiveColumns': 'Five columns layout',
|
|
203
208
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
204
209
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
205
210
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
@@ -211,6 +216,7 @@ export default {
|
|
|
211
216
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
212
217
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
213
218
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
219
|
+
'fabric.editor.fourColumns': 'Four columns layout',
|
|
214
220
|
'fabric.editor.headerColumn': 'Header column',
|
|
215
221
|
'fabric.editor.headerRow': 'Header row',
|
|
216
222
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -270,8 +276,6 @@ export default {
|
|
|
270
276
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
271
277
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
272
278
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Image from link',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Add an image or video from a link',
|
|
275
279
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
276
280
|
'fabric.editor.insertRightRail.close': 'Close',
|
|
277
281
|
'fabric.editor.insertRightRail.title': 'Insert',
|
|
@@ -284,6 +288,8 @@ export default {
|
|
|
284
288
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
285
289
|
'fabric.editor.italic': 'Italic',
|
|
286
290
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
291
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-column} other {{count}-columns}}',
|
|
292
|
+
'fabric.editor.layout.placeholder': 'Add content',
|
|
287
293
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
288
294
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
289
295
|
'fabric.editor.layoutWide': 'Go wide',
|
|
@@ -302,8 +308,10 @@ export default {
|
|
|
302
308
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
303
309
|
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
304
310
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
311
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
312
|
+
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
306
313
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
314
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
307
315
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
308
316
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
309
317
|
'fabric.editor.media.insert.localFileErrorMessage': 'This file couldn’t be uploaded.',
|
|
@@ -382,6 +390,9 @@ export default {
|
|
|
382
390
|
'fabric.editor.replaceAll': 'Replace all',
|
|
383
391
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {# match replaced} other {# matches replaced}}',
|
|
384
392
|
'fabric.editor.replaceWith': 'Replace with',
|
|
393
|
+
'fabric.editor.requestToEdit': 'Request to edit',
|
|
394
|
+
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
395
|
+
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
385
396
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
386
397
|
'fabric.editor.richText': 'Use rich text',
|
|
387
398
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Move right',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'Content has been moved down',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'Content has been moved up',
|
|
@@ -51,6 +53,7 @@ export default {
|
|
|
51
53
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
52
54
|
'fabric.editor.cancelButton': 'Cancel',
|
|
53
55
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
54
57
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
55
58
|
'fabric.editor.cellBackground': 'Cell background',
|
|
56
59
|
'fabric.editor.cellOptions': 'Cell options',
|
|
@@ -137,6 +140,7 @@ export default {
|
|
|
137
140
|
'fabric.editor.edit': 'Edit',
|
|
138
141
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
139
142
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
143
|
+
'fabric.editor.editAccessTitle': 'You need edit access',
|
|
140
144
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
141
145
|
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
142
146
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
@@ -200,6 +204,7 @@ export default {
|
|
|
200
204
|
'fabric.editor.findNext': 'Find next',
|
|
201
205
|
'fabric.editor.findPrevious': 'Find previous',
|
|
202
206
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
207
|
+
'fabric.editor.fiveColumns': 'Five columns layout',
|
|
203
208
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
204
209
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
205
210
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
@@ -211,6 +216,7 @@ export default {
|
|
|
211
216
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
212
217
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
213
218
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
219
|
+
'fabric.editor.fourColumns': 'Four columns layout',
|
|
214
220
|
'fabric.editor.headerColumn': 'Header column',
|
|
215
221
|
'fabric.editor.headerRow': 'Header row',
|
|
216
222
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -270,8 +276,6 @@ export default {
|
|
|
270
276
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
271
277
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
272
278
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Image from link',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Add an image or video from a link',
|
|
275
279
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
276
280
|
'fabric.editor.insertRightRail.close': 'Close',
|
|
277
281
|
'fabric.editor.insertRightRail.title': 'Insert',
|
|
@@ -284,6 +288,8 @@ export default {
|
|
|
284
288
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
285
289
|
'fabric.editor.italic': 'Italic',
|
|
286
290
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
291
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-column} other {{count}-columns}}',
|
|
292
|
+
'fabric.editor.layout.placeholder': 'Add content',
|
|
287
293
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
288
294
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
289
295
|
'fabric.editor.layoutWide': 'Go wide',
|
|
@@ -302,8 +308,10 @@ export default {
|
|
|
302
308
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
303
309
|
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
304
310
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
311
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
312
|
+
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
306
313
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
314
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
307
315
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
308
316
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
309
317
|
'fabric.editor.media.insert.localFileErrorMessage': 'This file couldn’t be uploaded.',
|
|
@@ -382,6 +390,9 @@ export default {
|
|
|
382
390
|
'fabric.editor.replaceAll': 'Replace all',
|
|
383
391
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {# match replaced} other {# matches replaced}}',
|
|
384
392
|
'fabric.editor.replaceWith': 'Replace with',
|
|
393
|
+
'fabric.editor.requestToEdit': 'Request to edit',
|
|
394
|
+
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
395
|
+
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
385
396
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
386
397
|
'fabric.editor.richText': 'Use rich text',
|
|
387
398
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Move right',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'Content has been moved down',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'Content has been moved up',
|
|
@@ -51,6 +53,7 @@ export default {
|
|
|
51
53
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
52
54
|
'fabric.editor.cancelButton': 'Cancel',
|
|
53
55
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
54
57
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
55
58
|
'fabric.editor.cellBackground': 'Cell background',
|
|
56
59
|
'fabric.editor.cellOptions': 'Cell options',
|
|
@@ -137,6 +140,7 @@ export default {
|
|
|
137
140
|
'fabric.editor.edit': 'Edit',
|
|
138
141
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
139
142
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
143
|
+
'fabric.editor.editAccessTitle': 'You need edit access',
|
|
140
144
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
141
145
|
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
142
146
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
@@ -200,6 +204,7 @@ export default {
|
|
|
200
204
|
'fabric.editor.findNext': 'Find next',
|
|
201
205
|
'fabric.editor.findPrevious': 'Find previous',
|
|
202
206
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
207
|
+
'fabric.editor.fiveColumns': 'Five columns layout',
|
|
203
208
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
204
209
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
205
210
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 connected element)} other {{name} (+{amount,number} connected elements)}}',
|
|
@@ -211,6 +216,7 @@ export default {
|
|
|
211
216
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
212
217
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
213
218
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
219
|
+
'fabric.editor.fourColumns': 'Four columns layout',
|
|
214
220
|
'fabric.editor.headerColumn': 'Header column',
|
|
215
221
|
'fabric.editor.headerRow': 'Header row',
|
|
216
222
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -270,8 +276,6 @@ export default {
|
|
|
270
276
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
271
277
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
272
278
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Image from link',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Add an image or video from a link',
|
|
275
279
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
276
280
|
'fabric.editor.insertRightRail.close': 'Close',
|
|
277
281
|
'fabric.editor.insertRightRail.title': 'Insert',
|
|
@@ -284,6 +288,8 @@ export default {
|
|
|
284
288
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
285
289
|
'fabric.editor.italic': 'Italic',
|
|
286
290
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
291
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-column} other {{count}-columns}}',
|
|
292
|
+
'fabric.editor.layout.placeholder': 'Add content',
|
|
287
293
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
288
294
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
289
295
|
'fabric.editor.layoutWide': 'Go wide',
|
|
@@ -302,8 +308,10 @@ export default {
|
|
|
302
308
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
303
309
|
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
304
310
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
311
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
312
|
+
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
306
313
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
314
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
307
315
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
308
316
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
309
317
|
'fabric.editor.media.insert.localFileErrorMessage': 'This file couldn’t be uploaded.',
|
|
@@ -382,6 +390,9 @@ export default {
|
|
|
382
390
|
'fabric.editor.replaceAll': 'Replace all',
|
|
383
391
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} match replaced} other {{numberOfMatches,number} matches replaced}}',
|
|
384
392
|
'fabric.editor.replaceWith': 'Replace with',
|
|
393
|
+
'fabric.editor.requestToEdit': 'Request to edit',
|
|
394
|
+
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
395
|
+
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
385
396
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
386
397
|
'fabric.editor.richText': 'Use rich text',
|
|
387
398
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Insertar',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Mover a la izquierda',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Mover a la derecha',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'El contenido se ha movido hacia abajo',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'El contenido se ha movido hacia arriba',
|
|
@@ -137,6 +139,7 @@ export default {
|
|
|
137
139
|
'fabric.editor.edit': 'Editar',
|
|
138
140
|
'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
|
|
139
141
|
'fabric.editor.edit.searchInput': 'Añadir un enlace',
|
|
142
|
+
'fabric.editor.editAccessTitle': 'Acceso de edición requerido',
|
|
140
143
|
'fabric.editor.editAltText': 'Editar texto alternativo',
|
|
141
144
|
'fabric.editor.editDatasourceStandalone': 'Editar',
|
|
142
145
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Editar consulta de búsqueda',
|
|
@@ -200,6 +203,7 @@ export default {
|
|
|
200
203
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
201
204
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
202
205
|
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
206
|
+
'fabric.editor.fiveColumns': 'Diseño de 5 columnas',
|
|
203
207
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
204
208
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
205
209
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 elemento conectado)} other {{name} (+{amount,number} elementos conectados)}}',
|
|
@@ -211,6 +215,7 @@ export default {
|
|
|
211
215
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
212
216
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
213
217
|
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
218
|
+
'fabric.editor.fourColumns': 'Diseño de 4 columnas',
|
|
214
219
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
215
220
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
216
221
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -270,8 +275,6 @@ export default {
|
|
|
270
275
|
'fabric.editor.inputQueryAssistiveTxt': 'Cuando aparezcan los resultados del rellenado automático, usa las flechas hacia arriba y hacia abajo para revisarlos, y pulsa Entrar para seleccionar uno. Toca los usuarios de dispositivos, explora con toques o gestos de deslizamiento.',
|
|
271
276
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
272
277
|
'fabric.editor.insertColumnDrag': 'Insertar columna',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Imagen de enlace',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Añadir una imagen o un vídeo desde un enlace',
|
|
275
278
|
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
276
279
|
'fabric.editor.insertRightRail.close': 'Cerrar',
|
|
277
280
|
'fabric.editor.insertRightRail.title': 'Insertar',
|
|
@@ -302,8 +305,10 @@ export default {
|
|
|
302
305
|
'fabric.editor.media.MediaWidthIsMin': 'Medio reducido al tamaño mínimo',
|
|
303
306
|
'fabric.editor.media.insert.cancel': 'Cancelar',
|
|
304
307
|
'fabric.editor.media.insert.fileTabTitle': 'Fichero',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
308
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Lamentablemente, no se puede añadir este enlace a la imagen. Descarga la imagen y, a continuación, arrástrala y suéltala en la página.',
|
|
309
|
+
'fabric.editor.media.insert.fromUrlWarning': 'Puede que esta imagen no esté visible para otras personas debido a restricciones de origen. Considera subir el archivo en su lugar.',
|
|
306
310
|
'fabric.editor.media.insert.insert': 'Insertar',
|
|
311
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Enlace no válido',
|
|
307
312
|
'fabric.editor.media.insert.linkTabTitle': 'Enlace',
|
|
308
313
|
'fabric.editor.media.insert.loadPreview': 'Cargar vista previa',
|
|
309
314
|
'fabric.editor.media.insert.localFileErrorMessage': 'No se ha podido subir este archivo.',
|
|
@@ -382,6 +387,9 @@ export default {
|
|
|
382
387
|
'fabric.editor.replaceAll': 'Reemplazar todo',
|
|
383
388
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} coincidencia reemplazada} other {{numberOfMatches,number} coincidencias reemplazadas}}',
|
|
384
389
|
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
390
|
+
'fabric.editor.requestToEdit': 'Solicitar para editar',
|
|
391
|
+
'fabric.editor.requestToEditDescription': 'Cuando solicites el acceso, el propietario de la página recibirá una notificación.',
|
|
392
|
+
'fabric.editor.requestToEditDismiss': 'Descartar',
|
|
385
393
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
386
394
|
'fabric.editor.richText': 'Usar texto enriquecido',
|
|
387
395
|
'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -38,6 +38,8 @@ export default {
|
|
|
38
38
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
39
39
|
'fabric.editor.blockControlInsert': 'Lisää',
|
|
40
40
|
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
41
|
+
'fabric.editor.blockControlMoveLeft': 'Siirrä vasemmalle',
|
|
42
|
+
'fabric.editor.blockControlMoveRight': 'Siirrä oikealle',
|
|
41
43
|
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
42
44
|
'fabric.editor.blockControlMovedDown': 'Sisältö on siirretty alas',
|
|
43
45
|
'fabric.editor.blockControlMovedUp': 'Sisältö on siirretty ylös',
|
|
@@ -137,6 +139,7 @@ export default {
|
|
|
137
139
|
'fabric.editor.edit': 'Muokkaa',
|
|
138
140
|
'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
|
|
139
141
|
'fabric.editor.edit.searchInput': 'Lisää linkki',
|
|
142
|
+
'fabric.editor.editAccessTitle': 'Tarvitset muokkausoikeuden',
|
|
140
143
|
'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
|
|
141
144
|
'fabric.editor.editDatasourceStandalone': 'Muokkaa',
|
|
142
145
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Muokkaa hakukyselyä',
|
|
@@ -200,6 +203,7 @@ export default {
|
|
|
200
203
|
'fabric.editor.findNext': 'Etsi seuraava',
|
|
201
204
|
'fabric.editor.findPrevious': 'Etsi edellinen',
|
|
202
205
|
'fabric.editor.findReplaceToolbarButton': 'Etsi ja korvaa',
|
|
206
|
+
'fabric.editor.fiveColumns': 'Viiden sarakkeen asettelu',
|
|
203
207
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Peruuta',
|
|
204
208
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
|
|
205
209
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 liitetty elementti)} other {{name} (+{amount,number} liitettyä elementtiä)}}',
|
|
@@ -211,6 +215,7 @@ export default {
|
|
|
211
215
|
'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
|
|
212
216
|
'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
|
|
213
217
|
'fabric.editor.focusTableResizeHandle': 'Taulukon fokusoinnin muutoskahva',
|
|
218
|
+
'fabric.editor.fourColumns': 'Neljän sarakkeen asettelu',
|
|
214
219
|
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
215
220
|
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
216
221
|
'fabric.editor.heading1': 'Otsikko 1',
|
|
@@ -270,8 +275,6 @@ export default {
|
|
|
270
275
|
'fabric.editor.inputQueryAssistiveTxt': 'Kun automaattitäydennyksen tuloksia on saatavilla, selaa niiden välillä ylös- ja alas-nuolilla ja valitse painamalla Enter. Kosketuslaitteilla selaa tuloksia koskettamalla tai pyyhkäisyllä.',
|
|
271
276
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
272
277
|
'fabric.editor.insertColumnDrag': 'Lisää sarake',
|
|
273
|
-
'fabric.editor.insertMediaFromUrl': 'Kuva linkistä',
|
|
274
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Lisää kuva tai video linkistä',
|
|
275
278
|
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
276
279
|
'fabric.editor.insertRightRail.close': 'Sulje',
|
|
277
280
|
'fabric.editor.insertRightRail.title': 'Lisää',
|
|
@@ -302,8 +305,10 @@ export default {
|
|
|
302
305
|
'fabric.editor.media.MediaWidthIsMin': 'Media pienennettiin vähimmäiskokoon',
|
|
303
306
|
'fabric.editor.media.insert.cancel': 'Peruuta',
|
|
304
307
|
'fabric.editor.media.insert.fileTabTitle': 'Tiedosto',
|
|
305
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
308
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Valitettavasti emme voi lisätä tätä kuvalinkkiä. Lataa kuva ja vedä ja pudota se sitten sivulle.',
|
|
309
|
+
'fabric.editor.media.insert.fromUrlWarning': 'Tämä kuva ei ehkä näy muille lähderajoitusten vuoksi. Harkitse sen sijaan tiedoston lataamista.',
|
|
306
310
|
'fabric.editor.media.insert.insert': 'Lisää',
|
|
311
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Virheellinen linkki',
|
|
307
312
|
'fabric.editor.media.insert.linkTabTitle': 'Linkki',
|
|
308
313
|
'fabric.editor.media.insert.loadPreview': 'Lataa esikatselu',
|
|
309
314
|
'fabric.editor.media.insert.localFileErrorMessage': 'Tätä tiedostoa ei voitu ladata.',
|
|
@@ -382,6 +387,9 @@ export default {
|
|
|
382
387
|
'fabric.editor.replaceAll': 'Korvaa kaikki',
|
|
383
388
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} osuma korvattiin} other {{numberOfMatches,number} osumaa korvattiin}}',
|
|
384
389
|
'fabric.editor.replaceWith': 'Korvaa kohteella',
|
|
390
|
+
'fabric.editor.requestToEdit': 'Pyydä muokkausoikeutta',
|
|
391
|
+
'fabric.editor.requestToEditDescription': 'Kun pyydät käyttöoikeutta, sivun omistaja saa ilmoituksen.',
|
|
392
|
+
'fabric.editor.requestToEditDismiss': 'Hylkää',
|
|
385
393
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
386
394
|
'fabric.editor.richText': 'Käytä rikastettua tekstiä',
|
|
387
395
|
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|