@atlaskit/editor-core 187.40.1 → 187.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
- package/dist/cjs/editor-next/utils/editorMeasureTTICallback.js +3 -2
- package/dist/cjs/element-browser.js +2 -3
- package/dist/cjs/i18n/cs.js +6 -9
- package/dist/cjs/i18n/da.js +6 -9
- package/dist/cjs/i18n/de.js +6 -9
- package/dist/cjs/i18n/en.js +6 -9
- package/dist/cjs/i18n/en_GB.js +6 -9
- package/dist/cjs/i18n/en_ZZ.js +6 -9
- package/dist/cjs/i18n/es.js +6 -9
- package/dist/cjs/i18n/fi.js +6 -9
- package/dist/cjs/i18n/fr.js +6 -9
- package/dist/cjs/i18n/hu.js +6 -9
- package/dist/cjs/i18n/it.js +6 -9
- package/dist/cjs/i18n/ja.js +6 -9
- package/dist/cjs/i18n/ko.js +6 -9
- package/dist/cjs/i18n/nb.js +6 -9
- package/dist/cjs/i18n/nl.js +6 -9
- package/dist/cjs/i18n/pl.js +6 -9
- package/dist/cjs/i18n/pt_BR.js +6 -9
- package/dist/cjs/i18n/ru.js +6 -9
- package/dist/cjs/i18n/sv.js +6 -9
- package/dist/cjs/i18n/th.js +6 -9
- package/dist/cjs/i18n/tr.js +6 -9
- package/dist/cjs/i18n/uk.js +6 -9
- package/dist/cjs/i18n/vi.js +6 -9
- package/dist/cjs/i18n/zh.js +6 -9
- package/dist/cjs/i18n/zh_TW.js +6 -9
- package/dist/cjs/plugins/find-replace/ui/Find.js +88 -42
- package/dist/cjs/plugins/quick-insert/index.js +4 -2
- package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +8 -7
- package/dist/cjs/plugins/quick-insert/ui/ModalElementBrowser/index.js +10 -17
- package/dist/cjs/ui/ElementBrowser/InsertMenu.js +5 -6
- package/dist/cjs/ui/ElementBrowser/types.js +1 -8
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
- package/dist/es2019/editor-next/utils/editorMeasureTTICallback.js +3 -2
- package/dist/es2019/element-browser.js +1 -1
- package/dist/es2019/i18n/cs.js +6 -9
- package/dist/es2019/i18n/da.js +6 -9
- package/dist/es2019/i18n/de.js +6 -9
- package/dist/es2019/i18n/en.js +6 -9
- package/dist/es2019/i18n/en_GB.js +6 -9
- package/dist/es2019/i18n/en_ZZ.js +6 -9
- package/dist/es2019/i18n/es.js +6 -9
- package/dist/es2019/i18n/fi.js +6 -9
- package/dist/es2019/i18n/fr.js +6 -9
- package/dist/es2019/i18n/hu.js +6 -9
- package/dist/es2019/i18n/it.js +6 -9
- package/dist/es2019/i18n/ja.js +6 -9
- package/dist/es2019/i18n/ko.js +6 -9
- package/dist/es2019/i18n/nb.js +6 -9
- package/dist/es2019/i18n/nl.js +6 -9
- package/dist/es2019/i18n/pl.js +6 -9
- package/dist/es2019/i18n/pt_BR.js +6 -9
- package/dist/es2019/i18n/ru.js +6 -9
- package/dist/es2019/i18n/sv.js +6 -9
- package/dist/es2019/i18n/th.js +6 -9
- package/dist/es2019/i18n/tr.js +6 -9
- package/dist/es2019/i18n/uk.js +6 -9
- package/dist/es2019/i18n/vi.js +6 -9
- package/dist/es2019/i18n/zh.js +6 -9
- package/dist/es2019/i18n/zh_TW.js +6 -9
- package/dist/es2019/plugins/find-replace/ui/Find.js +69 -22
- package/dist/es2019/plugins/quick-insert/index.js +4 -2
- package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +5 -5
- package/dist/es2019/plugins/quick-insert/ui/ModalElementBrowser/index.js +8 -13
- package/dist/es2019/ui/ElementBrowser/InsertMenu.js +2 -3
- package/dist/es2019/ui/ElementBrowser/types.js +1 -5
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/editor-next/hooks/useEditorMeasuresConstructor.js +2 -2
- package/dist/esm/editor-next/utils/editorMeasureTTICallback.js +3 -2
- package/dist/esm/element-browser.js +1 -1
- package/dist/esm/i18n/cs.js +6 -9
- package/dist/esm/i18n/da.js +6 -9
- package/dist/esm/i18n/de.js +6 -9
- package/dist/esm/i18n/en.js +6 -9
- package/dist/esm/i18n/en_GB.js +6 -9
- package/dist/esm/i18n/en_ZZ.js +6 -9
- package/dist/esm/i18n/es.js +6 -9
- package/dist/esm/i18n/fi.js +6 -9
- package/dist/esm/i18n/fr.js +6 -9
- package/dist/esm/i18n/hu.js +6 -9
- package/dist/esm/i18n/it.js +6 -9
- package/dist/esm/i18n/ja.js +6 -9
- package/dist/esm/i18n/ko.js +6 -9
- package/dist/esm/i18n/nb.js +6 -9
- package/dist/esm/i18n/nl.js +6 -9
- package/dist/esm/i18n/pl.js +6 -9
- package/dist/esm/i18n/pt_BR.js +6 -9
- package/dist/esm/i18n/ru.js +6 -9
- package/dist/esm/i18n/sv.js +6 -9
- package/dist/esm/i18n/th.js +6 -9
- package/dist/esm/i18n/tr.js +6 -9
- package/dist/esm/i18n/uk.js +6 -9
- package/dist/esm/i18n/vi.js +6 -9
- package/dist/esm/i18n/zh.js +6 -9
- package/dist/esm/i18n/zh_TW.js +6 -9
- package/dist/esm/plugins/find-replace/ui/Find.js +86 -41
- package/dist/esm/plugins/quick-insert/index.js +4 -2
- package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.js +5 -5
- package/dist/esm/plugins/quick-insert/ui/ModalElementBrowser/index.js +10 -17
- package/dist/esm/ui/ElementBrowser/InsertMenu.js +2 -3
- package/dist/esm/ui/ElementBrowser/types.js +1 -5
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/editor-next/hooks/useEditorMeasuresConstructor.d.ts +4 -4
- package/dist/types/editor-next/utils/editorMeasureTTICallback.d.ts +5 -5
- package/dist/types/element-browser.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +3 -6
- package/dist/types/i18n/da.d.ts +3 -6
- package/dist/types/i18n/de.d.ts +3 -6
- package/dist/types/i18n/en.d.ts +3 -6
- package/dist/types/i18n/en_GB.d.ts +3 -6
- package/dist/types/i18n/en_ZZ.d.ts +3 -6
- package/dist/types/i18n/es.d.ts +3 -6
- package/dist/types/i18n/fi.d.ts +3 -6
- package/dist/types/i18n/fr.d.ts +3 -6
- package/dist/types/i18n/hu.d.ts +3 -6
- package/dist/types/i18n/it.d.ts +3 -6
- package/dist/types/i18n/ja.d.ts +3 -6
- package/dist/types/i18n/ko.d.ts +3 -6
- package/dist/types/i18n/nb.d.ts +3 -6
- package/dist/types/i18n/nl.d.ts +3 -6
- package/dist/types/i18n/pl.d.ts +3 -6
- package/dist/types/i18n/pt_BR.d.ts +3 -6
- package/dist/types/i18n/ru.d.ts +3 -6
- package/dist/types/i18n/sv.d.ts +3 -6
- package/dist/types/i18n/th.d.ts +3 -6
- package/dist/types/i18n/tr.d.ts +3 -6
- package/dist/types/i18n/uk.d.ts +3 -6
- package/dist/types/i18n/vi.d.ts +3 -6
- package/dist/types/i18n/zh.d.ts +3 -6
- package/dist/types/i18n/zh_TW.d.ts +3 -6
- package/dist/types/labs/next/presets/default.d.ts +2 -2
- package/dist/types/plugins/find-replace/ui/Find.d.ts +3 -2
- package/dist/types/plugins/quick-insert/index.d.ts +3 -3
- package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.d.ts +4 -3
- package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.d.ts +1 -1
- package/dist/types/plugins/quick-insert/ui/ModalElementBrowser/index.d.ts +4 -1
- package/dist/types/ui/ElementBrowser/types.d.ts +6 -18
- package/dist/types-ts4.5/editor-next/hooks/useEditorMeasuresConstructor.d.ts +4 -4
- package/dist/types-ts4.5/editor-next/utils/editorMeasureTTICallback.d.ts +5 -5
- package/dist/types-ts4.5/element-browser.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +3 -6
- package/dist/types-ts4.5/i18n/da.d.ts +3 -6
- package/dist/types-ts4.5/i18n/de.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +3 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +3 -6
- package/dist/types-ts4.5/i18n/es.d.ts +3 -6
- package/dist/types-ts4.5/i18n/fi.d.ts +3 -6
- package/dist/types-ts4.5/i18n/fr.d.ts +3 -6
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -6
- package/dist/types-ts4.5/i18n/it.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ja.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ko.d.ts +3 -6
- package/dist/types-ts4.5/i18n/nb.d.ts +3 -6
- package/dist/types-ts4.5/i18n/nl.d.ts +3 -6
- package/dist/types-ts4.5/i18n/pl.d.ts +3 -6
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +3 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +3 -6
- package/dist/types-ts4.5/i18n/sv.d.ts +3 -6
- package/dist/types-ts4.5/i18n/th.d.ts +3 -6
- package/dist/types-ts4.5/i18n/tr.d.ts +3 -6
- package/dist/types-ts4.5/i18n/uk.d.ts +3 -6
- package/dist/types-ts4.5/i18n/vi.d.ts +3 -6
- package/dist/types-ts4.5/i18n/zh.d.ts +3 -6
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -6
- package/dist/types-ts4.5/labs/next/presets/default.d.ts +2 -2
- package/dist/types-ts4.5/plugins/find-replace/ui/Find.d.ts +3 -2
- package/dist/types-ts4.5/plugins/quick-insert/index.d.ts +3 -3
- package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/ModalElementBrowser.d.ts +4 -3
- package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.d.ts +1 -1
- package/dist/types-ts4.5/plugins/quick-insert/ui/ModalElementBrowser/index.d.ts +4 -1
- package/dist/types-ts4.5/ui/ElementBrowser/types.d.ts +6 -18
- package/package.json +2 -2
- package/dist/cjs/ui/ElementBrowser/ElementBrowser.js +0 -152
- package/dist/cjs/ui/ElementBrowser/ViewMore.js +0 -39
- package/dist/cjs/ui/ElementBrowser/components/CategoryList.js +0 -115
- package/dist/cjs/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -36
- package/dist/cjs/ui/ElementBrowser/components/ElementList/ElementList.js +0 -250
- package/dist/cjs/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -47
- package/dist/cjs/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -69
- package/dist/cjs/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -42
- package/dist/cjs/ui/ElementBrowser/components/ElementList/utils.js +0 -54
- package/dist/cjs/ui/ElementBrowser/components/ElementSearch.js +0 -88
- package/dist/cjs/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -269
- package/dist/cjs/ui/ElementBrowser/constants.js +0 -43
- package/dist/cjs/ui/ElementBrowser/hooks/use-container-width.js +0 -70
- package/dist/cjs/ui/ElementBrowser/hooks/use-focus.js +0 -51
- package/dist/cjs/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -286
- package/dist/cjs/ui/ElementBrowser/index.js +0 -10
- package/dist/es2019/ui/ElementBrowser/ElementBrowser.js +0 -117
- package/dist/es2019/ui/ElementBrowser/ViewMore.js +0 -40
- package/dist/es2019/ui/ElementBrowser/components/CategoryList.js +0 -104
- package/dist/es2019/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -21
- package/dist/es2019/ui/ElementBrowser/components/ElementList/ElementList.js +0 -301
- package/dist/es2019/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -58
- package/dist/es2019/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -64
- package/dist/es2019/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -39
- package/dist/es2019/ui/ElementBrowser/components/ElementList/utils.js +0 -50
- package/dist/es2019/ui/ElementBrowser/components/ElementSearch.js +0 -117
- package/dist/es2019/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -339
- package/dist/es2019/ui/ElementBrowser/constants.js +0 -24
- package/dist/es2019/ui/ElementBrowser/hooks/use-container-width.js +0 -59
- package/dist/es2019/ui/ElementBrowser/hooks/use-focus.js +0 -48
- package/dist/es2019/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -284
- package/dist/es2019/ui/ElementBrowser/index.js +0 -2
- package/dist/esm/ui/ElementBrowser/ElementBrowser.js +0 -142
- package/dist/esm/ui/ElementBrowser/ViewMore.js +0 -31
- package/dist/esm/ui/ElementBrowser/components/CategoryList.js +0 -104
- package/dist/esm/ui/ElementBrowser/components/ElementBrowserLoader.js +0 -23
- package/dist/esm/ui/ElementBrowser/components/ElementList/ElementList.js +0 -238
- package/dist/esm/ui/ElementBrowser/components/ElementList/EmptyState.js +0 -40
- package/dist/esm/ui/ElementBrowser/components/ElementList/NotFoundIllustration.js +0 -62
- package/dist/esm/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.js +0 -37
- package/dist/esm/ui/ElementBrowser/components/ElementList/utils.js +0 -46
- package/dist/esm/ui/ElementBrowser/components/ElementSearch.js +0 -77
- package/dist/esm/ui/ElementBrowser/components/StatelessElementBrowser.js +0 -258
- package/dist/esm/ui/ElementBrowser/constants.js +0 -24
- package/dist/esm/ui/ElementBrowser/hooks/use-container-width.js +0 -61
- package/dist/esm/ui/ElementBrowser/hooks/use-focus.js +0 -46
- package/dist/esm/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.js +0 -278
- package/dist/esm/ui/ElementBrowser/index.js +0 -2
- package/dist/types/ui/ElementBrowser/ElementBrowser.d.ts +0 -37
- package/dist/types/ui/ElementBrowser/ViewMore.d.ts +0 -6
- package/dist/types/ui/ElementBrowser/components/CategoryList.d.ts +0 -10
- package/dist/types/ui/ElementBrowser/components/ElementBrowserLoader.d.ts +0 -5
- package/dist/types/ui/ElementBrowser/components/ElementList/ElementList.d.ts +0 -29
- package/dist/types/ui/ElementBrowser/components/ElementList/EmptyState.d.ts +0 -6
- package/dist/types/ui/ElementBrowser/components/ElementList/NotFoundIllustration.d.ts +0 -2
- package/dist/types/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
- package/dist/types/ui/ElementBrowser/components/ElementList/utils.d.ts +0 -12
- package/dist/types/ui/ElementBrowser/components/ElementSearch.d.ts +0 -18
- package/dist/types/ui/ElementBrowser/components/StatelessElementBrowser.d.ts +0 -23
- package/dist/types/ui/ElementBrowser/constants.d.ts +0 -20
- package/dist/types/ui/ElementBrowser/hooks/use-container-width.d.ts +0 -33
- package/dist/types/ui/ElementBrowser/hooks/use-focus.d.ts +0 -35
- package/dist/types/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -72
- package/dist/types/ui/ElementBrowser/index.d.ts +0 -2
- package/dist/types-ts4.5/ui/ElementBrowser/ElementBrowser.d.ts +0 -37
- package/dist/types-ts4.5/ui/ElementBrowser/ViewMore.d.ts +0 -6
- package/dist/types-ts4.5/ui/ElementBrowser/components/CategoryList.d.ts +0 -10
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementBrowserLoader.d.ts +0 -5
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/ElementList.d.ts +0 -29
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/EmptyState.d.ts +0 -6
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/NotFoundIllustration.d.ts +0 -2
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/cellSizeAndPositionGetter.d.ts +0 -7
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementList/utils.d.ts +0 -12
- package/dist/types-ts4.5/ui/ElementBrowser/components/ElementSearch.d.ts +0 -18
- package/dist/types-ts4.5/ui/ElementBrowser/components/StatelessElementBrowser.d.ts +0 -23
- package/dist/types-ts4.5/ui/ElementBrowser/constants.d.ts +0 -20
- package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-container-width.d.ts +0 -33
- package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-focus.d.ts +0 -35
- package/dist/types-ts4.5/ui/ElementBrowser/hooks/use-select-and-focus-on-arrow-navigation.d.ts +0 -72
- package/dist/types-ts4.5/ui/ElementBrowser/index.d.ts +0 -2
- /package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
- /package/dist/cjs/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
- /package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
- /package/dist/es2019/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
- /package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/categories.js +0 -0
- /package/dist/esm/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.js +0 -0
- /package/dist/types/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.d.ts +0 -0
- /package/dist/types-ts4.5/{ui/ElementBrowser → plugins/quick-insert/ui/ModalElementBrowser}/messages.d.ts +0 -0
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Larghezza piena',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Grande',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Colore',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Media',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
|
132
|
-
'fabric.editor.lists': 'Elenchi',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': "campo di inserimento dell'altezza",
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altezza',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Larghezza',
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Larghezza max {maxWidth} px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Larghezza max {maxWidth} px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Converti in pixel',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migra dalla dimensione percentuale alla dimensione in pixel fissa',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Invia',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Convalida della larghezza non riuscita',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Elimina',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Nota',
|
|
149
151
|
'fabric.editor.notePanel': 'Pannello note',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
151
|
-
'fabric.editor.orderedList': 'Elenco numerato',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
153
153
|
'fabric.editor.other': 'Altri...',
|
|
154
154
|
'fabric.editor.outdent': 'Rientro negativo',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utenti che puoi taggare',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Utente {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Annulla',
|
|
194
|
-
'fabric.editor.unorderedList': 'Elenco puntato',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
|
|
196
194
|
'fabric.editor.warning': 'Attenzione',
|
|
197
195
|
'fabric.editor.warningPanel': 'Pannello avvisi',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
200
|
-
'fabric.editor.wrapRight': 'RItorno a capo a destra'
|
|
201
|
-
'fabric.emoji.label': 'Emoji'
|
|
198
|
+
'fabric.editor.wrapRight': 'RItorno a capo a destra'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': '下位レベルの見出しに使用',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
116
116
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': '全幅',
|
|
117
118
|
'fabric.editor.imageBorderBold': '太い',
|
|
118
119
|
'fabric.editor.imageBorderColor': '色',
|
|
119
120
|
'fabric.editor.imageBorderMedium': '普通',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
131
132
|
'fabric.editor.leftSidebar': '左サイドバー',
|
|
132
|
-
'fabric.editor.lists': 'リスト',
|
|
133
133
|
'fabric.editor.markdown': 'マークダウン',
|
|
134
134
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高さの入力',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高さ',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大幅 {maxWidth} px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '最大幅 {maxWidth} px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'ピクセルに変換',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '比率から固定ピクセル サイズに移行',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': '送信',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': '幅を検証できませんでした',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': '削除',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'メモ',
|
|
149
151
|
'fabric.editor.notePanel': 'メモ パネル',
|
|
150
152
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
151
|
-
'fabric.editor.orderedList': '番号付きリスト',
|
|
152
|
-
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
153
153
|
'fabric.editor.other': 'その他…',
|
|
154
154
|
'fabric.editor.outdent': 'インデント解除',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'タグ付けできるユーザー',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'ユーザー {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': '元に戻す',
|
|
194
|
-
'fabric.editor.unorderedList': '箇条書きリスト',
|
|
195
|
-
'fabric.editor.unorderedList.description': '順序指定なしのリストを作成',
|
|
196
194
|
'fabric.editor.warning': '警告',
|
|
197
195
|
'fabric.editor.warningPanel': '警告パネル',
|
|
198
196
|
'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加',
|
|
199
197
|
'fabric.editor.wrapLeft': '左揃え',
|
|
200
|
-
'fabric.editor.wrapRight': '右揃え'
|
|
201
|
-
'fabric.emoji.label': '絵文字'
|
|
198
|
+
'fabric.editor.wrapRight': '右揃え'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
|
|
116
116
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': '전체 너비',
|
|
117
118
|
'fabric.editor.imageBorderBold': '강조',
|
|
118
119
|
'fabric.editor.imageBorderColor': '색상',
|
|
119
120
|
'fabric.editor.imageBorderMedium': '중간',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
131
132
|
'fabric.editor.leftSidebar': '왼쪽 사이드바',
|
|
132
|
-
'fabric.editor.lists': '목록',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '높이 입력',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': '높이',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '너비
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '너비',
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '최대 너비 {maxWidth}픽셀',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '최대 너비 {maxWidth}픽셀',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': '픽셀로 변환',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '비율에서 고정 픽셀 크기로 마이그레이션',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': '제출',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': '너비 검증 실패',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': '삭제',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': '메모',
|
|
149
151
|
'fabric.editor.notePanel': '노트 패널',
|
|
150
152
|
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
151
|
-
'fabric.editor.orderedList': '번호 목록',
|
|
152
|
-
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
153
153
|
'fabric.editor.other': '기타...',
|
|
154
154
|
'fabric.editor.outdent': '내어쓰기',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': '태그할 수 있는 사용자',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': '실행 취소',
|
|
194
|
-
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
195
|
-
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
196
194
|
'fabric.editor.warning': '경고',
|
|
197
195
|
'fabric.editor.warningPanel': '경고 패널',
|
|
198
196
|
'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
|
|
199
197
|
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
200
|
-
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈'
|
|
201
|
-
'fabric.emoji.label': '이모지'
|
|
198
|
+
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Full bredde',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Fet',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Farge',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Middels',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Sidelinje til venstre',
|
|
132
|
-
'fabric.editor.lists': 'Lister',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'angi høyde',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Høyde',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maksbredde {maxWidth} px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maksbredde {maxWidth} px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Konverter til piksler',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrer fra prosent til fast pikselstørrelse',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Send inn',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validering av bredde mislyktes',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Slett',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Merknad',
|
|
149
151
|
'fabric.editor.notePanel': 'Kommentarpanel',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
151
|
-
'fabric.editor.orderedList': 'Nummerert liste',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Opprett en sortert liste',
|
|
153
153
|
'fabric.editor.other': 'Andre …',
|
|
154
154
|
'fabric.editor.outdent': 'Reduser innrykk',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brukere du kan tagge',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Bruker {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Angre',
|
|
194
|
-
'fabric.editor.unorderedList': 'Punktliste',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
|
|
196
194
|
'fabric.editor.warning': 'Advarsel',
|
|
197
195
|
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Legg til en advarsel i et farget panel',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Juster til venstre',
|
|
200
|
-
'fabric.editor.wrapRight': 'Juster til høyre'
|
|
201
|
-
'fabric.emoji.label': 'Emoji'
|
|
198
|
+
'fabric.editor.wrapRight': 'Juster til høyre'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Dit gebruiken voor koppen op laag niveau',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Volledige breedte',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Vet',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Kleur',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Nodig teamgenoten uit voor {productName}} trusted {Nodig teamgenoten uit voor {productName}} other {Voeg teamgenoten toe aan {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Sneltoetsen',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Zijbalk aan linkerkant',
|
|
132
|
-
'fabric.editor.lists': 'Lijsten',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Overeenkomende zaak',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'hoogte-invoer',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Hoogte',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'breedte
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maximale breedte {maxWidth} px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maximale breedte {maxWidth} px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Omzetten naar pixels',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migreren van percentage naar vaste pixelgrootte',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Verzenden',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Het valideren van de breedte is mislukt',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Verwijderen',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Notitie',
|
|
149
151
|
'fabric.editor.notePanel': 'Notitiepaneel',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
151
|
-
'fabric.editor.orderedList': 'Genummerde lijst',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
|
|
153
153
|
'fabric.editor.other': 'Andere…',
|
|
154
154
|
'fabric.editor.outdent': 'Inspringen verkleinen',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Gebruikers die je kunt taggen',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Gebruiker {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Maak ongedaan',
|
|
194
|
-
'fabric.editor.unorderedList': 'Opsommingslijst',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Een niet-gesorteerde lijst maken',
|
|
196
194
|
'fabric.editor.warning': 'Waarschuwing',
|
|
197
195
|
'fabric.editor.warningPanel': 'Waarschuwingspaneel',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Een waarschuwing toevoegen in een gekleurd paneel',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Links uitlijnen',
|
|
200
|
-
'fabric.editor.wrapRight': 'Rechts uitlijnen'
|
|
201
|
-
'fabric.emoji.label': 'Emoji'
|
|
198
|
+
'fabric.editor.wrapRight': 'Rechts uitlijnen'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Użyj tego do nagłówków niskiego poziomu',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Pełna szerokość',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Pogrubiony',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Kolor',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Średni',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'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}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Skróty klawiszowe',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Lewy pasek boczny',
|
|
132
|
-
'fabric.editor.lists': 'Listy',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Uwzględniaj wielkość liter',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'Pole wprowadzania wysokości',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Wysokość',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. szerokość {maxWidth} piks.',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. szerokość {maxWidth} piks.',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Konwertuj na piksele',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migruj z rozmiaru procentowego na rozmiar w pikselach',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Prześlij',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Weryfikacja szerokości nie powiodła się',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Usuń',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Uwaga',
|
|
149
151
|
'fabric.editor.notePanel': 'Panel uwag',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
|
151
|
-
'fabric.editor.orderedList': 'Lista numerowana',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
|
|
153
153
|
'fabric.editor.other': 'Inne...',
|
|
154
154
|
'fabric.editor.outdent': 'Zmniejsz wcięcie',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Użytkownicy, których możesz otagować',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Użytkownik {name} — @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Cofnij',
|
|
194
|
-
'fabric.editor.unorderedList': 'Lista wypunktowana',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Utwórz nieuporządkowaną listę',
|
|
196
194
|
'fabric.editor.warning': 'Ostrzeżenie',
|
|
197
195
|
'fabric.editor.warningPanel': 'Panel ostrzeżeń',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Dodaj ostrzeżenie w kolorze',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Zawijaj do lewej',
|
|
200
|
-
'fabric.editor.wrapRight': 'Zawijaj do prawej'
|
|
201
|
-
'fabric.emoji.label': 'Emoji'
|
|
198
|
+
'fabric.editor.wrapRight': 'Zawijaj do prawej'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Use isso para títulos de nível inferior',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Largura total',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Negrito',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Cor',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Média',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Convidar colega de equipe para {productName}} trusted {Convidar colega de equipe para {productName}} other {Adicionar colega de equipe para {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Atalhos de teclado',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Barra lateral esquerda',
|
|
132
|
-
'fabric.editor.lists': 'Listas',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Diferenciar maiúsculas de minúsculas',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altura',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largura',
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Largura máxima {maxWidth} px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largura máxima {maxWidth} px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Converter em pixels',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrar do percentual para o tamanho fixo de pixels',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Enviar',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Falha na validação da largura',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'excluir',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Observação',
|
|
149
151
|
'fabric.editor.notePanel': 'Painel de notas',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
|
151
|
-
'fabric.editor.orderedList': 'Lista numerada',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Criar uma lista ordenada',
|
|
153
153
|
'fabric.editor.other': 'Outros...',
|
|
154
154
|
'fabric.editor.outdent': 'Recuo para a esquerda',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Usuários que você pode marcar',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuário {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Desfazer',
|
|
194
|
-
'fabric.editor.unorderedList': 'Lista de marcadores',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Criar uma lista sem ordenação',
|
|
196
194
|
'fabric.editor.warning': 'Aviso',
|
|
197
195
|
'fabric.editor.warningPanel': 'Painel de avisos',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Adicionar uma nota de atenção em um painel colorido',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Ajustar à esquerda',
|
|
200
|
-
'fabric.editor.wrapRight': 'Ajustar à direita'
|
|
201
|
-
'fabric.emoji.label': 'Emoji'
|
|
198
|
+
'fabric.editor.wrapRight': 'Ajustar à direita'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/ru.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Для заголовков нижнего уровня',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Открыть справку',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Это окно можно быстро открыть в любое время нажатием {keyMap}',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Полная ширина',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Широкая',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Цвет',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Средняя',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Пригласить коллегу начать работу с {productName}} trusted {Пригласить коллегу начать работу с {productName}} other {Добавить коллегу для работы с {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Сочетания клавиш',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Левая боковая панель',
|
|
132
|
-
'fabric.editor.lists': 'Списки',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'С учетом регистра',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'ввод высоты',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Высота',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Максимальная ширина {maxWidth} пикс.',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Максимальная ширина {maxWidth} пикс.',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Преобразовать в пиксели',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Перейти от процентного соотношения к фиксированным размерам в пикселях',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Отправить',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Не удалось проверить ширину',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Удалить',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Примечание',
|
|
149
151
|
'fabric.editor.notePanel': 'Панель примечаний',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Добавить цветную заметку',
|
|
151
|
-
'fabric.editor.orderedList': 'Нумерованный список',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Создание нумерованного списка',
|
|
153
153
|
'fabric.editor.other': 'Прочее…',
|
|
154
154
|
'fabric.editor.outdent': 'Убрать отступ',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Цвет фона',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Пользователи, которых можно упомянуть',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Пользователь {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Отменить',
|
|
194
|
-
'fabric.editor.unorderedList': 'Маркированный список',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Создание неупорядоченного списка',
|
|
196
194
|
'fabric.editor.warning': 'Предупреждение',
|
|
197
195
|
'fabric.editor.warningPanel': 'Панель с предупреждением',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Добавить цветное предупреждение',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Заверстать влево',
|
|
200
|
-
'fabric.editor.wrapRight': 'Заверстать вправо'
|
|
201
|
-
'fabric.emoji.label': 'Эмодзи'
|
|
198
|
+
'fabric.editor.wrapRight': 'Заверстать вправо'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/sv.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Använd för rubriker på låg nivå',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Tryck på {keyMap} för att när som helst öppna den här dialogrutan',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Full bredd',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Fetstil',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Färg',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Bjud in teammedlem till {productName}} trusted {Bjud in teammedlem till {productName}} other {Lägg till teammedlem i {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Kortkommandon',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Vänster sidopanel',
|
|
132
|
-
'fabric.editor.lists': 'Listor',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Matcha skiftläge',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'höjdingång',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Höjd',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maxbredd {maxWidth} px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maxbredd {maxWidth} px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Omvandla till pixlar',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrera från procent till fast pixelstorlek',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Skicka in',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validering för bredd misslyckades',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Radera',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Anteckning',
|
|
149
151
|
'fabric.editor.notePanel': 'Anteckningspanel',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Lägg till en anteckning i en färgad panel',
|
|
151
|
-
'fabric.editor.orderedList': 'Numrerad lista',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Skapa en sorterad lista',
|
|
153
153
|
'fabric.editor.other': 'Annat ...',
|
|
154
154
|
'fabric.editor.outdent': 'Utdrag',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Användare som du kan tagga',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Användare {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Ångra',
|
|
194
|
-
'fabric.editor.unorderedList': 'Punktlista',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Skapa en osorterad lista',
|
|
196
194
|
'fabric.editor.warning': 'Varning',
|
|
197
195
|
'fabric.editor.warningPanel': 'Varningspanel',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Lägg till en varning i en färgad panel',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Radbyte vänster',
|
|
200
|
-
'fabric.editor.wrapRight': 'Radbyte höger'
|
|
201
|
-
'fabric.emoji.label': 'Emoji'
|
|
198
|
+
'fabric.editor.wrapRight': 'Radbyte höger'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'ใช้ส่วนนี้สำหรับหัวเรื่องรอง',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'เปิดกรอบโต้ตอบความช่วยเหลือ',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'กด {keyMap} เพื่อเปิดกรอบโต้ตอบนี้ได้ทุกเมื่อ',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'แบบเต็มความกว้าง',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'ตัวหนา',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'สี',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'ปานกลาง',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} trusted {เชิญเพื่อนร่วมทีมให้ไปยัง {productName}} other {เพิ่มเพื่อนร่วมทีมไปยัง {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'ปุ่มลัด',
|
|
131
132
|
'fabric.editor.leftSidebar': 'แถบด้านซ้าย',
|
|
132
|
-
'fabric.editor.lists': 'รายการ',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'รายการที่ตรงกัน',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'ข้อมูลความสูงที่ป้อน',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'ความสูง',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'ความกว้างสูงสุด {maxWidth}px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'ความกว้างสูงสุด {maxWidth}px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'แปลงเป็นพิกเซล',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'เปลี่ยนจากการกำหนดขนาดเป็นเปอร์เซ็นต์เป็นพิกเซลคงที่',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'ส่ง',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'การตรวจสอบความกว้างไม่สำเร็จ',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'ลบ',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'บันทึก',
|
|
149
151
|
'fabric.editor.notePanel': 'แผงข้อความบันทึก',
|
|
150
152
|
'fabric.editor.notePanel.description': 'เพิ่มข้อความบันทึกในแผงสี',
|
|
151
|
-
'fabric.editor.orderedList': 'รายการแบบมีตัวเลข',
|
|
152
|
-
'fabric.editor.orderedList.description': 'สร้างรายการแบบมีเลขลำดับ',
|
|
153
153
|
'fabric.editor.other': 'อื่น ๆ...',
|
|
154
154
|
'fabric.editor.outdent': 'ย่อหน้าออก',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'สีพื้นหลัง',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'ผู้ใช้ที่คุณสามารถแท็กได้',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'ผู้ใช้ {name} @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'เลิกทำ',
|
|
194
|
-
'fabric.editor.unorderedList': 'การแสดงรายการแบบไม่มีเลขลำดับ',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'สร้างรายการแบบไม่มีเลขลำดับ',
|
|
196
194
|
'fabric.editor.warning': 'คำเตือน',
|
|
197
195
|
'fabric.editor.warningPanel': 'แผงคำเตือน',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'เพิ่มข้อความคำเตือนในแผงสี',
|
|
199
197
|
'fabric.editor.wrapLeft': 'จัดข้อความล้อมรูปภาพด้านซ้าย',
|
|
200
|
-
'fabric.editor.wrapRight': 'จัดข้อความล้อมรูปภาพด้านขวา'
|
|
201
|
-
'fabric.emoji.label': 'เอโมจิ'
|
|
198
|
+
'fabric.editor.wrapRight': 'จัดข้อความล้อมรูปภาพด้านขวา'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'En alt düzey başlıklar için bu seçeneği kullanın',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Bu iletişim kutusunu istediğiniz zaman açmak için lütfen {keyMap} düğmesine basın',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Tam genişlik',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Kalın',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Renk',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Orta',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Takım arkadaşınızı {productName} ürününe davet edin} trusted {Takım arkadaşınızı {productName} ürününe davet edin} other {Takım arkadaşınızı {productName} ürününe ekleyin}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Klavye kısayolları',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Sol kenar çubuğu',
|
|
132
|
-
'fabric.editor.lists': 'Listeler',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Büyük/küçük harf eşleştir',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'yükseklik girdisi',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Yükseklik',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'genişlik
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. genişlik {maxWidth} px',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. genişlik {maxWidth} px',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Piksele dönüştür',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Yüzdeden sabit piksel boyutuna taşı',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Gönder',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'genişlik için doğrulama başarısız oldu',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Sil',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Not',
|
|
149
151
|
'fabric.editor.notePanel': 'Not panosu',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Renkli bir panoya not ekleyin',
|
|
151
|
-
'fabric.editor.orderedList': 'Numaralı liste',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Sıralı liste oluşturun',
|
|
153
153
|
'fabric.editor.other': 'Diğerleri...',
|
|
154
154
|
'fabric.editor.outdent': 'Girintiyi azalt',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Etiketleyebileceğiniz kullanıcılar',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': '{name} adlı kullanıcı @{shortName}',
|
|
193
193
|
'fabric.editor.undo': 'Geri al',
|
|
194
|
-
'fabric.editor.unorderedList': 'Madde işaretli liste',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Sırasız liste oluşturun',
|
|
196
194
|
'fabric.editor.warning': 'Uyarı',
|
|
197
195
|
'fabric.editor.warningPanel': 'Uyarı panosu',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Renkli bir panoya uyarı notu ekleyin',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Sola kaydır',
|
|
200
|
-
'fabric.editor.wrapRight': 'Sağa kaydır'
|
|
201
|
-
'fabric.emoji.label': 'Emoji'
|
|
198
|
+
'fabric.editor.wrapRight': 'Sağa kaydır'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -114,6 +114,7 @@ var _default = {
|
|
|
114
114
|
'fabric.editor.heading6Description': 'Для заголовків нижнього рівня',
|
|
115
115
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Відкрити довідку',
|
|
116
116
|
'fabric.editor.helpDialogTips': 'Натисніть {keyMap}, щоб відкрити це вікно будь-коли',
|
|
117
|
+
'fabric.editor.image.fullWidthLabel': 'Повна ширина',
|
|
117
118
|
'fabric.editor.imageBorderBold': 'Жирна',
|
|
118
119
|
'fabric.editor.imageBorderColor': 'Колір',
|
|
119
120
|
'fabric.editor.imageBorderMedium': 'Середня',
|
|
@@ -129,13 +130,14 @@ var _default = {
|
|
|
129
130
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Запрошення учасника команди до {productName}} trusted {Запрошення учасника команди до {productName}} other {Додавання учасника команди до {productName}}}',
|
|
130
131
|
'fabric.editor.keyboardShortcuts': 'Гарячі клавіші',
|
|
131
132
|
'fabric.editor.leftSidebar': 'Бічна панель ліворуч',
|
|
132
|
-
'fabric.editor.lists': 'Списки',
|
|
133
133
|
'fabric.editor.markdown': 'Markdown',
|
|
134
134
|
'fabric.editor.matchCase': 'Враховувати регістр',
|
|
135
135
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'введення значення висоти',
|
|
136
136
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Висота',
|
|
137
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
138
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
137
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Максимальна ширина {maxWidth} пікс.',
|
|
138
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Максимальна ширина {maxWidth} пікс.',
|
|
139
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Конвертувати в пікселі',
|
|
140
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Перейти від відсоткового до фіксованого розміру в пікселях',
|
|
139
141
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Надіслати',
|
|
140
142
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Недопустиме значення ширини',
|
|
141
143
|
'fabric.editor.mediaGroupDeleteLabel': 'Видалити',
|
|
@@ -148,8 +150,6 @@ var _default = {
|
|
|
148
150
|
'fabric.editor.note': 'Примітка',
|
|
149
151
|
'fabric.editor.notePanel': 'Панель приміток',
|
|
150
152
|
'fabric.editor.notePanel.description': 'Додати примітку на панель із кольорами',
|
|
151
|
-
'fabric.editor.orderedList': 'Нумерований список',
|
|
152
|
-
'fabric.editor.orderedList.description': 'Створити упорядкований список',
|
|
153
153
|
'fabric.editor.other': 'Інше...',
|
|
154
154
|
'fabric.editor.outdent': 'Відступ вліво',
|
|
155
155
|
'fabric.editor.panel.backgroundColor': 'Колір фону',
|
|
@@ -191,13 +191,10 @@ var _default = {
|
|
|
191
191
|
'fabric.editor.typeahead.mentionPopupLabel': 'Користувачі, яких можна згадати за допомогою тегу',
|
|
192
192
|
'fabric.editor.typeahead.metionListItemLabel': 'Користувач {name} (@{shortName})',
|
|
193
193
|
'fabric.editor.undo': 'Скасувати',
|
|
194
|
-
'fabric.editor.unorderedList': 'Маркований список',
|
|
195
|
-
'fabric.editor.unorderedList.description': 'Створити невпорядкований список',
|
|
196
194
|
'fabric.editor.warning': 'Попередження',
|
|
197
195
|
'fabric.editor.warningPanel': 'Панель із попередженнями',
|
|
198
196
|
'fabric.editor.warningPanel.description': 'Додати застереження на панель із кольорами',
|
|
199
197
|
'fabric.editor.wrapLeft': 'Зображення ліворуч',
|
|
200
|
-
'fabric.editor.wrapRight': 'Зображення праворуч'
|
|
201
|
-
'fabric.emoji.label': 'Емодзі'
|
|
198
|
+
'fabric.editor.wrapRight': 'Зображення праворуч'
|
|
202
199
|
};
|
|
203
200
|
exports.default = _default;
|