@atlaskit/editor-core 185.5.2 → 185.5.7
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/i18n/cs.js +0 -10
- package/dist/cjs/i18n/da.js +0 -10
- package/dist/cjs/i18n/de.js +0 -10
- package/dist/cjs/i18n/en.js +0 -10
- package/dist/cjs/i18n/en_GB.js +0 -10
- package/dist/cjs/i18n/en_ZZ.js +0 -10
- package/dist/cjs/i18n/es.js +0 -10
- package/dist/cjs/i18n/fi.js +0 -10
- package/dist/cjs/i18n/fr.js +0 -10
- package/dist/cjs/i18n/hu.js +0 -10
- package/dist/cjs/i18n/it.js +0 -10
- package/dist/cjs/i18n/ja.js +0 -10
- package/dist/cjs/i18n/ko.js +0 -10
- package/dist/cjs/i18n/nb.js +0 -10
- package/dist/cjs/i18n/nl.js +0 -10
- package/dist/cjs/i18n/pl.js +0 -10
- package/dist/cjs/i18n/pt_BR.js +0 -10
- package/dist/cjs/i18n/ru.js +0 -10
- package/dist/cjs/i18n/sv.js +0 -10
- package/dist/cjs/i18n/th.js +0 -10
- package/dist/cjs/i18n/tr.js +0 -10
- package/dist/cjs/i18n/uk.js +0 -10
- package/dist/cjs/i18n/vi.js +0 -10
- package/dist/cjs/i18n/zh.js +0 -10
- package/dist/cjs/i18n/zh_TW.js +0 -10
- package/dist/cjs/plugins/breakout/ui/LayoutButton.js +5 -28
- package/dist/cjs/plugins/card/index.js +20 -6
- package/dist/cjs/plugins/card/nodeviews/datasource.js +39 -4
- package/dist/cjs/plugins/card/pm-plugins/actions.js +31 -1
- package/dist/cjs/plugins/card/pm-plugins/main.js +48 -3
- package/dist/cjs/plugins/card/pm-plugins/reducers.js +22 -0
- package/dist/cjs/plugins/card/styles.js +1 -1
- package/dist/cjs/plugins/card/ui/LayoutButton/index.js +113 -0
- package/dist/cjs/plugins/card/ui/LayoutButton/styled.js +17 -0
- package/dist/cjs/plugins/card/ui/LayoutButton/types.js +5 -0
- package/dist/cjs/plugins/card/ui/LayoutButton/utils.js +19 -0
- package/dist/cjs/plugins/media/pm-plugins/main.js +20 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +0 -10
- package/dist/es2019/i18n/da.js +0 -10
- package/dist/es2019/i18n/de.js +0 -10
- package/dist/es2019/i18n/en.js +0 -10
- package/dist/es2019/i18n/en_GB.js +0 -10
- package/dist/es2019/i18n/en_ZZ.js +0 -10
- package/dist/es2019/i18n/es.js +0 -10
- package/dist/es2019/i18n/fi.js +0 -10
- package/dist/es2019/i18n/fr.js +0 -10
- package/dist/es2019/i18n/hu.js +0 -10
- package/dist/es2019/i18n/it.js +0 -10
- package/dist/es2019/i18n/ja.js +0 -10
- package/dist/es2019/i18n/ko.js +0 -10
- package/dist/es2019/i18n/nb.js +0 -10
- package/dist/es2019/i18n/nl.js +0 -10
- package/dist/es2019/i18n/pl.js +0 -10
- package/dist/es2019/i18n/pt_BR.js +0 -10
- package/dist/es2019/i18n/ru.js +0 -10
- package/dist/es2019/i18n/sv.js +0 -10
- package/dist/es2019/i18n/th.js +0 -10
- package/dist/es2019/i18n/tr.js +0 -10
- package/dist/es2019/i18n/uk.js +0 -10
- package/dist/es2019/i18n/vi.js +0 -10
- package/dist/es2019/i18n/zh.js +0 -10
- package/dist/es2019/i18n/zh_TW.js +0 -10
- package/dist/es2019/plugins/breakout/ui/LayoutButton.js +3 -26
- package/dist/es2019/plugins/breakout/utils/get-breakout-mode.js +0 -1
- package/dist/es2019/plugins/card/index.js +20 -3
- package/dist/es2019/plugins/card/nodeviews/datasource.js +38 -1
- package/dist/es2019/plugins/card/pm-plugins/actions.js +16 -0
- package/dist/es2019/plugins/card/pm-plugins/main.js +55 -4
- package/dist/es2019/plugins/card/pm-plugins/reducers.js +25 -0
- package/dist/es2019/plugins/card/styles.js +6 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/index.js +106 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/styled.js +10 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/types.js +1 -0
- package/dist/es2019/plugins/card/ui/LayoutButton/utils.js +15 -0
- package/dist/es2019/plugins/media/pm-plugins/main.js +25 -3
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +0 -10
- package/dist/esm/i18n/da.js +0 -10
- package/dist/esm/i18n/de.js +0 -10
- package/dist/esm/i18n/en.js +0 -10
- package/dist/esm/i18n/en_GB.js +0 -10
- package/dist/esm/i18n/en_ZZ.js +0 -10
- package/dist/esm/i18n/es.js +0 -10
- package/dist/esm/i18n/fi.js +0 -10
- package/dist/esm/i18n/fr.js +0 -10
- package/dist/esm/i18n/hu.js +0 -10
- package/dist/esm/i18n/it.js +0 -10
- package/dist/esm/i18n/ja.js +0 -10
- package/dist/esm/i18n/ko.js +0 -10
- package/dist/esm/i18n/nb.js +0 -10
- package/dist/esm/i18n/nl.js +0 -10
- package/dist/esm/i18n/pl.js +0 -10
- package/dist/esm/i18n/pt_BR.js +0 -10
- package/dist/esm/i18n/ru.js +0 -10
- package/dist/esm/i18n/sv.js +0 -10
- package/dist/esm/i18n/th.js +0 -10
- package/dist/esm/i18n/tr.js +0 -10
- package/dist/esm/i18n/uk.js +0 -10
- package/dist/esm/i18n/vi.js +0 -10
- package/dist/esm/i18n/zh.js +0 -10
- package/dist/esm/i18n/zh_TW.js +0 -10
- package/dist/esm/plugins/breakout/ui/LayoutButton.js +3 -26
- package/dist/esm/plugins/breakout/utils/get-breakout-mode.js +0 -1
- package/dist/esm/plugins/card/index.js +20 -3
- package/dist/esm/plugins/card/nodeviews/datasource.js +37 -3
- package/dist/esm/plugins/card/pm-plugins/actions.js +27 -0
- package/dist/esm/plugins/card/pm-plugins/main.js +49 -4
- package/dist/esm/plugins/card/pm-plugins/reducers.js +22 -0
- package/dist/esm/plugins/card/styles.js +1 -1
- package/dist/esm/plugins/card/ui/LayoutButton/index.js +102 -0
- package/dist/esm/plugins/card/ui/LayoutButton/styled.js +10 -0
- package/dist/esm/plugins/card/ui/LayoutButton/types.js +1 -0
- package/dist/esm/plugins/card/ui/LayoutButton/utils.js +12 -0
- package/dist/esm/plugins/media/pm-plugins/main.js +22 -3
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +0 -10
- package/dist/types/i18n/da.d.ts +0 -10
- package/dist/types/i18n/de.d.ts +0 -10
- package/dist/types/i18n/en.d.ts +0 -10
- package/dist/types/i18n/en_GB.d.ts +0 -10
- package/dist/types/i18n/en_ZZ.d.ts +0 -10
- package/dist/types/i18n/es.d.ts +0 -10
- package/dist/types/i18n/fi.d.ts +0 -10
- package/dist/types/i18n/fr.d.ts +0 -10
- package/dist/types/i18n/hu.d.ts +0 -10
- package/dist/types/i18n/it.d.ts +0 -10
- package/dist/types/i18n/ja.d.ts +0 -10
- package/dist/types/i18n/ko.d.ts +0 -10
- package/dist/types/i18n/nb.d.ts +0 -10
- package/dist/types/i18n/nl.d.ts +0 -10
- package/dist/types/i18n/pl.d.ts +0 -10
- package/dist/types/i18n/pt_BR.d.ts +0 -10
- package/dist/types/i18n/ru.d.ts +0 -10
- package/dist/types/i18n/sv.d.ts +0 -10
- package/dist/types/i18n/th.d.ts +0 -10
- package/dist/types/i18n/tr.d.ts +0 -10
- package/dist/types/i18n/uk.d.ts +0 -10
- package/dist/types/i18n/vi.d.ts +0 -10
- package/dist/types/i18n/zh.d.ts +0 -10
- package/dist/types/i18n/zh_TW.d.ts +0 -10
- package/dist/types/plugins/breakout/commands/set-breakout-mode.d.ts +1 -1
- package/dist/types/plugins/breakout/utils/get-breakout-mode.d.ts +1 -1
- package/dist/types/plugins/card/index.d.ts +3 -1
- package/dist/types/plugins/card/nodeviews/datasource.d.ts +18 -2
- package/dist/types/plugins/card/pm-plugins/actions.d.ts +7 -0
- package/dist/types/plugins/card/pm-plugins/plugin-key.d.ts +2 -1
- package/dist/types/plugins/card/pm-plugins/util/state.d.ts +2 -0
- package/dist/types/plugins/card/types.d.ts +17 -1
- package/dist/types/plugins/card/ui/LayoutButton/index.d.ts +9 -0
- package/dist/types/plugins/card/ui/LayoutButton/styled.d.ts +1 -0
- package/dist/types/plugins/card/ui/LayoutButton/types.d.ts +19 -0
- package/dist/types/plugins/card/ui/LayoutButton/utils.d.ts +5 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -10
- package/dist/types-ts4.5/i18n/da.d.ts +0 -10
- package/dist/types-ts4.5/i18n/de.d.ts +0 -10
- package/dist/types-ts4.5/i18n/en.d.ts +0 -10
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -10
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -10
- package/dist/types-ts4.5/i18n/es.d.ts +0 -10
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -10
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -10
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -10
- package/dist/types-ts4.5/i18n/it.d.ts +0 -10
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -10
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -10
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -10
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -10
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -10
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -10
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -10
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -10
- package/dist/types-ts4.5/i18n/th.d.ts +0 -10
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -10
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -10
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -10
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -10
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -10
- package/dist/types-ts4.5/plugins/breakout/commands/set-breakout-mode.d.ts +1 -1
- package/dist/types-ts4.5/plugins/breakout/utils/get-breakout-mode.d.ts +1 -1
- package/dist/types-ts4.5/plugins/card/index.d.ts +3 -1
- package/dist/types-ts4.5/plugins/card/nodeviews/datasource.d.ts +18 -2
- package/dist/types-ts4.5/plugins/card/pm-plugins/actions.d.ts +7 -0
- package/dist/types-ts4.5/plugins/card/pm-plugins/plugin-key.d.ts +2 -1
- package/dist/types-ts4.5/plugins/card/pm-plugins/util/state.d.ts +2 -0
- package/dist/types-ts4.5/plugins/card/types.d.ts +17 -1
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/index.d.ts +9 -0
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/styled.d.ts +1 -0
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/types.d.ts +19 -0
- package/dist/types-ts4.5/plugins/card/ui/LayoutButton/utils.d.ts +5 -0
- package/package.json +4 -4
|
@@ -74,7 +74,6 @@ export default {
|
|
|
74
74
|
'fabric.editor.edit': 'Edit',
|
|
75
75
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
76
76
|
'fabric.editor.editDateText': 'Edit Date',
|
|
77
|
-
'fabric.editor.editLink': 'Edit link',
|
|
78
77
|
'fabric.editor.editStatusColor': 'Edit Status Colour',
|
|
79
78
|
'fabric.editor.editStatusText': 'Edit Status',
|
|
80
79
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
@@ -98,7 +97,6 @@ export default {
|
|
|
98
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
99
98
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
100
99
|
'fabric.editor.embedTitle': 'Embed',
|
|
101
|
-
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
102
100
|
'fabric.editor.epic': 'Epic',
|
|
103
101
|
'fabric.editor.error': 'Error',
|
|
104
102
|
'fabric.editor.errorPanel': 'Error panel',
|
|
@@ -144,7 +142,6 @@ export default {
|
|
|
144
142
|
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
145
143
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
146
144
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
147
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
148
145
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
149
146
|
'fabric.editor.imageBorderColor': 'Colour',
|
|
150
147
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -160,17 +157,13 @@ export default {
|
|
|
160
157
|
'fabric.editor.inlineTitle': 'Inline',
|
|
161
158
|
'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.',
|
|
162
159
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
163
|
-
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
164
160
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
165
161
|
'fabric.editor.italic': 'Italic',
|
|
166
162
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
167
163
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
168
|
-
'fabric.editor.linkAddress': 'Link address',
|
|
169
|
-
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
170
164
|
'fabric.editor.lists': 'Lists',
|
|
171
165
|
'fabric.editor.markdown': 'Markdown',
|
|
172
166
|
'fabric.editor.matchCase': 'Match case',
|
|
173
|
-
'fabric.editor.mediaAddLink': 'Add link',
|
|
174
167
|
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
175
168
|
'fabric.editor.mentionNode.label': 'Tagged user',
|
|
176
169
|
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
@@ -206,7 +199,6 @@ export default {
|
|
|
206
199
|
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
207
200
|
'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available',
|
|
208
201
|
'fabric.editor.selectLanguage': 'Select language',
|
|
209
|
-
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
210
202
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
211
203
|
'fabric.editor.single': 'Single column',
|
|
212
204
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
@@ -240,10 +232,8 @@ export default {
|
|
|
240
232
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
241
233
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
242
234
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
243
|
-
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
244
235
|
'fabric.editor.underline': 'Underline',
|
|
245
236
|
'fabric.editor.undo': 'Undo',
|
|
246
|
-
'fabric.editor.unlink': 'Unlink',
|
|
247
237
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
248
238
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
249
239
|
'fabric.editor.url': 'Display URL',
|
|
@@ -74,7 +74,6 @@ export default {
|
|
|
74
74
|
'fabric.editor.edit': 'Edit',
|
|
75
75
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
76
76
|
'fabric.editor.editDateText': 'Edit Date',
|
|
77
|
-
'fabric.editor.editLink': 'Edit link',
|
|
78
77
|
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
79
78
|
'fabric.editor.editStatusText': 'Edit Status',
|
|
80
79
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
@@ -98,7 +97,6 @@ export default {
|
|
|
98
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
99
98
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
100
99
|
'fabric.editor.embedTitle': 'Embed',
|
|
101
|
-
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
102
100
|
'fabric.editor.epic': 'Epic',
|
|
103
101
|
'fabric.editor.error': 'Error',
|
|
104
102
|
'fabric.editor.errorPanel': 'Error panel',
|
|
@@ -144,7 +142,6 @@ export default {
|
|
|
144
142
|
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
145
143
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
146
144
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results found} one {{count,number} result found} other {{count,number} results found}}',
|
|
147
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
148
145
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
149
146
|
'fabric.editor.imageBorderColor': 'Color',
|
|
150
147
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
@@ -160,17 +157,13 @@ export default {
|
|
|
160
157
|
'fabric.editor.inlineTitle': 'Inline',
|
|
161
158
|
'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.',
|
|
162
159
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
163
|
-
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
164
160
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite teammate to {productName}} trusted {Invite teammate to {productName}} other {Add teammate to {productName}}}',
|
|
165
161
|
'fabric.editor.italic': 'Italic',
|
|
166
162
|
'fabric.editor.keyboardShortcuts': 'Keyboard shortcuts',
|
|
167
163
|
'fabric.editor.leftSidebar': 'Left sidebar',
|
|
168
|
-
'fabric.editor.linkAddress': 'Link address',
|
|
169
|
-
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
170
164
|
'fabric.editor.lists': 'Lists',
|
|
171
165
|
'fabric.editor.markdown': 'Markdown',
|
|
172
166
|
'fabric.editor.matchCase': 'Match case',
|
|
173
|
-
'fabric.editor.mediaAddLink': 'Add link',
|
|
174
167
|
'fabric.editor.mediaGroupDeleteLabel': 'delete',
|
|
175
168
|
'fabric.editor.mentionNode.label': 'Tagged user',
|
|
176
169
|
'fabric.editor.mentionsAddLabel': 'add-icon',
|
|
@@ -206,7 +199,6 @@ export default {
|
|
|
206
199
|
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
207
200
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} search result available} other {{itemsLength,number} search results available}}',
|
|
208
201
|
'fabric.editor.selectLanguage': 'Select language',
|
|
209
|
-
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
210
202
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
211
203
|
'fabric.editor.single': 'Single column',
|
|
212
204
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
@@ -240,10 +232,8 @@ export default {
|
|
|
240
232
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
241
233
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
242
234
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
243
|
-
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
244
235
|
'fabric.editor.underline': 'Underline',
|
|
245
236
|
'fabric.editor.undo': 'Undo',
|
|
246
|
-
'fabric.editor.unlink': 'Unlink',
|
|
247
237
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
248
238
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
249
239
|
'fabric.editor.url': 'Display URL',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': 'Editar',
|
|
74
74
|
'fabric.editor.editAltText': 'Editar texto alternativo',
|
|
75
75
|
'fabric.editor.editDateText': 'Editar fecha',
|
|
76
|
-
'fabric.editor.editLink': 'Editar enlace',
|
|
77
76
|
'fabric.editor.editStatusColor': 'Editar color de estado',
|
|
78
77
|
'fabric.editor.editStatusText': 'Editar estado',
|
|
79
78
|
'fabric.editor.editableContentLabel': 'Contenido editable',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Explorar',
|
|
99
98
|
'fabric.editor.embedTitle': 'Integrar',
|
|
100
|
-
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
101
99
|
'fabric.editor.epic': 'Epic',
|
|
102
100
|
'fabric.editor.error': 'Error',
|
|
103
101
|
'fabric.editor.errorPanel': 'Panel de errores',
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': 'Etiqueta de enlace',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Las sugerencias aparecerán abajo a medida que escribas en el campo',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no hay resultados} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
145
142
|
'fabric.editor.imageBorderBold': 'Negrita',
|
|
146
143
|
'fabric.editor.imageBorderColor': 'Color',
|
|
147
144
|
'fabric.editor.imageBorderMedium': 'Mediano',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': 'Insertado',
|
|
158
155
|
'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.',
|
|
159
156
|
'fabric.editor.invalidDateError': 'Introducir una fecha válida',
|
|
160
|
-
'fabric.editor.invalidLink': 'Introduce un enlace válido.',
|
|
161
157
|
'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}}}',
|
|
162
158
|
'fabric.editor.italic': 'Cursiva',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': 'Métodos abreviados de teclado',
|
|
164
160
|
'fabric.editor.leftSidebar': 'Barra lateral izquierda',
|
|
165
|
-
'fabric.editor.linkAddress': 'Dirección del enlace',
|
|
166
|
-
'fabric.editor.linkPlaceholder': 'Pegar enlace',
|
|
167
161
|
'fabric.editor.lists': 'Listas',
|
|
168
162
|
'fabric.editor.markdown': 'Markdown',
|
|
169
163
|
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
170
|
-
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': 'Eliminar',
|
|
172
165
|
'fabric.editor.mentionNode.label': 'Usuario etiquetado',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': 'añadir-icono',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': 'Barra lateral derecha',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} resultado de búsqueda disponible} other {{itemsLength,number} resultados de búsqueda disponibles}}',
|
|
205
198
|
'fabric.editor.selectLanguage': 'Seleccionar lenguaje',
|
|
206
|
-
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
207
199
|
'fabric.editor.shortcut': 'Atajo de texto',
|
|
208
200
|
'fabric.editor.single': 'Una sola columna',
|
|
209
201
|
'fabric.editor.statusPlaceholder': 'Establecer un estado',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': 'Comienza a escribir para buscar usuarios que etiquetar',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
241
232
|
'fabric.editor.underline': 'Subrayado',
|
|
242
233
|
'fabric.editor.undo': 'Deshacer',
|
|
243
|
-
'fabric.editor.unlink': 'Desvincular',
|
|
244
234
|
'fabric.editor.unorderedList': 'Lista de viñetas',
|
|
245
235
|
'fabric.editor.unorderedList.description': 'Crear una lista sin ordenar',
|
|
246
236
|
'fabric.editor.url': 'Mostrar URL',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': 'Muokkaa',
|
|
74
74
|
'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
|
|
75
75
|
'fabric.editor.editDateText': 'Muokkaa päiväystä',
|
|
76
|
-
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
77
76
|
'fabric.editor.editStatusColor': 'Muokkaa tilaväriä',
|
|
78
77
|
'fabric.editor.editStatusText': 'Muokkaa tilaa',
|
|
79
78
|
'fabric.editor.editableContentLabel': 'Muokattava sisältö',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Tutustu Atlassian Marketplaceen',
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Selaa',
|
|
99
98
|
'fabric.editor.embedTitle': 'Upota',
|
|
100
|
-
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
101
99
|
'fabric.editor.epic': 'Eepos',
|
|
102
100
|
'fabric.editor.error': 'Virhe',
|
|
103
101
|
'fabric.editor.errorPanel': 'Virhepaneeli',
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': 'Linkin tunniste',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Ehdotukset näytetään alla, kun alat kirjoittaa kenttään',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {tuloksia ei löytynyt} one {{count,number} tulos löytyi} other {{count,number} tulosta löytyi}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
145
142
|
'fabric.editor.imageBorderBold': 'Voimakas',
|
|
146
143
|
'fabric.editor.imageBorderColor': 'Väri',
|
|
147
144
|
'fabric.editor.imageBorderMedium': 'Keskikokoinen',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
158
155
|
'fabric.editor.inputQueryAssistiveTxt': 'Kun automaattitäydennyksen tuloksia on saatavilla, selaa niiden välillä ylös- ja alas-nuolilla ja valitse painamalla Enter. Kosketuslaitteilla selaa tuloksia koskettamalla tai pyyhkäisyllä.',
|
|
159
156
|
'fabric.editor.invalidDateError': 'Anna käypä päiväys',
|
|
160
|
-
'fabric.editor.invalidLink': 'Anna käypä linkki.',
|
|
161
157
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
|
|
162
158
|
'fabric.editor.italic': 'Kursivoitu',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': 'Pikanäppäimet',
|
|
164
160
|
'fabric.editor.leftSidebar': 'Vasen sivupalkki',
|
|
165
|
-
'fabric.editor.linkAddress': 'Linkitä osoite',
|
|
166
|
-
'fabric.editor.linkPlaceholder': 'Liimaa linkki',
|
|
167
161
|
'fabric.editor.lists': 'Luettelot',
|
|
168
162
|
'fabric.editor.markdown': 'Markdown-merkintäkieli',
|
|
169
163
|
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
170
|
-
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': 'Poista',
|
|
172
165
|
'fabric.editor.mentionNode.label': 'Merkitty käyttäjä',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': 'lisää-kuvake',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': 'Oikea sivupalkki',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} hakutulos saatavilla} other {{itemsLength,number} hakutulosta saatavilla}}',
|
|
205
198
|
'fabric.editor.selectLanguage': 'Valitse kieli',
|
|
206
|
-
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
207
199
|
'fabric.editor.shortcut': 'Tekstipikalinkki',
|
|
208
200
|
'fabric.editor.single': 'Yksittäinen sarake',
|
|
209
201
|
'fabric.editor.statusPlaceholder': 'Aseta tila',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': 'Aloita kirjoittaminen hakeaksesi käyttäjiä, joita voit merkitä',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
241
232
|
'fabric.editor.underline': 'Alleviivaus',
|
|
242
233
|
'fabric.editor.undo': 'Kumoa',
|
|
243
|
-
'fabric.editor.unlink': 'Poista linkitys',
|
|
244
234
|
'fabric.editor.unorderedList': 'Pisteluettelo',
|
|
245
235
|
'fabric.editor.unorderedList.description': 'Luo järjestämätön luettelo',
|
|
246
236
|
'fabric.editor.url': 'Näytä URL-osoite',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': 'Modifier',
|
|
74
74
|
'fabric.editor.editAltText': 'Modifier le texte alternatif',
|
|
75
75
|
'fabric.editor.editDateText': 'Modifier la date',
|
|
76
|
-
'fabric.editor.editLink': 'Modifier le lien',
|
|
77
76
|
'fabric.editor.editStatusColor': "Modifier la couleur de l'état",
|
|
78
77
|
'fabric.editor.editStatusText': "Modifier l'état",
|
|
79
78
|
'fabric.editor.editableContentLabel': 'Contenu éditable',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorer Atlassian Marketplace',
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Parcourir',
|
|
99
98
|
'fabric.editor.embedTitle': 'Intégrer',
|
|
100
|
-
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
101
99
|
'fabric.editor.epic': 'Epic',
|
|
102
100
|
'fabric.editor.error': 'Erreur',
|
|
103
101
|
'fabric.editor.errorPanel': "Panneau d'erreur",
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': 'Étiquette de lien',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Les suggestions apparaîtront au fur et à mesure que vous saisissez du texte dans le champ',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {aucun résultat} one {{count,number} résultat trouvé} other {{count,number} résultats trouvés}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
145
142
|
'fabric.editor.imageBorderBold': 'Gras',
|
|
146
143
|
'fabric.editor.imageBorderColor': 'Couleur',
|
|
147
144
|
'fabric.editor.imageBorderMedium': 'Moyenne',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
158
155
|
'fabric.editor.inputQueryAssistiveTxt': "Lorsque les résultats de la saisie semi-automatique sont disponibles, utilisez les flèches vers le haut et le bas pour les passer en revue, et appuyez sur Entrée pour en sélectionner un. Les utilisateurs d'appareils tactiles peuvent parcourir les résultats en touchant l'écran ou en le balayant.",
|
|
159
156
|
'fabric.editor.invalidDateError': 'Saisissez une date valide',
|
|
160
|
-
'fabric.editor.invalidLink': 'Veuillez saisir un lien valide.',
|
|
161
157
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter un coéquipier à rejoindre {productName}} trusted {Inviter un coéquipier à rejoindre {productName}} other {Ajouter un coéquipier à {productName}}}',
|
|
162
158
|
'fabric.editor.italic': 'Italique',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': 'Raccourcis clavier',
|
|
164
160
|
'fabric.editor.leftSidebar': 'Barre latérale de gauche',
|
|
165
|
-
'fabric.editor.linkAddress': 'Adresse du lien',
|
|
166
|
-
'fabric.editor.linkPlaceholder': 'Coller un lien',
|
|
167
161
|
'fabric.editor.lists': 'Listes',
|
|
168
162
|
'fabric.editor.markdown': 'Markdown',
|
|
169
163
|
'fabric.editor.matchCase': 'Respecter la casse',
|
|
170
|
-
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': 'Supprimer',
|
|
172
165
|
'fabric.editor.mentionNode.label': 'Utilisateur mentionné',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': 'icône-ajout',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': 'Barre latérale de droite',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} résultat de recherche disponible} other {{itemsLength,number} résultats de recherche disponibles}}',
|
|
205
198
|
'fabric.editor.selectLanguage': 'Sélectionner le langage',
|
|
206
|
-
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
207
199
|
'fabric.editor.shortcut': 'Raccourci de texte',
|
|
208
200
|
'fabric.editor.single': 'Colonne unique',
|
|
209
201
|
'fabric.editor.statusPlaceholder': 'Définir un état',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': 'Commencez à taper pour rechercher les utilisateurs à mentionner',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utilisateurs que vous pouvez mentionner',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': 'Utilisateur {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': "Impossible d'ouvrir ce lien",
|
|
241
232
|
'fabric.editor.underline': 'Souligner',
|
|
242
233
|
'fabric.editor.undo': 'Annuler',
|
|
243
|
-
'fabric.editor.unlink': 'Dissocier',
|
|
244
234
|
'fabric.editor.unorderedList': 'Liste à puces',
|
|
245
235
|
'fabric.editor.unorderedList.description': 'Créer une liste non ordonnée',
|
|
246
236
|
'fabric.editor.url': "Afficher l'URL",
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': 'Szerkesztés',
|
|
74
74
|
'fabric.editor.editAltText': 'Alternatív szöveg szerkesztése',
|
|
75
75
|
'fabric.editor.editDateText': 'Dátum szerkesztése',
|
|
76
|
-
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
77
76
|
'fabric.editor.editStatusColor': 'Állapotszín szerkesztése',
|
|
78
77
|
'fabric.editor.editStatusText': 'Állapot szerkesztése',
|
|
79
78
|
'fabric.editor.editableContentLabel': 'Szerkeszthető tartalom',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace felfedezése',
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Böngészés',
|
|
99
98
|
'fabric.editor.embedTitle': 'Beágyazás',
|
|
100
|
-
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
101
99
|
'fabric.editor.epic': 'Eposz',
|
|
102
100
|
'fabric.editor.error': 'Hiba',
|
|
103
101
|
'fabric.editor.errorPanel': 'Hiba panel',
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': 'Link címkéje',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'A rendszer a beírt szövegnek megfelelően jeleníti meg lent a javaslatokat',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nincs találat} one {{count,number} találat} other {{count,number} találat}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
145
142
|
'fabric.editor.imageBorderBold': 'Félkövér',
|
|
146
143
|
'fabric.editor.imageBorderColor': 'Szín',
|
|
147
144
|
'fabric.editor.imageBorderMedium': 'Közepes',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
158
155
|
'fabric.editor.inputQueryAssistiveTxt': 'Amikor elérhetők az automatikus kiegészítés eredményei, a fel- és lefelé mutató nyilakat használhatod az áttekintéshez, az Entert pedig a kiválasztáshoz. Az érintőképernyős eszközt használó felhasználók érintéssel vagy pöccintéssel ismerhetik meg őket.',
|
|
159
156
|
'fabric.editor.invalidDateError': 'Adj meg egy érvényes dátumot',
|
|
160
|
-
'fabric.editor.invalidLink': 'Adj meg egy érvényes linket.',
|
|
161
157
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Csapattag meghívása a(z) {productName} termékbe} trusted {Csapattag meghívása a(z) {productName} termékbe} other {Csapattag hozzáadása a(z) {productName} termékhez}}',
|
|
162
158
|
'fabric.editor.italic': 'Dőlt',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': 'Billentyűparancsok',
|
|
164
160
|
'fabric.editor.leftSidebar': 'Bal oldali oldalsáv',
|
|
165
|
-
'fabric.editor.linkAddress': 'Hivatkozás címe',
|
|
166
|
-
'fabric.editor.linkPlaceholder': 'Hivatkozás beillesztése',
|
|
167
161
|
'fabric.editor.lists': 'Listák',
|
|
168
162
|
'fabric.editor.markdown': 'Markdown',
|
|
169
163
|
'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
|
|
170
|
-
'fabric.editor.mediaAddLink': 'Hivatkozás hozzáadása',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': 'Törlés',
|
|
172
165
|
'fabric.editor.mentionNode.label': 'Felhasználó felcímkézve',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': 'Hozzáadás ikon',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': 'Jobb oldali oldalsáv',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} keresési találat elérhető} other {{itemsLength,number} keresési találat elérhető}}',
|
|
205
198
|
'fabric.editor.selectLanguage': 'Programozási nyelv kiválasztása',
|
|
206
|
-
'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
|
|
207
199
|
'fabric.editor.shortcut': 'Szöveghivatkozás',
|
|
208
200
|
'fabric.editor.single': 'Egy oszlop',
|
|
209
201
|
'fabric.editor.statusPlaceholder': 'Állapot beállítása',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': 'Kezdj el gépelni a címkézendő felhasználók kereséséhez',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': 'Felhasználók, akiket címkézhetsz',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': 'Felhasználó: {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': 'Nem lehet megnyitni ezt a linket',
|
|
241
232
|
'fabric.editor.underline': 'Aláhúzott',
|
|
242
233
|
'fabric.editor.undo': 'Visszavonás',
|
|
243
|
-
'fabric.editor.unlink': 'Hivatkozás törlése',
|
|
244
234
|
'fabric.editor.unorderedList': 'Listajeles lista',
|
|
245
235
|
'fabric.editor.unorderedList.description': 'Sorrend nélküli lista létrehozása',
|
|
246
236
|
'fabric.editor.url': 'URL megjelenítése',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': 'Modifica',
|
|
74
74
|
'fabric.editor.editAltText': 'Modifica testo alternativo',
|
|
75
75
|
'fabric.editor.editDateText': 'Modifica data',
|
|
76
|
-
'fabric.editor.editLink': 'Modifica link',
|
|
77
76
|
'fabric.editor.editStatusColor': 'Modifica colore stato',
|
|
78
77
|
'fabric.editor.editStatusText': 'Modifica stato',
|
|
79
78
|
'fabric.editor.editableContentLabel': 'Contenuto modificabile',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Esplora l'Atlassian Marketplace",
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Sfoglia',
|
|
99
98
|
'fabric.editor.embedTitle': 'Incorpora',
|
|
100
|
-
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
101
99
|
'fabric.editor.epic': 'Epic',
|
|
102
100
|
'fabric.editor.error': 'Errore',
|
|
103
101
|
'fabric.editor.errorPanel': 'Pannello errori',
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': 'Etichetta link',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
145
142
|
'fabric.editor.imageBorderBold': 'Grande',
|
|
146
143
|
'fabric.editor.imageBorderColor': 'Colore',
|
|
147
144
|
'fabric.editor.imageBorderMedium': 'Media',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': 'In linea',
|
|
158
155
|
'fabric.editor.inputQueryAssistiveTxt': 'Una volta che i risultati del completamento automatico sono disponibili, utilizza le frecce su e giù per rivedere i dati e premi Invio per selezionarli. Gli utenti di dispositivi touch possono utilizzare i movimenti di tocco o scorrimento.',
|
|
159
156
|
'fabric.editor.invalidDateError': 'Inserisci una data valida',
|
|
160
|
-
'fabric.editor.invalidLink': 'Inserisci un link valido.',
|
|
161
157
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita un collega in {productName}} trusted {Invita un collega in {productName}} other {Aggiunti un collega a {productName}}}',
|
|
162
158
|
'fabric.editor.italic': 'Corsivo',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': 'Scelte rapide da tastiera',
|
|
164
160
|
'fabric.editor.leftSidebar': 'Barra laterale sinistra',
|
|
165
|
-
'fabric.editor.linkAddress': 'Collega indirizzo',
|
|
166
|
-
'fabric.editor.linkPlaceholder': 'Incolla link',
|
|
167
161
|
'fabric.editor.lists': 'Elenchi',
|
|
168
162
|
'fabric.editor.markdown': 'Markdown',
|
|
169
163
|
'fabric.editor.matchCase': 'Maiuscole/Minuscole',
|
|
170
|
-
'fabric.editor.mediaAddLink': 'Aggiungi link',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': 'Elimina',
|
|
172
165
|
'fabric.editor.mentionNode.label': 'Utente taggato',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': 'icona aggiungi',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': 'Barra laterale destra',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} risultato della ricerca disponibile} other {{itemsLength,number} risultati della ricerca disponibili}}',
|
|
205
198
|
'fabric.editor.selectLanguage': 'Seleziona linguaggio',
|
|
206
|
-
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
207
199
|
'fabric.editor.shortcut': 'Scelta rapida di testo',
|
|
208
200
|
'fabric.editor.single': 'Colonna singola',
|
|
209
201
|
'fabric.editor.statusPlaceholder': 'Imposta uno stato',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': 'Inizia a digitare per cercare gli utenti da taggare',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': 'Utenti che puoi taggare',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': 'Utente {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': 'Impossibile aprire questo link',
|
|
241
232
|
'fabric.editor.underline': 'Sottolineato',
|
|
242
233
|
'fabric.editor.undo': 'Annulla',
|
|
243
|
-
'fabric.editor.unlink': 'Rimuovi link',
|
|
244
234
|
'fabric.editor.unorderedList': 'Elenco puntato',
|
|
245
235
|
'fabric.editor.unorderedList.description': 'Crea un elenco non ordinato',
|
|
246
236
|
'fabric.editor.url': 'Visualizza URL',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': '編集',
|
|
74
74
|
'fabric.editor.editAltText': '代替テキストを編集',
|
|
75
75
|
'fabric.editor.editDateText': '日付を編集',
|
|
76
|
-
'fabric.editor.editLink': 'リンクを編集',
|
|
77
76
|
'fabric.editor.editStatusColor': 'ステータス カラーを編集',
|
|
78
77
|
'fabric.editor.editStatusText': 'ステータスを編集',
|
|
79
78
|
'fabric.editor.editableContentLabel': '編集可能なコンテンツ',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace を見る',
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': '参照',
|
|
99
98
|
'fabric.editor.embedTitle': '埋め込み',
|
|
100
|
-
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
101
99
|
'fabric.editor.epic': 'エピック',
|
|
102
100
|
'fabric.editor.error': 'エラー',
|
|
103
101
|
'fabric.editor.errorPanel': 'エラー パネル',
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': 'リンク ラベル',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
145
142
|
'fabric.editor.imageBorderBold': '太い',
|
|
146
143
|
'fabric.editor.imageBorderColor': '色',
|
|
147
144
|
'fabric.editor.imageBorderMedium': '普通',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': 'インライン',
|
|
158
155
|
'fabric.editor.inputQueryAssistiveTxt': 'オートコンプリートの結果を利用できる際は、上下の矢印キーによって確認して Enter キーを押して選択します。タッチ デバイスのユーザーは、タッチまたはスワイプして検索してください。',
|
|
159
156
|
'fabric.editor.invalidDateError': '有効な日付を入力してください',
|
|
160
|
-
'fabric.editor.invalidLink': '有効なリンクを入力してください。',
|
|
161
157
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
162
158
|
'fabric.editor.italic': '斜体',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
164
160
|
'fabric.editor.leftSidebar': '左サイドバー',
|
|
165
|
-
'fabric.editor.linkAddress': 'リンクのアドレス',
|
|
166
|
-
'fabric.editor.linkPlaceholder': 'リンクを貼り付け',
|
|
167
161
|
'fabric.editor.lists': 'リスト',
|
|
168
162
|
'fabric.editor.markdown': 'マークダウン',
|
|
169
163
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
170
|
-
'fabric.editor.mediaAddLink': 'リンクを追加',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': '削除',
|
|
172
165
|
'fabric.editor.mentionNode.label': 'タグ付けされたユーザー',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': '追加アイコン',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': '右サイドバー',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number} 件の検索結果があります。}}',
|
|
205
198
|
'fabric.editor.selectLanguage': '言語を選択',
|
|
206
|
-
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
207
199
|
'fabric.editor.shortcut': 'テキスト ショートカット',
|
|
208
200
|
'fabric.editor.single': '単一列',
|
|
209
201
|
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': 'タグ付けするユーザーを検索するには、入力を開始してください。',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': 'タグ付けできるユーザー',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': 'ユーザー {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
241
232
|
'fabric.editor.underline': '下線',
|
|
242
233
|
'fabric.editor.undo': '元に戻す',
|
|
243
|
-
'fabric.editor.unlink': 'リンクを解除',
|
|
244
234
|
'fabric.editor.unorderedList': '箇条書きリスト',
|
|
245
235
|
'fabric.editor.unorderedList.description': '順序指定なしのリストを作成',
|
|
246
236
|
'fabric.editor.url': 'URL を表示',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': '편집',
|
|
74
74
|
'fabric.editor.editAltText': '대체 텍스트 편집',
|
|
75
75
|
'fabric.editor.editDateText': '날짜 편집',
|
|
76
|
-
'fabric.editor.editLink': '링크 편집',
|
|
77
76
|
'fabric.editor.editStatusColor': '상태 색상 편집',
|
|
78
77
|
'fabric.editor.editStatusText': '상태 편집',
|
|
79
78
|
'fabric.editor.editableContentLabel': '편집 가능한 콘텐츠',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace 둘러보기',
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': '찾아보기',
|
|
99
98
|
'fabric.editor.embedTitle': '포함',
|
|
100
|
-
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
101
99
|
'fabric.editor.epic': '에픽',
|
|
102
100
|
'fabric.editor.error': '오류',
|
|
103
101
|
'fabric.editor.errorPanel': '오류 패널',
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': '링크 레이블',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
145
142
|
'fabric.editor.imageBorderBold': '강조',
|
|
146
143
|
'fabric.editor.imageBorderColor': '색상',
|
|
147
144
|
'fabric.editor.imageBorderMedium': '중간',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': '인라인',
|
|
158
155
|
'fabric.editor.inputQueryAssistiveTxt': '자동 완성 결과를 사용할 수 있으면 위 화살표와 아래 화살표를 사용하여 검토하고 Enter 키를 눌러 선택합니다. 터치 기기 사용자는 터치 또는 스와이프 동작으로 탐색하세요.',
|
|
159
156
|
'fabric.editor.invalidDateError': '올바른 날짜를 입력하세요',
|
|
160
|
-
'fabric.editor.invalidLink': '유효한 링크를 입력하세요.',
|
|
161
157
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {팀원을 {productName}에 초대} trusted {팀원을 {productName}에 초대} other {팀원을 {productName}에 추가}}',
|
|
162
158
|
'fabric.editor.italic': '기울임꼴',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': '키보드 단축키',
|
|
164
160
|
'fabric.editor.leftSidebar': '왼쪽 사이드바',
|
|
165
|
-
'fabric.editor.linkAddress': '링크 주소',
|
|
166
|
-
'fabric.editor.linkPlaceholder': '링크 붙여넣기',
|
|
167
161
|
'fabric.editor.lists': '목록',
|
|
168
162
|
'fabric.editor.markdown': 'Markdown',
|
|
169
163
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
170
|
-
'fabric.editor.mediaAddLink': '링크 추가',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': '삭제',
|
|
172
165
|
'fabric.editor.mentionNode.label': '태그된 사용자',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': '아이콘 추가',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': '오른쪽 사이드바',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number}개의 검색 결과 사용 가능}}',
|
|
205
198
|
'fabric.editor.selectLanguage': '언어 선택',
|
|
206
|
-
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
207
199
|
'fabric.editor.shortcut': '텍스트 바로 가기',
|
|
208
200
|
'fabric.editor.single': '단일 열',
|
|
209
201
|
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': '입력을 시작하여 태그할 사용자를 검색',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': '태그할 수 있는 사용자',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': '사용자 {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
241
232
|
'fabric.editor.underline': '밑줄',
|
|
242
233
|
'fabric.editor.undo': '실행 취소',
|
|
243
|
-
'fabric.editor.unlink': '링크 해제',
|
|
244
234
|
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
245
235
|
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
246
236
|
'fabric.editor.url': '표시 URL',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -73,7 +73,6 @@ export default {
|
|
|
73
73
|
'fabric.editor.edit': 'Rediger',
|
|
74
74
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
75
75
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
76
|
-
'fabric.editor.editLink': 'Rediger kobling',
|
|
77
76
|
'fabric.editor.editStatusColor': 'Rediger statusfarge',
|
|
78
77
|
'fabric.editor.editStatusText': 'Rediger status',
|
|
79
78
|
'fabric.editor.editableContentLabel': 'Aktiver innhold',
|
|
@@ -97,7 +96,6 @@ export default {
|
|
|
97
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforsk Atlassian Marketplace',
|
|
98
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Se gjennom',
|
|
99
98
|
'fabric.editor.embedTitle': 'Bygg inn',
|
|
100
|
-
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
101
99
|
'fabric.editor.epic': 'Epic',
|
|
102
100
|
'fabric.editor.error': 'Feil',
|
|
103
101
|
'fabric.editor.errorPanel': 'Feilpanel',
|
|
@@ -141,7 +139,6 @@ export default {
|
|
|
141
139
|
'fabric.editor.hyperlink.linkAriaLabel': 'Koblingsetikett',
|
|
142
140
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
143
141
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
144
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
145
142
|
'fabric.editor.imageBorderBold': 'Fet',
|
|
146
143
|
'fabric.editor.imageBorderColor': 'Farge',
|
|
147
144
|
'fabric.editor.imageBorderMedium': 'Middels',
|
|
@@ -157,17 +154,13 @@ export default {
|
|
|
157
154
|
'fabric.editor.inlineTitle': 'Innebygd',
|
|
158
155
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater for autofullføring er tilgjengelig, bruker du pil opp og pil ned for å se gjennom og enter for å velge. Brukere av berøringsenheter kan utforske ved å berøre eller sveipe.',
|
|
159
156
|
'fabric.editor.invalidDateError': 'Oppgi en gyldig dato',
|
|
160
|
-
'fabric.editor.invalidLink': 'Skriv inn en gyldig kobling.',
|
|
161
157
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Legg til teammedlem i {productName}}}',
|
|
162
158
|
'fabric.editor.italic': 'Kursiv',
|
|
163
159
|
'fabric.editor.keyboardShortcuts': 'Tastatursnarveier',
|
|
164
160
|
'fabric.editor.leftSidebar': 'Sidelinje til venstre',
|
|
165
|
-
'fabric.editor.linkAddress': 'Koblingsadresse',
|
|
166
|
-
'fabric.editor.linkPlaceholder': 'Lim inn kobling',
|
|
167
161
|
'fabric.editor.lists': 'Lister',
|
|
168
162
|
'fabric.editor.markdown': 'Markdown',
|
|
169
163
|
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
170
|
-
'fabric.editor.mediaAddLink': 'Legg til kobling',
|
|
171
164
|
'fabric.editor.mediaGroupDeleteLabel': 'Slett',
|
|
172
165
|
'fabric.editor.mentionNode.label': 'Merket bruker',
|
|
173
166
|
'fabric.editor.mentionsAddLabel': 'legg til-ikon',
|
|
@@ -203,7 +196,6 @@ export default {
|
|
|
203
196
|
'fabric.editor.rightSidebar': 'Sidelinje til høyre',
|
|
204
197
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} tilgjengelig søkeresultat} other {{itemsLength,number} tilgjengelige søkeresultater}}',
|
|
205
198
|
'fabric.editor.selectLanguage': 'Velg programmeringsspråk',
|
|
206
|
-
'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
|
|
207
199
|
'fabric.editor.shortcut': 'Tekstsnarvei',
|
|
208
200
|
'fabric.editor.single': 'Enkeltkolonne',
|
|
209
201
|
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
@@ -237,10 +229,8 @@ export default {
|
|
|
237
229
|
'fabric.editor.typeahead.mentionInputLabel': 'Begynn å skrive for å søke etter brukere å tagge',
|
|
238
230
|
'fabric.editor.typeahead.mentionPopupLabel': 'Brukere du kan tagge',
|
|
239
231
|
'fabric.editor.typeahead.metionListItemLabel': 'Bruker {name} @{shortName}',
|
|
240
|
-
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
241
232
|
'fabric.editor.underline': 'Understreking',
|
|
242
233
|
'fabric.editor.undo': 'Angre',
|
|
243
|
-
'fabric.editor.unlink': 'Fjern kobling',
|
|
244
234
|
'fabric.editor.unorderedList': 'Punktliste',
|
|
245
235
|
'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
|
|
246
236
|
'fabric.editor.url': 'Vis som nettadresse',
|