@atlaskit/editor-common 74.21.0 → 74.21.2
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 +12 -0
- package/collab/package.json +15 -0
- package/dist/cjs/collab/index.js +116 -0
- package/dist/cjs/i18n/cs.js +17 -0
- package/dist/cjs/i18n/da.js +17 -0
- package/dist/cjs/i18n/de.js +17 -0
- package/dist/cjs/i18n/en.js +36 -0
- package/dist/cjs/i18n/en_GB.js +36 -0
- package/dist/cjs/i18n/en_ZZ.js +36 -0
- package/dist/cjs/i18n/es.js +17 -0
- package/dist/cjs/i18n/fi.js +17 -0
- package/dist/cjs/i18n/fr.js +17 -0
- package/dist/cjs/i18n/hu.js +17 -0
- package/dist/cjs/i18n/it.js +17 -0
- package/dist/cjs/i18n/ja.js +17 -0
- package/dist/cjs/i18n/ko.js +17 -0
- package/dist/cjs/i18n/nb.js +17 -0
- package/dist/cjs/i18n/nl.js +17 -0
- package/dist/cjs/i18n/pl.js +17 -0
- package/dist/cjs/i18n/pt_BR.js +17 -0
- package/dist/cjs/i18n/ru.js +17 -0
- package/dist/cjs/i18n/sv.js +17 -0
- package/dist/cjs/i18n/th.js +17 -0
- package/dist/cjs/i18n/tr.js +17 -0
- package/dist/cjs/i18n/uk.js +17 -0
- package/dist/cjs/i18n/vi.js +17 -0
- package/dist/cjs/i18n/zh.js +17 -0
- package/dist/cjs/i18n/zh_TW.js +17 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/tables.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/collab/index.js +121 -0
- package/dist/es2019/i18n/cs.js +17 -0
- package/dist/es2019/i18n/da.js +17 -0
- package/dist/es2019/i18n/de.js +17 -0
- package/dist/es2019/i18n/en.js +36 -0
- package/dist/es2019/i18n/en_GB.js +36 -0
- package/dist/es2019/i18n/en_ZZ.js +36 -0
- package/dist/es2019/i18n/es.js +17 -0
- package/dist/es2019/i18n/fi.js +17 -0
- package/dist/es2019/i18n/fr.js +17 -0
- package/dist/es2019/i18n/hu.js +17 -0
- package/dist/es2019/i18n/it.js +17 -0
- package/dist/es2019/i18n/ja.js +17 -0
- package/dist/es2019/i18n/ko.js +17 -0
- package/dist/es2019/i18n/nb.js +17 -0
- package/dist/es2019/i18n/nl.js +17 -0
- package/dist/es2019/i18n/pl.js +17 -0
- package/dist/es2019/i18n/pt_BR.js +17 -0
- package/dist/es2019/i18n/ru.js +17 -0
- package/dist/es2019/i18n/sv.js +17 -0
- package/dist/es2019/i18n/th.js +17 -0
- package/dist/es2019/i18n/tr.js +17 -0
- package/dist/es2019/i18n/uk.js +17 -0
- package/dist/es2019/i18n/vi.js +17 -0
- package/dist/es2019/i18n/zh.js +17 -0
- package/dist/es2019/i18n/zh_TW.js +17 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/tables.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/collab/index.js +121 -0
- package/dist/esm/i18n/cs.js +17 -0
- package/dist/esm/i18n/da.js +17 -0
- package/dist/esm/i18n/de.js +17 -0
- package/dist/esm/i18n/en.js +36 -0
- package/dist/esm/i18n/en_GB.js +36 -0
- package/dist/esm/i18n/en_ZZ.js +36 -0
- package/dist/esm/i18n/es.js +17 -0
- package/dist/esm/i18n/fi.js +17 -0
- package/dist/esm/i18n/fr.js +17 -0
- package/dist/esm/i18n/hu.js +17 -0
- package/dist/esm/i18n/it.js +17 -0
- package/dist/esm/i18n/ja.js +17 -0
- package/dist/esm/i18n/ko.js +17 -0
- package/dist/esm/i18n/nb.js +17 -0
- package/dist/esm/i18n/nl.js +17 -0
- package/dist/esm/i18n/pl.js +17 -0
- package/dist/esm/i18n/pt_BR.js +17 -0
- package/dist/esm/i18n/ru.js +17 -0
- package/dist/esm/i18n/sv.js +17 -0
- package/dist/esm/i18n/th.js +17 -0
- package/dist/esm/i18n/tr.js +17 -0
- package/dist/esm/i18n/uk.js +17 -0
- package/dist/esm/i18n/vi.js +17 -0
- package/dist/esm/i18n/zh.js +17 -0
- package/dist/esm/i18n/zh_TW.js +17 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/tables.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/collab/index.d.ts +351 -0
- package/dist/types/i18n/cs.d.ts +17 -0
- package/dist/types/i18n/da.d.ts +17 -0
- package/dist/types/i18n/de.d.ts +17 -0
- package/dist/types/i18n/en.d.ts +36 -0
- package/dist/types/i18n/en_GB.d.ts +36 -0
- package/dist/types/i18n/en_ZZ.d.ts +36 -0
- package/dist/types/i18n/es.d.ts +17 -0
- package/dist/types/i18n/fi.d.ts +17 -0
- package/dist/types/i18n/fr.d.ts +17 -0
- package/dist/types/i18n/hu.d.ts +17 -0
- package/dist/types/i18n/it.d.ts +17 -0
- package/dist/types/i18n/ja.d.ts +17 -0
- package/dist/types/i18n/ko.d.ts +17 -0
- package/dist/types/i18n/nb.d.ts +17 -0
- package/dist/types/i18n/nl.d.ts +17 -0
- package/dist/types/i18n/pl.d.ts +17 -0
- package/dist/types/i18n/pt_BR.d.ts +17 -0
- package/dist/types/i18n/ru.d.ts +17 -0
- package/dist/types/i18n/sv.d.ts +17 -0
- package/dist/types/i18n/th.d.ts +17 -0
- package/dist/types/i18n/tr.d.ts +17 -0
- package/dist/types/i18n/uk.d.ts +17 -0
- package/dist/types/i18n/vi.d.ts +17 -0
- package/dist/types/i18n/zh.d.ts +17 -0
- package/dist/types/i18n/zh_TW.d.ts +17 -0
- package/dist/types/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +1 -1
- package/dist/types/provider-factory/types.d.ts +1 -1
- package/dist/types/types/editor-actions.d.ts +1 -1
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/tables.d.ts +13 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/collab/index.d.ts +351 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +17 -0
- package/dist/types-ts4.5/i18n/da.d.ts +17 -0
- package/dist/types-ts4.5/i18n/de.d.ts +17 -0
- package/dist/types-ts4.5/i18n/en.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +36 -0
- package/dist/types-ts4.5/i18n/es.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +17 -0
- package/dist/types-ts4.5/i18n/it.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +17 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +17 -0
- package/dist/types-ts4.5/i18n/th.d.ts +17 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +17 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +17 -0
- package/dist/types-ts4.5/link/LinkPicker/HyperlinkAddToolbar/index.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/types.d.ts +1 -1
- package/dist/types-ts4.5/types/editor-actions.d.ts +1 -1
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/tables.d.ts +13 -0
- package/package.json +2 -2
- package/tmp/api-report-tmp.d.ts +9 -0
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -13,9 +13,16 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Align right',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
|
+
'fabric.editor.blockTitle': 'Card',
|
|
16
19
|
'fabric.editor.blockquote': 'a quote',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
17
21
|
'fabric.editor.cancelButton': 'Cancel',
|
|
18
22
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
23
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
24
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
19
26
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
20
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
21
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -30,11 +37,22 @@ export default {
|
|
|
30
37
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
38
|
'fabric.editor.decision': 'Decision',
|
|
32
39
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
40
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
41
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
42
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
43
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
44
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
45
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Text to display',
|
|
47
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
48
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
33
49
|
'fabric.editor.editLink': 'Edit link',
|
|
34
50
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
51
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
35
52
|
'fabric.editor.emoji': 'Emoji',
|
|
36
53
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
54
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
38
56
|
'fabric.editor.expand': 'Expand',
|
|
39
57
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
40
58
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -42,12 +60,24 @@ export default {
|
|
|
42
60
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
43
61
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
44
62
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
45
69
|
'fabric.editor.help': 'Help',
|
|
46
70
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
47
71
|
'fabric.editor.horizontalRule': 'Divider',
|
|
48
72
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
49
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
50
77
|
'fabric.editor.image': 'Image',
|
|
78
|
+
'fabric.editor.improvement': 'Improvement',
|
|
79
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
80
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
51
81
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
82
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
53
83
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -71,8 +101,11 @@ export default {
|
|
|
71
101
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
72
102
|
'fabric.editor.status': 'Status',
|
|
73
103
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
74
106
|
'fabric.editor.table': 'Table',
|
|
75
107
|
'fabric.editor.table.description': 'Insert a table',
|
|
108
|
+
'fabric.editor.task': 'Task',
|
|
76
109
|
'fabric.editor.time.ago': 'ago',
|
|
77
110
|
'fabric.editor.time.updated': 'Updated',
|
|
78
111
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -87,6 +120,9 @@ export default {
|
|
|
87
120
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
88
121
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
89
122
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
123
|
+
'fabric.editor.url': 'Display URL',
|
|
124
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
125
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
126
|
'fabric.editor.viewMore': 'View more',
|
|
91
127
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
128
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
@@ -13,9 +13,16 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Align right',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
|
+
'fabric.editor.blockTitle': 'Card',
|
|
16
19
|
'fabric.editor.blockquote': 'a quote',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
17
21
|
'fabric.editor.cancelButton': 'Cancel',
|
|
18
22
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
23
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
24
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
19
26
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
20
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
21
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -30,11 +37,22 @@ export default {
|
|
|
30
37
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
38
|
'fabric.editor.decision': 'Decision',
|
|
32
39
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
40
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
41
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
42
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
43
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
44
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
45
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Text to display',
|
|
47
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
48
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
33
49
|
'fabric.editor.editLink': 'Edit link',
|
|
34
50
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
51
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
35
52
|
'fabric.editor.emoji': 'Emoji',
|
|
36
53
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
54
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
38
56
|
'fabric.editor.expand': 'Expand',
|
|
39
57
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
40
58
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -42,12 +60,24 @@ export default {
|
|
|
42
60
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
43
61
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
44
62
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
45
69
|
'fabric.editor.help': 'Help',
|
|
46
70
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
47
71
|
'fabric.editor.horizontalRule': 'Divider',
|
|
48
72
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
49
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
50
77
|
'fabric.editor.image': 'Image',
|
|
78
|
+
'fabric.editor.improvement': 'Improvement',
|
|
79
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
80
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
51
81
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
82
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
53
83
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -71,8 +101,11 @@ export default {
|
|
|
71
101
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
72
102
|
'fabric.editor.status': 'Status',
|
|
73
103
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
74
106
|
'fabric.editor.table': 'Table',
|
|
75
107
|
'fabric.editor.table.description': 'Insert a table',
|
|
108
|
+
'fabric.editor.task': 'Task',
|
|
76
109
|
'fabric.editor.time.ago': 'ago',
|
|
77
110
|
'fabric.editor.time.updated': 'Updated',
|
|
78
111
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -87,6 +120,9 @@ export default {
|
|
|
87
120
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
88
121
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
89
122
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
123
|
+
'fabric.editor.url': 'Display URL',
|
|
124
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
125
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
126
|
'fabric.editor.viewMore': 'View more',
|
|
91
127
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
128
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
@@ -13,9 +13,16 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Align right',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
|
+
'fabric.editor.blockTitle': 'Card',
|
|
16
19
|
'fabric.editor.blockquote': 'a quote',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
17
21
|
'fabric.editor.cancelButton': 'Cancel',
|
|
18
22
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
23
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
24
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
19
26
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
20
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
21
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
@@ -30,11 +37,22 @@ export default {
|
|
|
30
37
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
31
38
|
'fabric.editor.decision': 'Decision',
|
|
32
39
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
40
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
41
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
42
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
43
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
44
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
45
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Text to display',
|
|
47
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
48
|
+
'fabric.editor.edit.datasource': 'Edit search query',
|
|
33
49
|
'fabric.editor.editLink': 'Edit link',
|
|
34
50
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
51
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
35
52
|
'fabric.editor.emoji': 'Emoji',
|
|
36
53
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
37
54
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
38
56
|
'fabric.editor.expand': 'Expand',
|
|
39
57
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
40
58
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -42,12 +60,24 @@ export default {
|
|
|
42
60
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
43
61
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
44
62
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
45
69
|
'fabric.editor.help': 'Help',
|
|
46
70
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
47
71
|
'fabric.editor.horizontalRule': 'Divider',
|
|
48
72
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
49
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
50
77
|
'fabric.editor.image': 'Image',
|
|
78
|
+
'fabric.editor.improvement': 'Improvement',
|
|
79
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
80
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
51
81
|
'fabric.editor.insertMenu': 'Insert',
|
|
52
82
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
53
83
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
@@ -71,8 +101,11 @@ export default {
|
|
|
71
101
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
72
102
|
'fabric.editor.status': 'Status',
|
|
73
103
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
74
106
|
'fabric.editor.table': 'Table',
|
|
75
107
|
'fabric.editor.table.description': 'Insert a table',
|
|
108
|
+
'fabric.editor.task': 'Task',
|
|
76
109
|
'fabric.editor.time.ago': 'ago',
|
|
77
110
|
'fabric.editor.time.updated': 'Updated',
|
|
78
111
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -87,6 +120,9 @@ export default {
|
|
|
87
120
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
88
121
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
89
122
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
123
|
+
'fabric.editor.url': 'Display URL',
|
|
124
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
125
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
126
|
'fabric.editor.viewMore': 'View more',
|
|
91
127
|
'fabric.editor.visit': 'Open link in a new window',
|
|
92
128
|
'fabric.editor.wrapLeft': 'Wrap left',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
17
|
+
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
18
|
+
'fabric.editor.blockTitle': 'Tarjeta',
|
|
16
19
|
'fabric.editor.blockquote': 'una cita',
|
|
17
20
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
31
35
|
'fabric.editor.decision': 'Decisión',
|
|
32
36
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
37
|
+
'fabric.editor.displayBlock': 'Mostrar como tarjeta',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Mostrar como objeto incrustado',
|
|
39
|
+
'fabric.editor.displayInline': 'Mostrar insertado',
|
|
40
|
+
'fabric.editor.displayLink': 'Mostrar como texto',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
|
|
42
|
+
'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
|
|
43
|
+
'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
|
|
33
44
|
'fabric.editor.editLink': 'Editar enlace',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
46
|
+
'fabric.editor.embedTitle': 'Integrar',
|
|
35
47
|
'fabric.editor.emoji': 'Emoji',
|
|
36
48
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
37
49
|
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
50
62
|
'fabric.editor.image': 'Imagen',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
64
|
+
'fabric.editor.inlineTitle': 'Insertado',
|
|
51
65
|
'fabric.editor.insertMenu': 'Insertar',
|
|
52
66
|
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
|
|
104
|
+
'fabric.editor.url': 'Mostrar URL',
|
|
105
|
+
'fabric.editor.urlDescription': 'Mostrar enlace como URL',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
107
|
'fabric.editor.viewMore': 'Ver más',
|
|
91
108
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Tasaa oikealle',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
17
|
+
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
18
|
+
'fabric.editor.blockTitle': 'Kortti',
|
|
16
19
|
'fabric.editor.blockquote': 'sitaatti',
|
|
17
20
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': 'Kaksisuuntaiset merkit muuttavat tekstin renderöintijärjestystä. Tätä voidaan hyödyntää haitallisen koodin peittämisessä.',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi tekstinä',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
31
35
|
'fabric.editor.decision': 'Päätös',
|
|
32
36
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
37
|
+
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Näytä upotus',
|
|
39
|
+
'fabric.editor.displayInline': 'Näytä sisäelementti',
|
|
40
|
+
'fabric.editor.displayLink': 'Näytä tekstinä',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Tämä näyttövaihtoehto ei ole saatavana solmussa {node}',
|
|
42
|
+
'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
|
|
43
|
+
'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
|
|
33
44
|
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
|
|
46
|
+
'fabric.editor.embedTitle': 'Upota',
|
|
35
47
|
'fabric.editor.emoji': 'Emoji',
|
|
36
48
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
37
49
|
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
50
62
|
'fabric.editor.image': 'Kuva',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
|
|
64
|
+
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
51
65
|
'fabric.editor.insertMenu': 'Lisää',
|
|
52
66
|
'fabric.editor.invalidLink': 'Anna käypä linkki.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
|
|
104
|
+
'fabric.editor.url': 'Näytä URL-osoite',
|
|
105
|
+
'fabric.editor.urlDescription': 'Näytä linkki URL-osoitteena',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL-osoite',
|
|
90
107
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
91
108
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Aligner au centre',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Aligner à gauche',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Aligner à droite',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
17
|
+
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
18
|
+
'fabric.editor.blockTitle': 'Carte',
|
|
16
19
|
'fabric.editor.blockquote': 'une citation',
|
|
17
20
|
'fabric.editor.cancelButton': 'Annuler',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier en tant que texte',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
31
35
|
'fabric.editor.decision': 'Décision',
|
|
32
36
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
37
|
+
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Afficher comme intégré',
|
|
39
|
+
'fabric.editor.displayInline': 'Afficher sur la même ligne',
|
|
40
|
+
'fabric.editor.displayLink': 'Afficher sous forme de texte',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "Cette option d'affichage n'est pas disponible dans {node}",
|
|
42
|
+
'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
|
|
43
|
+
'fabric.editor.edit.datasource': 'Modifier la requête de recherche',
|
|
33
44
|
'fabric.editor.editLink': 'Modifier le lien',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter à modifier',
|
|
46
|
+
'fabric.editor.embedTitle': 'Intégrer',
|
|
35
47
|
'fabric.editor.emoji': 'Émoticône',
|
|
36
48
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
37
49
|
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
50
62
|
'fabric.editor.image': 'Image',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
|
|
64
|
+
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
51
65
|
'fabric.editor.insertMenu': 'Insertion',
|
|
52
66
|
'fabric.editor.invalidLink': 'Veuillez saisir un lien valide.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Centrer à nouveau',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': "Cet éditeur ne prend pas en charge l'affichage de ce contenu",
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': "Le contenu n'est pas disponible dans cet éditeur, il sera conservé lorsque vous le modifierez et l'enregistrerez",
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Contenu non pris en charge',
|
|
104
|
+
'fabric.editor.url': "Afficher l'URL",
|
|
105
|
+
'fabric.editor.urlDescription': "Affichez le lien sous forme d'URL",
|
|
106
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
107
|
'fabric.editor.viewMore': 'Voir plus',
|
|
91
108
|
'fabric.editor.visit': 'Ouvrir le lien dans une nouvelle fenêtre',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Ajuster vers la gauche',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Középre igazítás',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Balra igazítás',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Jobbra igazítás',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
|
|
17
|
+
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
18
|
+
'fabric.editor.blockTitle': 'Kártya',
|
|
16
19
|
'fabric.editor.blockquote': 'Idézet',
|
|
17
20
|
'fabric.editor.cancelButton': 'Mégse',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': 'A kétirányú karakterek megváltoztatják a szöveg renderelési sorrendjét. Ez felhasználható rosszindulatú kód elfedésére.',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás szövegként',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
31
35
|
'fabric.editor.decision': 'Döntés',
|
|
32
36
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
37
|
+
'fabric.editor.displayBlock': 'Megjelenítés kártyaként',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Megjelenítés beágyazottként',
|
|
39
|
+
'fabric.editor.displayInline': 'Megjelenítés beillesztettként',
|
|
40
|
+
'fabric.editor.displayLink': 'Megjelenítés szövegként',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Ez a megjelenítési lehetőség nem érhető el itt: {node}',
|
|
42
|
+
'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
|
|
43
|
+
'fabric.editor.edit.datasource': 'Keresési lekérdezés szerkesztése',
|
|
33
44
|
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Meghívás szerkesztésre',
|
|
46
|
+
'fabric.editor.embedTitle': 'Beágyazás',
|
|
35
47
|
'fabric.editor.emoji': 'Emoji',
|
|
36
48
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
37
49
|
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
50
62
|
'fabric.editor.image': 'Kép',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
|
|
64
|
+
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
51
65
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
52
66
|
'fabric.editor.invalidLink': 'Adj meg egy érvényes linket.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Vissza a középponthoz',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'Ez a szerkesztő nem támogatja ennek a tartalomnak a megjelenítését',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'A tartalom nem áll rendelkezésre ebben a szerkesztőben, azonban a rendszer megőrzi a szerkesztés és mentés után',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom',
|
|
104
|
+
'fabric.editor.url': 'URL megjelenítése',
|
|
105
|
+
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL-cím',
|
|
90
107
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
91
108
|
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Balra igazítás',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Allinea al centro',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Allinea a sinistra',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Allinea a destra',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': "Il collegamento in linea è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
17
|
+
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
18
|
+
'fabric.editor.blockTitle': 'Scheda',
|
|
16
19
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
17
20
|
'fabric.editor.cancelButton': 'Annulla',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': "I caratteri bidirezionali modificano l'ordine in cui è visualizzato il testo. Possono essere utilizzati per nascondere un codice dannoso.",
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia come testo',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
31
35
|
'fabric.editor.decision': 'Decisione',
|
|
32
36
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
37
|
+
'fabric.editor.displayBlock': 'Visualizza come scheda',
|
|
38
|
+
'fabric.editor.displayEmbed': 'Visualizza come oggetto incorporato',
|
|
39
|
+
'fabric.editor.displayInline': 'Visualizza in linea',
|
|
40
|
+
'fabric.editor.displayLink': 'Mostra come testo',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "Questa opzione di visualizzazione non è disponibile all'interno di {node}",
|
|
42
|
+
'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
|
|
43
|
+
'fabric.editor.edit.datasource': 'Modifica query di ricerca',
|
|
33
44
|
'fabric.editor.editLink': 'Modifica link',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invita a modificare',
|
|
46
|
+
'fabric.editor.embedTitle': 'Incorpora',
|
|
35
47
|
'fabric.editor.emoji': 'Emoji',
|
|
36
48
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
37
49
|
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
50
62
|
'fabric.editor.image': 'Immagine',
|
|
63
|
+
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
64
|
+
'fabric.editor.inlineTitle': 'In linea',
|
|
51
65
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
52
66
|
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': 'Torna alla visualizzazione centrata',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'Questo editor non supporta la visualizzazione di questi contenuti',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'I contenuti non sono disponibili in questo editor; saranno preservati in fase di modifica e salvataggio',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati',
|
|
104
|
+
'fabric.editor.url': 'Visualizza URL',
|
|
105
|
+
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
107
|
'fabric.editor.viewMore': 'Visualizza altro',
|
|
91
108
|
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
92
109
|
'fabric.editor.wrapLeft': 'Ritorno a capo a sinistra',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -13,9 +13,13 @@ export default {
|
|
|
13
13
|
'fabric.editor.alignImageCenter': '中央揃え',
|
|
14
14
|
'fabric.editor.alignImageLeft': '左揃え',
|
|
15
15
|
'fabric.editor.alignImageRight': '右揃え',
|
|
16
|
+
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
17
|
+
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
18
|
+
'fabric.editor.blockTitle': 'カード',
|
|
16
19
|
'fabric.editor.blockquote': '引用',
|
|
17
20
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
18
21
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
22
|
+
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
19
23
|
'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
|
|
20
24
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
21
25
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
|
|
@@ -30,8 +34,16 @@ export default {
|
|
|
30
34
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
31
35
|
'fabric.editor.decision': '決定事項',
|
|
32
36
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
37
|
+
'fabric.editor.displayBlock': 'カードを表示',
|
|
38
|
+
'fabric.editor.displayEmbed': '埋め込みを表示',
|
|
39
|
+
'fabric.editor.displayInline': 'インライン表示',
|
|
40
|
+
'fabric.editor.displayLink': 'テキストとして表示',
|
|
41
|
+
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
|
|
42
|
+
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
43
|
+
'fabric.editor.edit.datasource': '検索クエリを編集',
|
|
33
44
|
'fabric.editor.editLink': 'リンクを編集',
|
|
34
45
|
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
46
|
+
'fabric.editor.embedTitle': '埋め込み',
|
|
35
47
|
'fabric.editor.emoji': '絵文字',
|
|
36
48
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
37
49
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
@@ -48,6 +60,8 @@ export default {
|
|
|
48
60
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
49
61
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
50
62
|
'fabric.editor.image': '画像',
|
|
63
|
+
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
64
|
+
'fabric.editor.inlineTitle': 'インライン',
|
|
51
65
|
'fabric.editor.insertMenu': '挿入',
|
|
52
66
|
'fabric.editor.invalidLink': '有効なリンクを入力してください。',
|
|
53
67
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
@@ -87,6 +101,9 @@ export default {
|
|
|
87
101
|
'fabric.editor.unsupportedBlockContent': 'このエディターはこのコンテンツの表示をサポートしていません',
|
|
88
102
|
'fabric.editor.unsupportedContentTooltip': 'このエディターではコンテンツが利用できないため、編集および保存の際にはコンテンツが保持されます',
|
|
89
103
|
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ',
|
|
104
|
+
'fabric.editor.url': 'URL を表示',
|
|
105
|
+
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
106
|
+
'fabric.editor.urlTitle': 'URL',
|
|
90
107
|
'fabric.editor.viewMore': 'さらに表示',
|
|
91
108
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
92
109
|
'fabric.editor.wrapLeft': '左揃え',
|