@atlaskit/editor-core 191.5.1 → 191.6.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 +24 -0
- package/afm-cc/tsconfig.json +1 -211
- package/dist/cjs/composable-editor/editor.js +2 -2
- package/dist/cjs/create-editor/create-preset.js +2 -0
- package/dist/cjs/i18n/cs.js +1 -38
- package/dist/cjs/i18n/da.js +1 -37
- package/dist/cjs/i18n/de.js +1 -37
- package/dist/cjs/i18n/en.js +1 -39
- package/dist/cjs/i18n/en_GB.js +1 -39
- package/dist/cjs/i18n/en_ZZ.js +1 -39
- package/dist/cjs/i18n/es.js +1 -37
- package/dist/cjs/i18n/fi.js +1 -37
- package/dist/cjs/i18n/fr.js +1 -37
- package/dist/cjs/i18n/hu.js +1 -37
- package/dist/cjs/i18n/it.js +1 -37
- package/dist/cjs/i18n/ja.js +1 -37
- package/dist/cjs/i18n/ko.js +1 -37
- package/dist/cjs/i18n/nb.js +1 -37
- package/dist/cjs/i18n/nl.js +1 -37
- package/dist/cjs/i18n/pl.js +1 -37
- package/dist/cjs/i18n/pt_BR.js +1 -37
- package/dist/cjs/i18n/ru.js +1 -37
- package/dist/cjs/i18n/sv.js +1 -37
- package/dist/cjs/i18n/th.js +1 -37
- package/dist/cjs/i18n/tr.js +1 -37
- package/dist/cjs/i18n/uk.js +1 -37
- package/dist/cjs/i18n/vi.js +1 -37
- package/dist/cjs/i18n/zh.js +1 -37
- package/dist/cjs/i18n/zh_TW.js +1 -37
- package/dist/cjs/labs-next.js +1 -1
- package/dist/cjs/presets/default.js +32 -32
- package/dist/cjs/presets/universal.js +70 -70
- package/dist/cjs/test-utils.js +2 -2
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/cjs/ui/ContentStyles/expand.js +1 -1
- package/dist/cjs/ui/ContentStyles/index.js +5 -5
- package/dist/cjs/ui/ContentStyles/layout.js +2 -2
- package/dist/cjs/ui/WithHelpTrigger/index.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor.js +1 -1
- package/dist/es2019/create-editor/create-preset.js +2 -0
- package/dist/es2019/i18n/cs.js +1 -38
- package/dist/es2019/i18n/da.js +1 -37
- package/dist/es2019/i18n/de.js +1 -37
- package/dist/es2019/i18n/en.js +1 -39
- package/dist/es2019/i18n/en_GB.js +1 -39
- package/dist/es2019/i18n/en_ZZ.js +1 -39
- package/dist/es2019/i18n/es.js +1 -37
- package/dist/es2019/i18n/fi.js +1 -37
- package/dist/es2019/i18n/fr.js +1 -37
- package/dist/es2019/i18n/hu.js +1 -37
- package/dist/es2019/i18n/it.js +1 -37
- package/dist/es2019/i18n/ja.js +1 -37
- package/dist/es2019/i18n/ko.js +1 -37
- package/dist/es2019/i18n/nb.js +1 -37
- package/dist/es2019/i18n/nl.js +1 -37
- package/dist/es2019/i18n/pl.js +1 -37
- package/dist/es2019/i18n/pt_BR.js +1 -37
- package/dist/es2019/i18n/ru.js +1 -37
- package/dist/es2019/i18n/sv.js +1 -37
- package/dist/es2019/i18n/th.js +1 -37
- package/dist/es2019/i18n/tr.js +1 -37
- package/dist/es2019/i18n/uk.js +1 -37
- package/dist/es2019/i18n/vi.js +1 -37
- package/dist/es2019/i18n/zh.js +1 -37
- package/dist/es2019/i18n/zh_TW.js +1 -37
- package/dist/es2019/index.js +2 -2
- package/dist/es2019/labs-next.js +1 -1
- package/dist/es2019/presets/default.js +28 -28
- package/dist/es2019/presets/universal.js +45 -45
- package/dist/es2019/test-utils.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/es2019/ui/ContentStyles/expand.js +2 -2
- package/dist/es2019/ui/ContentStyles/index.js +5 -5
- package/dist/es2019/ui/ContentStyles/layout.js +2 -2
- package/dist/es2019/ui/WithHelpTrigger/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor.js +1 -1
- package/dist/esm/create-editor/create-preset.js +2 -0
- package/dist/esm/i18n/cs.js +1 -38
- package/dist/esm/i18n/da.js +1 -37
- package/dist/esm/i18n/de.js +1 -37
- package/dist/esm/i18n/en.js +1 -39
- package/dist/esm/i18n/en_GB.js +1 -39
- package/dist/esm/i18n/en_ZZ.js +1 -39
- package/dist/esm/i18n/es.js +1 -37
- package/dist/esm/i18n/fi.js +1 -37
- package/dist/esm/i18n/fr.js +1 -37
- package/dist/esm/i18n/hu.js +1 -37
- package/dist/esm/i18n/it.js +1 -37
- package/dist/esm/i18n/ja.js +1 -37
- package/dist/esm/i18n/ko.js +1 -37
- package/dist/esm/i18n/nb.js +1 -37
- package/dist/esm/i18n/nl.js +1 -37
- package/dist/esm/i18n/pl.js +1 -37
- package/dist/esm/i18n/pt_BR.js +1 -37
- package/dist/esm/i18n/ru.js +1 -37
- package/dist/esm/i18n/sv.js +1 -37
- package/dist/esm/i18n/th.js +1 -37
- package/dist/esm/i18n/tr.js +1 -37
- package/dist/esm/i18n/uk.js +1 -37
- package/dist/esm/i18n/vi.js +1 -37
- package/dist/esm/i18n/zh.js +1 -37
- package/dist/esm/i18n/zh_TW.js +1 -37
- package/dist/esm/index.js +2 -2
- package/dist/esm/labs-next.js +1 -1
- package/dist/esm/presets/default.js +28 -28
- package/dist/esm/presets/universal.js +45 -45
- package/dist/esm/test-utils.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/esm/ui/ContentStyles/expand.js +2 -2
- package/dist/esm/ui/ContentStyles/index.js +5 -5
- package/dist/esm/ui/ContentStyles/layout.js +2 -2
- package/dist/esm/ui/WithHelpTrigger/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types/create-editor/create-preset.d.ts +3054 -2
- package/dist/types/i18n/cs.d.ts +0 -37
- package/dist/types/i18n/da.d.ts +0 -36
- package/dist/types/i18n/de.d.ts +0 -36
- package/dist/types/i18n/en.d.ts +0 -38
- package/dist/types/i18n/en_GB.d.ts +0 -38
- package/dist/types/i18n/en_ZZ.d.ts +0 -38
- package/dist/types/i18n/es.d.ts +0 -36
- package/dist/types/i18n/fi.d.ts +0 -36
- package/dist/types/i18n/fr.d.ts +0 -36
- package/dist/types/i18n/hu.d.ts +0 -36
- package/dist/types/i18n/it.d.ts +0 -36
- package/dist/types/i18n/ja.d.ts +0 -36
- package/dist/types/i18n/ko.d.ts +0 -36
- package/dist/types/i18n/nb.d.ts +0 -36
- package/dist/types/i18n/nl.d.ts +0 -36
- package/dist/types/i18n/pl.d.ts +0 -36
- package/dist/types/i18n/pt_BR.d.ts +0 -36
- package/dist/types/i18n/ru.d.ts +0 -36
- package/dist/types/i18n/sv.d.ts +0 -36
- package/dist/types/i18n/th.d.ts +0 -36
- package/dist/types/i18n/tr.d.ts +0 -36
- package/dist/types/i18n/uk.d.ts +0 -36
- package/dist/types/i18n/vi.d.ts +0 -36
- package/dist/types/i18n/zh.d.ts +0 -36
- package/dist/types/i18n/zh_TW.d.ts +0 -36
- package/dist/types/index.d.ts +4 -4
- package/dist/types/labs-next.d.ts +1 -1
- package/dist/types/presets/default.d.ts +770 -730
- package/dist/types/presets/universal.d.ts +3055 -4
- package/dist/types/presets/useUniversalPreset.d.ts +3054 -2
- package/dist/types/types/editor-props.d.ts +12 -12
- package/dist/types/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types/utils/action.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +3829 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -37
- package/dist/types-ts4.5/i18n/da.d.ts +0 -36
- package/dist/types-ts4.5/i18n/de.d.ts +0 -36
- package/dist/types-ts4.5/i18n/en.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -38
- package/dist/types-ts4.5/i18n/es.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -36
- package/dist/types-ts4.5/i18n/it.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -36
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -36
- package/dist/types-ts4.5/i18n/th.d.ts +0 -36
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -36
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -36
- package/dist/types-ts4.5/index.d.ts +4 -4
- package/dist/types-ts4.5/labs-next.d.ts +1 -1
- package/dist/types-ts4.5/presets/default.d.ts +774 -730
- package/dist/types-ts4.5/presets/universal.d.ts +3830 -4
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +3829 -2
- package/dist/types-ts4.5/types/editor-props.d.ts +12 -12
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/action.d.ts +2 -2
- package/docs/0-intro.tsx +5 -5
- package/package.json +21 -154
- package/tsconfig.json +193 -166
- package/dist/cjs/presets/types.js +0 -5
- package/dist/es2019/presets/types.js +0 -1
- package/dist/esm/presets/types.js +0 -1
- package/dist/types/presets/types.d.ts +0 -6
- package/dist/types-ts4.5/presets/types.d.ts +0 -6
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -8,44 +8,6 @@
|
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
23
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
24
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
25
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
26
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
27
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
28
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
29
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
30
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
31
|
-
'fabric.editor.edit': 'Edit',
|
|
32
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
33
|
-
'fabric.editor.
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
35
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
36
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
37
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
38
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
39
|
-
'fabric.editor.find': 'Find',
|
|
40
|
-
'fabric.editor.findNext': 'Find next',
|
|
41
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
42
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
43
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
44
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
45
|
-
'fabric.editor.matchCase': 'Match case',
|
|
46
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
47
|
-
'fabric.editor.replace': 'Replace',
|
|
48
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
49
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
50
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
51
13
|
};
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -8,44 +8,6 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
23
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
24
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
25
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
26
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
27
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
28
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
29
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
30
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
31
|
-
'fabric.editor.edit': 'Edit',
|
|
32
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
33
|
-
'fabric.editor.
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
35
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
36
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
37
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
38
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
39
|
-
'fabric.editor.find': 'Find',
|
|
40
|
-
'fabric.editor.findNext': 'Find next',
|
|
41
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
42
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
43
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
44
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
45
|
-
'fabric.editor.matchCase': 'Match case',
|
|
46
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
47
|
-
'fabric.editor.replace': 'Replace',
|
|
48
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
49
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
50
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
51
13
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Escribe algo…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Cerrar',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'No se pudo cargar',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Cerrar',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Crear',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Desde',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'a',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Contraer',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Ampliar',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Personalizar',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentación',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Algo ha ido mal.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'No se puede combinar isMultiple con style: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Añadir campo',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Eliminar campo',
|
|
26
|
-
'fabric.editor.configPanel.help': '¿Necesitas ayuda?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Campo no válido',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Campo obligatorio',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Enviar',
|
|
30
|
-
'fabric.editor.edit': 'Editar',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Área de contenido principal, empieza a escribir para introducir texto.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Todos los cambios se guardan siempre automáticamente',
|
|
37
|
-
'fabric.editor.find': 'Buscar',
|
|
38
|
-
'fabric.editor.findNext': 'Buscar siguiente',
|
|
39
|
-
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
|
|
43
|
-
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
45
|
-
'fabric.editor.replace': 'Reemplazar',
|
|
46
|
-
'fabric.editor.replaceAll': 'Reemplazar todo',
|
|
47
|
-
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda'
|
|
49
13
|
};
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Finnish
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Kirjoita jotain...',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Sulje',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Ei voitu ladata',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Peruuta',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Sulje',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Luo',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Alkaen',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': '-',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Kutista',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Laajenna',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Mukautettu',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentaatio',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Jotain meni pieleen.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Ei voi yhdistää kohdetta isMultiple tyyliin: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Lisää kenttä',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Poista kenttä',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Tarvitsetko apua?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Virheellinen kenttä',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Pakollinen kenttä',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Lähetä',
|
|
30
|
-
'fabric.editor.edit': 'Muokkaa',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Pääsisältöalue, aloita kirjoittaminen, jos haluat syöttää tekstiä.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Poista',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Kaikki muutokset tallennetaan aina automaattisesti',
|
|
37
|
-
'fabric.editor.find': 'Etsi',
|
|
38
|
-
'fabric.editor.findNext': 'Etsi seuraava',
|
|
39
|
-
'fabric.editor.findPrevious': 'Etsi edellinen',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Etsi ja korvaa',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna',
|
|
43
|
-
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Ei tuloksia',
|
|
45
|
-
'fabric.editor.replace': 'Korvaa',
|
|
46
|
-
'fabric.editor.replaceAll': 'Korvaa kaikki',
|
|
47
|
-
'fabric.editor.replaceWith': 'Korvaa kohteella',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna'
|
|
49
13
|
};
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//French (France)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Saisissez quelque chose…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Fermer',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Échec du chargement',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Annuler',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Fermer',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Créer',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Du',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'au',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Réduire',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Développer',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Personnalisée',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': "Une erreur s'est produite.",
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Impossible de combiner isMultiple avec style: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Ajouter un champ',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Supprimer le champ',
|
|
26
|
-
'fabric.editor.configPanel.help': "Besoin d'aide ?",
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Champ non valide',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Champ obligatoire',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Soumettre',
|
|
30
|
-
'fabric.editor.edit': 'Modifier',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Zone de contenu principale, commencez à taper pour saisir du texte.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Supprimer',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Tous les changements sont toujours enregistrés automatiquement',
|
|
37
|
-
'fabric.editor.find': 'Rechercher',
|
|
38
|
-
'fabric.editor.findNext': 'Suivant',
|
|
39
|
-
'fabric.editor.findPrevious': 'Précédent',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Rechercher et remplacer',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
|
|
43
|
-
'fabric.editor.matchCase': 'Respecter la casse',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Aucun résultat',
|
|
45
|
-
'fabric.editor.replace': 'Remplacer',
|
|
46
|
-
'fabric.editor.replaceAll': 'Remplacer tout',
|
|
47
|
-
'fabric.editor.replaceWith': 'Remplacer par',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} sur {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide"
|
|
49
13
|
};
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Hungarian
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Írj be valamit…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Bezárás',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'A betöltés nem sikerült',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Mégse',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Bezárás',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Létrehozás',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Ettől',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Eddig',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Összecsukás',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Kibontás',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Egyéni',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentáció',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Hiba történt.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Az isMultiple nem kombinálható a „radio” stílussal',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Mező hozzáadása',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Mező eltávolítása',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Segítségre van szükséged?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Érvénytelen mező',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Kötelező mező',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Küldés',
|
|
30
|
-
'fabric.editor.edit': 'Szerkesztés',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Fő tartalmi terület, kezdj el gépelni a szöveg beviteléhez.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Törlés',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'A rendszer mindig automatikusan menti a módosításokat',
|
|
37
|
-
'fabric.editor.find': 'Keresés',
|
|
38
|
-
'fabric.editor.findNext': 'Következő keresése',
|
|
39
|
-
'fabric.editor.findPrevious': 'Előző keresése',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Keresés és csere',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
|
|
43
|
-
'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Nincs találat',
|
|
45
|
-
'fabric.editor.replace': 'Csere',
|
|
46
|
-
'fabric.editor.replaceAll': 'Az összes cseréje',
|
|
47
|
-
'fabric.editor.replaceWith': 'Csere erre:',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása'
|
|
49
13
|
};
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Italian (Italy)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Scrivi qualcosa…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Chiudi',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Caricamento non riuscito',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Annulla',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Chiudi',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Crea',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Da',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'a',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Comprimi',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Espandi',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Personalizzato',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentazione',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Si è verificato un errore.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Impossibile combinare isMultiple con style: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Aggiungi campo',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Rimuovi campo',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Serve aiuto?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Campo non valido',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Campo obbligatorio',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Invia',
|
|
30
|
-
'fabric.editor.edit': 'Modifica',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Area del contenuto principale; inizia a digitare per inserire il testo.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': "L'eliminazione di {nodeName} comporterà l'interruzione di tutti i relativi collegamenti.",
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Elimina',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': "Elimina l'elemento",
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Le modifiche vengono sempre salvate automaticamente',
|
|
37
|
-
'fabric.editor.find': 'Trova',
|
|
38
|
-
'fabric.editor.findNext': 'Trova successivo',
|
|
39
|
-
'fabric.editor.findPrevious': 'Trova precedente',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Trova e sostituisci',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Elimina anche gli elementi collegati',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
43
|
-
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Nessun risultato',
|
|
45
|
-
'fabric.editor.replace': 'Sostituisci',
|
|
46
|
-
'fabric.editor.replaceAll': 'Sostituisci tutto',
|
|
47
|
-
'fabric.editor.replaceWith': 'Sostituisci con',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} di {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida'
|
|
49
13
|
};
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Japanese
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': '文字を入力…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': '閉じる',
|
|
12
|
-
'fabric.editor.configFailedToLoad': '読み込めませんでした',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'キャンセル',
|
|
14
|
-
'fabric.editor.configPanel.close': '閉じる',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': '作成',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': '開始日',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': '終了日',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': '折りたたむ',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': '展開',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'カスタム',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'ドキュメント',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': '問題が発生しました。',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '「isMultiple」と「style: radio」を組み合わせることはできません',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'フィールドを追加',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'フィールドを削除',
|
|
26
|
-
'fabric.editor.configPanel.help': 'お困りですか?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': '無効なフィールド',
|
|
28
|
-
'fabric.editor.configPanel.required': '必須フィールド',
|
|
29
|
-
'fabric.editor.configPanel.submit': '送信',
|
|
30
|
-
'fabric.editor.edit': '編集',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'メイン コンテンツ領域。入力を開始してテキストを入力します。',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '削除',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': '要素を削除',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'すべての変更は常に自動保存されます',
|
|
37
|
-
'fabric.editor.find': '検索',
|
|
38
|
-
'fabric.editor.findNext': '次を検索',
|
|
39
|
-
'fabric.editor.findPrevious': '前を検索',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': '検索と置換',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '接続されている要素も削除',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
43
|
-
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
44
|
-
'fabric.editor.noResultsFound': '該当する結果がありません',
|
|
45
|
-
'fabric.editor.replace': '置換',
|
|
46
|
-
'fabric.editor.replaceAll': 'すべて置換',
|
|
47
|
-
'fabric.editor.replaceWith': '次で置換',
|
|
48
|
-
'fabric.editor.resultsCount': '{totalResultsCount} 件中 {selectedMatchPosition} 件'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く'
|
|
49
13
|
};
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Korean
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': '내용 입력...',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': '닫기',
|
|
12
|
-
'fabric.editor.configFailedToLoad': '로드하지 못했습니다',
|
|
13
|
-
'fabric.editor.configPanel.cancel': '취소',
|
|
14
|
-
'fabric.editor.configPanel.close': '닫기',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': '만들기',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': '시작',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': '끝',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': '축소',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': '확대',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': '사용자 지정',
|
|
21
|
-
'fabric.editor.configPanel.documentation': '설명서',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': '문제가 발생했습니다.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'isMultiple과 스타일을 결합할 수 없음: 라디오',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': '필드 추가',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': '필드 제거',
|
|
26
|
-
'fabric.editor.configPanel.help': '도움이 필요하십니까?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': '유효하지 않은 필드',
|
|
28
|
-
'fabric.editor.configPanel.required': '필수 필드',
|
|
29
|
-
'fabric.editor.configPanel.submit': '제출',
|
|
30
|
-
'fabric.editor.edit': '편집',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': '주 콘텐츠 영역입니다. 텍스트를 입력하세요.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '삭제',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': '요소 삭제',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': '모든 변경 사항은 항상 자동으로 저장됩니다',
|
|
37
|
-
'fabric.editor.find': '찾기',
|
|
38
|
-
'fabric.editor.findNext': '다음 찾기',
|
|
39
|
-
'fabric.editor.findPrevious': '이전 찾기',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': '찾기 및 바꾸기',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '연결된 요소도 삭제',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
|
|
43
|
-
'fabric.editor.matchCase': '대/소문자 구분',
|
|
44
|
-
'fabric.editor.noResultsFound': '결과 없음',
|
|
45
|
-
'fabric.editor.replace': '바꾸기',
|
|
46
|
-
'fabric.editor.replaceAll': '모두 바꾸기',
|
|
47
|
-
'fabric.editor.replaceWith': '다음으로 바꾸기',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기'
|
|
49
13
|
};
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Norwegian (Bokmål)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv et eller annet …',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Lukk',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Kunne ikke lastes inn',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Avbryt',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Lukk',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Opprett',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Fra',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Til',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Skjul',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Utvid',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Tilpasset',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentasjon',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Det oppstod en feil.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Kan ikke kombinere isMultiple med stil: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Legg til felt',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Fjern felt',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Trenger du hjelp?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Ugyldig felt',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Obligatorisk felt',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Send inn',
|
|
30
|
-
'fabric.editor.edit': 'Rediger',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Hovedinnholdsområde, begynn å skrive for å angi tekst.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slett',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Slett element',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle endringer blir alltid lagret automatisk',
|
|
37
|
-
'fabric.editor.find': 'Finn',
|
|
38
|
-
'fabric.editor.findNext': 'Finn neste',
|
|
39
|
-
'fabric.editor.findPrevious': 'Finn forrige',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Finn og erstatt',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slett også tilkoblede elementer',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
|
|
43
|
-
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
45
|
-
'fabric.editor.replace': 'Erstatt',
|
|
46
|
-
'fabric.editor.replaceAll': 'Erstatt alle',
|
|
47
|
-
'fabric.editor.replaceWith': 'Erstatt med',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} av {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp'
|
|
49
13
|
};
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Dutch (Netherlands)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Typ iets ...',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Sluiten',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Fout bij het laden',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Annuleren',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Sluiten',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Aanmaken',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Vanaf',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'tot',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Inklappen',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Uitvouwen',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Aangepast',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentatie',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Er is iets misgegaan.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Kan isMultiple niet combineren met stijl: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Veld toevoegen',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Veld verwijderen',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Hulp nodig?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Ongeldig veld',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Verplicht veld',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Verzenden',
|
|
30
|
-
'fabric.editor.edit': 'Bewerken',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Hoofdveld content, begin met typen om tekst in te voeren.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Verwijderen',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Element verwijderen',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle wijzigingen worden altijd automatisch opgeslagen',
|
|
37
|
-
'fabric.editor.find': 'Zoeken',
|
|
38
|
-
'fabric.editor.findNext': 'Volgende zoeken',
|
|
39
|
-
'fabric.editor.findPrevious': 'Vorige zoeken',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Zoeken en vervangen',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Ook gekoppelde elementen verwijderen',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
|
|
43
|
-
'fabric.editor.matchCase': 'Overeenkomende zaak',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Geen resultaten',
|
|
45
|
-
'fabric.editor.replace': 'Vervangen',
|
|
46
|
-
'fabric.editor.replaceAll': 'Alles vervangen',
|
|
47
|
-
'fabric.editor.replaceWith': 'Vervangen met',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} van {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster'
|
|
49
13
|
};
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Polish (Poland)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Wpisz cokolwiek…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Zamknij',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Niepowodzenie ładowania',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Anuluj',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Zamknij',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Utwórz',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Od',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Do',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Zwiń',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozwiń',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Niestandardowa',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentacja',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Coś poszło nie tak.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Nie można połączyć isMultiple ze stylem: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Dodaj pole',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Usuń pole',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Potrzebujesz pomocy?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Nieprawidłowe pole',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Pole wymagane',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Wyślij',
|
|
30
|
-
'fabric.editor.edit': 'Edytuj',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Główny obszar zawartości. Zacznij pisać, aby wprowadzić tekst.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Usuń',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Usuwanie elementu',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Wszystkie zmiany są zawsze zapisywane automatycznie',
|
|
37
|
-
'fabric.editor.find': 'Znajdź',
|
|
38
|
-
'fabric.editor.findNext': 'Znajdź następne',
|
|
39
|
-
'fabric.editor.findPrevious': 'Znajdź poprzednie',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Znajdź i zamień',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Usuń także połączone elementy',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
|
|
43
|
-
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Brak wyników',
|
|
45
|
-
'fabric.editor.replace': 'Zastąp',
|
|
46
|
-
'fabric.editor.replaceAll': 'Zastąp wszystko',
|
|
47
|
-
'fabric.editor.replaceWith': 'Zastąp tym',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy'
|
|
49
13
|
};
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Portuguese (Brazil)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Digite algo…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Fechar',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Falha ao carregar',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Fechar',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Criar',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'De',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'até',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Recolher',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expandir',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Personalizado',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentação',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Algo deu errado.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Não é possível combinar isMultiple com estilo: rádio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Adicionar campo',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Remover campo',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Precisa de ajuda?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Campo inválido',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Campo obrigatório',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Enviar',
|
|
30
|
-
'fabric.editor.edit': 'Editar',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Área de conteúdo principal, comece a digitar para inserir texto.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Excluir',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Excluir elemento',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Todas as alterações são salvas automaticamente',
|
|
37
|
-
'fabric.editor.find': 'Localizar',
|
|
38
|
-
'fabric.editor.findNext': 'Localizar próxima',
|
|
39
|
-
'fabric.editor.findPrevious': 'Localizar anterior',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Localizar e substituir',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Excluir também elementos conectados',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
|
|
43
|
-
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Sem resultados',
|
|
45
|
-
'fabric.editor.replace': 'Substituir',
|
|
46
|
-
'fabric.editor.replaceAll': 'Substituir tudo',
|
|
47
|
-
'fabric.editor.replaceWith': 'Substituir por',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda'
|
|
49
13
|
};
|