@atlaskit/editor-core 158.0.1 → 159.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/package.json +6 -6
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.editor.action': 'Action item',
|
|
10
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
11
|
+
'fabric.editor.addAltText': 'Alt text',
|
|
12
|
+
'fabric.editor.alignCenter': 'Align Center',
|
|
13
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
16
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
17
|
+
'fabric.editor.alignRight': 'Align Right',
|
|
18
|
+
'fabric.editor.alignment': 'Text alignment',
|
|
19
|
+
'fabric.editor.altText': 'Alt text',
|
|
20
|
+
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
21
|
+
'fabric.editor.annotate': 'Annotate',
|
|
22
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
23
|
+
'fabric.editor.backLink': 'Go back',
|
|
24
|
+
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
25
|
+
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
26
|
+
'fabric.editor.blockTitle': 'Card',
|
|
27
|
+
'fabric.editor.blockquote': 'a quote',
|
|
28
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
29
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
30
|
+
'fabric.editor.bold': 'Bold',
|
|
31
|
+
'fabric.editor.bug': 'Bug',
|
|
32
|
+
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
33
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
34
|
+
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
35
|
+
'fabric.editor.cardFloatingControls': 'Card options',
|
|
36
|
+
'fabric.editor.cellBackground': 'Cell background',
|
|
37
|
+
'fabric.editor.cellOptions': 'Cell options',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
39
|
+
'fabric.editor.clearAltTextEdit': 'Clear alt text',
|
|
40
|
+
'fabric.editor.clearCells': '{0, plural, one {Clear cell} other {Clear cells}}',
|
|
41
|
+
'fabric.editor.clearFormatting': 'Clear formatting',
|
|
42
|
+
'fabric.editor.clearLink': 'Clear link',
|
|
43
|
+
'fabric.editor.clearLinkText': 'Clear text',
|
|
44
|
+
'fabric.editor.closeAltTextEdit': 'Back',
|
|
45
|
+
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
46
|
+
'fabric.editor.closeHelpDialog': 'Close help dialog',
|
|
47
|
+
'fabric.editor.code': 'Code',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, Code On',
|
|
49
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
50
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
51
|
+
'fabric.editor.collapseTable': 'Collapse table',
|
|
52
|
+
'fabric.editor.columns': 'Layouts',
|
|
53
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
54
|
+
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
55
|
+
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
56
|
+
'fabric.editor.configPanel.close': 'Close',
|
|
57
|
+
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
58
|
+
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
59
|
+
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
60
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
61
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
62
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
63
|
+
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
64
|
+
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
65
|
+
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
66
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
67
|
+
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
68
|
+
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
69
|
+
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
70
|
+
'fabric.editor.configPanel.required': 'Required field',
|
|
71
|
+
'fabric.editor.configPanel.submit': 'Submit',
|
|
72
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
73
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
74
|
+
'fabric.editor.createComment': 'Comment',
|
|
75
|
+
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
76
|
+
'fabric.editor.customPanel': 'Custom panel',
|
|
77
|
+
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
78
|
+
'fabric.editor.date': 'Date',
|
|
79
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
80
|
+
'fabric.editor.decision': 'Decision',
|
|
81
|
+
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
82
|
+
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
83
|
+
'fabric.editor.defaultAltText': 'List item',
|
|
84
|
+
'fabric.editor.displayBlock': 'Display card',
|
|
85
|
+
'fabric.editor.displayEmbed': 'Display embed',
|
|
86
|
+
'fabric.editor.displayInline': 'Display inline',
|
|
87
|
+
'fabric.editor.displayLink': 'Display as text',
|
|
88
|
+
'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
|
|
89
|
+
'fabric.editor.displayText': 'Text to display',
|
|
90
|
+
'fabric.editor.distributeColumns': 'Distribute columns',
|
|
91
|
+
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
92
|
+
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
93
|
+
'fabric.editor.edit': 'Edit',
|
|
94
|
+
'fabric.editor.editAltText': 'Edit alt text',
|
|
95
|
+
'fabric.editor.editDateText': 'Edit Date',
|
|
96
|
+
'fabric.editor.editLink': 'Edit link',
|
|
97
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
98
|
+
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
99
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
100
|
+
'fabric.editor.editableContentLabel': 'Editable content',
|
|
101
|
+
'fabric.editor.editorHelp': 'Editor help',
|
|
102
|
+
'fabric.editor.editors': 'Editors',
|
|
103
|
+
'fabric.editor.elementBrowser.help': 'Help',
|
|
104
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
105
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
106
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
107
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
108
|
+
'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
|
|
109
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
|
|
110
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
|
|
111
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
112
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
113
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
114
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
115
|
+
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
116
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
117
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
118
|
+
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
119
|
+
'fabric.editor.embedTitle': 'Embed',
|
|
120
|
+
'fabric.editor.emoji': 'Emoji',
|
|
121
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
122
|
+
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
123
|
+
'fabric.editor.epic': 'Epic',
|
|
124
|
+
'fabric.editor.error': 'Error',
|
|
125
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
126
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
127
|
+
'fabric.editor.expand': 'Expand',
|
|
128
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
129
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
130
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
131
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
132
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
133
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
134
|
+
'fabric.editor.find': 'Find',
|
|
135
|
+
'fabric.editor.findNext': 'Find next',
|
|
136
|
+
'fabric.editor.findPrevious': 'Find previous',
|
|
137
|
+
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
138
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
139
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
140
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
142
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
143
|
+
'fabric.editor.headerColumn': 'Header column',
|
|
144
|
+
'fabric.editor.headerRow': 'Header row',
|
|
145
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
146
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
147
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
148
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
149
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
150
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
151
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
152
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
153
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
154
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
155
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
156
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
162
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
163
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
164
|
+
'fabric.editor.help': 'Help',
|
|
165
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
166
|
+
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
167
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
168
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
169
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
170
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
171
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
172
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
173
|
+
'fabric.editor.image': 'Image',
|
|
174
|
+
'fabric.editor.improvement': 'Improvement',
|
|
175
|
+
'fabric.editor.info': 'Info',
|
|
176
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
177
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
178
|
+
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
179
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
180
|
+
'fabric.editor.insertColumn': 'Insert column right',
|
|
181
|
+
'fabric.editor.insertMenu': 'Insert',
|
|
182
|
+
'fabric.editor.insertRow': 'Insert row below',
|
|
183
|
+
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
184
|
+
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
185
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
186
|
+
'fabric.editor.italic': 'Italic',
|
|
187
|
+
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
188
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
189
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
190
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
191
|
+
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
192
|
+
'fabric.editor.link': 'Link',
|
|
193
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
194
|
+
'fabric.editor.linkAddress': 'Link address',
|
|
195
|
+
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
196
|
+
'fabric.editor.lists': 'Lists',
|
|
197
|
+
'fabric.editor.markdown': 'Markdown',
|
|
198
|
+
'fabric.editor.matchCase': 'Match case',
|
|
199
|
+
'fabric.editor.mediaAddLink': 'Add link',
|
|
200
|
+
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
201
|
+
'fabric.editor.mention': 'Mention',
|
|
202
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
203
|
+
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
204
|
+
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
205
|
+
'fabric.editor.mergeCells': 'Merge cells',
|
|
206
|
+
'fabric.editor.moreFormatting': 'More formatting',
|
|
207
|
+
'fabric.editor.noResultsFound': 'No results',
|
|
208
|
+
'fabric.editor.normal': 'Normal text',
|
|
209
|
+
'fabric.editor.note': 'Note',
|
|
210
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
211
|
+
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
212
|
+
'fabric.editor.numberedColumn': 'Numbered column',
|
|
213
|
+
'fabric.editor.off': '{formattingType} Off',
|
|
214
|
+
'fabric.editor.on': '{formattingType} On',
|
|
215
|
+
'fabric.editor.orderedList': 'Numbered list',
|
|
216
|
+
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
217
|
+
'fabric.editor.other': 'Others...',
|
|
218
|
+
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
219
|
+
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
220
|
+
'fabric.editor.panel.emoji': 'Add emoji',
|
|
221
|
+
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
222
|
+
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
223
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
224
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
225
|
+
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
226
|
+
'fabric.editor.quickInsert': 'Quick insert',
|
|
227
|
+
'fabric.editor.redo': 'Redo',
|
|
228
|
+
'fabric.editor.remove': 'Remove',
|
|
229
|
+
'fabric.editor.removeColumns': '{0, plural, one {Delete column} other {Delete columns}}',
|
|
230
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
231
|
+
'fabric.editor.removeRows': '{0, plural, one {Delete row} other {Delete rows}}',
|
|
232
|
+
'fabric.editor.replace': 'Replace',
|
|
233
|
+
'fabric.editor.replaceAll': 'Replace all',
|
|
234
|
+
'fabric.editor.replaceWith': 'Replace with',
|
|
235
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
236
|
+
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
237
|
+
'fabric.editor.saveButton': 'Save',
|
|
238
|
+
'fabric.editor.selectLanguage': 'Select language',
|
|
239
|
+
'fabric.editor.single': 'Single column',
|
|
240
|
+
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
241
|
+
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
242
|
+
'fabric.editor.splitCell': 'Split cell',
|
|
243
|
+
'fabric.editor.status': 'Status',
|
|
244
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
245
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
246
|
+
'fabric.editor.story': 'Story',
|
|
247
|
+
'fabric.editor.strike': 'Strikethrough',
|
|
248
|
+
'fabric.editor.subTask': 'Sub-task',
|
|
249
|
+
'fabric.editor.subscript': 'Subscript',
|
|
250
|
+
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
251
|
+
'fabric.editor.success': 'Success',
|
|
252
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
253
|
+
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
254
|
+
'fabric.editor.superscript': 'Superscript',
|
|
255
|
+
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
256
|
+
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
257
|
+
'fabric.editor.table': 'Table',
|
|
258
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
259
|
+
'fabric.editor.tableOptions': 'Table options',
|
|
260
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Removing this table will break all the charts connected to it.',
|
|
261
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Remove table and data',
|
|
262
|
+
'fabric.editor.task': 'Task',
|
|
263
|
+
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
264
|
+
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
265
|
+
'fabric.editor.textColor': 'Text color',
|
|
266
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
267
|
+
'fabric.editor.threeColumns': 'Three columns',
|
|
268
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
269
|
+
'fabric.editor.time.ago': 'ago',
|
|
270
|
+
'fabric.editor.time.updated': 'Updated',
|
|
271
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
272
|
+
'fabric.editor.toolbarLabel': 'Editor toolbar',
|
|
273
|
+
'fabric.editor.toolbarMediaTitle': 'Files & images',
|
|
274
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
275
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
276
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
277
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
278
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
279
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
280
|
+
'fabric.editor.twoColumns': 'Two columns',
|
|
281
|
+
'fabric.editor.typeAheadResultLabel': 'TypeAhead results',
|
|
282
|
+
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
283
|
+
'fabric.editor.underline': 'Underline',
|
|
284
|
+
'fabric.editor.undo': 'Undo',
|
|
285
|
+
'fabric.editor.unlink': 'Unlink',
|
|
286
|
+
'fabric.editor.unorderedList': 'Bullet list',
|
|
287
|
+
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
288
|
+
'fabric.editor.url': 'Display URL',
|
|
289
|
+
'fabric.editor.urlDescription': 'Display link as URL',
|
|
290
|
+
'fabric.editor.urlTitle': 'URL',
|
|
291
|
+
'fabric.editor.viewMore': 'View more',
|
|
292
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
293
|
+
'fabric.editor.warning': 'Warning',
|
|
294
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
295
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
296
|
+
'fabric.editor.wrapLeft': 'Wrap left',
|
|
297
|
+
'fabric.editor.wrapRight': 'Wrap right',
|
|
298
|
+
'fabric.theme.blue': 'Blue',
|
|
299
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
300
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
301
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
302
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
303
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
304
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
305
|
+
'fabric.theme.gray': 'Gray',
|
|
306
|
+
'fabric.theme.green': 'Green',
|
|
307
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
308
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
309
|
+
'fabric.theme.light-green': 'Light green',
|
|
310
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
311
|
+
'fabric.theme.light-red': 'Light red',
|
|
312
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
313
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
314
|
+
'fabric.theme.orange': 'Orange',
|
|
315
|
+
'fabric.theme.purple': 'Purple',
|
|
316
|
+
'fabric.theme.red': 'Red',
|
|
317
|
+
'fabric.theme.teal': 'Teal',
|
|
318
|
+
'fabric.theme.white': 'White',
|
|
319
|
+
'fabric.theme.yellow': 'Yellow'
|
|
320
|
+
};
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Spanish (International)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Elemento de acción',
|
|
10
10
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
11
11
|
'fabric.editor.addAltText': 'Texto alternativo',
|
|
12
|
-
'fabric.editor.alignCenter': '
|
|
12
|
+
'fabric.editor.alignCenter': 'Alinear al centro',
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Barra de herramientas de anotaciones',
|
|
23
23
|
'fabric.editor.backLink': 'Regresar',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
25
|
+
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
26
|
+
'fabric.editor.blockTitle': 'Tarjeta',
|
|
25
27
|
'fabric.editor.blockquote': 'una cita',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
|
27
29
|
'fabric.editor.blockquote2': 'Citar',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
34
36
|
'fabric.editor.cellBackground': 'Fondo de celda',
|
|
35
37
|
'fabric.editor.cellOptions': 'Opciones de celda',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Escribe algo…',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Borrar texto alternativo',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Borrar celda} other {Borrar celdas}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Borrar formato',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Cerrar',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Cerrar el diálogo de ayuda',
|
|
44
47
|
'fabric.editor.code': 'Código',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, código activado',
|
|
45
49
|
'fabric.editor.codeblock': 'Fragmento de código',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
|
47
51
|
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
69
73
|
'fabric.editor.createComment': 'Comentar',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
|
|
75
|
+
'fabric.editor.customPanel': 'Panel personalizado',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
71
77
|
'fabric.editor.date': 'Fecha',
|
|
72
78
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
73
79
|
'fabric.editor.decision': 'Decisión',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
|
|
82
88
|
'fabric.editor.displayText': 'Texto para mostrar',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Distribuir columnas',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Documento',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
|
|
84
92
|
'fabric.editor.edit': 'Editar',
|
|
85
93
|
'fabric.editor.editAltText': 'Editar texto alternativo',
|
|
86
94
|
'fabric.editor.editDateText': 'Editar fecha',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Editar color de estado',
|
|
90
98
|
'fabric.editor.editStatusText': 'Editar estado',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Contenido editable',
|
|
91
100
|
'fabric.editor.editorHelp': 'Ayuda del editor',
|
|
101
|
+
'fabric.editor.editors': 'Editores',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Ayuda',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administración',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Todos',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Explorar',
|
|
118
|
+
'fabric.editor.embedTitle': 'Integrar',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': '¿Seguro?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'Aceptar',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Se han abierto los controles de la barra de herramientas flotante',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
|
|
129
142
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
130
143
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
131
144
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
|
|
141
154
|
'fabric.editor.heading6': 'Título 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Error',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Incidencia',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historia',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarea',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
|
|
143
163
|
'fabric.editor.help': 'Ayuda',
|
|
144
164
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Etiqueta de enlace',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Las sugerencias aparecerán abajo a medida que escribas en el campo',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no hay resultados} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Información',
|
|
154
175
|
'fabric.editor.infoPanel': 'Panel de información',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Insertado',
|
|
156
179
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
157
180
|
'fabric.editor.insertMenu': 'Insertar',
|
|
158
181
|
'fabric.editor.insertRow': 'Insertar fila debajo',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Eliminar',
|
|
176
200
|
'fabric.editor.mention': 'Mención',
|
|
177
201
|
'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Mención',
|
|
178
204
|
'fabric.editor.mergeCells': 'Combinar celdas',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Más formatos',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Panel de notas',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
212
|
+
'fabric.editor.off': '{formattingType} desactivado',
|
|
213
|
+
'fabric.editor.on': '{formattingType} activado',
|
|
186
214
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Crear una lista ordenada',
|
|
188
216
|
'fabric.editor.other': 'Otros...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Añadir emoji',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Pegar texto sin formato',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Rehacer',
|
|
198
227
|
'fabric.editor.remove': 'Eliminar',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Eliminar emoji',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
|
|
201
231
|
'fabric.editor.replace': 'Reemplazar',
|
|
202
232
|
'fabric.editor.replaceAll': 'Reemplazar todo',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Barra lateral derecha',
|
|
206
236
|
'fabric.editor.saveButton': 'Guardar',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Seleccionar lenguaje',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Una sola columna',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Dividir celda',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Tachado',
|
|
217
247
|
'fabric.editor.subTask': 'Subtarea',
|
|
218
248
|
'fabric.editor.subscript': 'Subíndice',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Subíndice desactivado, superíndice activado',
|
|
219
250
|
'fabric.editor.success': 'Correcto',
|
|
220
251
|
'fabric.editor.successPanel': 'Panel de contenido correcto',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Añadir consejos en un panel de color',
|
|
222
253
|
'fabric.editor.superscript': 'Superíndice',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Superíndice desactivado, subíndice activado',
|
|
223
255
|
'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
|
|
224
256
|
'fabric.editor.table': 'Tabla',
|
|
225
257
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
226
258
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar esta tabla
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar esta tabla, se interrumpirán todos los gráficos conectados a ella.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar tabla y datos',
|
|
229
261
|
'fabric.editor.task': 'Tarea',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
231
264
|
'fabric.editor.textColor': 'Color del texto',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Menos colores',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Más colores',
|
|
234
265
|
'fabric.editor.textStyles': 'Estilos de texto',
|
|
235
266
|
'fabric.editor.threeColumns': 'Tres columnas',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Tres columnas con barras laterales',
|
|
237
268
|
'fabric.editor.time.ago': 'antes',
|
|
238
269
|
'fabric.editor.time.updated': 'Actualizado',
|
|
239
270
|
'fabric.editor.time.viewed': 'Visto',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Barra de herramientas del editor',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Archivos e imágenes',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'un panel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'una lista',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'una lista de decisiones',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
246
279
|
'fabric.editor.twoColumns': 'Dos columnas',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Resultados de escritura predictiva',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
248
282
|
'fabric.editor.underline': 'Subrayado',
|
|
249
283
|
'fabric.editor.undo': 'Deshacer',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Lista de viñetas',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Crear una lista sin ordenar',
|
|
253
287
|
'fabric.editor.url': 'Mostrar URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Mostrar enlace como URL',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': 'Ver más',
|
|
255
291
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
256
292
|
'fabric.editor.warning': 'Advertencia',
|
package/dist/esm/i18n/et.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Estonian
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Toimingu kirje',
|
|
10
10
|
'fabric.editor.action.description': 'Loo ja määra toiminguid',
|
|
@@ -133,7 +133,6 @@ export default {
|
|
|
133
133
|
'fabric.editor.rightSidebar': 'Parem külgriba',
|
|
134
134
|
'fabric.editor.saveButton': 'Salvesta',
|
|
135
135
|
'fabric.editor.selectLanguage': 'Vali keel',
|
|
136
|
-
'fabric.editor.selected': 'Valitud',
|
|
137
136
|
'fabric.editor.splitCell': 'Eralda lahtrid',
|
|
138
137
|
'fabric.editor.status': 'Olek',
|
|
139
138
|
'fabric.editor.status.description': 'Lisa kohandatud oleku silt',
|
|
@@ -150,8 +149,6 @@ export default {
|
|
|
150
149
|
'fabric.editor.tableOptions': 'Tabeli valikud',
|
|
151
150
|
'fabric.editor.taskPlaceholder': "Sisesta oma toiming, kasuta kellelegi määramiseks märki '@'.",
|
|
152
151
|
'fabric.editor.textColor': 'Teksti värv',
|
|
153
|
-
'fabric.editor.textColor.lessColors': 'Vähem värve',
|
|
154
|
-
'fabric.editor.textColor.moreColors': 'Rohkem värve',
|
|
155
152
|
'fabric.editor.textStyles': 'Tekstistiilid',
|
|
156
153
|
'fabric.editor.threeColumns': 'Kolm veergu',
|
|
157
154
|
'fabric.editor.threeColumnsWithSidebars': 'Kolm veergu külgribadega',
|