@atlaskit/editor-common 76.12.0 → 76.12.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 +9 -0
- package/dist/cjs/i18n/cs.js +41 -1
- package/dist/cjs/i18n/da.js +41 -1
- package/dist/cjs/i18n/de.js +41 -1
- package/dist/cjs/i18n/en.js +44 -1
- package/dist/cjs/i18n/en_GB.js +44 -1
- package/dist/cjs/i18n/en_ZZ.js +44 -1
- package/dist/cjs/i18n/es.js +41 -1
- package/dist/cjs/i18n/fi.js +41 -1
- package/dist/cjs/i18n/fr.js +41 -1
- package/dist/cjs/i18n/hu.js +41 -1
- package/dist/cjs/i18n/it.js +41 -1
- package/dist/cjs/i18n/ja.js +41 -1
- package/dist/cjs/i18n/ko.js +41 -1
- package/dist/cjs/i18n/nb.js +41 -1
- package/dist/cjs/i18n/nl.js +41 -1
- package/dist/cjs/i18n/pl.js +41 -1
- package/dist/cjs/i18n/pt_BR.js +41 -1
- package/dist/cjs/i18n/ru.js +41 -1
- package/dist/cjs/i18n/sv.js +41 -1
- package/dist/cjs/i18n/th.js +41 -1
- package/dist/cjs/i18n/tr.js +41 -1
- package/dist/cjs/i18n/uk.js +41 -1
- package/dist/cjs/i18n/vi.js +41 -1
- package/dist/cjs/i18n/zh.js +41 -1
- package/dist/cjs/i18n/zh_TW.js +41 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/selection-toolbar.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/calculate-toolbar-position.js +146 -0
- package/dist/cjs/utils/index.js +13 -0
- package/dist/es2019/i18n/cs.js +41 -1
- package/dist/es2019/i18n/da.js +41 -1
- package/dist/es2019/i18n/de.js +41 -1
- package/dist/es2019/i18n/en.js +44 -1
- package/dist/es2019/i18n/en_GB.js +44 -1
- package/dist/es2019/i18n/en_ZZ.js +44 -1
- package/dist/es2019/i18n/es.js +41 -1
- package/dist/es2019/i18n/fi.js +41 -1
- package/dist/es2019/i18n/fr.js +41 -1
- package/dist/es2019/i18n/hu.js +41 -1
- package/dist/es2019/i18n/it.js +41 -1
- package/dist/es2019/i18n/ja.js +41 -1
- package/dist/es2019/i18n/ko.js +41 -1
- package/dist/es2019/i18n/nb.js +41 -1
- package/dist/es2019/i18n/nl.js +41 -1
- package/dist/es2019/i18n/pl.js +41 -1
- package/dist/es2019/i18n/pt_BR.js +41 -1
- package/dist/es2019/i18n/ru.js +41 -1
- package/dist/es2019/i18n/sv.js +41 -1
- package/dist/es2019/i18n/th.js +41 -1
- package/dist/es2019/i18n/tr.js +41 -1
- package/dist/es2019/i18n/uk.js +41 -1
- package/dist/es2019/i18n/vi.js +41 -1
- package/dist/es2019/i18n/zh.js +41 -1
- package/dist/es2019/i18n/zh_TW.js +41 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/selection-toolbar.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/calculate-toolbar-position.js +140 -0
- package/dist/es2019/utils/index.js +2 -1
- package/dist/esm/i18n/cs.js +41 -1
- package/dist/esm/i18n/da.js +41 -1
- package/dist/esm/i18n/de.js +41 -1
- package/dist/esm/i18n/en.js +44 -1
- package/dist/esm/i18n/en_GB.js +44 -1
- package/dist/esm/i18n/en_ZZ.js +44 -1
- package/dist/esm/i18n/es.js +41 -1
- package/dist/esm/i18n/fi.js +41 -1
- package/dist/esm/i18n/fr.js +41 -1
- package/dist/esm/i18n/hu.js +41 -1
- package/dist/esm/i18n/it.js +41 -1
- package/dist/esm/i18n/ja.js +41 -1
- package/dist/esm/i18n/ko.js +41 -1
- package/dist/esm/i18n/nb.js +41 -1
- package/dist/esm/i18n/nl.js +41 -1
- package/dist/esm/i18n/pl.js +41 -1
- package/dist/esm/i18n/pt_BR.js +41 -1
- package/dist/esm/i18n/ru.js +41 -1
- package/dist/esm/i18n/sv.js +41 -1
- package/dist/esm/i18n/th.js +41 -1
- package/dist/esm/i18n/tr.js +41 -1
- package/dist/esm/i18n/uk.js +41 -1
- package/dist/esm/i18n/vi.js +41 -1
- package/dist/esm/i18n/zh.js +41 -1
- package/dist/esm/i18n/zh_TW.js +41 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/selection-toolbar.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/calculate-toolbar-position.js +140 -0
- package/dist/esm/utils/index.js +2 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +41 -1
- package/dist/types/i18n/da.d.ts +41 -1
- package/dist/types/i18n/de.d.ts +41 -1
- package/dist/types/i18n/en.d.ts +44 -1
- package/dist/types/i18n/en_GB.d.ts +44 -1
- package/dist/types/i18n/en_ZZ.d.ts +44 -1
- package/dist/types/i18n/es.d.ts +41 -1
- package/dist/types/i18n/fi.d.ts +41 -1
- package/dist/types/i18n/fr.d.ts +41 -1
- package/dist/types/i18n/hu.d.ts +41 -1
- package/dist/types/i18n/it.d.ts +41 -1
- package/dist/types/i18n/ja.d.ts +41 -1
- package/dist/types/i18n/ko.d.ts +41 -1
- package/dist/types/i18n/nb.d.ts +41 -1
- package/dist/types/i18n/nl.d.ts +41 -1
- package/dist/types/i18n/pl.d.ts +41 -1
- package/dist/types/i18n/pt_BR.d.ts +41 -1
- package/dist/types/i18n/ru.d.ts +41 -1
- package/dist/types/i18n/sv.d.ts +41 -1
- package/dist/types/i18n/th.d.ts +41 -1
- package/dist/types/i18n/tr.d.ts +41 -1
- package/dist/types/i18n/uk.d.ts +41 -1
- package/dist/types/i18n/vi.d.ts +41 -1
- package/dist/types/i18n/zh.d.ts +41 -1
- package/dist/types/i18n/zh_TW.d.ts +41 -1
- package/dist/types/types/editor-plugin.d.ts +9 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/selection-toolbar.d.ts +19 -0
- package/dist/types/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types/utils/extension-handler.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -1
- package/dist/types-ts4.5/i18n/da.d.ts +41 -1
- package/dist/types-ts4.5/i18n/de.d.ts +41 -1
- package/dist/types-ts4.5/i18n/en.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +44 -1
- package/dist/types-ts4.5/i18n/es.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -1
- package/dist/types-ts4.5/i18n/it.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -1
- package/dist/types-ts4.5/i18n/th.d.ts +41 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -1
- package/dist/types-ts4.5/types/editor-plugin.d.ts +9 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/selection-toolbar.d.ts +19 -0
- package/dist/types-ts4.5/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types-ts4.5/utils/extension-handler.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/package.json +5 -4
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': 'Action item',
|
|
17
17
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
18
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
19
|
+
'fabric.editor.alignCenter': 'Align center',
|
|
19
20
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
20
21
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
21
22
|
'fabric.editor.alignImageRight': 'Align right',
|
|
23
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
24
|
+
'fabric.editor.alignRight': 'Align right',
|
|
25
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
23
27
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
24
28
|
'fabric.editor.blockTitle': 'Card',
|
|
25
29
|
'fabric.editor.blockquote': 'a quote',
|
|
30
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
31
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
26
32
|
'fabric.editor.bold': 'Bold',
|
|
27
33
|
'fabric.editor.bug': 'Bug',
|
|
28
34
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
47
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
48
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
41
49
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
42
50
|
'fabric.editor.columns': 'Layouts',
|
|
43
51
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
44
52
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
45
53
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
54
|
+
'fabric.editor.createComment': 'Comment',
|
|
55
|
+
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
56
|
+
'fabric.editor.customPanel': 'Custom panel',
|
|
57
|
+
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
|
46
58
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
47
59
|
'fabric.editor.date': 'Date',
|
|
48
60
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -59,6 +71,8 @@ var _default = exports.default = {
|
|
|
59
71
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
60
72
|
'fabric.editor.editLink': 'Edit link',
|
|
61
73
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
74
|
+
'fabric.editor.editStatusColor': 'Edit Status Colour',
|
|
75
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
62
76
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
63
77
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
64
78
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
@@ -69,6 +83,8 @@ var _default = exports.default = {
|
|
|
69
83
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
70
84
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
71
85
|
'fabric.editor.epic': 'Epic',
|
|
86
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
87
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
|
|
72
88
|
'fabric.editor.expand': 'Expand',
|
|
73
89
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
74
90
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -76,6 +92,18 @@ var _default = exports.default = {
|
|
|
76
92
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
77
93
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
78
94
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
95
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
96
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
97
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
98
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
99
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
100
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
101
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
102
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
103
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
104
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
105
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
106
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
79
107
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
80
108
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
81
109
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -86,12 +114,15 @@ var _default = exports.default = {
|
|
|
86
114
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
87
115
|
'fabric.editor.horizontalRule': 'Divider',
|
|
88
116
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
117
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
90
118
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
91
119
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
120
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
|
|
92
121
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
93
122
|
'fabric.editor.image': 'Image',
|
|
94
123
|
'fabric.editor.improvement': 'Improvement',
|
|
124
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
125
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
|
95
126
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
96
127
|
'fabric.editor.inlineTitle': 'Inline',
|
|
97
128
|
'fabric.editor.insertMenu': 'Insert',
|
|
@@ -113,31 +144,40 @@ var _default = exports.default = {
|
|
|
113
144
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
114
145
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
115
146
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
147
|
+
'fabric.editor.normal': 'Normal text',
|
|
148
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
149
|
+
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
|
116
150
|
'fabric.editor.off': '{formattingType} Off',
|
|
117
151
|
'fabric.editor.on': '{formattingType} On',
|
|
118
152
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
119
153
|
'fabric.editor.orderedList': 'Numbered list',
|
|
120
154
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
155
|
+
'fabric.editor.other': 'Others...',
|
|
121
156
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
122
157
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
123
158
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
159
|
+
'fabric.editor.redo': 'Redo',
|
|
124
160
|
'fabric.editor.remove': 'Remove',
|
|
125
161
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
126
162
|
'fabric.editor.saveButton': 'Save',
|
|
127
163
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
128
164
|
'fabric.editor.status': 'Status',
|
|
129
165
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
166
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
130
167
|
'fabric.editor.story': 'Story',
|
|
131
168
|
'fabric.editor.strike': 'Strikethrough',
|
|
132
169
|
'fabric.editor.subTask': 'Sub-task',
|
|
133
170
|
'fabric.editor.subscript': 'Subscript',
|
|
134
171
|
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
172
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
173
|
+
'fabric.editor.successPanel.description': 'Add tips in a coloured panel',
|
|
135
174
|
'fabric.editor.superscript': 'Superscript',
|
|
136
175
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
137
176
|
'fabric.editor.table': 'Table',
|
|
138
177
|
'fabric.editor.table.description': 'Insert a table',
|
|
139
178
|
'fabric.editor.task': 'Task',
|
|
140
179
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
180
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
141
181
|
'fabric.editor.time.ago': 'ago',
|
|
142
182
|
'fabric.editor.time.updated': 'Updated',
|
|
143
183
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -150,6 +190,7 @@ var _default = exports.default = {
|
|
|
150
190
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
151
191
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
152
192
|
'fabric.editor.underline': 'Underline',
|
|
193
|
+
'fabric.editor.undo': 'Undo',
|
|
153
194
|
'fabric.editor.unlink': 'Unlink',
|
|
154
195
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
155
196
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
@@ -161,6 +202,8 @@ var _default = exports.default = {
|
|
|
161
202
|
'fabric.editor.urlTitle': 'URL',
|
|
162
203
|
'fabric.editor.viewMore': 'View more',
|
|
163
204
|
'fabric.editor.visit': 'Open link in a new window',
|
|
205
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
206
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel',
|
|
164
207
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
165
208
|
'fabric.editor.wrapRight': 'Wrap right',
|
|
166
209
|
'fabric.theme.blue': 'Blue',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': 'Action item',
|
|
17
17
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
18
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
19
|
+
'fabric.editor.alignCenter': 'Align center',
|
|
19
20
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
20
21
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
21
22
|
'fabric.editor.alignImageRight': 'Align right',
|
|
23
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
24
|
+
'fabric.editor.alignRight': 'Align right',
|
|
25
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
23
27
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
24
28
|
'fabric.editor.blockTitle': 'Card',
|
|
25
29
|
'fabric.editor.blockquote': 'a quote',
|
|
30
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
31
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
26
32
|
'fabric.editor.bold': 'Bold',
|
|
27
33
|
'fabric.editor.bug': 'Bug',
|
|
28
34
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
47
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
48
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
41
49
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
42
50
|
'fabric.editor.columns': 'Layouts',
|
|
43
51
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
44
52
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
45
53
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
54
|
+
'fabric.editor.createComment': 'Comment',
|
|
55
|
+
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
56
|
+
'fabric.editor.customPanel': 'Custom panel',
|
|
57
|
+
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
46
58
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
47
59
|
'fabric.editor.date': 'Date',
|
|
48
60
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -59,6 +71,8 @@ var _default = exports.default = {
|
|
|
59
71
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
60
72
|
'fabric.editor.editLink': 'Edit link',
|
|
61
73
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
74
|
+
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
75
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
62
76
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
63
77
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
64
78
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
@@ -69,6 +83,8 @@ var _default = exports.default = {
|
|
|
69
83
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
70
84
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
71
85
|
'fabric.editor.epic': 'Epic',
|
|
86
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
87
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
72
88
|
'fabric.editor.expand': 'Expand',
|
|
73
89
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
74
90
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -76,6 +92,18 @@ var _default = exports.default = {
|
|
|
76
92
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
77
93
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
78
94
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
95
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
96
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
97
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
98
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
99
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
100
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
101
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
102
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
103
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
104
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
105
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
106
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
79
107
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
80
108
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
81
109
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -86,12 +114,15 @@ var _default = exports.default = {
|
|
|
86
114
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
87
115
|
'fabric.editor.horizontalRule': 'Divider',
|
|
88
116
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
117
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
90
118
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
91
119
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
120
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
|
|
92
121
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
93
122
|
'fabric.editor.image': 'Image',
|
|
94
123
|
'fabric.editor.improvement': 'Improvement',
|
|
124
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
125
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
95
126
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
96
127
|
'fabric.editor.inlineTitle': 'Inline',
|
|
97
128
|
'fabric.editor.insertMenu': 'Insert',
|
|
@@ -113,31 +144,40 @@ var _default = exports.default = {
|
|
|
113
144
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
114
145
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
115
146
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
147
|
+
'fabric.editor.normal': 'Normal text',
|
|
148
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
149
|
+
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
116
150
|
'fabric.editor.off': '{formattingType} Off',
|
|
117
151
|
'fabric.editor.on': '{formattingType} On',
|
|
118
152
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
119
153
|
'fabric.editor.orderedList': 'Numbered list',
|
|
120
154
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
155
|
+
'fabric.editor.other': 'Others...',
|
|
121
156
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
122
157
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
123
158
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
159
|
+
'fabric.editor.redo': 'Redo',
|
|
124
160
|
'fabric.editor.remove': 'Remove',
|
|
125
161
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
126
162
|
'fabric.editor.saveButton': 'Save',
|
|
127
163
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
128
164
|
'fabric.editor.status': 'Status',
|
|
129
165
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
166
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
130
167
|
'fabric.editor.story': 'Story',
|
|
131
168
|
'fabric.editor.strike': 'Strikethrough',
|
|
132
169
|
'fabric.editor.subTask': 'Sub-task',
|
|
133
170
|
'fabric.editor.subscript': 'Subscript',
|
|
134
171
|
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
172
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
173
|
+
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
135
174
|
'fabric.editor.superscript': 'Superscript',
|
|
136
175
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
137
176
|
'fabric.editor.table': 'Table',
|
|
138
177
|
'fabric.editor.table.description': 'Insert a table',
|
|
139
178
|
'fabric.editor.task': 'Task',
|
|
140
179
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
180
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
141
181
|
'fabric.editor.time.ago': 'ago',
|
|
142
182
|
'fabric.editor.time.updated': 'Updated',
|
|
143
183
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -150,6 +190,7 @@ var _default = exports.default = {
|
|
|
150
190
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
151
191
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
152
192
|
'fabric.editor.underline': 'Underline',
|
|
193
|
+
'fabric.editor.undo': 'Undo',
|
|
153
194
|
'fabric.editor.unlink': 'Unlink',
|
|
154
195
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
155
196
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
@@ -161,6 +202,8 @@ var _default = exports.default = {
|
|
|
161
202
|
'fabric.editor.urlTitle': 'URL',
|
|
162
203
|
'fabric.editor.viewMore': 'View more',
|
|
163
204
|
'fabric.editor.visit': 'Open link in a new window',
|
|
205
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
206
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
164
207
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
165
208
|
'fabric.editor.wrapRight': 'Wrap right',
|
|
166
209
|
'fabric.theme.blue': 'Blue',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': 'Elemento de acción',
|
|
17
17
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
18
18
|
'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
|
|
19
|
+
'fabric.editor.alignCenter': 'Centrar',
|
|
19
20
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
20
21
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
21
22
|
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
23
|
+
'fabric.editor.alignLeft': 'Alinear a la izquierda',
|
|
24
|
+
'fabric.editor.alignRight': 'Alinear a la derecha',
|
|
25
|
+
'fabric.editor.annotationToolbar': 'Barra de herramientas de anotaciones',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
23
27
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
24
28
|
'fabric.editor.blockTitle': 'Tarjeta',
|
|
25
29
|
'fabric.editor.blockquote': 'una cita',
|
|
30
|
+
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
|
31
|
+
'fabric.editor.blockquote2': 'Citar',
|
|
26
32
|
'fabric.editor.bold': 'Negrita',
|
|
27
33
|
'fabric.editor.bug': 'Error',
|
|
28
34
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Desactivar conclusión',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Activar conclusión',
|
|
47
|
+
'fabric.editor.codeblock': 'Fragmento de código',
|
|
48
|
+
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
|
41
49
|
'fabric.editor.collapseNode': 'contraer contenido',
|
|
42
50
|
'fabric.editor.columns': 'Diseños',
|
|
43
51
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
44
52
|
'fabric.editor.copiedToClipboard': '¡Copiado!',
|
|
45
53
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
54
|
+
'fabric.editor.createComment': 'Comentar',
|
|
55
|
+
'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
|
|
56
|
+
'fabric.editor.customPanel': 'Panel personalizado',
|
|
57
|
+
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
46
58
|
'fabric.editor.datasourceTitle': 'Editar consulta de búsqueda',
|
|
47
59
|
'fabric.editor.date': 'Fecha',
|
|
48
60
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
@@ -69,6 +81,8 @@ var _default = exports.default = {
|
|
|
69
81
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
70
82
|
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
71
83
|
'fabric.editor.epic': 'Epic',
|
|
84
|
+
'fabric.editor.errorPanel': 'Panel de errores',
|
|
85
|
+
'fabric.editor.errorPanel.description': 'Resaltar los errores en un panel de color',
|
|
72
86
|
'fabric.editor.expand': 'Ampliar',
|
|
73
87
|
'fabric.editor.expand.description': 'Insertar una ampliación',
|
|
74
88
|
'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
|
|
@@ -76,6 +90,18 @@ var _default = exports.default = {
|
|
|
76
90
|
'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
|
|
77
91
|
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
78
92
|
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
|
|
93
|
+
'fabric.editor.heading1': 'Título 1',
|
|
94
|
+
'fabric.editor.heading1Description': 'Úsalo en un título de nivel superior',
|
|
95
|
+
'fabric.editor.heading2': 'Título 2',
|
|
96
|
+
'fabric.editor.heading2Description': 'Úsalo en secciones clave',
|
|
97
|
+
'fabric.editor.heading3': 'Título 3',
|
|
98
|
+
'fabric.editor.heading3Description': 'Úsalo en subsecciones y títulos de agrupaciones',
|
|
99
|
+
'fabric.editor.heading4': 'Título 4',
|
|
100
|
+
'fabric.editor.heading4Description': 'Úsalo en títulos de varios niveles',
|
|
101
|
+
'fabric.editor.heading5': 'Título 5',
|
|
102
|
+
'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
|
|
103
|
+
'fabric.editor.heading6': 'Título 6',
|
|
104
|
+
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
|
79
105
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
80
106
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Error',
|
|
81
107
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Incidencia',
|
|
@@ -86,12 +112,15 @@ var _default = exports.default = {
|
|
|
86
112
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
87
113
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
88
114
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
115
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
|
|
90
116
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Las sugerencias aparecerán abajo a medida que escribas en el campo',
|
|
91
117
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no hay resultados} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
118
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Texto que se muestra (opcional)',
|
|
92
119
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
93
120
|
'fabric.editor.image': 'Imagen',
|
|
94
121
|
'fabric.editor.improvement': 'Mejora',
|
|
122
|
+
'fabric.editor.infoPanel': 'Panel de información',
|
|
123
|
+
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
|
95
124
|
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
96
125
|
'fabric.editor.inlineTitle': 'Insertado',
|
|
97
126
|
'fabric.editor.insertMenu': 'Insertar',
|
|
@@ -113,14 +142,19 @@ var _default = exports.default = {
|
|
|
113
142
|
'fabric.editor.moreFormatting': 'Más formatos',
|
|
114
143
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
|
115
144
|
'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
|
|
145
|
+
'fabric.editor.normal': 'Texto normal',
|
|
146
|
+
'fabric.editor.notePanel': 'Panel de notas',
|
|
147
|
+
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
|
116
148
|
'fabric.editor.off': '{formattingType} desactivado',
|
|
117
149
|
'fabric.editor.on': '{formattingType} activado',
|
|
118
150
|
'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
|
|
119
151
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
120
152
|
'fabric.editor.orderedList.description': 'Crear una lista ordenada',
|
|
153
|
+
'fabric.editor.other': 'Otros...',
|
|
121
154
|
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
122
155
|
'fabric.editor.placeholderText': 'Texto de marcador de posición',
|
|
123
156
|
'fabric.editor.placeholderText.description': 'Insertar un marcador de posición de texto en la página',
|
|
157
|
+
'fabric.editor.redo': 'Rehacer',
|
|
124
158
|
'fabric.editor.remove': 'Eliminar',
|
|
125
159
|
'fabric.editor.removeEmoji': 'Eliminar emoji',
|
|
126
160
|
'fabric.editor.saveButton': 'Guardar',
|
|
@@ -132,12 +166,15 @@ var _default = exports.default = {
|
|
|
132
166
|
'fabric.editor.subTask': 'Subtarea',
|
|
133
167
|
'fabric.editor.subscript': 'Subíndice',
|
|
134
168
|
'fabric.editor.subscript.off.superscript.on': 'Subíndice desactivado, superíndice activado',
|
|
169
|
+
'fabric.editor.successPanel': 'Panel de contenido correcto',
|
|
170
|
+
'fabric.editor.successPanel.description': 'Añadir consejos en un panel de color',
|
|
135
171
|
'fabric.editor.superscript': 'Superíndice',
|
|
136
172
|
'fabric.editor.superscript.off.subscript.on': 'Superíndice desactivado, subíndice activado',
|
|
137
173
|
'fabric.editor.table': 'Tabla',
|
|
138
174
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
139
175
|
'fabric.editor.task': 'Tarea',
|
|
140
176
|
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
177
|
+
'fabric.editor.textStyles': 'Estilos de texto',
|
|
141
178
|
'fabric.editor.time.ago': 'antes',
|
|
142
179
|
'fabric.editor.time.updated': 'Actualizado',
|
|
143
180
|
'fabric.editor.time.viewed': 'Visto',
|
|
@@ -150,6 +187,7 @@ var _default = exports.default = {
|
|
|
150
187
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
151
188
|
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
152
189
|
'fabric.editor.underline': 'Subrayado',
|
|
190
|
+
'fabric.editor.undo': 'Deshacer',
|
|
153
191
|
'fabric.editor.unlink': 'Desvincular',
|
|
154
192
|
'fabric.editor.unorderedList': 'Lista de viñetas',
|
|
155
193
|
'fabric.editor.unorderedList.description': 'Crear una lista sin ordenar',
|
|
@@ -161,6 +199,8 @@ var _default = exports.default = {
|
|
|
161
199
|
'fabric.editor.urlTitle': 'URL',
|
|
162
200
|
'fabric.editor.viewMore': 'Ver más',
|
|
163
201
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
202
|
+
'fabric.editor.warningPanel': 'Panel de advertencias',
|
|
203
|
+
'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color',
|
|
164
204
|
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
|
165
205
|
'fabric.editor.wrapRight': 'Ajustar a la derecha',
|
|
166
206
|
'fabric.theme.blue': 'Blue',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -16,13 +16,19 @@ var _default = exports.default = {
|
|
|
16
16
|
'fabric.editor.action': 'Tehtävä',
|
|
17
17
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
18
18
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
19
|
+
'fabric.editor.alignCenter': 'Tasaa keskelle',
|
|
19
20
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
20
21
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
21
22
|
'fabric.editor.alignImageRight': 'Tasaa oikealle',
|
|
23
|
+
'fabric.editor.alignLeft': 'Tasaa vasemmalle',
|
|
24
|
+
'fabric.editor.alignRight': 'Tasaa oikealle',
|
|
25
|
+
'fabric.editor.annotationToolbar': 'Huomautuspalkki',
|
|
22
26
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
23
27
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
24
28
|
'fabric.editor.blockTitle': 'Kortti',
|
|
25
29
|
'fabric.editor.blockquote': 'sitaatti',
|
|
30
|
+
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
|
31
|
+
'fabric.editor.blockquote2': 'Lainaa',
|
|
26
32
|
'fabric.editor.bold': 'Lihavoitu',
|
|
27
33
|
'fabric.editor.bug': 'Bugi',
|
|
28
34
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
@@ -38,11 +44,17 @@ var _default = exports.default = {
|
|
|
38
44
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi tekstinä',
|
|
39
45
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Poista rivitys käytöstä',
|
|
40
46
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Ota rivitys käyttöön',
|
|
47
|
+
'fabric.editor.codeblock': 'Koodipätkä',
|
|
48
|
+
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
|
41
49
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
42
50
|
'fabric.editor.columns': 'Asettelut',
|
|
43
51
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
44
52
|
'fabric.editor.copiedToClipboard': 'Kopioitu!',
|
|
45
53
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
54
|
+
'fabric.editor.createComment': 'Kommentoi',
|
|
55
|
+
'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
|
|
56
|
+
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
|
57
|
+
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
46
58
|
'fabric.editor.datasourceTitle': 'Muokkaa hakukyselyä',
|
|
47
59
|
'fabric.editor.date': 'Päivämäärä',
|
|
48
60
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
@@ -69,6 +81,8 @@ var _default = exports.default = {
|
|
|
69
81
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
70
82
|
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
71
83
|
'fabric.editor.epic': 'Eepos',
|
|
84
|
+
'fabric.editor.errorPanel': 'Virhepaneeli',
|
|
85
|
+
'fabric.editor.errorPanel.description': 'Paljasta virheet värillisessä paneelissa',
|
|
72
86
|
'fabric.editor.expand': 'Laajenna',
|
|
73
87
|
'fabric.editor.expand.description': 'Lisää laajennus',
|
|
74
88
|
'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
|
|
@@ -76,6 +90,18 @@ var _default = exports.default = {
|
|
|
76
90
|
'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
|
|
77
91
|
'fabric.editor.feedbackDialog': 'Anna palautetta',
|
|
78
92
|
'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
|
|
93
|
+
'fabric.editor.heading1': 'Otsikko 1',
|
|
94
|
+
'fabric.editor.heading1Description': 'Käytä tätä ylätason otsikossa',
|
|
95
|
+
'fabric.editor.heading2': 'Otsikko 2',
|
|
96
|
+
'fabric.editor.heading2Description': 'Käytä tätä avainkohdissa',
|
|
97
|
+
'fabric.editor.heading3': 'Otsikko 3',
|
|
98
|
+
'fabric.editor.heading3Description': 'Käytä tätä alakohdissa ja ryhmän otsikoissa',
|
|
99
|
+
'fabric.editor.heading4': 'Otsikko 4',
|
|
100
|
+
'fabric.editor.heading4Description': 'Käytä tätä syvällä olevissa otsikoissa',
|
|
101
|
+
'fabric.editor.heading5': 'Otsikko 5',
|
|
102
|
+
'fabric.editor.heading5Description': 'Käytä tätä luettelon kohteiden ryhmittelyyn',
|
|
103
|
+
'fabric.editor.heading6': 'Otsikko 6',
|
|
104
|
+
'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
|
|
79
105
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogi',
|
|
80
106
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugi',
|
|
81
107
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Asia',
|
|
@@ -86,12 +112,15 @@ var _default = exports.default = {
|
|
|
86
112
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
87
113
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
88
114
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
89
|
-
'fabric.editor.hyperlink.
|
|
115
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
90
116
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Ehdotukset näytetään alla, kun alat kirjoittaa kenttään',
|
|
91
117
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {tuloksia ei löytynyt} one {{count,number} tulos löytyi} other {{count,number} tulosta löytyi}}',
|
|
118
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Näytä teksti (valinnainen)',
|
|
92
119
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
93
120
|
'fabric.editor.image': 'Kuva',
|
|
94
121
|
'fabric.editor.improvement': 'Parannus',
|
|
122
|
+
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
123
|
+
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
|
95
124
|
'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
|
|
96
125
|
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
97
126
|
'fabric.editor.insertMenu': 'Lisää',
|
|
@@ -113,14 +142,19 @@ var _default = exports.default = {
|
|
|
113
142
|
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
114
143
|
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
115
144
|
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
|
145
|
+
'fabric.editor.normal': 'Normaali teksti',
|
|
146
|
+
'fabric.editor.notePanel': 'Huomautuspaneeli',
|
|
147
|
+
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
|
116
148
|
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
117
149
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
118
150
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
119
151
|
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
|
120
152
|
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
153
|
+
'fabric.editor.other': 'Muut...',
|
|
121
154
|
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
122
155
|
'fabric.editor.placeholderText': 'Paikkamerkin teksti',
|
|
123
156
|
'fabric.editor.placeholderText.description': 'Aseta tekstin paikkamerkki sivulle',
|
|
157
|
+
'fabric.editor.redo': 'Tee uudelleen',
|
|
124
158
|
'fabric.editor.remove': 'Poista',
|
|
125
159
|
'fabric.editor.removeEmoji': 'Poista emoji',
|
|
126
160
|
'fabric.editor.saveButton': 'Tallenna',
|
|
@@ -132,12 +166,15 @@ var _default = exports.default = {
|
|
|
132
166
|
'fabric.editor.subTask': 'Alitehtävä',
|
|
133
167
|
'fabric.editor.subscript': 'Alaindeksi',
|
|
134
168
|
'fabric.editor.subscript.off.superscript.on': 'Alaindeksi pois käytöstä, yläindeksi käytössä',
|
|
169
|
+
'fabric.editor.successPanel': 'Onnistumispaneeli',
|
|
170
|
+
'fabric.editor.successPanel.description': 'Lisää vinkkejä värillisessä paneelissa',
|
|
135
171
|
'fabric.editor.superscript': 'Yläindeksi',
|
|
136
172
|
'fabric.editor.superscript.off.subscript.on': 'Yläindeksi pois käytöstä, alaindeksi käytössä',
|
|
137
173
|
'fabric.editor.table': 'Taulu',
|
|
138
174
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
139
175
|
'fabric.editor.task': 'Tehtävä',
|
|
140
176
|
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
177
|
+
'fabric.editor.textStyles': 'Tekstityylit',
|
|
141
178
|
'fabric.editor.time.ago': 'sitten',
|
|
142
179
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
143
180
|
'fabric.editor.time.viewed': 'Katseltu',
|
|
@@ -150,6 +187,7 @@ var _default = exports.default = {
|
|
|
150
187
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
151
188
|
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
152
189
|
'fabric.editor.underline': 'Alleviivaus',
|
|
190
|
+
'fabric.editor.undo': 'Kumoa',
|
|
153
191
|
'fabric.editor.unlink': 'Poista linkitys',
|
|
154
192
|
'fabric.editor.unorderedList': 'Pisteluettelo',
|
|
155
193
|
'fabric.editor.unorderedList.description': 'Luo järjestämätön luettelo',
|
|
@@ -161,6 +199,8 @@ var _default = exports.default = {
|
|
|
161
199
|
'fabric.editor.urlTitle': 'URL-osoite',
|
|
162
200
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
163
201
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
202
|
+
'fabric.editor.warningPanel': 'Varoituspaneeli',
|
|
203
|
+
'fabric.editor.warningPanel.description': 'Lisää varoitus värillisessä paneelissa',
|
|
164
204
|
'fabric.editor.wrapLeft': 'Rivitä vasemmalle',
|
|
165
205
|
'fabric.editor.wrapRight': 'Rivitä oikealle',
|
|
166
206
|
'fabric.theme.blue': 'Blue',
|