@atlaskit/editor-core 149.0.0 → 150.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist/cjs/create-editor/create-plugins-list.js +2 -1
- package/dist/cjs/editor.js +1 -4
- package/dist/cjs/i18n/cs.js +18 -2
- package/dist/cjs/i18n/da.js +18 -2
- package/dist/cjs/i18n/de.js +18 -2
- package/dist/cjs/i18n/es.js +13 -2
- package/dist/cjs/i18n/et.js +0 -1
- package/dist/cjs/i18n/fi.js +13 -2
- package/dist/cjs/i18n/fr.js +13 -2
- package/dist/cjs/i18n/hu.js +14 -3
- package/dist/cjs/i18n/it.js +18 -2
- package/dist/cjs/i18n/ja.js +13 -2
- package/dist/cjs/i18n/ko.js +13 -2
- package/dist/cjs/i18n/nb.js +13 -2
- package/dist/cjs/i18n/nl.js +18 -2
- package/dist/cjs/i18n/pl.js +16 -2
- package/dist/cjs/i18n/pt_BR.js +14 -3
- package/dist/cjs/i18n/pt_PT.js +0 -1
- package/dist/cjs/i18n/ru.js +13 -2
- package/dist/cjs/i18n/sk.js +0 -1
- package/dist/cjs/i18n/sv.js +18 -2
- package/dist/cjs/i18n/th.js +18 -2
- package/dist/cjs/i18n/tr.js +16 -2
- package/dist/cjs/i18n/uk.js +18 -2
- package/dist/cjs/i18n/vi.js +13 -2
- package/dist/cjs/i18n/zh.js +18 -2
- package/dist/cjs/i18n/zh_TW.js +18 -2
- package/dist/cjs/messages.js +4 -4
- package/dist/cjs/nodeviews/SelectionBasedNodeView.js +1 -2
- package/dist/cjs/plugins/analytics/types/enums.js +0 -1
- package/dist/cjs/plugins/analytics/types/node-events.js +1 -0
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +1 -3
- package/dist/cjs/plugins/expand/pm-plugins/keymap.js +2 -2
- package/dist/cjs/plugins/extension/actions.js +16 -16
- package/dist/cjs/plugins/extension/pm-plugins/main.js +4 -4
- package/dist/cjs/plugins/floating-toolbar/ui/{EditorHideEmojiIcon.js → EditorRemoveEmojiIcon.js} +2 -2
- package/dist/cjs/plugins/floating-toolbar/ui/EmojiPickerButton.js +5 -2
- package/dist/cjs/plugins/floating-toolbar/ui/EmojiPickerButton.test.js +14 -0
- package/dist/cjs/plugins/insert-block/ui/ToolbarInsertBlock/index.js +19 -22
- package/dist/cjs/plugins/layout/actions.js +70 -16
- package/dist/cjs/plugins/layout/index.js +3 -2
- package/dist/cjs/plugins/layout/pm-plugins/main.js +3 -1
- package/dist/cjs/plugins/layout/toolbar-messages.js +5 -0
- package/dist/cjs/plugins/layout/toolbar.js +11 -2
- package/dist/cjs/plugins/list/pm-plugins/main.js +0 -38
- package/dist/cjs/plugins/macro/actions.js +14 -14
- package/dist/cjs/plugins/mentions/analytics.js +2 -3
- package/dist/cjs/plugins/mentions/type-ahead/index.js +7 -12
- package/dist/cjs/plugins/panel/nodeviews/panel.js +7 -3
- package/dist/cjs/plugins/panel/toolbar.js +8 -6
- package/dist/cjs/plugins/panel/toolbar.test.js +25 -11
- package/dist/cjs/plugins/paste/handlers.js +2 -2
- package/dist/cjs/plugins/selection/gap-cursor/actions.js +5 -6
- package/dist/cjs/plugins/selection/pm-plugins/selection-main.js +1 -3
- package/dist/cjs/plugins/table/commands/insert.js +25 -10
- package/dist/cjs/plugins/table/commands/misc.js +3 -3
- package/dist/cjs/plugins/table/commands/selection.js +24 -24
- package/dist/cjs/plugins/table/nodeviews/TableComponent.js +5 -4
- package/dist/cjs/plugins/table/nodeviews/tableCell.js +20 -6
- package/dist/cjs/plugins/table/pm-plugins/table-resizing/utils/resize-state.js +17 -16
- package/dist/cjs/plugins/table/pm-plugins/table-resizing/utils/scale-table.js +1 -0
- package/dist/cjs/plugins/table/toolbar.js +4 -4
- package/dist/cjs/plugins/table/transforms/column-width.js +72 -12
- package/dist/cjs/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
- package/dist/cjs/plugins/table/ui/FloatingInsertButton/index.js +1 -1
- package/dist/cjs/plugins/table/utils/table.js +17 -2
- package/dist/cjs/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -2
- package/dist/cjs/plugins/text-color/ui/ToolbarTextColor/index.js +3 -7
- package/dist/cjs/plugins/text-formatting/pm-plugins/cursor.js +1 -4
- package/dist/cjs/plugins/type-ahead/transforms/open-typeahead-at-cursor.js +20 -3
- package/dist/cjs/plugins/type-ahead/ui/InputQuery.js +5 -3
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadPopup.js +1 -3
- package/dist/cjs/plugins/view-update-subscription/subscribe/toolbarAndPickerUpdates.js +1 -3
- package/dist/cjs/ui/ColorPickerButton/index.js +5 -2
- package/dist/cjs/ui/ColorPickerButton/index.test.js +16 -0
- package/dist/cjs/ui/ConfigPanel/Fields/Expand.js +2 -4
- package/dist/cjs/ui/ConfigPanel/Fields/Fieldset.js +1 -3
- package/dist/cjs/ui/ConfigPanel/NestedForms/RemovableField.js +1 -3
- package/dist/cjs/ui/PanelTextInput/index.js +1 -3
- package/dist/cjs/utils/compare.js +7 -7
- package/dist/cjs/utils/index.js +7 -8
- package/dist/cjs/utils/rich-media-utils.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/create-editor/create-plugins-list.js +2 -1
- package/dist/es2019/editor.js +1 -4
- package/dist/es2019/i18n/cs.js +18 -2
- package/dist/es2019/i18n/da.js +18 -2
- package/dist/es2019/i18n/de.js +18 -2
- package/dist/es2019/i18n/es.js +13 -2
- package/dist/es2019/i18n/et.js +0 -1
- package/dist/es2019/i18n/fi.js +13 -2
- package/dist/es2019/i18n/fr.js +13 -2
- package/dist/es2019/i18n/hu.js +14 -3
- package/dist/es2019/i18n/it.js +18 -2
- package/dist/es2019/i18n/ja.js +13 -2
- package/dist/es2019/i18n/ko.js +13 -2
- package/dist/es2019/i18n/nb.js +13 -2
- package/dist/es2019/i18n/nl.js +18 -2
- package/dist/es2019/i18n/pl.js +16 -2
- package/dist/es2019/i18n/pt_BR.js +14 -3
- package/dist/es2019/i18n/pt_PT.js +0 -1
- package/dist/es2019/i18n/ru.js +13 -2
- package/dist/es2019/i18n/sk.js +0 -1
- package/dist/es2019/i18n/sv.js +18 -2
- package/dist/es2019/i18n/th.js +18 -2
- package/dist/es2019/i18n/tr.js +16 -2
- package/dist/es2019/i18n/uk.js +18 -2
- package/dist/es2019/i18n/vi.js +13 -2
- package/dist/es2019/i18n/zh.js +18 -2
- package/dist/es2019/i18n/zh_TW.js +18 -2
- package/dist/es2019/messages.js +4 -4
- package/dist/es2019/nodeviews/SelectionBasedNodeView.js +1 -2
- package/dist/es2019/plugins/analytics/types/enums.js +0 -1
- package/dist/es2019/plugins/analytics/types/node-events.js +1 -0
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +1 -3
- package/dist/es2019/plugins/expand/pm-plugins/keymap.js +2 -2
- package/dist/es2019/plugins/extension/actions.js +16 -16
- package/dist/es2019/plugins/extension/pm-plugins/main.js +4 -4
- package/dist/es2019/plugins/floating-toolbar/ui/{EditorHideEmojiIcon.js → EditorRemoveEmojiIcon.js} +1 -1
- package/dist/es2019/plugins/floating-toolbar/ui/EmojiPickerButton.js +5 -3
- package/dist/es2019/plugins/floating-toolbar/ui/EmojiPickerButton.test.js +14 -0
- package/dist/es2019/plugins/insert-block/ui/ToolbarInsertBlock/index.js +20 -23
- package/dist/es2019/plugins/layout/actions.js +64 -13
- package/dist/es2019/plugins/layout/index.js +3 -2
- package/dist/es2019/plugins/layout/pm-plugins/main.js +3 -1
- package/dist/es2019/plugins/layout/toolbar-messages.js +5 -0
- package/dist/es2019/plugins/layout/toolbar.js +10 -2
- package/dist/es2019/plugins/list/pm-plugins/main.js +1 -41
- package/dist/es2019/plugins/macro/actions.js +14 -14
- package/dist/es2019/plugins/mentions/analytics.js +2 -3
- package/dist/es2019/plugins/mentions/type-ahead/index.js +9 -15
- package/dist/es2019/plugins/panel/nodeviews/panel.js +5 -3
- package/dist/es2019/plugins/panel/toolbar.js +8 -6
- package/dist/es2019/plugins/panel/toolbar.test.js +18 -8
- package/dist/es2019/plugins/paste/handlers.js +2 -2
- package/dist/es2019/plugins/selection/gap-cursor/actions.js +5 -6
- package/dist/es2019/plugins/selection/pm-plugins/selection-main.js +1 -3
- package/dist/es2019/plugins/table/commands/insert.js +27 -12
- package/dist/es2019/plugins/table/commands/misc.js +3 -3
- package/dist/es2019/plugins/table/commands/selection.js +25 -25
- package/dist/es2019/plugins/table/nodeviews/TableComponent.js +5 -4
- package/dist/es2019/plugins/table/nodeviews/tableCell.js +19 -6
- package/dist/es2019/plugins/table/pm-plugins/table-resizing/utils/resize-state.js +14 -16
- package/dist/es2019/plugins/table/pm-plugins/table-resizing/utils/scale-table.js +1 -1
- package/dist/es2019/plugins/table/toolbar.js +4 -4
- package/dist/es2019/plugins/table/transforms/column-width.js +62 -11
- package/dist/es2019/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
- package/dist/es2019/plugins/table/ui/FloatingInsertButton/index.js +1 -1
- package/dist/es2019/plugins/table/utils/table.js +7 -1
- package/dist/es2019/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -2
- package/dist/es2019/plugins/text-color/ui/ToolbarTextColor/index.js +3 -7
- package/dist/es2019/plugins/text-formatting/pm-plugins/cursor.js +1 -4
- package/dist/es2019/plugins/type-ahead/transforms/open-typeahead-at-cursor.js +20 -3
- package/dist/es2019/plugins/type-ahead/ui/InputQuery.js +5 -3
- package/dist/es2019/plugins/type-ahead/ui/TypeAheadPopup.js +1 -2
- package/dist/es2019/plugins/view-update-subscription/subscribe/toolbarAndPickerUpdates.js +1 -3
- package/dist/es2019/ui/ColorPickerButton/index.js +6 -3
- package/dist/es2019/ui/ColorPickerButton/index.test.js +15 -0
- package/dist/es2019/ui/ConfigPanel/Fields/Expand.js +3 -4
- package/dist/es2019/ui/ConfigPanel/Fields/Fieldset.js +2 -3
- package/dist/es2019/ui/ConfigPanel/NestedForms/RemovableField.js +1 -2
- package/dist/es2019/ui/ConfigPanel/transformers.js +9 -9
- package/dist/es2019/ui/PanelTextInput/index.js +1 -3
- package/dist/es2019/utils/compare.js +7 -7
- package/dist/es2019/utils/index.js +7 -8
- package/dist/es2019/utils/rich-media-utils.js +2 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/create-editor/create-plugins-list.js +2 -1
- package/dist/esm/editor.js +1 -4
- package/dist/esm/i18n/cs.js +18 -2
- package/dist/esm/i18n/da.js +18 -2
- package/dist/esm/i18n/de.js +18 -2
- package/dist/esm/i18n/es.js +13 -2
- package/dist/esm/i18n/et.js +0 -1
- package/dist/esm/i18n/fi.js +13 -2
- package/dist/esm/i18n/fr.js +13 -2
- package/dist/esm/i18n/hu.js +14 -3
- package/dist/esm/i18n/it.js +18 -2
- package/dist/esm/i18n/ja.js +13 -2
- package/dist/esm/i18n/ko.js +13 -2
- package/dist/esm/i18n/nb.js +13 -2
- package/dist/esm/i18n/nl.js +18 -2
- package/dist/esm/i18n/pl.js +16 -2
- package/dist/esm/i18n/pt_BR.js +14 -3
- package/dist/esm/i18n/pt_PT.js +0 -1
- package/dist/esm/i18n/ru.js +13 -2
- package/dist/esm/i18n/sk.js +0 -1
- package/dist/esm/i18n/sv.js +18 -2
- package/dist/esm/i18n/th.js +18 -2
- package/dist/esm/i18n/tr.js +16 -2
- package/dist/esm/i18n/uk.js +18 -2
- package/dist/esm/i18n/vi.js +13 -2
- package/dist/esm/i18n/zh.js +18 -2
- package/dist/esm/i18n/zh_TW.js +18 -2
- package/dist/esm/messages.js +4 -4
- package/dist/esm/nodeviews/SelectionBasedNodeView.js +1 -2
- package/dist/esm/plugins/analytics/types/enums.js +0 -1
- package/dist/esm/plugins/analytics/types/node-events.js +1 -0
- package/dist/esm/plugins/card/nodeviews/embedCard.js +1 -3
- package/dist/esm/plugins/expand/pm-plugins/keymap.js +2 -2
- package/dist/esm/plugins/extension/actions.js +16 -16
- package/dist/esm/plugins/extension/pm-plugins/main.js +4 -4
- package/dist/esm/plugins/floating-toolbar/ui/{EditorHideEmojiIcon.js → EditorRemoveEmojiIcon.js} +1 -1
- package/dist/esm/plugins/floating-toolbar/ui/EmojiPickerButton.js +6 -3
- package/dist/esm/plugins/floating-toolbar/ui/EmojiPickerButton.test.js +14 -0
- package/dist/esm/plugins/insert-block/ui/ToolbarInsertBlock/index.js +20 -23
- package/dist/esm/plugins/layout/actions.js +66 -13
- package/dist/esm/plugins/layout/index.js +3 -2
- package/dist/esm/plugins/layout/pm-plugins/main.js +3 -1
- package/dist/esm/plugins/layout/toolbar-messages.js +5 -0
- package/dist/esm/plugins/layout/toolbar.js +10 -2
- package/dist/esm/plugins/list/pm-plugins/main.js +1 -37
- package/dist/esm/plugins/macro/actions.js +14 -14
- package/dist/esm/plugins/mentions/analytics.js +2 -3
- package/dist/esm/plugins/mentions/type-ahead/index.js +7 -12
- package/dist/esm/plugins/panel/nodeviews/panel.js +5 -3
- package/dist/esm/plugins/panel/toolbar.js +8 -6
- package/dist/esm/plugins/panel/toolbar.test.js +25 -11
- package/dist/esm/plugins/paste/handlers.js +2 -2
- package/dist/esm/plugins/selection/gap-cursor/actions.js +5 -6
- package/dist/esm/plugins/selection/pm-plugins/selection-main.js +1 -3
- package/dist/esm/plugins/table/commands/insert.js +26 -11
- package/dist/esm/plugins/table/commands/misc.js +3 -3
- package/dist/esm/plugins/table/commands/selection.js +24 -24
- package/dist/esm/plugins/table/nodeviews/TableComponent.js +5 -4
- package/dist/esm/plugins/table/nodeviews/tableCell.js +21 -7
- package/dist/esm/plugins/table/pm-plugins/table-resizing/utils/resize-state.js +15 -17
- package/dist/esm/plugins/table/pm-plugins/table-resizing/utils/scale-table.js +1 -1
- package/dist/esm/plugins/table/toolbar.js +4 -4
- package/dist/esm/plugins/table/transforms/column-width.js +62 -10
- package/dist/esm/plugins/table/ui/FloatingContextualMenu/ContextualMenu.js +1 -1
- package/dist/esm/plugins/table/ui/FloatingInsertButton/index.js +1 -1
- package/dist/esm/plugins/table/utils/table.js +9 -0
- package/dist/esm/plugins/tasks-and-decisions/pm-plugins/keymaps.js +1 -2
- package/dist/esm/plugins/text-color/ui/ToolbarTextColor/index.js +3 -7
- package/dist/esm/plugins/text-formatting/pm-plugins/cursor.js +1 -4
- package/dist/esm/plugins/type-ahead/transforms/open-typeahead-at-cursor.js +20 -3
- package/dist/esm/plugins/type-ahead/ui/InputQuery.js +5 -3
- package/dist/esm/plugins/type-ahead/ui/TypeAheadPopup.js +1 -2
- package/dist/esm/plugins/view-update-subscription/subscribe/toolbarAndPickerUpdates.js +1 -3
- package/dist/esm/ui/ColorPickerButton/index.js +6 -3
- package/dist/esm/ui/ColorPickerButton/index.test.js +15 -0
- package/dist/esm/ui/ConfigPanel/Fields/Expand.js +2 -3
- package/dist/esm/ui/ConfigPanel/Fields/Fieldset.js +1 -2
- package/dist/esm/ui/ConfigPanel/NestedForms/RemovableField.js +1 -2
- package/dist/esm/ui/PanelTextInput/index.js +1 -3
- package/dist/esm/utils/compare.js +7 -7
- package/dist/esm/utils/index.js +7 -8
- package/dist/esm/utils/rich-media-utils.js +2 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +16 -0
- package/dist/types/i18n/da.d.ts +16 -0
- package/dist/types/i18n/de.d.ts +16 -0
- package/dist/types/i18n/es.d.ts +11 -0
- package/dist/types/i18n/et.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +11 -0
- package/dist/types/i18n/fr.d.ts +11 -0
- package/dist/types/i18n/hu.d.ts +11 -0
- package/dist/types/i18n/it.d.ts +16 -0
- package/dist/types/i18n/ja.d.ts +11 -0
- package/dist/types/i18n/ko.d.ts +11 -0
- package/dist/types/i18n/nb.d.ts +11 -0
- package/dist/types/i18n/nl.d.ts +16 -0
- package/dist/types/i18n/pl.d.ts +14 -0
- package/dist/types/i18n/pt_BR.d.ts +11 -0
- package/dist/types/i18n/pt_PT.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +11 -0
- package/dist/types/i18n/sk.d.ts +0 -1
- package/dist/types/i18n/sv.d.ts +16 -0
- package/dist/types/i18n/th.d.ts +16 -0
- package/dist/types/i18n/tr.d.ts +14 -0
- package/dist/types/i18n/uk.d.ts +16 -0
- package/dist/types/i18n/vi.d.ts +11 -0
- package/dist/types/i18n/zh.d.ts +16 -0
- package/dist/types/i18n/zh_TW.d.ts +16 -0
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/plugins/analytics/types/enums.d.ts +0 -1
- package/dist/types/plugins/analytics/types/general-events.d.ts +1 -1
- package/dist/types/plugins/analytics/types/list-events.d.ts +1 -5
- package/dist/types/plugins/analytics/types/node-events.d.ts +1 -0
- package/dist/types/plugins/floating-toolbar/ui/EditorRemoveEmojiIcon.d.ts +1 -0
- package/dist/types/plugins/layout/actions.d.ts +1 -0
- package/dist/types/plugins/layout/pm-plugins/types.d.ts +1 -0
- package/dist/types/plugins/layout/toolbar-messages.d.ts +5 -0
- package/dist/types/plugins/layout/toolbar.d.ts +1 -1
- package/dist/types/plugins/layout/types.d.ts +2 -1
- package/dist/types/plugins/mentions/analytics.d.ts +1 -1
- package/dist/types/plugins/table/nodeviews/tableCell.d.ts +1 -1
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/resize-state.d.ts +2 -0
- package/dist/types/plugins/table/pm-plugins/table-resizing/utils/scale-table.d.ts +1 -0
- package/dist/types/plugins/table/transforms/column-width.d.ts +10 -0
- package/dist/types/plugins/table/utils/table.d.ts +2 -0
- package/dist/types/ui/ConfigPanel/Fields/Expand.d.ts +1 -1
- package/package.json +22 -22
- package/dist/types/plugins/floating-toolbar/ui/EditorHideEmojiIcon.d.ts +0 -1
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
|
27
27
|
'fabric.editor.blockquote2': 'Sitaatti',
|
|
28
28
|
'fabric.editor.bold': 'Lihavoitu',
|
|
29
|
+
'fabric.editor.bug': 'Bugi',
|
|
29
30
|
'fabric.editor.canNotSortTable': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
30
31
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
31
32
|
'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
|
|
@@ -43,6 +44,7 @@ export default {
|
|
|
43
44
|
'fabric.editor.code': 'Koodi',
|
|
44
45
|
'fabric.editor.codeblock': 'Koodipätkä',
|
|
45
46
|
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
|
47
|
+
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
46
48
|
'fabric.editor.columns': 'Asettelut',
|
|
47
49
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
48
50
|
'fabric.editor.configFailedToLoad': 'Ei voitu ladata',
|
|
@@ -71,6 +73,7 @@ export default {
|
|
|
71
73
|
'fabric.editor.decision': 'Päätös',
|
|
72
74
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
73
75
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
76
|
+
'fabric.editor.defaultAltText': 'Listamerkintä',
|
|
74
77
|
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
75
78
|
'fabric.editor.displayEmbed': 'Näytä upotus',
|
|
76
79
|
'fabric.editor.displayInline': 'Näytä sisäelementti',
|
|
@@ -80,8 +83,11 @@ export default {
|
|
|
80
83
|
'fabric.editor.distributeColumns': 'Jaa sarakkeet',
|
|
81
84
|
'fabric.editor.edit': 'Muokkaa',
|
|
82
85
|
'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
|
|
86
|
+
'fabric.editor.editDateText': 'Muokkaa päiväystä',
|
|
83
87
|
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
84
88
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
89
|
+
'fabric.editor.editStatusColor': 'Muokkaa tilaväriä',
|
|
90
|
+
'fabric.editor.editStatusText': 'Muokkaa tilaa',
|
|
85
91
|
'fabric.editor.editorHelp': 'Muokkaimen ohje',
|
|
86
92
|
'fabric.editor.elementBrowser.help': 'Ohje',
|
|
87
93
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Ylläpito',
|
|
@@ -102,6 +108,7 @@ export default {
|
|
|
102
108
|
'fabric.editor.emoji': 'Emoji',
|
|
103
109
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
104
110
|
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
111
|
+
'fabric.editor.epic': 'Eepos',
|
|
105
112
|
'fabric.editor.error': 'Virhe',
|
|
106
113
|
'fabric.editor.errorPanel': 'Virhepaneeli',
|
|
107
114
|
'fabric.editor.errorPanel.description': 'Paljasta virheet värillisessä paneelissa',
|
|
@@ -140,8 +147,9 @@ export default {
|
|
|
140
147
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
141
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Ehdotukset näytetään alla, kun alat kirjoittaa kenttään',
|
|
142
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {tuloksia ei löytynyt} one {{count,number} tulos löytyi} other {{count,number} tulosta löytyi}}',
|
|
143
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä
|
|
150
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
144
151
|
'fabric.editor.image': 'Kuva',
|
|
152
|
+
'fabric.editor.improvement': 'Parannus',
|
|
145
153
|
'fabric.editor.info': 'Tietoja',
|
|
146
154
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
147
155
|
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
|
@@ -179,7 +187,7 @@ export default {
|
|
|
179
187
|
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
180
188
|
'fabric.editor.other': 'Muut...',
|
|
181
189
|
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
182
|
-
'fabric.editor.panel.emoji': 'Lisää
|
|
190
|
+
'fabric.editor.panel.emoji': 'Lisää emoji',
|
|
183
191
|
'fabric.editor.pastePlainText': 'Liimaa tavallinen teksti',
|
|
184
192
|
'fabric.editor.placeholderAltText': 'Kuvaile tätä kuvaa vaihtoehtoisella tekstillä',
|
|
185
193
|
'fabric.editor.placeholderText': 'Paikkamerkin teksti',
|
|
@@ -204,7 +212,9 @@ export default {
|
|
|
204
212
|
'fabric.editor.status': 'Tila',
|
|
205
213
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
206
214
|
'fabric.editor.statusPlaceholder': 'Aseta tila',
|
|
215
|
+
'fabric.editor.story': 'Tarina',
|
|
207
216
|
'fabric.editor.strike': 'Yliviivaus',
|
|
217
|
+
'fabric.editor.subTask': 'Alitehtävä',
|
|
208
218
|
'fabric.editor.subscript': 'Alaindeksi',
|
|
209
219
|
'fabric.editor.success': 'Onnistunut',
|
|
210
220
|
'fabric.editor.successPanel': 'Onnistumispaneeli',
|
|
@@ -216,6 +226,7 @@ export default {
|
|
|
216
226
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
217
227
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Tämän taulukon poistaminen poistaa myös kaikkien yhdistettyjen kaavioiden sisältämät tiedot.',
|
|
218
228
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista taulukko ja tiedot',
|
|
229
|
+
'fabric.editor.task': 'Tehtävä',
|
|
219
230
|
'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
|
|
220
231
|
'fabric.editor.textColor': 'Tekstin väri',
|
|
221
232
|
'fabric.editor.textColor.lessColors': 'Vähemmän värejä',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
'fabric.editor.blockquote.description': 'Insérer une citation',
|
|
27
27
|
'fabric.editor.blockquote2': 'Citation',
|
|
28
28
|
'fabric.editor.bold': 'Gras',
|
|
29
|
+
'fabric.editor.bug': 'Bug',
|
|
29
30
|
'fabric.editor.canNotSortTable': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
|
|
30
31
|
'fabric.editor.cancelButton': 'Annuler',
|
|
31
32
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
@@ -43,6 +44,7 @@ export default {
|
|
|
43
44
|
'fabric.editor.code': 'Code',
|
|
44
45
|
'fabric.editor.codeblock': 'Extrait de code (snippet)',
|
|
45
46
|
'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
|
|
47
|
+
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
46
48
|
'fabric.editor.columns': 'Mises en page',
|
|
47
49
|
'fabric.editor.columns.description': 'Organiser votre page en sections',
|
|
48
50
|
'fabric.editor.configFailedToLoad': 'Échec du chargement',
|
|
@@ -71,6 +73,7 @@ export default {
|
|
|
71
73
|
'fabric.editor.decision': 'Décision',
|
|
72
74
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
73
75
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
76
|
+
'fabric.editor.defaultAltText': 'Élément de liste',
|
|
74
77
|
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
75
78
|
'fabric.editor.displayEmbed': 'Afficher comme intégré',
|
|
76
79
|
'fabric.editor.displayInline': 'Afficher sur la même ligne',
|
|
@@ -80,8 +83,11 @@ export default {
|
|
|
80
83
|
'fabric.editor.distributeColumns': 'Répartir entre les colonnes',
|
|
81
84
|
'fabric.editor.edit': 'Modifier',
|
|
82
85
|
'fabric.editor.editAltText': 'Modifier le texte alternatif',
|
|
86
|
+
'fabric.editor.editDateText': 'Modifier la date',
|
|
83
87
|
'fabric.editor.editLink': 'Modifier le lien',
|
|
84
88
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
89
|
+
'fabric.editor.editStatusColor': "Modifier la couleur de l'état",
|
|
90
|
+
'fabric.editor.editStatusText': "Modifier l'état",
|
|
85
91
|
'fabric.editor.editorHelp': "Aide pour l'éditeur",
|
|
86
92
|
'fabric.editor.elementBrowser.help': 'Aide',
|
|
87
93
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
@@ -102,6 +108,7 @@ export default {
|
|
|
102
108
|
'fabric.editor.emoji': 'Émoticône',
|
|
103
109
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
104
110
|
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
111
|
+
'fabric.editor.epic': 'Epic',
|
|
105
112
|
'fabric.editor.error': 'Erreur',
|
|
106
113
|
'fabric.editor.errorPanel': "Panneau d'erreur",
|
|
107
114
|
'fabric.editor.errorPanel.description': 'Signaler les erreurs dans un cadre coloré',
|
|
@@ -140,8 +147,9 @@ export default {
|
|
|
140
147
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
141
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Les suggestions apparaîtront au fur et à mesure que vous saisissez du texte dans le champ',
|
|
142
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {aucun résultat} one {{count,number} résultat trouvé} other {{count,number} résultats trouvés}}',
|
|
143
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller
|
|
150
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
144
151
|
'fabric.editor.image': 'Image',
|
|
152
|
+
'fabric.editor.improvement': 'Amélioration',
|
|
145
153
|
'fabric.editor.info': 'Informations',
|
|
146
154
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
147
155
|
'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
|
|
@@ -179,7 +187,7 @@ export default {
|
|
|
179
187
|
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
180
188
|
'fabric.editor.other': 'Autres…',
|
|
181
189
|
'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
|
|
182
|
-
'fabric.editor.panel.emoji': 'Ajouter une
|
|
190
|
+
'fabric.editor.panel.emoji': 'Ajouter une émoticône',
|
|
183
191
|
'fabric.editor.pastePlainText': 'Coller le texte brut',
|
|
184
192
|
'fabric.editor.placeholderAltText': 'Décrire cette image avec un texte alternatif',
|
|
185
193
|
'fabric.editor.placeholderText': 'Texte fictif',
|
|
@@ -204,7 +212,9 @@ export default {
|
|
|
204
212
|
'fabric.editor.status': 'État',
|
|
205
213
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
206
214
|
'fabric.editor.statusPlaceholder': 'Définir un état',
|
|
215
|
+
'fabric.editor.story': 'Story',
|
|
207
216
|
'fabric.editor.strike': 'Barrer',
|
|
217
|
+
'fabric.editor.subTask': 'Sous-tâche',
|
|
208
218
|
'fabric.editor.subscript': 'Indice',
|
|
209
219
|
'fabric.editor.success': 'Opération réussie',
|
|
210
220
|
'fabric.editor.successPanel': 'Panneau de réussite',
|
|
@@ -216,6 +226,7 @@ export default {
|
|
|
216
226
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
217
227
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'La suppression de ce tableau supprime également toutes les données contenues dans les graphiques connectés.',
|
|
218
228
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer le tableau et les données',
|
|
229
|
+
'fabric.editor.task': 'Tâche',
|
|
219
230
|
'fabric.editor.taskPlaceholder': "Saisissez votre action, utilisez « @ » pour l'assigner à quelqu'un.",
|
|
220
231
|
'fabric.editor.textColor': 'Couleur du texte',
|
|
221
232
|
'fabric.editor.textColor.lessColors': 'Moins de couleurs',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
|
27
27
|
'fabric.editor.blockquote2': 'Idézőjel',
|
|
28
28
|
'fabric.editor.bold': 'Félkövér',
|
|
29
|
+
'fabric.editor.bug': 'Hiba',
|
|
29
30
|
'fabric.editor.canNotSortTable': '⚠️ Nem rendezhetsz egyesített cellákat tartalmazó táblázatot',
|
|
30
31
|
'fabric.editor.cancelButton': 'Mégse',
|
|
31
32
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
@@ -43,6 +44,7 @@ export default {
|
|
|
43
44
|
'fabric.editor.code': 'Kód',
|
|
44
45
|
'fabric.editor.codeblock': 'Kódrészlet',
|
|
45
46
|
'fabric.editor.codeblock.description': 'Kód megjelenítése szintaxiskiemeléssel',
|
|
47
|
+
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
46
48
|
'fabric.editor.columns': 'Elrendezések',
|
|
47
49
|
'fabric.editor.columns.description': 'Az oldal rendszerezése szakaszok használatával',
|
|
48
50
|
'fabric.editor.configFailedToLoad': 'A betöltés nem sikerült',
|
|
@@ -71,6 +73,7 @@ export default {
|
|
|
71
73
|
'fabric.editor.decision': 'Döntés',
|
|
72
74
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
73
75
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
76
|
+
'fabric.editor.defaultAltText': 'Listaelem',
|
|
74
77
|
'fabric.editor.displayBlock': 'Megjelenítés kártyaként',
|
|
75
78
|
'fabric.editor.displayEmbed': 'Megjelenítés beágyazottként',
|
|
76
79
|
'fabric.editor.displayInline': 'Megjelenítés beillesztettként',
|
|
@@ -80,8 +83,11 @@ export default {
|
|
|
80
83
|
'fabric.editor.distributeColumns': 'Oszlopok felosztása',
|
|
81
84
|
'fabric.editor.edit': 'Szerkesztés',
|
|
82
85
|
'fabric.editor.editAltText': 'Alternatív szöveg szerkesztése',
|
|
86
|
+
'fabric.editor.editDateText': 'Dátum szerkesztése',
|
|
83
87
|
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
84
88
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
89
|
+
'fabric.editor.editStatusColor': 'Állapotszín szerkesztése',
|
|
90
|
+
'fabric.editor.editStatusText': 'Állapot szerkesztése',
|
|
85
91
|
'fabric.editor.editorHelp': 'Szerkesztő súgója',
|
|
86
92
|
'fabric.editor.elementBrowser.help': 'Súgó',
|
|
87
93
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Felügyelet',
|
|
@@ -102,6 +108,7 @@ export default {
|
|
|
102
108
|
'fabric.editor.emoji': 'Emoji',
|
|
103
109
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
104
110
|
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
111
|
+
'fabric.editor.epic': 'Eposz',
|
|
105
112
|
'fabric.editor.error': 'Hiba',
|
|
106
113
|
'fabric.editor.errorPanel': 'Hiba panel',
|
|
107
114
|
'fabric.editor.errorPanel.description': 'Hibák megjelenítése színes panelen',
|
|
@@ -140,8 +147,9 @@ export default {
|
|
|
140
147
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
141
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'A rendszer a beírt szövegnek megfelelően jeleníti meg lent a javaslatokat',
|
|
142
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nincs találat} one {{count,number} találat} other {{count,number} találat}}',
|
|
143
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': '
|
|
150
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
144
151
|
'fabric.editor.image': 'Kép',
|
|
152
|
+
'fabric.editor.improvement': 'Javítás',
|
|
145
153
|
'fabric.editor.info': 'Információ',
|
|
146
154
|
'fabric.editor.infoPanel': 'Információs panel',
|
|
147
155
|
'fabric.editor.infoPanel.description': 'Információ kiemelése színes panelen',
|
|
@@ -179,7 +187,7 @@ export default {
|
|
|
179
187
|
'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
|
|
180
188
|
'fabric.editor.other': 'Egyebek...',
|
|
181
189
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
182
|
-
'fabric.editor.panel.emoji': '
|
|
190
|
+
'fabric.editor.panel.emoji': 'Emoji hozzáadása',
|
|
183
191
|
'fabric.editor.pastePlainText': 'Egyszerű szöveg beillesztése',
|
|
184
192
|
'fabric.editor.placeholderAltText': 'Kép leírása alternatív szöveggel',
|
|
185
193
|
'fabric.editor.placeholderText': 'Helyőrző szöveg',
|
|
@@ -196,7 +204,7 @@ export default {
|
|
|
196
204
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
197
205
|
'fabric.editor.rightSidebar': 'Jobb oldali oldalsáv',
|
|
198
206
|
'fabric.editor.saveButton': 'Mentés',
|
|
199
|
-
'fabric.editor.selectLanguage': '
|
|
207
|
+
'fabric.editor.selectLanguage': 'Programozási nyelv kiválasztása',
|
|
200
208
|
'fabric.editor.selected': 'Kijelölve',
|
|
201
209
|
'fabric.editor.sortColumnASC': 'Oszlop rendezése: A → Z',
|
|
202
210
|
'fabric.editor.sortColumnDESC': 'Oszlop rendezése: Z → A',
|
|
@@ -204,7 +212,9 @@ export default {
|
|
|
204
212
|
'fabric.editor.status': 'Állapot',
|
|
205
213
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
206
214
|
'fabric.editor.statusPlaceholder': 'Állapot beállítása',
|
|
215
|
+
'fabric.editor.story': 'Sztori',
|
|
207
216
|
'fabric.editor.strike': 'Áthúzott',
|
|
217
|
+
'fabric.editor.subTask': 'Alfeladat',
|
|
208
218
|
'fabric.editor.subscript': 'Alsó index',
|
|
209
219
|
'fabric.editor.success': 'Sikerült',
|
|
210
220
|
'fabric.editor.successPanel': 'Sikerült panel',
|
|
@@ -216,6 +226,7 @@ export default {
|
|
|
216
226
|
'fabric.editor.tableOptions': 'Táblázatbeállítások',
|
|
217
227
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A táblázat törlésével a kapcsolódó diagramokból is eltávolítod az összes adatot.',
|
|
218
228
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Táblázat és adatok eltávolítása',
|
|
229
|
+
'fabric.editor.task': 'Feladat',
|
|
219
230
|
'fabric.editor.taskPlaceholder': 'Írja be a műveletet. Az „@” jellel hozzárendelheti valakihez.',
|
|
220
231
|
'fabric.editor.textColor': 'Szövegszín',
|
|
221
232
|
'fabric.editor.textColor.lessColors': 'Kevesebb szín',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
|
27
27
|
'fabric.editor.blockquote2': 'Citazione',
|
|
28
28
|
'fabric.editor.bold': 'Grassetto',
|
|
29
|
+
'fabric.editor.bug': 'Bug',
|
|
29
30
|
'fabric.editor.canNotSortTable': '⚠️ Non puoi ordinare una tabella con celle unite',
|
|
30
31
|
'fabric.editor.cancelButton': 'Annulla',
|
|
31
32
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
@@ -43,6 +44,7 @@ export default {
|
|
|
43
44
|
'fabric.editor.code': 'Codice',
|
|
44
45
|
'fabric.editor.codeblock': 'Frammento di codice',
|
|
45
46
|
'fabric.editor.codeblock.description': 'Mostra codice con colorazione della sintassi',
|
|
47
|
+
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
46
48
|
'fabric.editor.columns': 'Layout',
|
|
47
49
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
48
50
|
'fabric.editor.configFailedToLoad': 'Caricamento non riuscito',
|
|
@@ -71,6 +73,7 @@ export default {
|
|
|
71
73
|
'fabric.editor.decision': 'Decisione',
|
|
72
74
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
73
75
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
76
|
+
'fabric.editor.defaultAltText': 'Voce di elenco',
|
|
74
77
|
'fabric.editor.displayBlock': 'Visualizza come scheda',
|
|
75
78
|
'fabric.editor.displayEmbed': 'Visualizza come oggetto incorporato',
|
|
76
79
|
'fabric.editor.displayInline': 'Visualizza inline',
|
|
@@ -80,8 +83,11 @@ export default {
|
|
|
80
83
|
'fabric.editor.distributeColumns': 'Distribuisci colonne',
|
|
81
84
|
'fabric.editor.edit': 'Modifica',
|
|
82
85
|
'fabric.editor.editAltText': 'Modifica testo alternativo',
|
|
86
|
+
'fabric.editor.editDateText': 'Modifica data',
|
|
83
87
|
'fabric.editor.editLink': 'Modifica link',
|
|
84
88
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
89
|
+
'fabric.editor.editStatusColor': 'Modifica colore stato',
|
|
90
|
+
'fabric.editor.editStatusText': 'Modifica stato',
|
|
85
91
|
'fabric.editor.editorHelp': "Guida dell'editor",
|
|
86
92
|
'fabric.editor.elementBrowser.help': 'Guida',
|
|
87
93
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Amministrazione',
|
|
@@ -102,6 +108,7 @@ export default {
|
|
|
102
108
|
'fabric.editor.emoji': 'Emoji',
|
|
103
109
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
104
110
|
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
111
|
+
'fabric.editor.epic': 'Epic',
|
|
105
112
|
'fabric.editor.error': 'Errore',
|
|
106
113
|
'fabric.editor.errorPanel': 'Pannello errori',
|
|
107
114
|
'fabric.editor.errorPanel.description': 'Segnala gli errori in un pannello colorato',
|
|
@@ -116,6 +123,9 @@ export default {
|
|
|
116
123
|
'fabric.editor.findNext': 'Trova successivo',
|
|
117
124
|
'fabric.editor.findPrevious': 'Trova precedente',
|
|
118
125
|
'fabric.editor.findReplaceToolbarButton': 'Trova e sostituisci',
|
|
126
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annulla',
|
|
127
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': 'Confermi?',
|
|
128
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
119
129
|
'fabric.editor.headerColumn': 'Colonna di intestazione',
|
|
120
130
|
'fabric.editor.headerRow': 'Riga di intestazione',
|
|
121
131
|
'fabric.editor.heading1': 'Titolo 1',
|
|
@@ -137,8 +147,9 @@ export default {
|
|
|
137
147
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
138
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
|
|
139
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
|
|
140
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla
|
|
150
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
141
151
|
'fabric.editor.image': 'Immagine',
|
|
152
|
+
'fabric.editor.improvement': 'Miglioramento',
|
|
142
153
|
'fabric.editor.info': 'Info',
|
|
143
154
|
'fabric.editor.infoPanel': 'Pannello informazioni',
|
|
144
155
|
'fabric.editor.infoPanel.description': 'Metti in evidenza l’informazione in un pannello colorato',
|
|
@@ -176,7 +187,7 @@ export default {
|
|
|
176
187
|
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
177
188
|
'fabric.editor.other': 'Altri...',
|
|
178
189
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
179
|
-
'fabric.editor.panel.emoji': 'Aggiungi
|
|
190
|
+
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
180
191
|
'fabric.editor.pastePlainText': 'Incolla testo non formattato',
|
|
181
192
|
'fabric.editor.placeholderAltText': 'Descrivi questa immagine con testo alternativo',
|
|
182
193
|
'fabric.editor.placeholderText': 'Testo segnaposto',
|
|
@@ -201,7 +212,9 @@ export default {
|
|
|
201
212
|
'fabric.editor.status': 'Stato',
|
|
202
213
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
203
214
|
'fabric.editor.statusPlaceholder': 'Imposta uno stato',
|
|
215
|
+
'fabric.editor.story': 'Story',
|
|
204
216
|
'fabric.editor.strike': 'Barrato',
|
|
217
|
+
'fabric.editor.subTask': 'Sottotask',
|
|
205
218
|
'fabric.editor.subscript': 'Pedice',
|
|
206
219
|
'fabric.editor.success': 'Operazione riuscita',
|
|
207
220
|
'fabric.editor.successPanel': 'Pannello operazioni completate',
|
|
@@ -211,6 +224,9 @@ export default {
|
|
|
211
224
|
'fabric.editor.table': 'Tabella',
|
|
212
225
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
213
226
|
'fabric.editor.tableOptions': 'Opzioni tabella',
|
|
227
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'La rimozione di questa tabella comporterà anche la rimozione dei dati contenuti in ciascuno dei grafici collegati.',
|
|
228
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Rimuovi tabella e dati',
|
|
229
|
+
'fabric.editor.task': 'Task',
|
|
214
230
|
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
|
|
215
231
|
'fabric.editor.textColor': 'Colore del testo',
|
|
216
232
|
'fabric.editor.textColor.lessColors': 'Meno colori',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
'fabric.editor.blockquote.description': '引用文を挿入',
|
|
27
27
|
'fabric.editor.blockquote2': '引用',
|
|
28
28
|
'fabric.editor.bold': '太字',
|
|
29
|
+
'fabric.editor.bug': 'バグ',
|
|
29
30
|
'fabric.editor.canNotSortTable': '⚠️ 統合したセルで表を並べ替えることはできません',
|
|
30
31
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
31
32
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
@@ -43,6 +44,7 @@ export default {
|
|
|
43
44
|
'fabric.editor.code': 'コード',
|
|
44
45
|
'fabric.editor.codeblock': 'コード スニペット',
|
|
45
46
|
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
47
|
+
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
46
48
|
'fabric.editor.columns': 'レイアウト',
|
|
47
49
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
48
50
|
'fabric.editor.configFailedToLoad': '読み込めませんでした',
|
|
@@ -71,6 +73,7 @@ export default {
|
|
|
71
73
|
'fabric.editor.decision': '決定事項',
|
|
72
74
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
73
75
|
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
76
|
+
'fabric.editor.defaultAltText': 'リスト項目',
|
|
74
77
|
'fabric.editor.displayBlock': 'カードを表示',
|
|
75
78
|
'fabric.editor.displayEmbed': '埋め込みを表示',
|
|
76
79
|
'fabric.editor.displayInline': 'インライン表示',
|
|
@@ -80,8 +83,11 @@ export default {
|
|
|
80
83
|
'fabric.editor.distributeColumns': '列の幅を揃える',
|
|
81
84
|
'fabric.editor.edit': '編集',
|
|
82
85
|
'fabric.editor.editAltText': '代替テキストを編集',
|
|
86
|
+
'fabric.editor.editDateText': '日付を編集',
|
|
83
87
|
'fabric.editor.editLink': 'リンクを編集',
|
|
84
88
|
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
89
|
+
'fabric.editor.editStatusColor': 'ステータス カラーを編集',
|
|
90
|
+
'fabric.editor.editStatusText': 'ステータスを編集',
|
|
85
91
|
'fabric.editor.editorHelp': 'エディター ヘルプ',
|
|
86
92
|
'fabric.editor.elementBrowser.help': 'ヘルプ',
|
|
87
93
|
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
@@ -102,6 +108,7 @@ export default {
|
|
|
102
108
|
'fabric.editor.emoji': '絵文字',
|
|
103
109
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
104
110
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
111
|
+
'fabric.editor.epic': 'エピック',
|
|
105
112
|
'fabric.editor.error': 'エラー',
|
|
106
113
|
'fabric.editor.errorPanel': 'エラー パネル',
|
|
107
114
|
'fabric.editor.errorPanel.description': '色付きのパネルでエラーをコールアウト',
|
|
@@ -140,8 +147,9 @@ export default {
|
|
|
140
147
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
141
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
|
|
142
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
|
|
143
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': '
|
|
150
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
144
151
|
'fabric.editor.image': '画像',
|
|
152
|
+
'fabric.editor.improvement': '改善',
|
|
145
153
|
'fabric.editor.info': '情報',
|
|
146
154
|
'fabric.editor.infoPanel': '情報パネル',
|
|
147
155
|
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
@@ -179,7 +187,7 @@ export default {
|
|
|
179
187
|
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
180
188
|
'fabric.editor.other': 'その他…',
|
|
181
189
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
182
|
-
'fabric.editor.panel.emoji': '
|
|
190
|
+
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
183
191
|
'fabric.editor.pastePlainText': 'プレーン テキストを貼り付け',
|
|
184
192
|
'fabric.editor.placeholderAltText': '代替テキストでこの画像を説明',
|
|
185
193
|
'fabric.editor.placeholderText': 'プレースホルダー テキスト',
|
|
@@ -204,7 +212,9 @@ export default {
|
|
|
204
212
|
'fabric.editor.status': 'ステータス',
|
|
205
213
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
206
214
|
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
215
|
+
'fabric.editor.story': 'ストーリー',
|
|
207
216
|
'fabric.editor.strike': '取り消し線',
|
|
217
|
+
'fabric.editor.subTask': 'サブタスク',
|
|
208
218
|
'fabric.editor.subscript': '下付き文字',
|
|
209
219
|
'fabric.editor.success': '成功',
|
|
210
220
|
'fabric.editor.successPanel': '成功パネル',
|
|
@@ -216,6 +226,7 @@ export default {
|
|
|
216
226
|
'fabric.editor.tableOptions': '表のオプション',
|
|
217
227
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'このテーブルを削除すると、接続されているグラフに含まれるすべてのデータも削除されます。',
|
|
218
228
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'テーブルとデータを削除',
|
|
229
|
+
'fabric.editor.task': 'タスク',
|
|
219
230
|
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
220
231
|
'fabric.editor.textColor': 'テキストの色',
|
|
221
232
|
'fabric.editor.textColor.lessColors': '色を減らす',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
'fabric.editor.blockquote.description': '인용 또는 인용구 삽입',
|
|
27
27
|
'fabric.editor.blockquote2': '인용',
|
|
28
28
|
'fabric.editor.bold': '굵게',
|
|
29
|
+
'fabric.editor.bug': '버그',
|
|
29
30
|
'fabric.editor.canNotSortTable': '⚠️ 병합된 셀이 있는 표를 정렬할 수 없습니다',
|
|
30
31
|
'fabric.editor.cancelButton': '취소',
|
|
31
32
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
@@ -43,6 +44,7 @@ export default {
|
|
|
43
44
|
'fabric.editor.code': '코드',
|
|
44
45
|
'fabric.editor.codeblock': '코드 조각',
|
|
45
46
|
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
47
|
+
'fabric.editor.collapseTable': '표 축소',
|
|
46
48
|
'fabric.editor.columns': '레이아웃',
|
|
47
49
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
48
50
|
'fabric.editor.configFailedToLoad': '로드하지 못했습니다',
|
|
@@ -71,6 +73,7 @@ export default {
|
|
|
71
73
|
'fabric.editor.decision': '결정',
|
|
72
74
|
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
73
75
|
'fabric.editor.decisionPlaceholder': '결정 추가...',
|
|
76
|
+
'fabric.editor.defaultAltText': '목록 항목',
|
|
74
77
|
'fabric.editor.displayBlock': '카드 표시',
|
|
75
78
|
'fabric.editor.displayEmbed': '포함 표시',
|
|
76
79
|
'fabric.editor.displayInline': '인라인 표시',
|
|
@@ -80,8 +83,11 @@ export default {
|
|
|
80
83
|
'fabric.editor.distributeColumns': '열 균등 맞춤',
|
|
81
84
|
'fabric.editor.edit': '편집',
|
|
82
85
|
'fabric.editor.editAltText': '대체 텍스트 편집',
|
|
86
|
+
'fabric.editor.editDateText': '날짜 편집',
|
|
83
87
|
'fabric.editor.editLink': '링크 편집',
|
|
84
88
|
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
89
|
+
'fabric.editor.editStatusColor': '상태 색상 편집',
|
|
90
|
+
'fabric.editor.editStatusText': '상태 편집',
|
|
85
91
|
'fabric.editor.editorHelp': '편집기 도움말',
|
|
86
92
|
'fabric.editor.elementBrowser.help': '도움말',
|
|
87
93
|
'fabric.editor.elementbrowser.categorylist.category-admin': '관리',
|
|
@@ -102,6 +108,7 @@ export default {
|
|
|
102
108
|
'fabric.editor.emoji': '이모지',
|
|
103
109
|
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
104
110
|
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
111
|
+
'fabric.editor.epic': '에픽',
|
|
105
112
|
'fabric.editor.error': '오류',
|
|
106
113
|
'fabric.editor.errorPanel': '오류 패널',
|
|
107
114
|
'fabric.editor.errorPanel.description': '색상 있는 패널에서 오류 호출',
|
|
@@ -140,8 +147,9 @@ export default {
|
|
|
140
147
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
141
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
142
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
143
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는
|
|
150
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
144
151
|
'fabric.editor.image': '이미지',
|
|
152
|
+
'fabric.editor.improvement': '개선',
|
|
145
153
|
'fabric.editor.info': '정보',
|
|
146
154
|
'fabric.editor.infoPanel': '정보 패널',
|
|
147
155
|
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
@@ -179,7 +187,7 @@ export default {
|
|
|
179
187
|
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
180
188
|
'fabric.editor.other': '기타...',
|
|
181
189
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
182
|
-
'fabric.editor.panel.emoji': '
|
|
190
|
+
'fabric.editor.panel.emoji': '이모지 추가',
|
|
183
191
|
'fabric.editor.pastePlainText': '일반 텍스트 붙여넣기',
|
|
184
192
|
'fabric.editor.placeholderAltText': '대체 텍스트로 이미지 설명하기',
|
|
185
193
|
'fabric.editor.placeholderText': '자리 표시자 텍스트',
|
|
@@ -204,7 +212,9 @@ export default {
|
|
|
204
212
|
'fabric.editor.status': '상태',
|
|
205
213
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
206
214
|
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
215
|
+
'fabric.editor.story': '스토리',
|
|
207
216
|
'fabric.editor.strike': '취소선',
|
|
217
|
+
'fabric.editor.subTask': '하위 작업',
|
|
208
218
|
'fabric.editor.subscript': '밑첨자',
|
|
209
219
|
'fabric.editor.success': '성공',
|
|
210
220
|
'fabric.editor.successPanel': '성공 패널',
|
|
@@ -216,6 +226,7 @@ export default {
|
|
|
216
226
|
'fabric.editor.tableOptions': '표 옵션',
|
|
217
227
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '이 표를 제거하면 연결된 차트에 포함된 데이터도 모두 제거됩니다.',
|
|
218
228
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '표 및 데이터 제거',
|
|
229
|
+
'fabric.editor.task': '작업',
|
|
219
230
|
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
|
|
220
231
|
'fabric.editor.textColor': '텍스트 색상',
|
|
221
232
|
'fabric.editor.textColor.lessColors': '더 적은 색',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
|
27
27
|
'fabric.editor.blockquote2': 'Sitat',
|
|
28
28
|
'fabric.editor.bold': 'Fet',
|
|
29
|
+
'fabric.editor.bug': 'Programfeil',
|
|
29
30
|
'fabric.editor.canNotSortTable': '⚠️ Du kan ikke sortere en tabell med sammenslåtte celler',
|
|
30
31
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
31
32
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
@@ -43,6 +44,7 @@ export default {
|
|
|
43
44
|
'fabric.editor.code': 'Kode',
|
|
44
45
|
'fabric.editor.codeblock': 'Kodebit',
|
|
45
46
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
47
|
+
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
46
48
|
'fabric.editor.columns': 'Oppsett',
|
|
47
49
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
48
50
|
'fabric.editor.configFailedToLoad': 'Kunne ikke lastes inn',
|
|
@@ -71,6 +73,7 @@ export default {
|
|
|
71
73
|
'fabric.editor.decision': 'Beslutning',
|
|
72
74
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
73
75
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
76
|
+
'fabric.editor.defaultAltText': 'Listepunkt',
|
|
74
77
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
75
78
|
'fabric.editor.displayEmbed': 'Vis som innebygget',
|
|
76
79
|
'fabric.editor.displayInline': 'Vis inline',
|
|
@@ -80,8 +83,11 @@ export default {
|
|
|
80
83
|
'fabric.editor.distributeColumns': 'Distribuer kolonner',
|
|
81
84
|
'fabric.editor.edit': 'Rediger',
|
|
82
85
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
86
|
+
'fabric.editor.editDateText': 'Rediger dato',
|
|
83
87
|
'fabric.editor.editLink': 'Rediger kobling',
|
|
84
88
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter til å redigere',
|
|
89
|
+
'fabric.editor.editStatusColor': 'Rediger statusfarge',
|
|
90
|
+
'fabric.editor.editStatusText': 'Rediger status',
|
|
85
91
|
'fabric.editor.editorHelp': 'Editorhjelp',
|
|
86
92
|
'fabric.editor.elementBrowser.help': 'Hjelp',
|
|
87
93
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrasjon',
|
|
@@ -102,6 +108,7 @@ export default {
|
|
|
102
108
|
'fabric.editor.emoji': 'Emoji',
|
|
103
109
|
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
104
110
|
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
111
|
+
'fabric.editor.epic': 'Epos',
|
|
105
112
|
'fabric.editor.error': 'Feil',
|
|
106
113
|
'fabric.editor.errorPanel': 'Feilpanel',
|
|
107
114
|
'fabric.editor.errorPanel.description': 'Trekk frem feil i et farget panel',
|
|
@@ -140,8 +147,9 @@ export default {
|
|
|
140
147
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
141
148
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
142
149
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
143
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn
|
|
150
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
144
151
|
'fabric.editor.image': 'Bilde',
|
|
152
|
+
'fabric.editor.improvement': 'Forbedring',
|
|
145
153
|
'fabric.editor.info': 'Informasjon',
|
|
146
154
|
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
147
155
|
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
|
@@ -179,7 +187,7 @@ export default {
|
|
|
179
187
|
'fabric.editor.orderedList.description': 'Opprett en sortert liste',
|
|
180
188
|
'fabric.editor.other': 'Andre …',
|
|
181
189
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
182
|
-
'fabric.editor.panel.emoji': 'Legg til
|
|
190
|
+
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
183
191
|
'fabric.editor.pastePlainText': 'Lim inn ren tekst',
|
|
184
192
|
'fabric.editor.placeholderAltText': 'Beskriv dette bildet med alternativ tekst',
|
|
185
193
|
'fabric.editor.placeholderText': 'Plassholdertekst',
|
|
@@ -204,7 +212,9 @@ export default {
|
|
|
204
212
|
'fabric.editor.status': 'Status',
|
|
205
213
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
206
214
|
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
215
|
+
'fabric.editor.story': 'Historie',
|
|
207
216
|
'fabric.editor.strike': 'Gjennomstreking',
|
|
217
|
+
'fabric.editor.subTask': 'Deloppgave',
|
|
208
218
|
'fabric.editor.subscript': 'Senket skrift',
|
|
209
219
|
'fabric.editor.success': 'Vellykket',
|
|
210
220
|
'fabric.editor.successPanel': 'Utførtpanel',
|
|
@@ -216,6 +226,7 @@ export default {
|
|
|
216
226
|
'fabric.editor.tableOptions': 'Tabellalternativer',
|
|
217
227
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabellen, fjernes også alle dataene i eventuelle tilkoblede diagrammer.',
|
|
218
228
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Fjern tabell og data',
|
|
229
|
+
'fabric.editor.task': 'Oppgave',
|
|
219
230
|
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
|
|
220
231
|
'fabric.editor.textColor': 'Tekstfarge',
|
|
221
232
|
'fabric.editor.textColor.lessColors': 'Færre farger',
|