@atlaskit/editor-core 188.0.0 → 188.0.4
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 +13 -0
- package/dist/cjs/composable-editor/hooks/useProviderFactory.js +23 -47
- package/dist/cjs/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/cjs/i18n/cs.js +1 -54
- package/dist/cjs/i18n/da.js +1 -54
- package/dist/cjs/i18n/de.js +1 -54
- package/dist/cjs/i18n/en.js +1 -55
- package/dist/cjs/i18n/en_GB.js +1 -55
- package/dist/cjs/i18n/en_ZZ.js +1 -55
- package/dist/cjs/i18n/es.js +1 -54
- package/dist/cjs/i18n/fi.js +1 -54
- package/dist/cjs/i18n/fr.js +1 -54
- package/dist/cjs/i18n/hu.js +1 -54
- package/dist/cjs/i18n/it.js +1 -54
- package/dist/cjs/i18n/ja.js +1 -54
- package/dist/cjs/i18n/ko.js +1 -54
- package/dist/cjs/i18n/nb.js +1 -54
- package/dist/cjs/i18n/nl.js +1 -54
- package/dist/cjs/i18n/pl.js +1 -54
- package/dist/cjs/i18n/pt_BR.js +1 -54
- package/dist/cjs/i18n/ru.js +1 -54
- package/dist/cjs/i18n/sv.js +1 -54
- package/dist/cjs/i18n/th.js +1 -54
- package/dist/cjs/i18n/tr.js +1 -54
- package/dist/cjs/i18n/uk.js +1 -54
- package/dist/cjs/i18n/vi.js +1 -54
- package/dist/cjs/i18n/zh.js +1 -54
- package/dist/cjs/i18n/zh_TW.js +1 -54
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/hooks/useProviderFactory.js +32 -57
- package/dist/es2019/composable-editor/utils/getProvidersFromEditorProps.js +2 -2
- package/dist/es2019/i18n/cs.js +1 -54
- package/dist/es2019/i18n/da.js +1 -54
- package/dist/es2019/i18n/de.js +1 -54
- package/dist/es2019/i18n/en.js +1 -55
- package/dist/es2019/i18n/en_GB.js +1 -55
- package/dist/es2019/i18n/en_ZZ.js +1 -55
- package/dist/es2019/i18n/es.js +1 -54
- package/dist/es2019/i18n/fi.js +1 -54
- package/dist/es2019/i18n/fr.js +1 -54
- package/dist/es2019/i18n/hu.js +1 -54
- package/dist/es2019/i18n/it.js +1 -54
- package/dist/es2019/i18n/ja.js +1 -54
- package/dist/es2019/i18n/ko.js +1 -54
- package/dist/es2019/i18n/nb.js +1 -54
- package/dist/es2019/i18n/nl.js +1 -54
- package/dist/es2019/i18n/pl.js +1 -54
- package/dist/es2019/i18n/pt_BR.js +1 -54
- package/dist/es2019/i18n/ru.js +1 -54
- package/dist/es2019/i18n/sv.js +1 -54
- package/dist/es2019/i18n/th.js +1 -54
- package/dist/es2019/i18n/tr.js +1 -54
- package/dist/es2019/i18n/uk.js +1 -54
- package/dist/es2019/i18n/vi.js +1 -54
- package/dist/es2019/i18n/zh.js +1 -54
- package/dist/es2019/i18n/zh_TW.js +1 -54
- package/dist/es2019/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/hooks/useProviderFactory.js +24 -48
- package/dist/esm/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/esm/i18n/cs.js +1 -54
- package/dist/esm/i18n/da.js +1 -54
- package/dist/esm/i18n/de.js +1 -54
- package/dist/esm/i18n/en.js +1 -55
- package/dist/esm/i18n/en_GB.js +1 -55
- package/dist/esm/i18n/en_ZZ.js +1 -55
- package/dist/esm/i18n/es.js +1 -54
- package/dist/esm/i18n/fi.js +1 -54
- package/dist/esm/i18n/fr.js +1 -54
- package/dist/esm/i18n/hu.js +1 -54
- package/dist/esm/i18n/it.js +1 -54
- package/dist/esm/i18n/ja.js +1 -54
- package/dist/esm/i18n/ko.js +1 -54
- package/dist/esm/i18n/nb.js +1 -54
- package/dist/esm/i18n/nl.js +1 -54
- package/dist/esm/i18n/pl.js +1 -54
- package/dist/esm/i18n/pt_BR.js +1 -54
- package/dist/esm/i18n/ru.js +1 -54
- package/dist/esm/i18n/sv.js +1 -54
- package/dist/esm/i18n/th.js +1 -54
- package/dist/esm/i18n/tr.js +1 -54
- package/dist/esm/i18n/uk.js +1 -54
- package/dist/esm/i18n/vi.js +1 -54
- package/dist/esm/i18n/zh.js +1 -54
- package/dist/esm/i18n/zh_TW.js +1 -54
- package/dist/esm/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types/i18n/cs.d.ts +1 -54
- package/dist/types/i18n/da.d.ts +1 -54
- package/dist/types/i18n/de.d.ts +1 -54
- package/dist/types/i18n/en.d.ts +1 -55
- package/dist/types/i18n/en_GB.d.ts +1 -55
- package/dist/types/i18n/en_ZZ.d.ts +1 -55
- package/dist/types/i18n/es.d.ts +1 -54
- package/dist/types/i18n/fi.d.ts +1 -54
- package/dist/types/i18n/fr.d.ts +1 -54
- package/dist/types/i18n/hu.d.ts +1 -54
- package/dist/types/i18n/it.d.ts +1 -54
- package/dist/types/i18n/ja.d.ts +1 -54
- package/dist/types/i18n/ko.d.ts +1 -54
- package/dist/types/i18n/nb.d.ts +1 -54
- package/dist/types/i18n/nl.d.ts +1 -54
- package/dist/types/i18n/pl.d.ts +1 -54
- package/dist/types/i18n/pt_BR.d.ts +1 -54
- package/dist/types/i18n/ru.d.ts +1 -54
- package/dist/types/i18n/sv.d.ts +1 -54
- package/dist/types/i18n/th.d.ts +1 -54
- package/dist/types/i18n/tr.d.ts +1 -54
- package/dist/types/i18n/uk.d.ts +1 -54
- package/dist/types/i18n/vi.d.ts +1 -54
- package/dist/types/i18n/zh.d.ts +1 -54
- package/dist/types/i18n/zh_TW.d.ts +1 -54
- package/dist/types/types/editor-props.d.ts +2 -2
- package/dist/types/utils/prepare-extension-provider.d.ts +2 -2
- package/dist/types-ts4.5/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -54
- package/dist/types-ts4.5/i18n/da.d.ts +1 -54
- package/dist/types-ts4.5/i18n/de.d.ts +1 -54
- package/dist/types-ts4.5/i18n/en.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -55
- package/dist/types-ts4.5/i18n/es.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -54
- package/dist/types-ts4.5/i18n/it.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -54
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -54
- package/dist/types-ts4.5/i18n/th.d.ts +1 -54
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -54
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -54
- package/dist/types-ts4.5/types/editor-props.d.ts +2 -2
- package/dist/types-ts4.5/utils/prepare-extension-provider.d.ts +2 -2
- package/package.json +4 -4
package/dist/esm/i18n/en.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
19
19
|
'fabric.editor.backLink': 'Go back',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
21
|
-
'fabric.editor.blockquote2': 'Quote',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Toggle action item',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Clear alt text',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Back',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Close help dialog',
|
|
28
|
-
'fabric.editor.codeblock': 'Code snippet',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Close',
|
|
@@ -47,8 +44,6 @@ export default {
|
|
|
47
44
|
'fabric.editor.configPanel.submit': 'Submit',
|
|
48
45
|
'fabric.editor.createComment': 'Comment',
|
|
49
46
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
50
|
-
'fabric.editor.customPanel': 'Custom panel',
|
|
51
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
52
47
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
53
48
|
'fabric.editor.description': 'Description',
|
|
54
49
|
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
@@ -60,25 +55,7 @@ export default {
|
|
|
60
55
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
61
56
|
'fabric.editor.editorHelp': 'Editor help',
|
|
62
57
|
'fabric.editor.editors': 'Editors',
|
|
63
|
-
'fabric.editor.elementBrowser.help': 'Help',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
77
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
78
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
79
58
|
'fabric.editor.error': 'Error',
|
|
80
|
-
'fabric.editor.errorPanel': 'Error panel',
|
|
81
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
83
60
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
84
61
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
@@ -88,27 +65,7 @@ export default {
|
|
|
88
65
|
'fabric.editor.findNext': 'Find next',
|
|
89
66
|
'fabric.editor.findPrevious': 'Find previous',
|
|
90
67
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
92
68
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
93
|
-
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
94
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
96
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
97
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
98
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
99
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
100
|
-
'fabric.editor.heading1': 'Heading 1',
|
|
101
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
102
|
-
'fabric.editor.heading2': 'Heading 2',
|
|
103
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
104
|
-
'fabric.editor.heading3': 'Heading 3',
|
|
105
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
106
|
-
'fabric.editor.heading4': 'Heading 4',
|
|
107
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
108
|
-
'fabric.editor.heading5': 'Heading 5',
|
|
109
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
110
|
-
'fabric.editor.heading6': 'Heading 6',
|
|
111
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
112
69
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
113
70
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
114
71
|
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
@@ -120,8 +77,6 @@ export default {
|
|
|
120
77
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
121
78
|
'fabric.editor.indent': 'Indent',
|
|
122
79
|
'fabric.editor.info': 'Info',
|
|
123
|
-
'fabric.editor.infoPanel': 'Info panel',
|
|
124
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
125
80
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
126
81
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
127
82
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
@@ -143,11 +98,7 @@ export default {
|
|
|
143
98
|
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
144
99
|
'fabric.editor.noResultsFound': 'No results',
|
|
145
100
|
'fabric.editor.noSearchResults': 'No search results',
|
|
146
|
-
'fabric.editor.normal': 'Normal text',
|
|
147
101
|
'fabric.editor.note': 'Note',
|
|
148
|
-
'fabric.editor.notePanel': 'Note panel',
|
|
149
|
-
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
150
|
-
'fabric.editor.other': 'Others...',
|
|
151
102
|
'fabric.editor.outdent': 'Outdent',
|
|
152
103
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
153
104
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
@@ -168,12 +119,9 @@ export default {
|
|
|
168
119
|
'fabric.editor.single': 'Single column',
|
|
169
120
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
170
121
|
'fabric.editor.success': 'Success',
|
|
171
|
-
'fabric.editor.successPanel': 'Success panel',
|
|
172
|
-
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
173
122
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
174
123
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
175
124
|
'fabric.editor.textColor': 'Text color',
|
|
176
|
-
'fabric.editor.textStyles': 'Text styles',
|
|
177
125
|
'fabric.editor.threeColumns': 'Three columns',
|
|
178
126
|
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
179
127
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
@@ -189,8 +137,6 @@ export default {
|
|
|
189
137
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
190
138
|
'fabric.editor.undo': 'Undo',
|
|
191
139
|
'fabric.editor.warning': 'Warning',
|
|
192
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
|
193
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
194
140
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
195
141
|
'fabric.editor.wrapRight': 'Wrap right'
|
|
196
142
|
};
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
19
19
|
'fabric.editor.backLink': 'Go back',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
21
|
-
'fabric.editor.blockquote2': 'Quote',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Toggle action item',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Clear alt text',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Back',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Close help dialog',
|
|
28
|
-
'fabric.editor.codeblock': 'Code snippet',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Close',
|
|
@@ -47,8 +44,6 @@ export default {
|
|
|
47
44
|
'fabric.editor.configPanel.submit': 'Submit',
|
|
48
45
|
'fabric.editor.createComment': 'Comment',
|
|
49
46
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
50
|
-
'fabric.editor.customPanel': 'Custom panel',
|
|
51
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
|
52
47
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
53
48
|
'fabric.editor.description': 'Description',
|
|
54
49
|
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
@@ -60,25 +55,7 @@ export default {
|
|
|
60
55
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
61
56
|
'fabric.editor.editorHelp': 'Editor help',
|
|
62
57
|
'fabric.editor.editors': 'Editors',
|
|
63
|
-
'fabric.editor.elementBrowser.help': 'Help',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
77
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
78
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
79
58
|
'fabric.editor.error': 'Error',
|
|
80
|
-
'fabric.editor.errorPanel': 'Error panel',
|
|
81
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a coloured panel',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
83
60
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
84
61
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
@@ -88,27 +65,7 @@ export default {
|
|
|
88
65
|
'fabric.editor.findNext': 'Find next',
|
|
89
66
|
'fabric.editor.findPrevious': 'Find previous',
|
|
90
67
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
92
68
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
93
|
-
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
94
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
96
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
97
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
98
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
99
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
100
|
-
'fabric.editor.heading1': 'Heading 1',
|
|
101
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
102
|
-
'fabric.editor.heading2': 'Heading 2',
|
|
103
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
104
|
-
'fabric.editor.heading3': 'Heading 3',
|
|
105
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
106
|
-
'fabric.editor.heading4': 'Heading 4',
|
|
107
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
108
|
-
'fabric.editor.heading5': 'Heading 5',
|
|
109
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
110
|
-
'fabric.editor.heading6': 'Heading 6',
|
|
111
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
112
69
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
113
70
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
114
71
|
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
@@ -120,8 +77,6 @@ export default {
|
|
|
120
77
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
121
78
|
'fabric.editor.indent': 'Indent',
|
|
122
79
|
'fabric.editor.info': 'Info',
|
|
123
|
-
'fabric.editor.infoPanel': 'Info panel',
|
|
124
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
|
125
80
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
126
81
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
127
82
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
@@ -143,11 +98,7 @@ export default {
|
|
|
143
98
|
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
144
99
|
'fabric.editor.noResultsFound': 'No results',
|
|
145
100
|
'fabric.editor.noSearchResults': 'No search results',
|
|
146
|
-
'fabric.editor.normal': 'Normal text',
|
|
147
101
|
'fabric.editor.note': 'Note',
|
|
148
|
-
'fabric.editor.notePanel': 'Note panel',
|
|
149
|
-
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
|
150
|
-
'fabric.editor.other': 'Others...',
|
|
151
102
|
'fabric.editor.outdent': 'Outdent',
|
|
152
103
|
'fabric.editor.panel.backgroundColor': 'Background colour',
|
|
153
104
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
@@ -168,12 +119,9 @@ export default {
|
|
|
168
119
|
'fabric.editor.single': 'Single column',
|
|
169
120
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
170
121
|
'fabric.editor.success': 'Success',
|
|
171
|
-
'fabric.editor.successPanel': 'Success panel',
|
|
172
|
-
'fabric.editor.successPanel.description': 'Add tips in a coloured panel',
|
|
173
122
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
174
123
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
175
124
|
'fabric.editor.textColor': 'Text colour',
|
|
176
|
-
'fabric.editor.textStyles': 'Text styles',
|
|
177
125
|
'fabric.editor.threeColumns': 'Three columns',
|
|
178
126
|
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
179
127
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
@@ -189,8 +137,6 @@ export default {
|
|
|
189
137
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
190
138
|
'fabric.editor.undo': 'Undo',
|
|
191
139
|
'fabric.editor.warning': 'Warning',
|
|
192
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
|
193
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a coloured panel',
|
|
194
140
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
195
141
|
'fabric.editor.wrapRight': 'Wrap right'
|
|
196
142
|
};
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
19
19
|
'fabric.editor.backLink': 'Go back',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
21
|
-
'fabric.editor.blockquote2': 'Quote',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Toggle action item',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Clear alt text',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Back',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Close help dialog',
|
|
28
|
-
'fabric.editor.codeblock': 'Code snippet',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Close',
|
|
@@ -47,8 +44,6 @@ export default {
|
|
|
47
44
|
'fabric.editor.configPanel.submit': 'Submit',
|
|
48
45
|
'fabric.editor.createComment': 'Comment',
|
|
49
46
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
50
|
-
'fabric.editor.customPanel': 'Custom panel',
|
|
51
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
52
47
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
53
48
|
'fabric.editor.description': 'Description',
|
|
54
49
|
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
@@ -60,25 +55,7 @@ export default {
|
|
|
60
55
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
61
56
|
'fabric.editor.editorHelp': 'Editor help',
|
|
62
57
|
'fabric.editor.editors': 'Editors',
|
|
63
|
-
'fabric.editor.elementBrowser.help': 'Help',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
77
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
78
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
79
58
|
'fabric.editor.error': 'Error',
|
|
80
|
-
'fabric.editor.errorPanel': 'Error panel',
|
|
81
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
83
60
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
84
61
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
@@ -88,27 +65,7 @@ export default {
|
|
|
88
65
|
'fabric.editor.findNext': 'Find next',
|
|
89
66
|
'fabric.editor.findPrevious': 'Find previous',
|
|
90
67
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
92
68
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
93
|
-
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 connected element)} other {{name} (+{amount,number} connected elements)}}',
|
|
94
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
96
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
97
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
98
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
99
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
100
|
-
'fabric.editor.heading1': 'Heading 1',
|
|
101
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
102
|
-
'fabric.editor.heading2': 'Heading 2',
|
|
103
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
104
|
-
'fabric.editor.heading3': 'Heading 3',
|
|
105
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
106
|
-
'fabric.editor.heading4': 'Heading 4',
|
|
107
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
108
|
-
'fabric.editor.heading5': 'Heading 5',
|
|
109
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
110
|
-
'fabric.editor.heading6': 'Heading 6',
|
|
111
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
112
69
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
113
70
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
114
71
|
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
@@ -120,8 +77,6 @@ export default {
|
|
|
120
77
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
121
78
|
'fabric.editor.indent': 'Indent',
|
|
122
79
|
'fabric.editor.info': 'Info',
|
|
123
|
-
'fabric.editor.infoPanel': 'Info panel',
|
|
124
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
125
80
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
126
81
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
127
82
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
@@ -143,11 +98,7 @@ export default {
|
|
|
143
98
|
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
144
99
|
'fabric.editor.noResultsFound': 'No results',
|
|
145
100
|
'fabric.editor.noSearchResults': 'No search results',
|
|
146
|
-
'fabric.editor.normal': 'Normal text',
|
|
147
101
|
'fabric.editor.note': 'Note',
|
|
148
|
-
'fabric.editor.notePanel': 'Note panel',
|
|
149
|
-
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
150
|
-
'fabric.editor.other': 'Others...',
|
|
151
102
|
'fabric.editor.outdent': 'Outdent',
|
|
152
103
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
153
104
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
@@ -168,12 +119,9 @@ export default {
|
|
|
168
119
|
'fabric.editor.single': 'Single column',
|
|
169
120
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
170
121
|
'fabric.editor.success': 'Success',
|
|
171
|
-
'fabric.editor.successPanel': 'Success panel',
|
|
172
|
-
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
173
122
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
174
123
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
175
124
|
'fabric.editor.textColor': 'Text color',
|
|
176
|
-
'fabric.editor.textStyles': 'Text styles',
|
|
177
125
|
'fabric.editor.threeColumns': 'Three columns',
|
|
178
126
|
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
179
127
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
@@ -189,8 +137,6 @@ export default {
|
|
|
189
137
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
190
138
|
'fabric.editor.undo': 'Undo',
|
|
191
139
|
'fabric.editor.warning': 'Warning',
|
|
192
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
|
193
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
194
140
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
195
141
|
'fabric.editor.wrapRight': 'Wrap right'
|
|
196
142
|
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -17,16 +17,13 @@ export default {
|
|
|
17
17
|
'fabric.editor.alttext.validation': 'Elimina los caracteres especiales en texto alternativo.',
|
|
18
18
|
'fabric.editor.annotationToolbar': 'Barra de herramientas de anotaciones',
|
|
19
19
|
'fabric.editor.backLink': 'Regresar',
|
|
20
|
-
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
|
21
|
-
'fabric.editor.blockquote2': 'Citar',
|
|
22
20
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
21
|
+
'fabric.editor.checkUncheckActionItem': 'Elemento de acción de alternancia',
|
|
23
22
|
'fabric.editor.chromeCollapsedPlaceholder': 'Escribe algo…',
|
|
24
23
|
'fabric.editor.clearAltTextEdit': 'Borrar texto alternativo',
|
|
25
24
|
'fabric.editor.closeAltTextEdit': 'Atrás',
|
|
26
25
|
'fabric.editor.closeFindReplaceDialog': 'Cerrar',
|
|
27
26
|
'fabric.editor.closeHelpDialog': 'Cerrar el diálogo de ayuda',
|
|
28
|
-
'fabric.editor.codeblock': 'Fragmento de código',
|
|
29
|
-
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
|
30
27
|
'fabric.editor.configFailedToLoad': 'No se pudo cargar',
|
|
31
28
|
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
32
29
|
'fabric.editor.configPanel.close': 'Cerrar',
|
|
@@ -46,8 +43,6 @@ export default {
|
|
|
46
43
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
47
44
|
'fabric.editor.createComment': 'Comentar',
|
|
48
45
|
'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
|
|
49
|
-
'fabric.editor.customPanel': 'Panel personalizado',
|
|
50
|
-
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
51
46
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
52
47
|
'fabric.editor.description': 'Descripción',
|
|
53
48
|
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
@@ -59,25 +54,7 @@ export default {
|
|
|
59
54
|
'fabric.editor.editorAssistiveLabel': 'Área de contenido principal, empieza a escribir para introducir texto.',
|
|
60
55
|
'fabric.editor.editorHelp': 'Ayuda del editor',
|
|
61
56
|
'fabric.editor.editors': 'Editores',
|
|
62
|
-
'fabric.editor.elementBrowser.help': 'Ayuda',
|
|
63
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administración',
|
|
64
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Todos',
|
|
65
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Comunicación',
|
|
66
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Contenido de Confluence',
|
|
67
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Desarrollo',
|
|
68
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Contenido externo',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formato',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Medios',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegación',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Creación de informes',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuales e imágenes',
|
|
74
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'No hay nada que coincida con la búsqueda',
|
|
75
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
76
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
77
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Explorar',
|
|
78
57
|
'fabric.editor.error': 'Error',
|
|
79
|
-
'fabric.editor.errorPanel': 'Panel de errores',
|
|
80
|
-
'fabric.editor.errorPanel.description': 'Resaltar los errores en un panel de color',
|
|
81
58
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
82
59
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
83
60
|
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
@@ -86,26 +63,7 @@ export default {
|
|
|
86
63
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
87
64
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
88
65
|
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
89
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
90
66
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
91
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': '¿Seguro?',
|
|
92
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'Aceptar',
|
|
93
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Se han abierto los controles de la barra de herramientas flotante',
|
|
94
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
|
|
95
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
96
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
97
|
-
'fabric.editor.heading1': 'Título 1',
|
|
98
|
-
'fabric.editor.heading1Description': 'Úsalo en un título de nivel superior',
|
|
99
|
-
'fabric.editor.heading2': 'Título 2',
|
|
100
|
-
'fabric.editor.heading2Description': 'Úsalo en secciones clave',
|
|
101
|
-
'fabric.editor.heading3': 'Título 3',
|
|
102
|
-
'fabric.editor.heading3Description': 'Úsalo en subsecciones y títulos de agrupaciones',
|
|
103
|
-
'fabric.editor.heading4': 'Título 4',
|
|
104
|
-
'fabric.editor.heading4Description': 'Úsalo en títulos de varios niveles',
|
|
105
|
-
'fabric.editor.heading5': 'Título 5',
|
|
106
|
-
'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
|
|
107
|
-
'fabric.editor.heading6': 'Título 6',
|
|
108
|
-
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
|
109
67
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
|
|
110
68
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
111
69
|
'fabric.editor.image.fullWidthLabel': 'Anchura completa',
|
|
@@ -117,8 +75,6 @@ export default {
|
|
|
117
75
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
118
76
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
119
77
|
'fabric.editor.info': 'Información',
|
|
120
|
-
'fabric.editor.infoPanel': 'Panel de información',
|
|
121
|
-
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
|
122
78
|
'fabric.editor.inputQueryAssistiveTxt': 'Cuando aparezcan los resultados del rellenado automático, usa las flechas hacia arriba y hacia abajo para revisarlos, y pulsa Entrar para seleccionar uno. Toca los usuarios de dispositivos, explora con toques o gestos de deslizamiento.',
|
|
123
79
|
'fabric.editor.invalidDateError': 'Introducir una fecha válida',
|
|
124
80
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
|
|
@@ -140,11 +96,7 @@ export default {
|
|
|
140
96
|
'fabric.editor.mentionsIconLabel': 'Mención',
|
|
141
97
|
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
142
98
|
'fabric.editor.noSearchResults': 'No hay resultados de búsqueda',
|
|
143
|
-
'fabric.editor.normal': 'Texto normal',
|
|
144
99
|
'fabric.editor.note': 'Nota',
|
|
145
|
-
'fabric.editor.notePanel': 'Panel de notas',
|
|
146
|
-
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
|
147
|
-
'fabric.editor.other': 'Otros...',
|
|
148
100
|
'fabric.editor.outdent': 'Anular sangría',
|
|
149
101
|
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
150
102
|
'fabric.editor.panel.emoji': 'Añadir emoji',
|
|
@@ -165,12 +117,9 @@ export default {
|
|
|
165
117
|
'fabric.editor.single': 'Una sola columna',
|
|
166
118
|
'fabric.editor.statusPlaceholder': 'Establecer un estado',
|
|
167
119
|
'fabric.editor.success': 'Correcto',
|
|
168
|
-
'fabric.editor.successPanel': 'Panel de contenido correcto',
|
|
169
|
-
'fabric.editor.successPanel.description': 'Añadir consejos en un panel de color',
|
|
170
120
|
'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
|
|
171
121
|
'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
|
|
172
122
|
'fabric.editor.textColor': 'Color del texto',
|
|
173
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
|
174
123
|
'fabric.editor.threeColumns': 'Tres columnas',
|
|
175
124
|
'fabric.editor.threeColumnsWithSidebars': 'Tres columnas con barras laterales',
|
|
176
125
|
'fabric.editor.toolbarMediaTitle': 'Añadir imagen, vídeo o archivo',
|
|
@@ -186,8 +135,6 @@ export default {
|
|
|
186
135
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
|
|
187
136
|
'fabric.editor.undo': 'Deshacer',
|
|
188
137
|
'fabric.editor.warning': 'Advertencia',
|
|
189
|
-
'fabric.editor.warningPanel': 'Panel de advertencias',
|
|
190
|
-
'fabric.editor.warningPanel.description': 'Añadir una nota de precaución en un panel de color',
|
|
191
138
|
'fabric.editor.wrapLeft': 'Ajustar a la izquierda',
|
|
192
139
|
'fabric.editor.wrapRight': 'Ajustar a la derecha'
|
|
193
140
|
};
|