@atlaskit/editor-common 94.12.1 → 94.13.1
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 +26 -0
- package/afm-jira/tsconfig.json +158 -158
- package/afm-post-office/tsconfig.json +158 -158
- package/dist/cjs/extensibility/Extension.js +4 -2
- package/dist/cjs/extensibility/extensionNodeView.js +5 -3
- package/dist/cjs/i18n/cs.js +7 -2
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +7 -2
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/i18n/es.js +7 -2
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +7 -2
- package/dist/cjs/i18n/hu.js +7 -2
- package/dist/cjs/i18n/it.js +7 -2
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +7 -2
- package/dist/cjs/i18n/pl.js +7 -2
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +7 -2
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +7 -2
- package/dist/cjs/i18n/tr.js +7 -2
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/vi.js +7 -2
- package/dist/cjs/i18n/zh.js +7 -2
- package/dist/cjs/i18n/zh_TW.js +7 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/cjs/utils/breakout.js +10 -1
- package/dist/cjs/utils/datasource.js +1 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension.js +4 -2
- package/dist/es2019/extensibility/extensionNodeView.js +5 -3
- package/dist/es2019/i18n/cs.js +7 -2
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +7 -2
- package/dist/es2019/i18n/en.js +4 -0
- package/dist/es2019/i18n/en_GB.js +4 -0
- package/dist/es2019/i18n/en_ZZ.js +4 -0
- package/dist/es2019/i18n/es.js +7 -2
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +7 -2
- package/dist/es2019/i18n/hu.js +7 -2
- package/dist/es2019/i18n/it.js +7 -2
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +7 -2
- package/dist/es2019/i18n/pl.js +7 -2
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +7 -2
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +7 -2
- package/dist/es2019/i18n/tr.js +7 -2
- package/dist/es2019/i18n/uk.js +5 -0
- package/dist/es2019/i18n/vi.js +7 -2
- package/dist/es2019/i18n/zh.js +7 -2
- package/dist/es2019/i18n/zh_TW.js +7 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/annotation.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/es2019/utils/breakout.js +9 -0
- package/dist/es2019/utils/datasource.js +2 -2
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension.js +4 -2
- package/dist/esm/extensibility/extensionNodeView.js +5 -3
- package/dist/esm/i18n/cs.js +7 -2
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +7 -2
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/i18n/es.js +7 -2
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +7 -2
- package/dist/esm/i18n/hu.js +7 -2
- package/dist/esm/i18n/it.js +7 -2
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +7 -2
- package/dist/esm/i18n/pl.js +7 -2
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +7 -2
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +7 -2
- package/dist/esm/i18n/tr.js +7 -2
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/vi.js +7 -2
- package/dist/esm/i18n/zh.js +7 -2
- package/dist/esm/i18n/zh_TW.js +7 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/annotation.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/esm/utils/breakout.js +9 -0
- package/dist/esm/utils/datasource.js +2 -2
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/extensibility/Extension.d.ts +1 -0
- package/dist/types/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types/extensibility/extensionNodeView.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +5 -0
- package/dist/types/i18n/en.d.ts +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- package/dist/types/i18n/es.d.ts +5 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +5 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +5 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +5 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +5 -0
- package/dist/types/i18n/vi.d.ts +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/types/feature-flags.d.ts +8 -0
- package/dist/types/utils/breakout.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +4 -0
- package/dist/types-ts4.5/i18n/es.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +5 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +5 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +8 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +1 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +7 -7
|
@@ -29,7 +29,8 @@ export var Extension = /*#__PURE__*/function (_Component) {
|
|
|
29
29
|
editorAppearance = _this$props.editorAppearance,
|
|
30
30
|
pluginInjectionApi = _this$props.pluginInjectionApi,
|
|
31
31
|
eventDispatcher = _this$props.eventDispatcher,
|
|
32
|
-
macroInteractionDesignFeatureFlags = _this$props.macroInteractionDesignFeatureFlags
|
|
32
|
+
macroInteractionDesignFeatureFlags = _this$props.macroInteractionDesignFeatureFlags,
|
|
33
|
+
showLivePagesBodiedMacrosRendererView = _this$props.showLivePagesBodiedMacrosRendererView;
|
|
33
34
|
return /*#__PURE__*/React.createElement(ExtensionComponent, {
|
|
34
35
|
editorView: editorView,
|
|
35
36
|
node: node,
|
|
@@ -41,7 +42,8 @@ export var Extension = /*#__PURE__*/function (_Component) {
|
|
|
41
42
|
editorAppearance: editorAppearance,
|
|
42
43
|
pluginInjectionApi: pluginInjectionApi,
|
|
43
44
|
eventDispatcher: eventDispatcher,
|
|
44
|
-
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags
|
|
45
|
+
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags,
|
|
46
|
+
showLivePagesBodiedMacrosRendererView: showLivePagesBodiedMacrosRendererView
|
|
45
47
|
});
|
|
46
48
|
});
|
|
47
49
|
_this.providerFactory = props.providerFactory || new ProviderFactory();
|
|
@@ -66,20 +66,22 @@ export var ExtensionNode = /*#__PURE__*/function (_ReactNodeView) {
|
|
|
66
66
|
extensionHandlers: props.extensionHandlers,
|
|
67
67
|
editorAppearance: (_props$extensionNodeV = props.extensionNodeViewOptions) === null || _props$extensionNodeV === void 0 ? void 0 : _props$extensionNodeV.appearance,
|
|
68
68
|
pluginInjectionApi: props.pluginInjectionApi,
|
|
69
|
-
macroInteractionDesignFeatureFlags: props.macroInteractionDesignFeatureFlags
|
|
69
|
+
macroInteractionDesignFeatureFlags: props.macroInteractionDesignFeatureFlags,
|
|
70
|
+
showLivePagesBodiedMacrosRendererView: props.showLivePagesBodiedMacrosRendererView
|
|
70
71
|
}));
|
|
71
72
|
}
|
|
72
73
|
}]);
|
|
73
74
|
return ExtensionNode;
|
|
74
75
|
}(ReactNodeView);
|
|
75
|
-
export default function ExtensionNodeView(portalProviderAPI, eventDispatcher, providerFactory, extensionHandlers, extensionNodeViewOptions, pluginInjectionApi, macroInteractionDesignFeatureFlags) {
|
|
76
|
+
export default function ExtensionNodeView(portalProviderAPI, eventDispatcher, providerFactory, extensionHandlers, extensionNodeViewOptions, pluginInjectionApi, macroInteractionDesignFeatureFlags, showLivePagesBodiedMacrosRendererView) {
|
|
76
77
|
return function (node, view, getPos) {
|
|
77
78
|
return new ExtensionNode(node, view, getPos, portalProviderAPI, eventDispatcher, {
|
|
78
79
|
providerFactory: providerFactory,
|
|
79
80
|
extensionHandlers: extensionHandlers,
|
|
80
81
|
extensionNodeViewOptions: extensionNodeViewOptions,
|
|
81
82
|
pluginInjectionApi: pluginInjectionApi,
|
|
82
|
-
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags
|
|
83
|
+
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags,
|
|
84
|
+
showLivePagesBodiedMacrosRendererView: showLivePagesBodiedMacrosRendererView
|
|
83
85
|
}).init();
|
|
84
86
|
};
|
|
85
87
|
}
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
54
54
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Přidejte popisek – dvojitým kliknutím zobrazíte náhled.',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
57
58
|
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
58
59
|
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Komentář',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Komentovat můžete pouze text, nadpisy, smajlíky, kalendářní data, zmínky, odkazy a stavy.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Rozumím',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Nyní můžete zanechat komentáře k vloženým prvkům, jako jsou odkazy, kalendářní data, stavy a zmínky.',
|
|
112
115
|
'fabric.editor.customPanel': 'Vlastní panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Najít další',
|
|
204
207
|
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Rozvržení
|
|
209
|
+
'fabric.editor.fiveColumns': 'Rozvržení pěti sloupců',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
209
212
|
'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ů)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Zaměření na úchyt ke změně velikosti tabulky',
|
|
218
|
-
'fabric.editor.fourColumns': 'Rozvržení
|
|
221
|
+
'fabric.editor.fourColumns': 'Rozvržení čtyř sloupců',
|
|
219
222
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
220
223
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
221
224
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kurzíva',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Klávesové zkratky',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one { sloupec} few {{count} sloupce} many {{count} sloupce} other {{count} sloupců}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Přidat obsah',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
292
297
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
54
54
|
'fabric.editor.cancelButton': 'Annullér',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Tilføj en billedtekst – dobbeltklik for forhåndsvisning',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
57
58
|
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
58
59
|
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Kommenter',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Du kan kun kommentere tekst, overskrifter, emojier, datoer, omtaler, links og statusser.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Forstået',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Nu kan du oprette kommentarer til indlejrede elementer som links, datoer, statusser og omtaler.',
|
|
112
115
|
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursiv',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Tastaturgenveje',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one { kolonne} other {{count} kolonner}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Tilføj indhold',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
292
297
|
'fabric.editor.layoutWide': 'Vis bred',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
54
54
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Fügen Sie eine Bildunterschrift hinzu und führen Sie einen Doppelklick aus, um eine Vorschau davon anzuzeigen.',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
57
58
|
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
58
59
|
'fabric.editor.cellOptions': 'Zelloptionen',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Kommentieren',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Sie können nur Text, Überschriften, Emojis, Daten, Erwähnungen, Links und Status kommentieren.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Verstanden',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Sie können jetzt Kommentare zu Inline-Elementen wie Verknüpfungen, Daten, Status und Erwähnungen hinterlassen.',
|
|
112
115
|
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Nächstes suchen',
|
|
204
207
|
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Layout mit
|
|
209
|
+
'fabric.editor.fiveColumns': 'Layout mit fünf Spalten',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 verbundenes Element)} other {{name} (+{amount,number} verbundene Elemente)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
218
|
-
'fabric.editor.fourColumns': 'Layout mit
|
|
221
|
+
'fabric.editor.fourColumns': 'Layout mit vier Spalten',
|
|
219
222
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
220
223
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
221
224
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursiv',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Tastenkombinationen',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one { Spalte} other {{count} Spalten}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Inhalt hinzufügen',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
292
297
|
'fabric.editor.layoutWide': 'Verbreitern',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -20,6 +20,8 @@ export default {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
21
21
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
22
22
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
23
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
24
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
23
25
|
'fabric.editor.alignCenter': 'Align center',
|
|
24
26
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
25
27
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -110,6 +112,8 @@ export default {
|
|
|
110
112
|
'fabric.editor.createComment': 'Comment',
|
|
111
113
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
112
114
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
115
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Got it',
|
|
116
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'You can now leave comments on inline elements like links, dates, statuses and mentions.',
|
|
113
117
|
'fabric.editor.customPanel': 'Custom panel',
|
|
114
118
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
115
119
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -20,6 +20,8 @@ export default {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
21
21
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
22
22
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
23
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
24
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
23
25
|
'fabric.editor.alignCenter': 'Align center',
|
|
24
26
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
25
27
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -110,6 +112,8 @@ export default {
|
|
|
110
112
|
'fabric.editor.createComment': 'Comment',
|
|
111
113
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
112
114
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
115
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Got it',
|
|
116
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'You can now leave comments on inline elements like links, dates, statuses and mentions.',
|
|
113
117
|
'fabric.editor.customPanel': 'Custom panel',
|
|
114
118
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
|
115
119
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -20,6 +20,8 @@ export default {
|
|
|
20
20
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
21
21
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
22
22
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
23
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
24
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
23
25
|
'fabric.editor.alignCenter': 'Align center',
|
|
24
26
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
25
27
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -110,6 +112,8 @@ export default {
|
|
|
110
112
|
'fabric.editor.createComment': 'Comment',
|
|
111
113
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
112
114
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
115
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Got it',
|
|
116
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'You can now leave comments on inline elements like links, dates, statuses and mentions.',
|
|
113
117
|
'fabric.editor.customPanel': 'Custom panel',
|
|
114
118
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
115
119
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
54
54
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Añade una leyenda: haz doble clic para obtener una vista previa',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
57
58
|
'fabric.editor.cellBackground': 'Fondo de celda',
|
|
58
59
|
'fabric.editor.cellOptions': 'Opciones de celda',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Comentar',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Solo puedes comentar en texto, encabezados, emoticonos, fechas, menciones, enlaces y estados.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Entendido',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Ahora puedes dejar comentarios en los elementos en línea, como enlaces, fechas, estados y menciones.',
|
|
112
115
|
'fabric.editor.customPanel': 'Panel personalizado',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
204
207
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Diseño de
|
|
209
|
+
'fabric.editor.fiveColumns': 'Diseño de cinco columnas',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 elemento conectado)} other {{name} (+{amount,number} elementos conectados)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
218
|
-
'fabric.editor.fourColumns': 'Diseño de
|
|
221
|
+
'fabric.editor.fourColumns': 'Diseño de cuatro columnas',
|
|
219
222
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
220
223
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
221
224
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Cursiva',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Métodos abreviados de teclado',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-columna} other {{count}-columnas}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Añadir contenido',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
292
297
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
54
54
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Lisää kuvateksti – esikatsele kaksoisnapsauttamalla',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
|
|
57
58
|
'fabric.editor.cellBackground': 'Solun tausta',
|
|
58
59
|
'fabric.editor.cellOptions': 'Soluvalinnat',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Kommentoi',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Voit kommentoida vain tekstiä, otsikoita, emojeita, päivämääriä, mainintoja, linkkejä ja tiloja.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Selvä',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Voit nyt jättää kommentteja sisäisiin elementteihin, kuten linkkeihin, päivämääriin, tiloihin ja mainintoihin.',
|
|
112
115
|
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursivoitu',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Pikanäppäimet',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-sarakkeinen} other {{count}-sarakkeinen}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Lisää sisältöä',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
292
297
|
'fabric.editor.layoutWide': 'Levennä',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
54
54
|
'fabric.editor.cancelButton': 'Annuler',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Ajouter une légende : cliquez deux fois pour prévisualiser',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
57
58
|
'fabric.editor.cellBackground': 'Arrière-plan de la cellule',
|
|
58
59
|
'fabric.editor.cellOptions': 'Options de la cellule',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Commenter',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Vous ne pouvez commenter que le texte, les titres, les émoticônes, les dates, les mentions, les liens et les états.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'OK',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Vous pouvez désormais laisser des commentaires sur des éléments contextuels tels que des liens, des dates, des états et des mentions.',
|
|
112
115
|
'fabric.editor.customPanel': 'Volet personnalisé',
|
|
113
116
|
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Suivant',
|
|
204
207
|
'fabric.editor.findPrevious': 'Précédent',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Rechercher et remplacer',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Disposition en
|
|
209
|
+
'fabric.editor.fiveColumns': 'Disposition en cinq colonnes',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuler',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 élément connecté)} other {{name} (+{amount,number} éléments connectés)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Faire défiler vers la gauche',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Faire défiler vers la droite',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Focus sur la poignée de redimensionnement des tableaux',
|
|
218
|
-
'fabric.editor.fourColumns': 'Disposition en
|
|
221
|
+
'fabric.editor.fourColumns': 'Disposition en quatre colonnes',
|
|
219
222
|
'fabric.editor.headerColumn': "Colonne de l'en-tête",
|
|
220
223
|
'fabric.editor.headerRow': "Ligne d'en-tête",
|
|
221
224
|
'fabric.editor.heading1': 'En-tête 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter un coéquipier à rejoindre {productName}} trusted {Inviter un coéquipier à rejoindre {productName}} other {Ajouter un coéquipier à {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Italique',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Raccourcis clavier',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {1 colonne} other {{count} colonnes}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Ajouter du contenu',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Passer en mode pleine largeur',
|
|
292
297
|
'fabric.editor.layoutWide': 'Passer en mode élargi',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
54
54
|
'fabric.editor.cancelButton': 'Mégse',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Felirat hozzáadása – dupla kattintás az előnézethez',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
57
58
|
'fabric.editor.cellBackground': 'Cella háttere',
|
|
58
59
|
'fabric.editor.cellOptions': 'Cellabeállítások',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Megjegyzés',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Csak szövegekhez, címsorokhoz, emojikhoz, dátumokhoz, említésekhez, linkekhez és állapotokhoz fűzhetsz megjegyzést.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Értettem',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Mostantól megjegyzéseket fűzhetsz olyan beágyazott elemekhez, mint például a linkek, a dátumok, az állapotok és az említések.',
|
|
112
115
|
'fabric.editor.customPanel': 'Egyéni panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Következő keresése',
|
|
204
207
|
'fabric.editor.findPrevious': 'Előző keresése',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Keresés és csere',
|
|
206
|
-
'fabric.editor.fiveColumns': '
|
|
209
|
+
'fabric.editor.fiveColumns': 'Ötoszlopos elrendezés',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Mégse',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 kapcsolódó elem)} other {{name} (+{amount,number} kapcsolódó elem)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Görgetés balra',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Görgetés jobbra',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Táblázat méretét módosító kapcsoló',
|
|
218
|
-
'fabric.editor.fourColumns': '
|
|
221
|
+
'fabric.editor.fourColumns': 'Négyoszlopos elrendezés',
|
|
219
222
|
'fabric.editor.headerColumn': 'Fejlécoszlop',
|
|
220
223
|
'fabric.editor.headerRow': 'Fejlécsor',
|
|
221
224
|
'fabric.editor.heading1': '1. szintű címsor',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Csapattag meghívása a(z) {productName} termékbe} trusted {Csapattag meghívása a(z) {productName} termékbe} other {Csapattag hozzáadása a(z) {productName} termékhez}}',
|
|
288
291
|
'fabric.editor.italic': 'Dőlt',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Billentyűparancsok',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {oszlopos} other {{count} oszlopos}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Tartalom hozzáadása',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Teljes szélességű nézet',
|
|
292
297
|
'fabric.editor.layoutWide': 'Széles nézet',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
54
54
|
'fabric.editor.cancelButton': 'Annulla',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': "Aggiungi una didascalia (doppio clic per visualizzare l'anteprima)",
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
57
58
|
'fabric.editor.cellBackground': 'Sfondo cella',
|
|
58
59
|
'fabric.editor.cellOptions': 'Opzioni cella',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Commento',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Puoi commentare solo testo, titoli, emoji, date, menzioni, link e stati.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Ho capito',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Ora puoi lasciare commenti su elementi in linea come link, date, stati e menzioni.',
|
|
112
115
|
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Trova successivo',
|
|
204
207
|
'fabric.editor.findPrevious': 'Trova precedente',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Trova e sostituisci',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Layout a
|
|
209
|
+
'fabric.editor.fiveColumns': 'Layout a cinque colonne',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annulla',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 elemento collegato)} other {{name} (+{amount,number} elementi collegati)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scorri a sinistra',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Scorri a destra',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Quadratino di ridimensionamento della tabella Focus',
|
|
218
|
-
'fabric.editor.fourColumns': 'Layout a
|
|
221
|
+
'fabric.editor.fourColumns': 'Layout a quattro colonne',
|
|
219
222
|
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
220
223
|
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
221
224
|
'fabric.editor.heading1': 'Titolo 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Corsivo',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-colonna} other {{count}-colonne}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Aggiungi contenuti',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Vai alla vista a schermo intero',
|
|
292
297
|
'fabric.editor.layoutWide': 'Allarga',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ 結合セルを含む表は並べ替えられません。',
|
|
54
54
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'キャプションを追加 - ダブルクリックしてプレビュー',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
57
58
|
'fabric.editor.cellBackground': 'セルの背景',
|
|
58
59
|
'fabric.editor.cellOptions': 'セルのオプション',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'コメント',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'テキスト、見出し、絵文字、日付、メンション、リンク、ステータスにのみコメントできます。',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'OK',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'リンク、日付、ステータス、メンションなどのインライン要素にコメントを残せるようになりました。',
|
|
112
115
|
'fabric.editor.customPanel': 'カスタム パネル',
|
|
113
116
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
288
291
|
'fabric.editor.italic': '斜体',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 列}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'コンテンツを追加',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
291
296
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
292
297
|
'fabric.editor.layoutWide': 'ワイド表示',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
54
54
|
'fabric.editor.cancelButton': '취소',
|
|
55
55
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': '캡션 추가 - 미리 보려면 두 번 클릭하세요',
|
|
56
57
|
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
57
58
|
'fabric.editor.cellBackground': '셀 배경',
|
|
58
59
|
'fabric.editor.cellOptions': '셀 옵션',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': '댓글',
|
|
110
111
|
'fabric.editor.createCommentDisabled': '텍스트, 제목, 이모지, 날짜, 멘션, 링크 및 상태에만 댓글을 추가할 수 있습니다.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': '확인',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': '이제 링크, 날짜, 상태 및 멘션 같은 인라인 요소에 댓글을 남길 수 있습니다.',
|
|
112
115
|
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
113
116
|
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
288
291
|
'fabric.editor.italic': '기울임꼴',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count}개 열}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': '콘텐츠 추가',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': '원래 너비로',
|
|
291
296
|
'fabric.editor.layoutFullWidth': '전체 너비로 표시',
|
|
292
297
|
'fabric.editor.layoutWide': '넓게 표시',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
54
54
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Legg til en bildetekst – dobbeltklikk for å forhåndsvise',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kortalternativer',
|
|
57
58
|
'fabric.editor.cellBackground': 'Cellebakgrunn',
|
|
58
59
|
'fabric.editor.cellOptions': 'Cellealternativer',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Kommenter',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Du kan bare kommentere på tekst, overskrifter, emojier, datoer, omtaler, koblinger og statuser.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Skjønner',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Du kan nå legge igjen kommentarer på innebygde elementer som koblinger, datoer, statuser og omtaler.',
|
|
112
115
|
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursiv',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {1 kolonne} other {{count} kolonner}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Legg til innhold',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Tilbake til midten',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Gå for full bredde',
|
|
292
297
|
'fabric.editor.layoutWide': 'Gå for bredere',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Je kan een tabel met samengevoegde cellen niet rangschikken',
|
|
54
54
|
'fabric.editor.cancelButton': 'Annuleren',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Voeg een bijschrift toe - dubbelklik om een voorvertoning te zien',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Kaartopties',
|
|
57
58
|
'fabric.editor.cellBackground': 'Celachtergrond',
|
|
58
59
|
'fabric.editor.cellOptions': 'Celopties',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Opmerking maken',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Je kunt alleen opmerkingen plaatsen bij tekst, kopteksten, emoticons, datums, vermeldingen, links en statussen.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Begrepen',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Je kunt nu opmerkingen achterlaten op inline-elementen zoals links, datums, statussen en vermeldingen.',
|
|
112
115
|
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Volgende zoeken',
|
|
204
207
|
'fabric.editor.findPrevious': 'Vorige zoeken',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Zoeken en vervangen',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Lay-out van
|
|
209
|
+
'fabric.editor.fiveColumns': 'Lay-out van vijf kolommen',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuleren',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 gekoppeld element)} other {{name} (+{amount,number} gekoppelde elementen)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scrol naar links',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Scrol naar rechts',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Knop om grootte van focustabel te wijzigen',
|
|
218
|
-
'fabric.editor.fourColumns': 'Lay-out van
|
|
221
|
+
'fabric.editor.fourColumns': 'Lay-out van vier kolommen',
|
|
219
222
|
'fabric.editor.headerColumn': 'Header-kolom',
|
|
220
223
|
'fabric.editor.headerRow': 'Header-rij',
|
|
221
224
|
'fabric.editor.heading1': 'Koptekst 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Cursief',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-kolom} other {{count}-kolommen}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Inhoud toevoegen',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Terug naar midden',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Op volledige breedte weergeven',
|
|
292
297
|
'fabric.editor.layoutWide': 'Brede weergave',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -53,6 +53,7 @@ export default {
|
|
|
53
53
|
'fabric.editor.canNotSortTable': '⚠️ Nie można sortować tabeli ze scalonymi komórkami',
|
|
54
54
|
'fabric.editor.cancelButton': 'Anuluj',
|
|
55
55
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
56
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Dodaj podpis — kliknij dwukrotnie, aby wyświetlić podgląd',
|
|
56
57
|
'fabric.editor.cardFloatingControls': 'Opcje kart',
|
|
57
58
|
'fabric.editor.cellBackground': 'Tło komórki',
|
|
58
59
|
'fabric.editor.cellOptions': 'Opcje komórki',
|
|
@@ -109,6 +110,8 @@ export default {
|
|
|
109
110
|
'fabric.editor.createComment': 'Komentarz',
|
|
110
111
|
'fabric.editor.createCommentDisabled': 'Można komentować tylko tekst, nagłówki, emoji, daty, wzmianki, łącza i statusy.',
|
|
111
112
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
113
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Rozumiem',
|
|
114
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Możesz teraz dodawać komentarze do elementów śródwierszowych, takich jak łącza, daty, statusy i wzmianki.',
|
|
112
115
|
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
113
116
|
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
114
117
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
@@ -203,7 +206,7 @@ export default {
|
|
|
203
206
|
'fabric.editor.findNext': 'Znajdź następne',
|
|
204
207
|
'fabric.editor.findPrevious': 'Znajdź poprzednie',
|
|
205
208
|
'fabric.editor.findReplaceToolbarButton': 'Znajdź i zamień',
|
|
206
|
-
'fabric.editor.fiveColumns': 'Układ
|
|
209
|
+
'fabric.editor.fiveColumns': 'Układ pięciokolumnowy',
|
|
207
210
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Anuluj',
|
|
208
211
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
209
212
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 połączony element)} few {{name} (+{amount,number} połączone elementy)} many {{name} (+{amount,number} połączonych elementów)} other {{name} (+{amount,number} połączonego elementu)}}',
|
|
@@ -215,7 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.floatingToolbar.scrollLeft': 'Przewiń w lewo',
|
|
216
219
|
'fabric.editor.floatingToolbar.scrollRight': 'Przewiń w prawo',
|
|
217
220
|
'fabric.editor.focusTableResizeHandle': 'Koncentracja na uchwycie zmiany rozmiaru tabeli',
|
|
218
|
-
'fabric.editor.fourColumns': 'Układ
|
|
221
|
+
'fabric.editor.fourColumns': 'Układ czterokolumnowy',
|
|
219
222
|
'fabric.editor.headerColumn': 'Kolumna nagłówka',
|
|
220
223
|
'fabric.editor.headerRow': 'Wiersz nagłówka',
|
|
221
224
|
'fabric.editor.heading1': 'Nagłówek 1',
|
|
@@ -287,6 +290,8 @@ export default {
|
|
|
287
290
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Zaproś członka zespołu do produktu {productName}} trusted {Zaproś członka zespołu do produktu {productName}} other {Dodaj członka zespołu do produktu {productName}}}',
|
|
288
291
|
'fabric.editor.italic': 'Kursywa',
|
|
289
292
|
'fabric.editor.keyboardShortcuts': 'Skróty klawiszowe',
|
|
293
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-kolumnowy} few {{count}-kolumnowy} many {{count}-kolumnowy} other {{count}-kolumnowy}}',
|
|
294
|
+
'fabric.editor.layout.placeholder': 'Dodaj treści',
|
|
290
295
|
'fabric.editor.layoutFixedWidth': 'Powrót do centrum',
|
|
291
296
|
'fabric.editor.layoutFullWidth': 'Pełna szerokość',
|
|
292
297
|
'fabric.editor.layoutWide': 'Szeroki widok',
|