@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/es2019/i18n/da.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
110
110
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': 'Fuld bredde',
|
|
111
112
|
'fabric.editor.imageBorderBold': 'Fed',
|
|
112
113
|
'fabric.editor.imageBorderColor': 'Farve',
|
|
113
114
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'Tastaturgenveje',
|
|
125
126
|
'fabric.editor.leftSidebar': 'Venstre sidebjælke',
|
|
126
|
-
'fabric.editor.lists': 'Liste',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown',
|
|
128
128
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'højdeinput',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Højde',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maks. bredde {maxWidth} px',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maks. bredde {maxWidth} px',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Konverter til pixels',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Overfør fra procentdel til fast pixelstørrelse',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Indsend',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validering af bredde mislykkedes',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': 'Slet',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'Note',
|
|
143
145
|
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
144
146
|
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
145
|
-
'fabric.editor.orderedList': 'Nummereret liste',
|
|
146
|
-
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
147
147
|
'fabric.editor.other': 'Andre ...',
|
|
148
148
|
'fabric.editor.outdent': 'Ryk ud',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brugere, du kan tagge',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': 'Fortryd',
|
|
188
|
-
'fabric.editor.unorderedList': 'Punktopstilling',
|
|
189
|
-
'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
|
|
190
188
|
'fabric.editor.warning': 'Advarsel',
|
|
191
189
|
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
192
190
|
'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel',
|
|
193
191
|
'fabric.editor.wrapLeft': 'Skub til venstre',
|
|
194
|
-
'fabric.editor.wrapRight': 'Skub til højre'
|
|
195
|
-
'fabric.emoji.label': 'Emoji'
|
|
192
|
+
'fabric.editor.wrapRight': 'Skub til højre'
|
|
196
193
|
};
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
110
110
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': 'Volle Breite',
|
|
111
112
|
'fabric.editor.imageBorderBold': 'Breit',
|
|
112
113
|
'fabric.editor.imageBorderColor': 'Farbe',
|
|
113
114
|
'fabric.editor.imageBorderMedium': 'Mittel',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'Tastenkombinationen',
|
|
125
126
|
'fabric.editor.leftSidebar': 'Linke Seitenleiste',
|
|
126
|
-
'fabric.editor.lists': 'Listen',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown',
|
|
128
128
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'Eingabe der Höhe',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Höhe',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Breite',
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maximale Breite: {maxWidth} px',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maximale Breite: {maxWidth} px',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'In Pixel umwandeln',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Von prozentualer zu fester Pixelgröße migrieren',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Senden',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Überprüfung der Breite fehlgeschlagen',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': 'Löschen',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'Hinweis',
|
|
143
145
|
'fabric.editor.notePanel': 'Hinweis-Panel',
|
|
144
146
|
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
145
|
-
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
146
|
-
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
147
147
|
'fabric.editor.other': 'Sonstige …',
|
|
148
148
|
'fabric.editor.outdent': 'Einzug verkleinern',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'Benutzer, die Sie kennzeichnen können',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': 'Rückgängig',
|
|
188
|
-
'fabric.editor.unorderedList': 'Aufzählung',
|
|
189
|
-
'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
|
|
190
188
|
'fabric.editor.warning': 'Warnung',
|
|
191
189
|
'fabric.editor.warningPanel': 'Warn-Panel',
|
|
192
190
|
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen',
|
|
193
191
|
'fabric.editor.wrapLeft': 'Links umwickeln',
|
|
194
|
-
'fabric.editor.wrapRight': 'Rechts umwickeln'
|
|
195
|
-
'fabric.emoji.label': 'Emoji'
|
|
192
|
+
'fabric.editor.wrapRight': 'Rechts umwickeln'
|
|
196
193
|
};
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -111,6 +111,7 @@ export default {
|
|
|
111
111
|
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
112
112
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
113
113
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
114
|
+
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
114
115
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
115
116
|
'fabric.editor.imageBorderColor': 'Color',
|
|
116
117
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -126,13 +127,14 @@ export default {
|
|
|
126
127
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
127
128
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
128
129
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
129
|
-
'fabric.editor.lists': 'Lists',
|
|
130
130
|
'fabric.editor.markdown': 'Markdown',
|
|
131
131
|
'fabric.editor.matchCase': 'Match case',
|
|
132
132
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
133
133
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
|
134
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'width
|
|
135
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
134
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Max width {maxWidth}px',
|
|
135
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Max width {maxWidth}px',
|
|
136
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convert to pixels',
|
|
137
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrate from percentage to fixed pixel sizing',
|
|
136
138
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Submit',
|
|
137
139
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validation for width failed',
|
|
138
140
|
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
@@ -145,8 +147,6 @@ export default {
|
|
|
145
147
|
'fabric.editor.note': 'Note',
|
|
146
148
|
'fabric.editor.notePanel': 'Note panel',
|
|
147
149
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
148
|
-
'fabric.editor.orderedList': 'Numbered list',
|
|
149
|
-
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
150
150
|
'fabric.editor.other': 'Others...',
|
|
151
151
|
'fabric.editor.outdent': 'Outdent',
|
|
152
152
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
@@ -188,12 +188,9 @@ export default {
|
|
|
188
188
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
189
189
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
190
190
|
'fabric.editor.undo': 'Undo',
|
|
191
|
-
'fabric.editor.unorderedList': 'Bullet list',
|
|
192
|
-
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
193
191
|
'fabric.editor.warning': 'Warning',
|
|
194
192
|
'fabric.editor.warningPanel': 'Warning panel',
|
|
195
193
|
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
196
194
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
197
|
-
'fabric.editor.wrapRight': 'Wrap right'
|
|
198
|
-
'fabric.emoji.label': 'Emoji'
|
|
195
|
+
'fabric.editor.wrapRight': 'Wrap right'
|
|
199
196
|
};
|
|
@@ -111,6 +111,7 @@ export default {
|
|
|
111
111
|
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
112
112
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
113
113
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
114
|
+
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
114
115
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
115
116
|
'fabric.editor.imageBorderColor': 'Colour',
|
|
116
117
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -126,13 +127,14 @@ export default {
|
|
|
126
127
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
127
128
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
128
129
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
129
|
-
'fabric.editor.lists': 'Lists',
|
|
130
130
|
'fabric.editor.markdown': 'Markdown',
|
|
131
131
|
'fabric.editor.matchCase': 'Match case',
|
|
132
132
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
133
133
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
|
134
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'width
|
|
135
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
134
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Max width {maxWidth}px',
|
|
135
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Max width {maxWidth}px',
|
|
136
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convert to pixels',
|
|
137
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrate from percentage to fixed pixel sizing',
|
|
136
138
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Submit',
|
|
137
139
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validation for width failed',
|
|
138
140
|
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
@@ -145,8 +147,6 @@ export default {
|
|
|
145
147
|
'fabric.editor.note': 'Note',
|
|
146
148
|
'fabric.editor.notePanel': 'Note panel',
|
|
147
149
|
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
|
148
|
-
'fabric.editor.orderedList': 'Numbered list',
|
|
149
|
-
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
150
150
|
'fabric.editor.other': 'Others...',
|
|
151
151
|
'fabric.editor.outdent': 'Outdent',
|
|
152
152
|
'fabric.editor.panel.backgroundColor': 'Background colour',
|
|
@@ -188,12 +188,9 @@ export default {
|
|
|
188
188
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
189
189
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
190
190
|
'fabric.editor.undo': 'Undo',
|
|
191
|
-
'fabric.editor.unorderedList': 'Bullet list',
|
|
192
|
-
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
193
191
|
'fabric.editor.warning': 'Warning',
|
|
194
192
|
'fabric.editor.warningPanel': 'Warning panel',
|
|
195
193
|
'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel',
|
|
196
194
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
197
|
-
'fabric.editor.wrapRight': 'Wrap right'
|
|
198
|
-
'fabric.emoji.label': 'Emoji'
|
|
195
|
+
'fabric.editor.wrapRight': 'Wrap right'
|
|
199
196
|
};
|
|
@@ -111,6 +111,7 @@ export default {
|
|
|
111
111
|
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
112
112
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
113
113
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
114
|
+
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
114
115
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
115
116
|
'fabric.editor.imageBorderColor': 'Color',
|
|
116
117
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -126,13 +127,14 @@ export default {
|
|
|
126
127
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
127
128
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
128
129
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
129
|
-
'fabric.editor.lists': 'Lists',
|
|
130
130
|
'fabric.editor.markdown': 'Markdown',
|
|
131
131
|
'fabric.editor.matchCase': 'Match case',
|
|
132
132
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
133
133
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
|
134
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'width
|
|
135
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
134
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Max width {maxWidth}px',
|
|
135
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Max width {maxWidth}px',
|
|
136
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convert to pixels',
|
|
137
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrate from percentage to fixed pixel sizing',
|
|
136
138
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Submit',
|
|
137
139
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Validation for width failed',
|
|
138
140
|
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
@@ -145,8 +147,6 @@ export default {
|
|
|
145
147
|
'fabric.editor.note': 'Note',
|
|
146
148
|
'fabric.editor.notePanel': 'Note panel',
|
|
147
149
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
148
|
-
'fabric.editor.orderedList': 'Numbered list',
|
|
149
|
-
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
150
150
|
'fabric.editor.other': 'Others...',
|
|
151
151
|
'fabric.editor.outdent': 'Outdent',
|
|
152
152
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
@@ -188,12 +188,9 @@ export default {
|
|
|
188
188
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
189
189
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
190
190
|
'fabric.editor.undo': 'Undo',
|
|
191
|
-
'fabric.editor.unorderedList': 'Bullet list',
|
|
192
|
-
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
193
191
|
'fabric.editor.warning': 'Warning',
|
|
194
192
|
'fabric.editor.warningPanel': 'Warning panel',
|
|
195
193
|
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
196
194
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
197
|
-
'fabric.editor.wrapRight': 'Wrap right'
|
|
198
|
-
'fabric.emoji.label': 'Emoji'
|
|
195
|
+
'fabric.editor.wrapRight': 'Wrap right'
|
|
199
196
|
};
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
|
|
110
110
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': 'Anchura completa',
|
|
111
112
|
'fabric.editor.imageBorderBold': 'Negrita',
|
|
112
113
|
'fabric.editor.imageBorderColor': 'Color',
|
|
113
114
|
'fabric.editor.imageBorderMedium': 'Mediano',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'Métodos abreviados de teclado',
|
|
125
126
|
'fabric.editor.leftSidebar': 'Barra lateral izquierda',
|
|
126
|
-
'fabric.editor.lists': 'Listas',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown',
|
|
128
128
|
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'entrada de altura',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altura',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Anchura máxima {maxWidth} px',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Anchura máxima {maxWidth} px',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir a píxeles',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migrar del tamaño porcentual a un tamaño de píxel fijo',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Enviar',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Error al validar el ancho',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': 'Eliminar',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'Nota',
|
|
143
145
|
'fabric.editor.notePanel': 'Panel de notas',
|
|
144
146
|
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
|
145
|
-
'fabric.editor.orderedList': 'Lista numerada',
|
|
146
|
-
'fabric.editor.orderedList.description': 'Crear una lista ordenada',
|
|
147
147
|
'fabric.editor.other': 'Otros...',
|
|
148
148
|
'fabric.editor.outdent': 'Anular sangría',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': 'Deshacer',
|
|
188
|
-
'fabric.editor.unorderedList': 'Lista de viñetas',
|
|
189
|
-
'fabric.editor.unorderedList.description': 'Crear una lista sin ordenar',
|
|
190
188
|
'fabric.editor.warning': 'Advertencia',
|
|
191
189
|
'fabric.editor.warningPanel': 'Panel de advertencias',
|
|
192
190
|
'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color',
|
|
193
191
|
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
|
194
|
-
'fabric.editor.wrapRight': 'Ajustar a la derecha'
|
|
195
|
-
'fabric.emoji.label': 'Emoji'
|
|
192
|
+
'fabric.editor.wrapRight': 'Ajustar a la derecha'
|
|
196
193
|
};
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna',
|
|
110
110
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': 'Täysi leveys',
|
|
111
112
|
'fabric.editor.imageBorderBold': 'Voimakas',
|
|
112
113
|
'fabric.editor.imageBorderColor': 'Väri',
|
|
113
114
|
'fabric.editor.imageBorderMedium': 'Keskikokoinen',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'Pikanäppäimet',
|
|
125
126
|
'fabric.editor.leftSidebar': 'Vasen sivupalkki',
|
|
126
|
-
'fabric.editor.lists': 'Luettelot',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown-merkintäkieli',
|
|
128
128
|
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'korkeuden arvo',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Korkeus',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Enimmäisleveys {maxWidth} pikseliä',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Enimmäisleveys {maxWidth} pikseliä',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Muunna pikseleiksi',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Siirry prosenteista kiinteisiin pikselikokoihin',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Lähetä',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Leveyden vahvistus epäonnistui',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': 'Poista',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'Huomautus',
|
|
143
145
|
'fabric.editor.notePanel': 'Muistiinpanopaneeli',
|
|
144
146
|
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
|
145
|
-
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
|
146
|
-
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
147
147
|
'fabric.editor.other': 'Muut...',
|
|
148
148
|
'fabric.editor.outdent': 'Ulonnus',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': 'Kumoa',
|
|
188
|
-
'fabric.editor.unorderedList': 'Pisteluettelo',
|
|
189
|
-
'fabric.editor.unorderedList.description': 'Luo järjestämätön luettelo',
|
|
190
188
|
'fabric.editor.warning': 'Varoitus',
|
|
191
189
|
'fabric.editor.warningPanel': 'Varoituspaneeli',
|
|
192
190
|
'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa',
|
|
193
191
|
'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
|
|
194
|
-
'fabric.editor.wrapRight': 'Rivitä oikealle'
|
|
195
|
-
'fabric.emoji.label': 'Emoji'
|
|
192
|
+
'fabric.editor.wrapRight': 'Rivitä oikealle'
|
|
196
193
|
};
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': 'Utilisez ceci pour définir un sous-titre',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
|
|
110
110
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': 'Pleine largeur',
|
|
111
112
|
'fabric.editor.imageBorderBold': 'Gras',
|
|
112
113
|
'fabric.editor.imageBorderColor': 'Couleur',
|
|
113
114
|
'fabric.editor.imageBorderMedium': 'Moyenne',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter un coéquipier à rejoindre {productName}} trusted {Inviter un coéquipier à rejoindre {productName}} other {Ajouter un coéquipier à {productName}}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'Raccourcis clavier',
|
|
125
126
|
'fabric.editor.leftSidebar': 'Barre latérale de gauche',
|
|
126
|
-
'fabric.editor.lists': 'Listes',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown',
|
|
128
128
|
'fabric.editor.matchCase': 'Respecter la casse',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'saisie de la hauteur',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Hauteur',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largeur',
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Largeur maximale : {maxWidth} pixels',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largeur maximale : {maxWidth} pixels',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir en pixels',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': "Passer d'un pourcentage à une taille de pixels fixe",
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Envoyer',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'La validation de la largeur a échoué',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': 'Supprimer',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'Note',
|
|
143
145
|
'fabric.editor.notePanel': 'Panneau de notes',
|
|
144
146
|
'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
|
|
145
|
-
'fabric.editor.orderedList': 'Liste numérotée',
|
|
146
|
-
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
147
147
|
'fabric.editor.other': 'Autres…',
|
|
148
148
|
'fabric.editor.outdent': 'Retrait négatif',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utilisateurs que vous pouvez mentionner',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'Utilisateur {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': 'Annuler',
|
|
188
|
-
'fabric.editor.unorderedList': 'Liste à puces',
|
|
189
|
-
'fabric.editor.unorderedList.description': 'Créer une liste non ordonnée',
|
|
190
188
|
'fabric.editor.warning': 'Avertissement',
|
|
191
189
|
'fabric.editor.warningPanel': "Panneau d'avertissement",
|
|
192
190
|
'fabric.editor.warningPanel.description': "Ajouter une note d'avertissement dans un cadre coloré",
|
|
193
191
|
'fabric.editor.wrapLeft': 'Ajuster vers la gauche',
|
|
194
|
-
'fabric.editor.wrapRight': 'Ajuster vers la droite'
|
|
195
|
-
'fabric.emoji.label': 'Émoticône'
|
|
192
|
+
'fabric.editor.wrapRight': 'Ajuster vers la droite'
|
|
196
193
|
};
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': 'Használja ezt alacsony szintű címsorokhoz',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
|
|
110
110
|
'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': 'Teljes szélesség',
|
|
111
112
|
'fabric.editor.imageBorderBold': 'Félkövér',
|
|
112
113
|
'fabric.editor.imageBorderColor': 'Szín',
|
|
113
114
|
'fabric.editor.imageBorderMedium': 'Közepes',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Csapattag meghívása a(z) {productName} termékbe} trusted {Csapattag meghívása a(z) {productName} termékbe} other {Csapattag hozzáadása a(z) {productName} termékhez}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'Billentyűparancsok',
|
|
125
126
|
'fabric.editor.leftSidebar': 'Bal oldali oldalsáv',
|
|
126
|
-
'fabric.editor.lists': 'Listák',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown',
|
|
128
128
|
'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'magasság megadása',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Magasság',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'szélesség
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Maximális szélesség: {maxWidth} képpont',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Maximális szélesség: {maxWidth} képpont',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Átalakítás képpontokra',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Átalakítás százalékról fix méretre képpontokban',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Küldés',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'A szélesség érvényesítése nem sikerült',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': 'Törlés',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'Megjegyzés',
|
|
143
145
|
'fabric.editor.notePanel': 'Megjegyzés panel',
|
|
144
146
|
'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
|
|
145
|
-
'fabric.editor.orderedList': 'Számozott lista',
|
|
146
|
-
'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
|
|
147
147
|
'fabric.editor.other': 'Egyebek...',
|
|
148
148
|
'fabric.editor.outdent': 'Kihúzás',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'Felhasználók, akiket címkézhetsz',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'Felhasználó: {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': 'Visszavonás',
|
|
188
|
-
'fabric.editor.unorderedList': 'Listajeles lista',
|
|
189
|
-
'fabric.editor.unorderedList.description': 'Sorrend nélküli lista létrehozása',
|
|
190
188
|
'fabric.editor.warning': 'Figyelmeztetés',
|
|
191
189
|
'fabric.editor.warningPanel': 'Figyelmeztető panel',
|
|
192
190
|
'fabric.editor.warningPanel.description': 'Figyelmeztető megjegyzés hozzáadása színes panelen',
|
|
193
191
|
'fabric.editor.wrapLeft': 'Balra igazítás',
|
|
194
|
-
'fabric.editor.wrapRight': 'Jobbra igazítás'
|
|
195
|
-
'fabric.emoji.label': 'Emoji'
|
|
192
|
+
'fabric.editor.wrapRight': 'Jobbra igazítás'
|
|
196
193
|
};
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': 'Per i titoli di livello inferiore',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida',
|
|
110
110
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': 'Larghezza piena',
|
|
111
112
|
'fabric.editor.imageBorderBold': 'Grande',
|
|
112
113
|
'fabric.editor.imageBorderColor': 'Colore',
|
|
113
114
|
'fabric.editor.imageBorderMedium': 'Media',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
125
126
|
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
|
126
|
-
'fabric.editor.lists': 'Elenchi',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown',
|
|
128
128
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': "campo di inserimento dell'altezza",
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Altezza',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Larghezza',
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': 'Larghezza max {maxWidth} px',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Larghezza max {maxWidth} px',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'Converti in pixel',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': 'Migra dalla dimensione percentuale alla dimensione in pixel fissa',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': 'Invia',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'Convalida della larghezza non riuscita',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': 'Elimina',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'Nota',
|
|
143
145
|
'fabric.editor.notePanel': 'Pannello note',
|
|
144
146
|
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
145
|
-
'fabric.editor.orderedList': 'Elenco numerato',
|
|
146
|
-
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
147
147
|
'fabric.editor.other': 'Altri...',
|
|
148
148
|
'fabric.editor.outdent': 'Rientro negativo',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utenti che puoi taggare',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'Utente {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': 'Annulla',
|
|
188
|
-
'fabric.editor.unorderedList': 'Elenco puntato',
|
|
189
|
-
'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
|
|
190
188
|
'fabric.editor.warning': 'Attenzione',
|
|
191
189
|
'fabric.editor.warningPanel': 'Pannello avvisi',
|
|
192
190
|
'fabric.editor.warningPanel.description': 'Aggiungi un avviso in un pannello colorato',
|
|
193
191
|
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
|
194
|
-
'fabric.editor.wrapRight': 'RItorno a capo a destra'
|
|
195
|
-
'fabric.emoji.label': 'Emoji'
|
|
192
|
+
'fabric.editor.wrapRight': 'RItorno a capo a destra'
|
|
196
193
|
};
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': '下位レベルの見出しに使用',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
110
110
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': '全幅',
|
|
111
112
|
'fabric.editor.imageBorderBold': '太い',
|
|
112
113
|
'fabric.editor.imageBorderColor': '色',
|
|
113
114
|
'fabric.editor.imageBorderMedium': '普通',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
125
126
|
'fabric.editor.leftSidebar': '左サイドバー',
|
|
126
|
-
'fabric.editor.lists': 'リスト',
|
|
127
127
|
'fabric.editor.markdown': 'マークダウン',
|
|
128
128
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高さの入力',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高さ',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大幅 {maxWidth} px',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '最大幅 {maxWidth} px',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'ピクセルに変換',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '比率から固定ピクセル サイズに移行',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': '送信',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': '幅を検証できませんでした',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': '削除',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': 'メモ',
|
|
143
145
|
'fabric.editor.notePanel': 'メモ パネル',
|
|
144
146
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
145
|
-
'fabric.editor.orderedList': '番号付きリスト',
|
|
146
|
-
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
147
147
|
'fabric.editor.other': 'その他…',
|
|
148
148
|
'fabric.editor.outdent': 'インデント解除',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': 'タグ付けできるユーザー',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': 'ユーザー {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': '元に戻す',
|
|
188
|
-
'fabric.editor.unorderedList': '箇条書きリスト',
|
|
189
|
-
'fabric.editor.unorderedList.description': '順序指定なしのリストを作成',
|
|
190
188
|
'fabric.editor.warning': '警告',
|
|
191
189
|
'fabric.editor.warningPanel': '警告パネル',
|
|
192
190
|
'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加',
|
|
193
191
|
'fabric.editor.wrapLeft': '左揃え',
|
|
194
|
-
'fabric.editor.wrapRight': '右揃え'
|
|
195
|
-
'fabric.emoji.label': '絵文字'
|
|
192
|
+
'fabric.editor.wrapRight': '右揃え'
|
|
196
193
|
};
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -108,6 +108,7 @@ export default {
|
|
|
108
108
|
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
109
109
|
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
|
|
110
110
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
111
|
+
'fabric.editor.image.fullWidthLabel': '전체 너비',
|
|
111
112
|
'fabric.editor.imageBorderBold': '강조',
|
|
112
113
|
'fabric.editor.imageBorderColor': '색상',
|
|
113
114
|
'fabric.editor.imageBorderMedium': '중간',
|
|
@@ -123,13 +124,14 @@ export default {
|
|
|
123
124
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
124
125
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
125
126
|
'fabric.editor.leftSidebar': '왼쪽 사이드바',
|
|
126
|
-
'fabric.editor.lists': '목록',
|
|
127
127
|
'fabric.editor.markdown': 'Markdown',
|
|
128
128
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
129
129
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '높이 입력',
|
|
130
130
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': '높이',
|
|
131
|
-
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '너비
|
|
132
|
-
'fabric.editor.media.pixelEntry.inputWidthTooltip': '너비',
|
|
131
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '최대 너비 {maxWidth}픽셀',
|
|
132
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '최대 너비 {maxWidth}픽셀',
|
|
133
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': '픽셀로 변환',
|
|
134
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '비율에서 고정 픽셀 크기로 마이그레이션',
|
|
133
135
|
'fabric.editor.media.pixelEntry.submitButtonText': '제출',
|
|
134
136
|
'fabric.editor.media.pixelEntry.validationFailedMessage': '너비 검증 실패',
|
|
135
137
|
'fabric.editor.mediaGroupDeleteLabel': '삭제',
|
|
@@ -142,8 +144,6 @@ export default {
|
|
|
142
144
|
'fabric.editor.note': '메모',
|
|
143
145
|
'fabric.editor.notePanel': '노트 패널',
|
|
144
146
|
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
145
|
-
'fabric.editor.orderedList': '번호 목록',
|
|
146
|
-
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
147
147
|
'fabric.editor.other': '기타...',
|
|
148
148
|
'fabric.editor.outdent': '내어쓰기',
|
|
149
149
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
@@ -185,12 +185,9 @@ export default {
|
|
|
185
185
|
'fabric.editor.typeahead.mentionPopupLabel': '태그할 수 있는 사용자',
|
|
186
186
|
'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
|
|
187
187
|
'fabric.editor.undo': '실행 취소',
|
|
188
|
-
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
189
|
-
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
190
188
|
'fabric.editor.warning': '경고',
|
|
191
189
|
'fabric.editor.warningPanel': '경고 패널',
|
|
192
190
|
'fabric.editor.warningPanel.description': '색상 있는 패널에 주의 사항 메모 추가',
|
|
193
191
|
'fabric.editor.wrapLeft': '왼쪽에서 줄 바꿈',
|
|
194
|
-
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈'
|
|
195
|
-
'fabric.emoji.label': '이모지'
|
|
192
|
+
'fabric.editor.wrapRight': '오른쪽에서 줄 바꿈'
|
|
196
193
|
};
|