@atlaskit/editor-common 94.6.1 → 94.8.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 +25 -0
- package/afm-cc/tsconfig.json +3 -0
- 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/messages/annotation.js +10 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/Button.js +29 -8
- package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +39 -0
- package/dist/cjs/ui-menu/DropdownMenu/index.js +0 -3
- 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/messages/annotation.js +10 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/Button.js +22 -9
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +29 -0
- package/dist/es2019/ui-menu/DropdownMenu/index.js +0 -3
- 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/messages/annotation.js +10 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/Button.js +30 -9
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +32 -0
- package/dist/esm/ui-menu/DropdownMenu/index.js +0 -3
- 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/messages/annotation.d.ts +10 -0
- package/dist/types/types/floating-toolbar.d.ts +12 -0
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/ui/DropList/index.d.ts +1 -4
- package/dist/types/ui/FloatingToolbar/Button.d.ts +4 -1
- package/dist/types/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +10 -0
- 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/messages/annotation.d.ts +10 -0
- package/dist/types-ts4.5/types/floating-toolbar.d.ts +12 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/DropList/index.d.ts +1 -4
- package/dist/types-ts4.5/ui/FloatingToolbar/Button.d.ts +4 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/ButtonSpotlightCard.d.ts +10 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 94.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#157867](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157867)
|
|
8
|
+
[`8398a1f0013fc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8398a1f0013fc) -
|
|
9
|
+
[ux] ED-25331-add-spotlight-to-inline-comment-button
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`ae4b01915f647`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae4b01915f647) -
|
|
14
|
+
Fix emoji XSS
|
|
15
|
+
- [#157905](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/157905)
|
|
16
|
+
[`f02486a915690`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f02486a915690) -
|
|
17
|
+
NO-ISSUE Cleanup unused props and components
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
20
|
+
## 94.7.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- [#154932](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154932)
|
|
25
|
+
[`3c26362f19c76`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c26362f19c76) -
|
|
26
|
+
Adding support for en-ZZ i18n locale to editor package
|
|
27
|
+
|
|
3
28
|
## 94.6.1
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Vložit',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Posunout doleva',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Posunout doprava',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'Obsah byl posunut dolů.',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'Obsah byl posunut nahoru.',
|
|
@@ -143,6 +145,7 @@ var _default = exports.default = {
|
|
|
143
145
|
'fabric.editor.edit': 'Upravit',
|
|
144
146
|
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
145
147
|
'fabric.editor.edit.searchInput': 'Přidat odkaz',
|
|
148
|
+
'fabric.editor.editAccessTitle': 'Potřebujete přístup k úpravám',
|
|
146
149
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
147
150
|
'fabric.editor.editDatasourceStandalone': 'Upravit',
|
|
148
151
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Upravit vyhledávací dotaz',
|
|
@@ -206,6 +209,7 @@ var _default = exports.default = {
|
|
|
206
209
|
'fabric.editor.findNext': 'Najít další',
|
|
207
210
|
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
208
211
|
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
212
|
+
'fabric.editor.fiveColumns': 'Rozvržení 5 sloupců',
|
|
209
213
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
210
214
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
211
215
|
'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ů)}}',
|
|
@@ -217,6 +221,7 @@ var _default = exports.default = {
|
|
|
217
221
|
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
218
222
|
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
219
223
|
'fabric.editor.focusTableResizeHandle': 'Zaměření na úchyt ke změně velikosti tabulky',
|
|
224
|
+
'fabric.editor.fourColumns': 'Rozvržení 4 sloupců',
|
|
220
225
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
221
226
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
222
227
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -276,8 +281,6 @@ var _default = exports.default = {
|
|
|
276
281
|
'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.',
|
|
277
282
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
278
283
|
'fabric.editor.insertColumnDrag': 'Vložit sloupec',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Obrázek z odkazu',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Přidejte obrázek nebo video z odkazu.',
|
|
281
284
|
'fabric.editor.insertMenu': 'Vložit prvky',
|
|
282
285
|
'fabric.editor.insertRightRail.close': 'Zavřít',
|
|
283
286
|
'fabric.editor.insertRightRail.title': 'Vložit',
|
|
@@ -308,8 +311,10 @@ var _default = exports.default = {
|
|
|
308
311
|
'fabric.editor.media.MediaWidthIsMin': 'Velikost multimediálního prvku byla snížena na minimum.',
|
|
309
312
|
'fabric.editor.media.insert.cancel': 'Zrušit',
|
|
310
313
|
'fabric.editor.media.insert.fileTabTitle': 'Soubor',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': 'Tento
|
|
314
|
+
'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.',
|
|
315
|
+
'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.',
|
|
312
316
|
'fabric.editor.media.insert.insert': 'Vložit',
|
|
317
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Neplatný odkaz',
|
|
313
318
|
'fabric.editor.media.insert.linkTabTitle': 'Odkaz',
|
|
314
319
|
'fabric.editor.media.insert.loadPreview': 'Načíst náhled',
|
|
315
320
|
'fabric.editor.media.insert.localFileErrorMessage': 'Tento soubor nejde nahrát.',
|
|
@@ -388,6 +393,9 @@ var _default = exports.default = {
|
|
|
388
393
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
389
394
|
'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}}',
|
|
390
395
|
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
396
|
+
'fabric.editor.requestToEdit': 'Požádat o oprávnění k úpravě',
|
|
397
|
+
'fabric.editor.requestToEditDescription': 'Když požádáte o přístup, vlastník stránky dostane oznámení.',
|
|
398
|
+
'fabric.editor.requestToEditDismiss': 'Zavřít',
|
|
391
399
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
392
400
|
'fabric.editor.richText': 'Použít formátovaný text',
|
|
393
401
|
'fabric.editor.rightSidebar': 'Rozvržení pravého bočního panelu',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Indsæt',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Flyt ned',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Flyt til venstre',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Flyt til højre',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Flyt op',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'Indhold er flyttet ned',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'Indhold er flyttet op',
|
|
@@ -143,6 +145,7 @@ var _default = exports.default = {
|
|
|
143
145
|
'fabric.editor.edit': 'Redigér',
|
|
144
146
|
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
145
147
|
'fabric.editor.edit.searchInput': 'Tilføj et link',
|
|
148
|
+
'fabric.editor.editAccessTitle': 'Du skal have redigeringsadgang',
|
|
146
149
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
147
150
|
'fabric.editor.editDatasourceStandalone': 'Rediger',
|
|
148
151
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Rediger søgning',
|
|
@@ -206,6 +209,7 @@ var _default = exports.default = {
|
|
|
206
209
|
'fabric.editor.findNext': 'Find næste',
|
|
207
210
|
'fabric.editor.findPrevious': 'Find forrige',
|
|
208
211
|
'fabric.editor.findReplaceToolbarButton': 'Find og erstat',
|
|
212
|
+
'fabric.editor.fiveColumns': 'Layout med fem kolonner',
|
|
209
213
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuller',
|
|
210
214
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
211
215
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 forbundet element)} other {{name} (+{amount,number} forbundne elementer)}}',
|
|
@@ -217,6 +221,7 @@ var _default = exports.default = {
|
|
|
217
221
|
'fabric.editor.floatingToolbar.scrollLeft': 'Rul til venstre',
|
|
218
222
|
'fabric.editor.floatingToolbar.scrollRight': 'Rul til højre',
|
|
219
223
|
'fabric.editor.focusTableResizeHandle': 'Håndtag til ændring af størrelse på tabel i fokus',
|
|
224
|
+
'fabric.editor.fourColumns': 'Layout med fire kolonner',
|
|
220
225
|
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
221
226
|
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
222
227
|
'fabric.editor.heading1': 'Overskrift 1',
|
|
@@ -276,8 +281,6 @@ var _default = exports.default = {
|
|
|
276
281
|
'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.',
|
|
277
282
|
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
278
283
|
'fabric.editor.insertColumnDrag': 'Indsæt kolonne',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Billede fra link',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Tilføj et billede eller en video fra et link',
|
|
281
284
|
'fabric.editor.insertMenu': 'Indsæt elementer',
|
|
282
285
|
'fabric.editor.insertRightRail.close': 'Luk',
|
|
283
286
|
'fabric.editor.insertRightRail.title': 'Indsæt',
|
|
@@ -308,8 +311,10 @@ var _default = exports.default = {
|
|
|
308
311
|
'fabric.editor.media.MediaWidthIsMin': 'Medier reduceret til minimumsstørrelsen',
|
|
309
312
|
'fabric.editor.media.insert.cancel': 'Annuller',
|
|
310
313
|
'fabric.editor.media.insert.fileTabTitle': 'Fil',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
314
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Vi kan desværre ikke tilføje dette billedlink. Download billedet, og træk og slip det til siden.',
|
|
315
|
+
'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.',
|
|
312
316
|
'fabric.editor.media.insert.insert': 'Indsæt',
|
|
317
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Ugyldigt link',
|
|
313
318
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
314
319
|
'fabric.editor.media.insert.loadPreview': 'Indlæs forhåndsvisning',
|
|
315
320
|
'fabric.editor.media.insert.localFileErrorMessage': 'Filen kunne ikke overføres.',
|
|
@@ -388,6 +393,9 @@ var _default = exports.default = {
|
|
|
388
393
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
389
394
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} match erstattet} other {{numberOfMatches,number} match erstattet}}',
|
|
390
395
|
'fabric.editor.replaceWith': 'Erstat med',
|
|
396
|
+
'fabric.editor.requestToEdit': 'Anmod om at redigere',
|
|
397
|
+
'fabric.editor.requestToEditDescription': 'Når du anmoder om adgang, modtager sideejeren en notifikation.',
|
|
398
|
+
'fabric.editor.requestToEditDismiss': 'Luk',
|
|
391
399
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
392
400
|
'fabric.editor.richText': 'Brug RTF',
|
|
393
401
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Einfügen',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Nach links',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Nach rechts',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'Inhalt wurde nach unten verschoben',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'Inhalt wurde nach oben verschoben',
|
|
@@ -143,6 +145,7 @@ var _default = exports.default = {
|
|
|
143
145
|
'fabric.editor.edit': 'Bearbeiten',
|
|
144
146
|
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
145
147
|
'fabric.editor.edit.searchInput': 'Einen Link hinzufügen',
|
|
148
|
+
'fabric.editor.editAccessTitle': 'Sie benötigen Bearbeitungszugriff',
|
|
146
149
|
'fabric.editor.editAltText': 'Alternativtext bearbeiten',
|
|
147
150
|
'fabric.editor.editDatasourceStandalone': 'Bearbeiten',
|
|
148
151
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Suchanfrage bearbeiten',
|
|
@@ -206,6 +209,7 @@ var _default = exports.default = {
|
|
|
206
209
|
'fabric.editor.findNext': 'Nächstes suchen',
|
|
207
210
|
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
208
211
|
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
212
|
+
'fabric.editor.fiveColumns': 'Layout mit 5 Spalten',
|
|
209
213
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
|
|
210
214
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
211
215
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 verbundenes Element)} other {{name} (+{amount,number} verbundene Elemente)}}',
|
|
@@ -217,6 +221,7 @@ var _default = exports.default = {
|
|
|
217
221
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
218
222
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
219
223
|
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
224
|
+
'fabric.editor.fourColumns': 'Layout mit 4 Spalten',
|
|
220
225
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
221
226
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
222
227
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -276,8 +281,6 @@ var _default = exports.default = {
|
|
|
276
281
|
'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.',
|
|
277
282
|
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
278
283
|
'fabric.editor.insertColumnDrag': 'Spalte einfügen',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Bild per Link',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Bild oder Video per Link hinzufügen',
|
|
281
284
|
'fabric.editor.insertMenu': 'Elemente einfügen',
|
|
282
285
|
'fabric.editor.insertRightRail.close': 'Schließen',
|
|
283
286
|
'fabric.editor.insertRightRail.title': 'Einfügen',
|
|
@@ -308,8 +311,10 @@ var _default = exports.default = {
|
|
|
308
311
|
'fabric.editor.media.MediaWidthIsMin': 'Medien auf Mindestgröße verringert',
|
|
309
312
|
'fabric.editor.media.insert.cancel': 'Abbrechen',
|
|
310
313
|
'fabric.editor.media.insert.fileTabTitle': 'Datei',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
314
|
+
'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.',
|
|
315
|
+
'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.',
|
|
312
316
|
'fabric.editor.media.insert.insert': 'Einfügen',
|
|
317
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Ungültiger Link',
|
|
313
318
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
314
319
|
'fabric.editor.media.insert.loadPreview': 'Vorschau laden',
|
|
315
320
|
'fabric.editor.media.insert.localFileErrorMessage': 'Diese Datei konnte nicht hochgeladen werden.',
|
|
@@ -388,6 +393,9 @@ var _default = exports.default = {
|
|
|
388
393
|
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
389
394
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} Übereinstimmung ersetzt} other {{numberOfMatches,number} Übereinstimmungen ersetzt}}',
|
|
390
395
|
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
396
|
+
'fabric.editor.requestToEdit': 'Für Bearbeitung anfragen',
|
|
397
|
+
'fabric.editor.requestToEditDescription': 'Wenn Sie Zugriff anfordern, erhält der Seitenbesitzer eine Benachrichtigung.',
|
|
398
|
+
'fabric.editor.requestToEditDismiss': 'Schließen',
|
|
391
399
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
392
400
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
393
401
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Move right',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'Content has been moved down',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'Content has been moved up',
|
|
@@ -57,6 +59,7 @@ var _default = exports.default = {
|
|
|
57
59
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
58
60
|
'fabric.editor.cancelButton': 'Cancel',
|
|
59
61
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
60
63
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
61
64
|
'fabric.editor.cellBackground': 'Cell background',
|
|
62
65
|
'fabric.editor.cellOptions': 'Cell options',
|
|
@@ -143,6 +146,7 @@ var _default = exports.default = {
|
|
|
143
146
|
'fabric.editor.edit': 'Edit',
|
|
144
147
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
145
148
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
149
|
+
'fabric.editor.editAccessTitle': 'You need edit access',
|
|
146
150
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
147
151
|
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
148
152
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
@@ -206,6 +210,7 @@ var _default = exports.default = {
|
|
|
206
210
|
'fabric.editor.findNext': 'Find next',
|
|
207
211
|
'fabric.editor.findPrevious': 'Find previous',
|
|
208
212
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
213
|
+
'fabric.editor.fiveColumns': 'Five columns layout',
|
|
209
214
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
210
215
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
211
216
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
@@ -217,6 +222,7 @@ var _default = exports.default = {
|
|
|
217
222
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
218
223
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
219
224
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
225
|
+
'fabric.editor.fourColumns': 'Four columns layout',
|
|
220
226
|
'fabric.editor.headerColumn': 'Header column',
|
|
221
227
|
'fabric.editor.headerRow': 'Header row',
|
|
222
228
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -276,8 +282,6 @@ var _default = exports.default = {
|
|
|
276
282
|
'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.',
|
|
277
283
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
278
284
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Image from link',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Add an image or video from a link',
|
|
281
285
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
282
286
|
'fabric.editor.insertRightRail.close': 'Close',
|
|
283
287
|
'fabric.editor.insertRightRail.title': 'Insert',
|
|
@@ -290,6 +294,8 @@ var _default = exports.default = {
|
|
|
290
294
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
291
295
|
'fabric.editor.italic': 'Italic',
|
|
292
296
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
297
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-column} other {{count}-columns}}',
|
|
298
|
+
'fabric.editor.layout.placeholder': 'Add content',
|
|
293
299
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
294
300
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
295
301
|
'fabric.editor.layoutWide': 'Go wide',
|
|
@@ -308,8 +314,10 @@ var _default = exports.default = {
|
|
|
308
314
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
309
315
|
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
310
316
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
317
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
318
|
+
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
312
319
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
320
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
313
321
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
314
322
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
315
323
|
'fabric.editor.media.insert.localFileErrorMessage': 'This file couldn’t be uploaded.',
|
|
@@ -388,6 +396,9 @@ var _default = exports.default = {
|
|
|
388
396
|
'fabric.editor.replaceAll': 'Replace all',
|
|
389
397
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {# match replaced} other {# matches replaced}}',
|
|
390
398
|
'fabric.editor.replaceWith': 'Replace with',
|
|
399
|
+
'fabric.editor.requestToEdit': 'Request to edit',
|
|
400
|
+
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
401
|
+
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
391
402
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
392
403
|
'fabric.editor.richText': 'Use rich text',
|
|
393
404
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Move right',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'Content has been moved down',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'Content has been moved up',
|
|
@@ -57,6 +59,7 @@ var _default = exports.default = {
|
|
|
57
59
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
58
60
|
'fabric.editor.cancelButton': 'Cancel',
|
|
59
61
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
60
63
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
61
64
|
'fabric.editor.cellBackground': 'Cell background',
|
|
62
65
|
'fabric.editor.cellOptions': 'Cell options',
|
|
@@ -143,6 +146,7 @@ var _default = exports.default = {
|
|
|
143
146
|
'fabric.editor.edit': 'Edit',
|
|
144
147
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
145
148
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
149
|
+
'fabric.editor.editAccessTitle': 'You need edit access',
|
|
146
150
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
147
151
|
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
148
152
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
@@ -206,6 +210,7 @@ var _default = exports.default = {
|
|
|
206
210
|
'fabric.editor.findNext': 'Find next',
|
|
207
211
|
'fabric.editor.findPrevious': 'Find previous',
|
|
208
212
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
213
|
+
'fabric.editor.fiveColumns': 'Five columns layout',
|
|
209
214
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
210
215
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
211
216
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
@@ -217,6 +222,7 @@ var _default = exports.default = {
|
|
|
217
222
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
218
223
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
219
224
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
225
|
+
'fabric.editor.fourColumns': 'Four columns layout',
|
|
220
226
|
'fabric.editor.headerColumn': 'Header column',
|
|
221
227
|
'fabric.editor.headerRow': 'Header row',
|
|
222
228
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -276,8 +282,6 @@ var _default = exports.default = {
|
|
|
276
282
|
'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.',
|
|
277
283
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
278
284
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Image from link',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Add an image or video from a link',
|
|
281
285
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
282
286
|
'fabric.editor.insertRightRail.close': 'Close',
|
|
283
287
|
'fabric.editor.insertRightRail.title': 'Insert',
|
|
@@ -290,6 +294,8 @@ var _default = exports.default = {
|
|
|
290
294
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
291
295
|
'fabric.editor.italic': 'Italic',
|
|
292
296
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
297
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-column} other {{count}-columns}}',
|
|
298
|
+
'fabric.editor.layout.placeholder': 'Add content',
|
|
293
299
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
294
300
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
295
301
|
'fabric.editor.layoutWide': 'Go wide',
|
|
@@ -308,8 +314,10 @@ var _default = exports.default = {
|
|
|
308
314
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
309
315
|
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
310
316
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
317
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
318
|
+
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
312
319
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
320
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
313
321
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
314
322
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
315
323
|
'fabric.editor.media.insert.localFileErrorMessage': 'This file couldn’t be uploaded.',
|
|
@@ -388,6 +396,9 @@ var _default = exports.default = {
|
|
|
388
396
|
'fabric.editor.replaceAll': 'Replace all',
|
|
389
397
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {# match replaced} other {# matches replaced}}',
|
|
390
398
|
'fabric.editor.replaceWith': 'Replace with',
|
|
399
|
+
'fabric.editor.requestToEdit': 'Request to edit',
|
|
400
|
+
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
401
|
+
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
391
402
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
392
403
|
'fabric.editor.richText': 'Use rich text',
|
|
393
404
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Insert',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Move left',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Move right',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'Content has been moved down',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'Content has been moved up',
|
|
@@ -57,6 +59,7 @@ var _default = exports.default = {
|
|
|
57
59
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
58
60
|
'fabric.editor.cancelButton': 'Cancel',
|
|
59
61
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Add a caption - double-click to preview',
|
|
60
63
|
'fabric.editor.cardFloatingControls': 'Card options',
|
|
61
64
|
'fabric.editor.cellBackground': 'Cell background',
|
|
62
65
|
'fabric.editor.cellOptions': 'Cell options',
|
|
@@ -143,6 +146,7 @@ var _default = exports.default = {
|
|
|
143
146
|
'fabric.editor.edit': 'Edit',
|
|
144
147
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
145
148
|
'fabric.editor.edit.searchInput': 'Add a link',
|
|
149
|
+
'fabric.editor.editAccessTitle': 'You need edit access',
|
|
146
150
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
147
151
|
'fabric.editor.editDatasourceStandalone': 'Edit',
|
|
148
152
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
|
|
@@ -206,6 +210,7 @@ var _default = exports.default = {
|
|
|
206
210
|
'fabric.editor.findNext': 'Find next',
|
|
207
211
|
'fabric.editor.findPrevious': 'Find previous',
|
|
208
212
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
213
|
+
'fabric.editor.fiveColumns': 'Five columns layout',
|
|
209
214
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
210
215
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
211
216
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 connected element)} other {{name} (+{amount,number} connected elements)}}',
|
|
@@ -217,6 +222,7 @@ var _default = exports.default = {
|
|
|
217
222
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
218
223
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
219
224
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
225
|
+
'fabric.editor.fourColumns': 'Four columns layout',
|
|
220
226
|
'fabric.editor.headerColumn': 'Header column',
|
|
221
227
|
'fabric.editor.headerRow': 'Header row',
|
|
222
228
|
'fabric.editor.heading1': 'Heading 1',
|
|
@@ -276,8 +282,6 @@ var _default = exports.default = {
|
|
|
276
282
|
'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.',
|
|
277
283
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
278
284
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Image from link',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Add an image or video from a link',
|
|
281
285
|
'fabric.editor.insertMenu': 'Insert elements',
|
|
282
286
|
'fabric.editor.insertRightRail.close': 'Close',
|
|
283
287
|
'fabric.editor.insertRightRail.title': 'Insert',
|
|
@@ -290,6 +294,8 @@ var _default = exports.default = {
|
|
|
290
294
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
291
295
|
'fabric.editor.italic': 'Italic',
|
|
292
296
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
297
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-column} other {{count}-columns}}',
|
|
298
|
+
'fabric.editor.layout.placeholder': 'Add content',
|
|
293
299
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
294
300
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
295
301
|
'fabric.editor.layoutWide': 'Go wide',
|
|
@@ -308,8 +314,10 @@ var _default = exports.default = {
|
|
|
308
314
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
309
315
|
'fabric.editor.media.insert.cancel': 'Cancel',
|
|
310
316
|
'fabric.editor.media.insert.fileTabTitle': 'File',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
317
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Unfortunately, we can’t add this image link. Download the image, then drag and drop onto the page.',
|
|
318
|
+
'fabric.editor.media.insert.fromUrlWarning': 'This image might not be visible to others due to source restrictions. Consider uploading the file instead.',
|
|
312
319
|
'fabric.editor.media.insert.insert': 'Insert',
|
|
320
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Invalid link',
|
|
313
321
|
'fabric.editor.media.insert.linkTabTitle': 'Link',
|
|
314
322
|
'fabric.editor.media.insert.loadPreview': 'Load preview',
|
|
315
323
|
'fabric.editor.media.insert.localFileErrorMessage': 'This file couldn’t be uploaded.',
|
|
@@ -388,6 +396,9 @@ var _default = exports.default = {
|
|
|
388
396
|
'fabric.editor.replaceAll': 'Replace all',
|
|
389
397
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} match replaced} other {{numberOfMatches,number} matches replaced}}',
|
|
390
398
|
'fabric.editor.replaceWith': 'Replace with',
|
|
399
|
+
'fabric.editor.requestToEdit': 'Request to edit',
|
|
400
|
+
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
401
|
+
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
391
402
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
392
403
|
'fabric.editor.richText': 'Use rich text',
|
|
393
404
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Insertar',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Mover a la izquierda',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Mover a la derecha',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'El contenido se ha movido hacia abajo',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'El contenido se ha movido hacia arriba',
|
|
@@ -143,6 +145,7 @@ var _default = exports.default = {
|
|
|
143
145
|
'fabric.editor.edit': 'Editar',
|
|
144
146
|
'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
|
|
145
147
|
'fabric.editor.edit.searchInput': 'Añadir un enlace',
|
|
148
|
+
'fabric.editor.editAccessTitle': 'Acceso de edición requerido',
|
|
146
149
|
'fabric.editor.editAltText': 'Editar texto alternativo',
|
|
147
150
|
'fabric.editor.editDatasourceStandalone': 'Editar',
|
|
148
151
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Editar consulta de búsqueda',
|
|
@@ -206,6 +209,7 @@ var _default = exports.default = {
|
|
|
206
209
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
207
210
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
208
211
|
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
212
|
+
'fabric.editor.fiveColumns': 'Diseño de 5 columnas',
|
|
209
213
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
210
214
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
211
215
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 elemento conectado)} other {{name} (+{amount,number} elementos conectados)}}',
|
|
@@ -217,6 +221,7 @@ var _default = exports.default = {
|
|
|
217
221
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
218
222
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
219
223
|
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
224
|
+
'fabric.editor.fourColumns': 'Diseño de 4 columnas',
|
|
220
225
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
221
226
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
222
227
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -276,8 +281,6 @@ var _default = exports.default = {
|
|
|
276
281
|
'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.',
|
|
277
282
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
278
283
|
'fabric.editor.insertColumnDrag': 'Insertar columna',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Imagen de enlace',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Añadir una imagen o un vídeo desde un enlace',
|
|
281
284
|
'fabric.editor.insertMenu': 'Insertar elementos',
|
|
282
285
|
'fabric.editor.insertRightRail.close': 'Cerrar',
|
|
283
286
|
'fabric.editor.insertRightRail.title': 'Insertar',
|
|
@@ -308,8 +311,10 @@ var _default = exports.default = {
|
|
|
308
311
|
'fabric.editor.media.MediaWidthIsMin': 'Medio reducido al tamaño mínimo',
|
|
309
312
|
'fabric.editor.media.insert.cancel': 'Cancelar',
|
|
310
313
|
'fabric.editor.media.insert.fileTabTitle': 'Fichero',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
314
|
+
'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.',
|
|
315
|
+
'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.',
|
|
312
316
|
'fabric.editor.media.insert.insert': 'Insertar',
|
|
317
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Enlace no válido',
|
|
313
318
|
'fabric.editor.media.insert.linkTabTitle': 'Enlace',
|
|
314
319
|
'fabric.editor.media.insert.loadPreview': 'Cargar vista previa',
|
|
315
320
|
'fabric.editor.media.insert.localFileErrorMessage': 'No se ha podido subir este archivo.',
|
|
@@ -388,6 +393,9 @@ var _default = exports.default = {
|
|
|
388
393
|
'fabric.editor.replaceAll': 'Reemplazar todo',
|
|
389
394
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} coincidencia reemplazada} other {{numberOfMatches,number} coincidencias reemplazadas}}',
|
|
390
395
|
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
396
|
+
'fabric.editor.requestToEdit': 'Solicitar para editar',
|
|
397
|
+
'fabric.editor.requestToEditDescription': 'Cuando solicites el acceso, el propietario de la página recibirá una notificación.',
|
|
398
|
+
'fabric.editor.requestToEditDismiss': 'Descartar',
|
|
391
399
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
392
400
|
'fabric.editor.richText': 'Usar texto enriquecido',
|
|
393
401
|
'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -44,6 +44,8 @@ var _default = exports.default = {
|
|
|
44
44
|
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
45
45
|
'fabric.editor.blockControlInsert': 'Lisää',
|
|
46
46
|
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
47
|
+
'fabric.editor.blockControlMoveLeft': 'Siirrä vasemmalle',
|
|
48
|
+
'fabric.editor.blockControlMoveRight': 'Siirrä oikealle',
|
|
47
49
|
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
48
50
|
'fabric.editor.blockControlMovedDown': 'Sisältö on siirretty alas',
|
|
49
51
|
'fabric.editor.blockControlMovedUp': 'Sisältö on siirretty ylös',
|
|
@@ -143,6 +145,7 @@ var _default = exports.default = {
|
|
|
143
145
|
'fabric.editor.edit': 'Muokkaa',
|
|
144
146
|
'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
|
|
145
147
|
'fabric.editor.edit.searchInput': 'Lisää linkki',
|
|
148
|
+
'fabric.editor.editAccessTitle': 'Tarvitset muokkausoikeuden',
|
|
146
149
|
'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
|
|
147
150
|
'fabric.editor.editDatasourceStandalone': 'Muokkaa',
|
|
148
151
|
'fabric.editor.editDatasourceStandaloneTooltip': 'Muokkaa hakukyselyä',
|
|
@@ -206,6 +209,7 @@ var _default = exports.default = {
|
|
|
206
209
|
'fabric.editor.findNext': 'Etsi seuraava',
|
|
207
210
|
'fabric.editor.findPrevious': 'Etsi edellinen',
|
|
208
211
|
'fabric.editor.findReplaceToolbarButton': 'Etsi ja korvaa',
|
|
212
|
+
'fabric.editor.fiveColumns': 'Viiden sarakkeen asettelu',
|
|
209
213
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Peruuta',
|
|
210
214
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
|
|
211
215
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 liitetty elementti)} other {{name} (+{amount,number} liitettyä elementtiä)}}',
|
|
@@ -217,6 +221,7 @@ var _default = exports.default = {
|
|
|
217
221
|
'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
|
|
218
222
|
'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
|
|
219
223
|
'fabric.editor.focusTableResizeHandle': 'Taulukon fokusoinnin muutoskahva',
|
|
224
|
+
'fabric.editor.fourColumns': 'Neljän sarakkeen asettelu',
|
|
220
225
|
'fabric.editor.headerColumn': 'Otsikkosarake',
|
|
221
226
|
'fabric.editor.headerRow': 'Otsikkorivi',
|
|
222
227
|
'fabric.editor.heading1': 'Otsikko 1',
|
|
@@ -276,8 +281,6 @@ var _default = exports.default = {
|
|
|
276
281
|
'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ä.',
|
|
277
282
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
278
283
|
'fabric.editor.insertColumnDrag': 'Lisää sarake',
|
|
279
|
-
'fabric.editor.insertMediaFromUrl': 'Kuva linkistä',
|
|
280
|
-
'fabric.editor.insertMediaFromUrlDescription': 'Lisää kuva tai video linkistä',
|
|
281
284
|
'fabric.editor.insertMenu': 'Lisää elementtejä',
|
|
282
285
|
'fabric.editor.insertRightRail.close': 'Sulje',
|
|
283
286
|
'fabric.editor.insertRightRail.title': 'Lisää',
|
|
@@ -308,8 +311,10 @@ var _default = exports.default = {
|
|
|
308
311
|
'fabric.editor.media.MediaWidthIsMin': 'Media pienennettiin vähimmäiskokoon',
|
|
309
312
|
'fabric.editor.media.insert.cancel': 'Peruuta',
|
|
310
313
|
'fabric.editor.media.insert.fileTabTitle': 'Tiedosto',
|
|
311
|
-
'fabric.editor.media.insert.fromUrlErrorMessage': '
|
|
314
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': 'Valitettavasti emme voi lisätä tätä kuvalinkkiä. Lataa kuva ja vedä ja pudota se sitten sivulle.',
|
|
315
|
+
'fabric.editor.media.insert.fromUrlWarning': 'Tämä kuva ei ehkä näy muille lähderajoitusten vuoksi. Harkitse sen sijaan tiedoston lataamista.',
|
|
312
316
|
'fabric.editor.media.insert.insert': 'Lisää',
|
|
317
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': 'Virheellinen linkki',
|
|
313
318
|
'fabric.editor.media.insert.linkTabTitle': 'Linkki',
|
|
314
319
|
'fabric.editor.media.insert.loadPreview': 'Lataa esikatselu',
|
|
315
320
|
'fabric.editor.media.insert.localFileErrorMessage': 'Tätä tiedostoa ei voitu ladata.',
|
|
@@ -388,6 +393,9 @@ var _default = exports.default = {
|
|
|
388
393
|
'fabric.editor.replaceAll': 'Korvaa kaikki',
|
|
389
394
|
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} osuma korvattiin} other {{numberOfMatches,number} osumaa korvattiin}}',
|
|
390
395
|
'fabric.editor.replaceWith': 'Korvaa kohteella',
|
|
396
|
+
'fabric.editor.requestToEdit': 'Pyydä muokkausoikeutta',
|
|
397
|
+
'fabric.editor.requestToEditDescription': 'Kun pyydät käyttöoikeutta, sivun omistaja saa ilmoituksen.',
|
|
398
|
+
'fabric.editor.requestToEditDismiss': 'Hylkää',
|
|
391
399
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
392
400
|
'fabric.editor.richText': 'Käytä rikastettua tekstiä',
|
|
393
401
|
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|