@atlaskit/editor-common 77.0.5 → 77.1.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 +21 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +131 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +62 -150
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +19 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/utils.js +26 -0
- package/dist/cjs/i18n/cs.js +0 -3
- package/dist/cjs/i18n/da.js +24 -4
- package/dist/cjs/i18n/de.js +0 -3
- package/dist/cjs/i18n/en.js +23 -5
- package/dist/cjs/i18n/en_GB.js +24 -6
- package/dist/cjs/i18n/en_ZZ.js +24 -6
- package/dist/cjs/i18n/es.js +24 -4
- package/dist/cjs/i18n/fi.js +23 -4
- package/dist/cjs/i18n/fr.js +24 -4
- package/dist/cjs/i18n/hu.js +24 -4
- package/dist/cjs/i18n/it.js +24 -4
- package/dist/cjs/i18n/ja.js +25 -2
- package/dist/cjs/i18n/ko.js +24 -4
- package/dist/cjs/i18n/nb.js +24 -2
- package/dist/cjs/i18n/nl.js +24 -4
- package/dist/cjs/i18n/pl.js +23 -4
- package/dist/cjs/i18n/pt_BR.js +22 -4
- package/dist/cjs/i18n/ru.js +22 -4
- package/dist/cjs/i18n/sv.js +24 -4
- package/dist/cjs/i18n/th.js +24 -4
- package/dist/cjs/i18n/tr.js +22 -4
- package/dist/cjs/i18n/uk.js +25 -5
- package/dist/cjs/i18n/vi.js +24 -4
- package/dist/cjs/i18n/zh.js +23 -5
- package/dist/cjs/i18n/zh_TW.js +24 -4
- package/dist/cjs/messages/full-page.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +134 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +55 -161
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +81 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/es2019/i18n/cs.js +0 -3
- package/dist/es2019/i18n/da.js +24 -4
- package/dist/es2019/i18n/de.js +0 -3
- package/dist/es2019/i18n/en.js +23 -5
- package/dist/es2019/i18n/en_GB.js +24 -6
- package/dist/es2019/i18n/en_ZZ.js +24 -6
- package/dist/es2019/i18n/es.js +24 -4
- package/dist/es2019/i18n/fi.js +23 -4
- package/dist/es2019/i18n/fr.js +24 -4
- package/dist/es2019/i18n/hu.js +24 -4
- package/dist/es2019/i18n/it.js +24 -4
- package/dist/es2019/i18n/ja.js +25 -2
- package/dist/es2019/i18n/ko.js +24 -4
- package/dist/es2019/i18n/nb.js +24 -2
- package/dist/es2019/i18n/nl.js +24 -4
- package/dist/es2019/i18n/pl.js +23 -4
- package/dist/es2019/i18n/pt_BR.js +22 -4
- package/dist/es2019/i18n/ru.js +22 -4
- package/dist/es2019/i18n/sv.js +24 -4
- package/dist/es2019/i18n/th.js +24 -4
- package/dist/es2019/i18n/tr.js +22 -4
- package/dist/es2019/i18n/uk.js +25 -5
- package/dist/es2019/i18n/vi.js +24 -4
- package/dist/es2019/i18n/zh.js +23 -5
- package/dist/es2019/i18n/zh_TW.js +24 -4
- package/dist/es2019/messages/full-page.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +124 -0
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +61 -150
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +13 -0
- package/dist/esm/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/esm/i18n/cs.js +0 -3
- package/dist/esm/i18n/da.js +24 -4
- package/dist/esm/i18n/de.js +0 -3
- package/dist/esm/i18n/en.js +23 -5
- package/dist/esm/i18n/en_GB.js +24 -6
- package/dist/esm/i18n/en_ZZ.js +24 -6
- package/dist/esm/i18n/es.js +24 -4
- package/dist/esm/i18n/fi.js +23 -4
- package/dist/esm/i18n/fr.js +24 -4
- package/dist/esm/i18n/hu.js +24 -4
- package/dist/esm/i18n/it.js +24 -4
- package/dist/esm/i18n/ja.js +25 -2
- package/dist/esm/i18n/ko.js +24 -4
- package/dist/esm/i18n/nb.js +24 -2
- package/dist/esm/i18n/nl.js +24 -4
- package/dist/esm/i18n/pl.js +23 -4
- package/dist/esm/i18n/pt_BR.js +22 -4
- package/dist/esm/i18n/ru.js +22 -4
- package/dist/esm/i18n/sv.js +24 -4
- package/dist/esm/i18n/th.js +24 -4
- package/dist/esm/i18n/tr.js +22 -4
- package/dist/esm/i18n/uk.js +25 -5
- package/dist/esm/i18n/vi.js +24 -4
- package/dist/esm/i18n/zh.js +23 -5
- package/dist/esm/i18n/zh_TW.js +24 -4
- package/dist/esm/messages/full-page.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/card/cardOptions.d.ts +7 -0
- package/dist/types/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +0 -3
- package/dist/types/i18n/da.d.ts +23 -3
- package/dist/types/i18n/de.d.ts +0 -3
- package/dist/types/i18n/en.d.ts +20 -2
- package/dist/types/i18n/en_GB.d.ts +20 -2
- package/dist/types/i18n/en_ZZ.d.ts +20 -2
- package/dist/types/i18n/es.d.ts +23 -3
- package/dist/types/i18n/fi.d.ts +22 -3
- package/dist/types/i18n/fr.d.ts +23 -3
- package/dist/types/i18n/hu.d.ts +23 -3
- package/dist/types/i18n/it.d.ts +23 -3
- package/dist/types/i18n/ja.d.ts +24 -1
- package/dist/types/i18n/ko.d.ts +23 -3
- package/dist/types/i18n/nb.d.ts +23 -1
- package/dist/types/i18n/nl.d.ts +23 -3
- package/dist/types/i18n/pl.d.ts +22 -3
- package/dist/types/i18n/pt_BR.d.ts +21 -3
- package/dist/types/i18n/ru.d.ts +21 -3
- package/dist/types/i18n/sv.d.ts +23 -3
- package/dist/types/i18n/th.d.ts +23 -3
- package/dist/types/i18n/tr.d.ts +21 -3
- package/dist/types/i18n/uk.d.ts +23 -3
- package/dist/types/i18n/vi.d.ts +23 -3
- package/dist/types/i18n/zh.d.ts +21 -3
- package/dist/types/i18n/zh_TW.d.ts +23 -3
- package/dist/types/types/next-editor-plugin.d.ts +1 -4
- package/dist/types-ts4.5/card/cardOptions.d.ts +7 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -3
- package/dist/types-ts4.5/i18n/da.d.ts +23 -3
- package/dist/types-ts4.5/i18n/de.d.ts +0 -3
- package/dist/types-ts4.5/i18n/en.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +20 -2
- package/dist/types-ts4.5/i18n/es.d.ts +23 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +23 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +23 -3
- package/dist/types-ts4.5/i18n/it.d.ts +23 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +24 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +23 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +23 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +23 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +21 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +21 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +23 -3
- package/dist/types-ts4.5/i18n/th.d.ts +23 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +21 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +23 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +23 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +21 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +23 -3
- package/dist/types-ts4.5/types/next-editor-plugin.d.ts +1 -4
- package/package.json +8 -8
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Action item',
|
|
17
17
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Add column left',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Add column right',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Add row above',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Add row below',
|
|
21
23
|
'fabric.editor.alignCenter': 'Align center',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
56
58
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
57
59
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Column options',
|
|
58
61
|
'fabric.editor.columns': 'Layouts',
|
|
59
62
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
@@ -92,6 +95,11 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Nothing matches your search',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggestion available for typed text.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions available for typed text.',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
102
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Search',
|
|
95
103
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
96
104
|
'fabric.editor.embedTitle': 'Embed',
|
|
97
105
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -168,12 +176,16 @@ var _default = exports.default = {
|
|
|
168
176
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
169
177
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
170
178
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
171
|
-
'fabric.editor.media_change_mediainline': 'Inline',
|
|
179
|
+
'fabric.editor.media_change_mediainline': 'Inline (caption will be removed)',
|
|
172
180
|
'fabric.editor.media_change_mediasingle': 'Original size',
|
|
173
181
|
'fabric.editor.mention': 'Mention',
|
|
174
182
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
175
183
|
'fabric.editor.mergeCells': 'Merge cells',
|
|
176
184
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
185
|
+
'fabric.editor.moveColumnLeft': 'Move {0, plural, one {column} other {columns}} left',
|
|
186
|
+
'fabric.editor.moveColumnRight': 'Move {0, plural, one {column} other {columns}} right',
|
|
187
|
+
'fabric.editor.moveDownDown': 'Move {0, plural, one {row} other {rows}} down',
|
|
188
|
+
'fabric.editor.moveRowUp': 'Move {0, plural, one {row} other {rows}} up',
|
|
177
189
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
178
190
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
179
191
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -199,11 +211,14 @@ var _default = exports.default = {
|
|
|
199
211
|
'fabric.editor.removeRows': 'Delete {0, plural, one {row} other {rows}}',
|
|
200
212
|
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
201
213
|
'fabric.editor.rowControl': 'Highlight row',
|
|
214
|
+
'fabric.editor.rowDragHandle': 'Row options',
|
|
202
215
|
'fabric.editor.saveButton': 'Save',
|
|
203
216
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
204
217
|
'fabric.editor.single': 'Single column',
|
|
205
218
|
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
206
219
|
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
220
|
+
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
221
|
+
'fabric.editor.sortColumnIncreasing': 'Sort increasing',
|
|
207
222
|
'fabric.editor.splitCell': 'Split cell',
|
|
208
223
|
'fabric.editor.status': 'Status',
|
|
209
224
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
@@ -224,6 +239,8 @@ var _default = exports.default = {
|
|
|
224
239
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
225
240
|
'fabric.editor.tableSelector': 'Table size',
|
|
226
241
|
'fabric.editor.tableSelector.description': 'Add a table using popup to select a custom size',
|
|
242
|
+
'fabric.editor.tableSizeSelectorButton': 'Create table of size',
|
|
243
|
+
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
227
244
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
228
245
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
229
246
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
@@ -236,7 +253,7 @@ var _default = exports.default = {
|
|
|
236
253
|
'fabric.editor.time.ago': 'ago',
|
|
237
254
|
'fabric.editor.time.updated': 'Updated',
|
|
238
255
|
'fabric.editor.time.viewed': 'Viewed',
|
|
239
|
-
'fabric.editor.toolbarLabel': 'Editor
|
|
256
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
240
257
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
241
258
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
242
259
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
@@ -314,5 +331,6 @@ var _default = exports.default = {
|
|
|
314
331
|
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
315
332
|
'fabric.theme.teal': 'Teal',
|
|
316
333
|
'fabric.theme.white': 'White',
|
|
317
|
-
'fabric.theme.yellow': 'Yellow'
|
|
334
|
+
'fabric.theme.yellow': 'Yellow',
|
|
335
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
318
336
|
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Action item',
|
|
17
17
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Add column left',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Add column right',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Add row above',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Add row below',
|
|
21
23
|
'fabric.editor.alignCenter': 'Align center',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
56
58
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
57
59
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Column options',
|
|
58
61
|
'fabric.editor.columns': 'Layouts',
|
|
59
62
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
@@ -92,6 +95,11 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Nothing matches your search',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggestion available for typed text.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions available for typed text.',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
102
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Search',
|
|
95
103
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
96
104
|
'fabric.editor.embedTitle': 'Embed',
|
|
97
105
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -151,7 +159,7 @@ var _default = exports.default = {
|
|
|
151
159
|
'fabric.editor.inlineTitle': 'Inline',
|
|
152
160
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
153
161
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
154
|
-
'fabric.editor.insertMenu': 'Insert',
|
|
162
|
+
'fabric.editor.insertMenu': 'Insert elements',
|
|
155
163
|
'fabric.editor.insertRow': 'Insert row below',
|
|
156
164
|
'fabric.editor.insertRowDrag': 'Insert row',
|
|
157
165
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
@@ -168,12 +176,16 @@ var _default = exports.default = {
|
|
|
168
176
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
169
177
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
170
178
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
171
|
-
'fabric.editor.media_change_mediainline': 'Inline',
|
|
179
|
+
'fabric.editor.media_change_mediainline': 'Inline (caption will be removed)',
|
|
172
180
|
'fabric.editor.media_change_mediasingle': 'Original size',
|
|
173
181
|
'fabric.editor.mention': 'Mention',
|
|
174
182
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
175
183
|
'fabric.editor.mergeCells': 'Merge cells',
|
|
176
184
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
185
|
+
'fabric.editor.moveColumnLeft': 'Move {0, plural, one {column} other {columns}} left',
|
|
186
|
+
'fabric.editor.moveColumnRight': 'Move {0, plural, one {column} other {columns}} right',
|
|
187
|
+
'fabric.editor.moveDownDown': 'Move {0, plural, one {row} other {rows}} down',
|
|
188
|
+
'fabric.editor.moveRowUp': 'Move {0, plural, one {row} other {rows}} up',
|
|
177
189
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
178
190
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
179
191
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -199,11 +211,14 @@ var _default = exports.default = {
|
|
|
199
211
|
'fabric.editor.removeRows': 'Delete {0, plural, one {row} other {rows}}',
|
|
200
212
|
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
201
213
|
'fabric.editor.rowControl': 'Highlight row',
|
|
214
|
+
'fabric.editor.rowDragHandle': 'Row options',
|
|
202
215
|
'fabric.editor.saveButton': 'Save',
|
|
203
216
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
204
217
|
'fabric.editor.single': 'Single column',
|
|
205
218
|
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
206
219
|
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
220
|
+
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
221
|
+
'fabric.editor.sortColumnIncreasing': 'Sort increasing',
|
|
207
222
|
'fabric.editor.splitCell': 'Split cell',
|
|
208
223
|
'fabric.editor.status': 'Status',
|
|
209
224
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
@@ -224,6 +239,8 @@ var _default = exports.default = {
|
|
|
224
239
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
225
240
|
'fabric.editor.tableSelector': 'Table size',
|
|
226
241
|
'fabric.editor.tableSelector.description': 'Add a table using popup to select a custom size',
|
|
242
|
+
'fabric.editor.tableSizeSelectorButton': 'Create table of size',
|
|
243
|
+
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
227
244
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
228
245
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
229
246
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
@@ -236,7 +253,7 @@ var _default = exports.default = {
|
|
|
236
253
|
'fabric.editor.time.ago': 'ago',
|
|
237
254
|
'fabric.editor.time.updated': 'Updated',
|
|
238
255
|
'fabric.editor.time.viewed': 'Viewed',
|
|
239
|
-
'fabric.editor.toolbarLabel': 'Editor
|
|
256
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
240
257
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
241
258
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
242
259
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
@@ -314,5 +331,6 @@ var _default = exports.default = {
|
|
|
314
331
|
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
315
332
|
'fabric.theme.teal': 'Teal',
|
|
316
333
|
'fabric.theme.white': 'White',
|
|
317
|
-
'fabric.theme.yellow': 'Yellow'
|
|
334
|
+
'fabric.theme.yellow': 'Yellow',
|
|
335
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
318
336
|
};
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Action item',
|
|
17
17
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Add column left',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Add column right',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Add row above',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Add row below',
|
|
21
23
|
'fabric.editor.alignCenter': 'Align center',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
56
58
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
57
59
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Column options',
|
|
58
61
|
'fabric.editor.columns': 'Layouts',
|
|
59
62
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
@@ -92,6 +95,11 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Nothing matches your search',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggestion available for typed text.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions available for typed text.',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
102
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Search',
|
|
95
103
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
96
104
|
'fabric.editor.embedTitle': 'Embed',
|
|
97
105
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -151,7 +159,7 @@ var _default = exports.default = {
|
|
|
151
159
|
'fabric.editor.inlineTitle': 'Inline',
|
|
152
160
|
'fabric.editor.insertColumn': 'Insert column right',
|
|
153
161
|
'fabric.editor.insertColumnDrag': 'Insert column',
|
|
154
|
-
'fabric.editor.insertMenu': 'Insert
|
|
162
|
+
'fabric.editor.insertMenu': 'Insert elements',
|
|
155
163
|
'fabric.editor.insertRow': 'Insert row below',
|
|
156
164
|
'fabric.editor.insertRowDrag': 'Insert row',
|
|
157
165
|
'fabric.editor.invalidLink': 'Please enter a valid link.',
|
|
@@ -168,12 +176,16 @@ var _default = exports.default = {
|
|
|
168
176
|
'fabric.editor.mediaAddLink': 'Add link',
|
|
169
177
|
'fabric.editor.mediaFiles': 'Image, video, or file',
|
|
170
178
|
'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
|
|
171
|
-
'fabric.editor.media_change_mediainline': 'Inline
|
|
179
|
+
'fabric.editor.media_change_mediainline': 'Inline (caption will be removed)',
|
|
172
180
|
'fabric.editor.media_change_mediasingle': 'Original size',
|
|
173
181
|
'fabric.editor.mention': 'Mention',
|
|
174
182
|
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
175
183
|
'fabric.editor.mergeCells': 'Merge cells',
|
|
176
184
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
185
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Move column left} other {Move columns left}}',
|
|
186
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Move column right} other {Move columns right}}',
|
|
187
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Move row down} other {Move rows down}}',
|
|
188
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Move row up} other {Move rows up}}',
|
|
177
189
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
178
190
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
179
191
|
'fabric.editor.normal': 'Normal text',
|
|
@@ -199,11 +211,14 @@ var _default = exports.default = {
|
|
|
199
211
|
'fabric.editor.removeRows': '{0, plural, one {Delete row} other {Delete rows}}',
|
|
200
212
|
'fabric.editor.rightSidebar': 'Right sidebar',
|
|
201
213
|
'fabric.editor.rowControl': 'Highlight row',
|
|
214
|
+
'fabric.editor.rowDragHandle': 'Row options',
|
|
202
215
|
'fabric.editor.saveButton': 'Save',
|
|
203
216
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
204
217
|
'fabric.editor.single': 'Single column',
|
|
205
218
|
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
206
219
|
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
220
|
+
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
221
|
+
'fabric.editor.sortColumnIncreasing': 'Sort increasing',
|
|
207
222
|
'fabric.editor.splitCell': 'Split cell',
|
|
208
223
|
'fabric.editor.status': 'Status',
|
|
209
224
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
@@ -224,6 +239,8 @@ var _default = exports.default = {
|
|
|
224
239
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Table width increased to {newWidth,number} pixel.} other {Table width increased to {newWidth,number} pixels.}}',
|
|
225
240
|
'fabric.editor.tableSelector': 'Table size',
|
|
226
241
|
'fabric.editor.tableSelector.description': 'Add a table using popup to select a custom size',
|
|
242
|
+
'fabric.editor.tableSizeSelectorButton': 'Create table of size',
|
|
243
|
+
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
227
244
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
228
245
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
229
246
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
@@ -236,7 +253,7 @@ var _default = exports.default = {
|
|
|
236
253
|
'fabric.editor.time.ago': 'ago',
|
|
237
254
|
'fabric.editor.time.updated': 'Updated',
|
|
238
255
|
'fabric.editor.time.viewed': 'Viewed',
|
|
239
|
-
'fabric.editor.toolbarLabel': 'Editor
|
|
256
|
+
'fabric.editor.toolbarLabel': 'Editor',
|
|
240
257
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
241
258
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
242
259
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
@@ -314,5 +331,6 @@ var _default = exports.default = {
|
|
|
314
331
|
'fabric.theme.subtle-yellow': 'Subtle yellow',
|
|
315
332
|
'fabric.theme.teal': 'Teal',
|
|
316
333
|
'fabric.theme.white': 'White',
|
|
317
|
-
'fabric.theme.yellow': 'Yellow'
|
|
334
|
+
'fabric.theme.yellow': 'Yellow',
|
|
335
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
318
336
|
};
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Elemento de acción',
|
|
17
17
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Añadir columna a la izquierda',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Añadir columna a la derecha',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Añadir fila arriba',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Añadir fila abajo',
|
|
21
23
|
'fabric.editor.alignCenter': 'Centrar',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
|
56
58
|
'fabric.editor.collapseNode': 'contraer contenido',
|
|
57
59
|
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
58
61
|
'fabric.editor.columns': 'Diseños',
|
|
59
62
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
60
63
|
'fabric.editor.copiedToClipboard': '¡Copiado!',
|
|
@@ -92,6 +95,11 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'No hay nada que coincida con la búsqueda',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'No hay nada que coincida con la búsqueda',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugerencia disponible para texto escrito.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'sugerencias disponibles para texto escrito.',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Entrar',
|
|
102
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Buscar',
|
|
95
103
|
'fabric.editor.elementbrowser.sidebar.heading': 'Explorar',
|
|
96
104
|
'fabric.editor.embedTitle': 'Integrar',
|
|
97
105
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -147,6 +155,7 @@ var _default = exports.default = {
|
|
|
147
155
|
'fabric.editor.infoPanel': 'Panel de información',
|
|
148
156
|
'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
|
|
149
157
|
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
158
|
+
'fabric.editor.inlineOverlay': 'Configurar',
|
|
150
159
|
'fabric.editor.inlineTitle': 'Insertado',
|
|
151
160
|
'fabric.editor.insertColumn': 'Insertar columna a la derecha',
|
|
152
161
|
'fabric.editor.insertColumnDrag': 'Insertar columna',
|
|
@@ -167,12 +176,15 @@ var _default = exports.default = {
|
|
|
167
176
|
'fabric.editor.mediaAddLink': 'Añadir enlace',
|
|
168
177
|
'fabric.editor.mediaFiles': 'Imagen, vídeo o archivo',
|
|
169
178
|
'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'Insertado',
|
|
171
179
|
'fabric.editor.media_change_mediasingle': 'Tamaño original',
|
|
172
180
|
'fabric.editor.mention': 'Mención',
|
|
173
181
|
'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
|
|
174
182
|
'fabric.editor.mergeCells': 'Fusionar celdas',
|
|
175
183
|
'fabric.editor.moreFormatting': 'Más formatos',
|
|
184
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Mover columna a la izquierda} other {Mover columnas a la izquierda}}',
|
|
185
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Mover columna a la derecha} other {Mover columnas a la derecha}}',
|
|
186
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Mover fila hacia abajo} other {Mover filas hacia abajo}}',
|
|
187
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Mover fila hacia arriba} other {Mover filas hacia arriba}}',
|
|
176
188
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
|
177
189
|
'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
|
|
178
190
|
'fabric.editor.normal': 'Texto normal',
|
|
@@ -198,11 +210,14 @@ var _default = exports.default = {
|
|
|
198
210
|
'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
|
|
199
211
|
'fabric.editor.rightSidebar': 'Barra lateral derecha',
|
|
200
212
|
'fabric.editor.rowControl': 'Destacar fila',
|
|
213
|
+
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
201
214
|
'fabric.editor.saveButton': 'Guardar',
|
|
202
215
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
203
216
|
'fabric.editor.single': 'Una sola columna',
|
|
204
217
|
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
205
218
|
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
219
|
+
'fabric.editor.sortColumnDecreasing': 'Ordenar en descendente',
|
|
220
|
+
'fabric.editor.sortColumnIncreasing': 'Ordenar en ascendente',
|
|
206
221
|
'fabric.editor.splitCell': 'Dividir celda',
|
|
207
222
|
'fabric.editor.status': 'Estado',
|
|
208
223
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
@@ -221,6 +236,10 @@ var _default = exports.default = {
|
|
|
221
236
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
222
237
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla reducido a {newWidth,number} píxel.} other {Ancho de la tabla reducido a {newWidth,number} píxeles.}}',
|
|
223
238
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Ancho de la tabla aumentado a {newWidth,number} píxel.} other {Ancho de la tabla aumentado a {newWidth,number} píxeles.}}',
|
|
239
|
+
'fabric.editor.tableSelector': 'Tamaño de tabla',
|
|
240
|
+
'fabric.editor.tableSelector.description': 'Añade una tabla mediante la ventana emergente para seleccionar un tamaño personalizado',
|
|
241
|
+
'fabric.editor.tableSizeSelectorButton': 'Crear tabla de tamaño',
|
|
242
|
+
'fabric.editor.tableSizeSelectorPopup': 'Selector de tamaño de tabla',
|
|
224
243
|
'fabric.editor.tables.adjustColumn': 'Ajustar columna',
|
|
225
244
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
226
245
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
@@ -311,5 +330,6 @@ var _default = exports.default = {
|
|
|
311
330
|
'fabric.theme.subtle-yellow': 'Amarillo sutil',
|
|
312
331
|
'fabric.theme.teal': 'Verde azulado',
|
|
313
332
|
'fabric.theme.white': 'Blanco',
|
|
314
|
-
'fabric.theme.yellow': 'Amarillo'
|
|
333
|
+
'fabric.theme.yellow': 'Amarillo',
|
|
334
|
+
'fabrid.editor.rowNumbers': 'Números de fila'
|
|
315
335
|
};
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Tehtävä',
|
|
17
17
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Lisää sarake vasemmalle',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Lisää sarake oikealle',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
21
23
|
'fabric.editor.alignCenter': 'Tasaa keskelle',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
|
56
58
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
57
59
|
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
58
61
|
'fabric.editor.columns': 'Asettelut',
|
|
59
62
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Kopioitu!',
|
|
@@ -92,6 +95,10 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ei hakutuloksia',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hae käyttämällä eri termiä tai tutustu uusiin Atlassian-tuotteiden sovelluksiin.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Tutustu Atlassian Marketplaceen',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Ei hakutuloksia',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'ehdotus käytettävissä kirjoitetulle tekstille.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Lisää',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Haku',
|
|
95
102
|
'fabric.editor.elementbrowser.sidebar.heading': 'Selaa',
|
|
96
103
|
'fabric.editor.embedTitle': 'Upota',
|
|
97
104
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -147,6 +154,7 @@ var _default = exports.default = {
|
|
|
147
154
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
148
155
|
'fabric.editor.infoPanel.description': 'Korosta tietoja värillisessä paneelissa',
|
|
149
156
|
'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
|
|
157
|
+
'fabric.editor.inlineOverlay': 'Muokkaa',
|
|
150
158
|
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
151
159
|
'fabric.editor.insertColumn': 'Lisää sarake oikealle',
|
|
152
160
|
'fabric.editor.insertColumnDrag': 'Lisää sarake',
|
|
@@ -167,12 +175,15 @@ var _default = exports.default = {
|
|
|
167
175
|
'fabric.editor.mediaAddLink': 'Lisää linkki',
|
|
168
176
|
'fabric.editor.mediaFiles': 'Kuva, video tai tiedosto',
|
|
169
177
|
'fabric.editor.mediaFiles.description': 'Lisää kuvia ja muita tiedostoja sivullesi',
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'Tekstiin sitoutuva',
|
|
171
178
|
'fabric.editor.media_change_mediasingle': 'Alkuperäinen koko',
|
|
172
179
|
'fabric.editor.mention': 'Maininta',
|
|
173
180
|
'fabric.editor.mention.description': 'Merkitse joku henkilö lähettääksesi hänelle ilmoituksen',
|
|
174
181
|
'fabric.editor.mergeCells': 'Yhdistä solut',
|
|
175
182
|
'fabric.editor.moreFormatting': 'Lisää muotoilua',
|
|
183
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Siirrä sarake vasemmalle} other {Siirrä sarakkeet vasemmalle}}',
|
|
184
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Siirrä sarake oikealle} other {Siirrä sarakkeet oikealle}}',
|
|
185
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Siirrä rivi alas} other {Siirrä rivit alas}}',
|
|
186
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Siirrä rivi ylös} other {Siirrä rivit ylös}}',
|
|
176
187
|
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
177
188
|
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
|
178
189
|
'fabric.editor.normal': 'Normaali teksti',
|
|
@@ -198,11 +209,14 @@ var _default = exports.default = {
|
|
|
198
209
|
'fabric.editor.removeRows': '{0, plural, one {Poista rivi} other {Poista rivit}}',
|
|
199
210
|
'fabric.editor.rightSidebar': 'Oikea sivupalkki',
|
|
200
211
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
212
|
+
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
201
213
|
'fabric.editor.saveButton': 'Tallenna',
|
|
202
214
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
203
215
|
'fabric.editor.single': 'Yksittäinen sarake',
|
|
204
216
|
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
205
217
|
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
218
|
+
'fabric.editor.sortColumnDecreasing': 'Laskeva lajittelu',
|
|
219
|
+
'fabric.editor.sortColumnIncreasing': 'Nouseva lajittelu',
|
|
206
220
|
'fabric.editor.splitCell': 'Jaa solu',
|
|
207
221
|
'fabric.editor.status': 'Tila',
|
|
208
222
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
@@ -221,6 +235,10 @@ var _default = exports.default = {
|
|
|
221
235
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
222
236
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys pieneni {newWidth,number} pikseliin.} other {Taulukon leveys pieneni {newWidth,number} pikseliin.}}',
|
|
223
237
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys kasvoi {newWidth,number} pikseliin.} other {Taulukon leveys kasvoi {newWidth,number} pikseliin.}}',
|
|
238
|
+
'fabric.editor.tableSelector': 'Taulukon koko',
|
|
239
|
+
'fabric.editor.tableSelector.description': 'Lisää taulukko ponnahdusikkunan avulla ja valitse mukautettu koko',
|
|
240
|
+
'fabric.editor.tableSizeSelectorButton': 'Luo tietyn kokoinen taulukko',
|
|
241
|
+
'fabric.editor.tableSizeSelectorPopup': 'Taulukon koon valitsin',
|
|
224
242
|
'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
|
|
225
243
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
|
226
244
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Poista',
|
|
@@ -311,5 +329,6 @@ var _default = exports.default = {
|
|
|
311
329
|
'fabric.theme.subtle-yellow': 'Vaaleankeltainen',
|
|
312
330
|
'fabric.theme.teal': 'Sinivihreä',
|
|
313
331
|
'fabric.theme.white': 'Valkoinen',
|
|
314
|
-
'fabric.theme.yellow': 'Keltainen'
|
|
332
|
+
'fabric.theme.yellow': 'Keltainen',
|
|
333
|
+
'fabrid.editor.rowNumbers': 'Rivinumerot'
|
|
315
334
|
};
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -15,9 +15,11 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'Tâche',
|
|
17
17
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
18
|
-
'fabric.editor.
|
|
18
|
+
'fabric.editor.addColumnLeft': 'Ajouter une colonne à gauche',
|
|
19
|
+
'fabric.editor.addColumnRight': 'Ajouter une colonne à droite',
|
|
19
20
|
'fabric.editor.addMediaFiles': 'Ajouter une image, une vidéo ou un fichier',
|
|
20
|
-
'fabric.editor.
|
|
21
|
+
'fabric.editor.addRowAbove': 'Ajouter une ligne au-dessus',
|
|
22
|
+
'fabric.editor.addRowBelow': 'Ajouter une ligne en dessous',
|
|
21
23
|
'fabric.editor.alignCenter': 'Aligner au centre',
|
|
22
24
|
'fabric.editor.alignImageCenter': 'Aligner au centre',
|
|
23
25
|
'fabric.editor.alignImageLeft': 'Aligner à gauche',
|
|
@@ -55,6 +57,7 @@ var _default = exports.default = {
|
|
|
55
57
|
'fabric.editor.codeblock.description': 'Insérer du code avec coloration syntaxique',
|
|
56
58
|
'fabric.editor.collapseNode': 'Réduire le contenu',
|
|
57
59
|
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
60
|
+
'fabric.editor.columnDragHandle': 'Options de colonne',
|
|
58
61
|
'fabric.editor.columns': 'Mises en page',
|
|
59
62
|
'fabric.editor.columns.description': 'Organiser votre page en sections',
|
|
60
63
|
'fabric.editor.copiedToClipboard': 'Copié !',
|
|
@@ -92,6 +95,11 @@ var _default = exports.default = {
|
|
|
92
95
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Aucun résultat pour votre recherche',
|
|
93
96
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Essayez de rechercher un autre terme ou découvrez de nouvelles apps pour les produits Atlassian.',
|
|
94
97
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorer Atlassian Marketplace',
|
|
98
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Aucun résultat pour votre recherche',
|
|
99
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggestion disponible pour le texte saisi.',
|
|
100
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions disponibles pour le texte saisi.',
|
|
101
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Entrer',
|
|
102
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Rechercher',
|
|
95
103
|
'fabric.editor.elementbrowser.sidebar.heading': 'Parcourir',
|
|
96
104
|
'fabric.editor.embedTitle': 'Intégrer',
|
|
97
105
|
'fabric.editor.emoji': 'Émoticône',
|
|
@@ -147,6 +155,7 @@ var _default = exports.default = {
|
|
|
147
155
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
148
156
|
'fabric.editor.infoPanel.description': 'Mettre en valeur des informations dans un cadre coloré',
|
|
149
157
|
'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
|
|
158
|
+
'fabric.editor.inlineOverlay': 'Configurer',
|
|
150
159
|
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
151
160
|
'fabric.editor.insertColumn': 'Insérer une colonne à droite',
|
|
152
161
|
'fabric.editor.insertColumnDrag': 'Insérer une colonne',
|
|
@@ -167,12 +176,15 @@ var _default = exports.default = {
|
|
|
167
176
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
168
177
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|
|
169
178
|
'fabric.editor.mediaFiles.description': "Ajoutez des images et d'autres fichiers à votre page",
|
|
170
|
-
'fabric.editor.media_change_mediainline': 'En ligne',
|
|
171
179
|
'fabric.editor.media_change_mediasingle': "Taille d'origine",
|
|
172
180
|
'fabric.editor.mention': 'Mention',
|
|
173
181
|
'fabric.editor.mention.description': 'Mentionner une personne pour lui envoyer une notification',
|
|
174
182
|
'fabric.editor.mergeCells': 'Fusionner les cellules',
|
|
175
183
|
'fabric.editor.moreFormatting': 'Plus de formatage',
|
|
184
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Déplacer la colonne vers la gauche} other {Déplacer les colonnes vers la gauche}}',
|
|
185
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Déplacer la colonne vers la droite} other {Déplacer les colonnes vers la droite}}',
|
|
186
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Déplacer la ligne vers le bas} other {Déplacer les lignes vers le bas}}',
|
|
187
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Déplacer la ligne vers le haut} other {Déplacer les lignes vers le haut}}',
|
|
176
188
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
|
177
189
|
'fabric.editor.navigate.toolbar.floating': "Accéder à la barre d'outils flottante",
|
|
178
190
|
'fabric.editor.normal': 'Texte normal',
|
|
@@ -198,11 +210,14 @@ var _default = exports.default = {
|
|
|
198
210
|
'fabric.editor.removeRows': '{0, plural, one {Supprimer la ligne} other {Supprimer les lignes}}',
|
|
199
211
|
'fabric.editor.rightSidebar': 'Barre latérale de droite',
|
|
200
212
|
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
213
|
+
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
201
214
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
202
215
|
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
203
216
|
'fabric.editor.single': 'Colonne unique',
|
|
204
217
|
'fabric.editor.sortColumnASC': 'Trier la colonne de A à Z',
|
|
205
218
|
'fabric.editor.sortColumnDESC': 'Trier la colonne de Z à A',
|
|
219
|
+
'fabric.editor.sortColumnDecreasing': 'Trier par ordre décroissant',
|
|
220
|
+
'fabric.editor.sortColumnIncreasing': 'Trier par ordre croissant',
|
|
206
221
|
'fabric.editor.splitCell': 'Partager la cellule',
|
|
207
222
|
'fabric.editor.status': 'État',
|
|
208
223
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
@@ -221,6 +236,10 @@ var _default = exports.default = {
|
|
|
221
236
|
'fabric.editor.tableOptions': 'Options du tableau',
|
|
222
237
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été réduite à {newWidth,number} pixel.} other {La largeur du tableau a été réduite à {newWidth,number} pixels.}}',
|
|
223
238
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {La largeur du tableau a été augmentée à {newWidth,number} pixel.} other {La largeur du tableau a été augmentée à {newWidth,number} pixels.}}',
|
|
239
|
+
'fabric.editor.tableSelector': 'Taille du tableau',
|
|
240
|
+
'fabric.editor.tableSelector.description': 'Ajouter un tableau en utilisant une fenêtre contextuelle pour sélectionner une taille personnalisée',
|
|
241
|
+
'fabric.editor.tableSizeSelectorButton': 'Créer un tableau à la taille',
|
|
242
|
+
'fabric.editor.tableSizeSelectorPopup': 'Sélecteur de taille de tableau',
|
|
224
243
|
'fabric.editor.tables.adjustColumn': 'Ajuster la colonne',
|
|
225
244
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
|
|
226
245
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Supprimer',
|
|
@@ -311,5 +330,6 @@ var _default = exports.default = {
|
|
|
311
330
|
'fabric.theme.subtle-yellow': 'Jaune pastel',
|
|
312
331
|
'fabric.theme.teal': 'Bleu-vert',
|
|
313
332
|
'fabric.theme.white': 'Blanc',
|
|
314
|
-
'fabric.theme.yellow': 'Jaune'
|
|
333
|
+
'fabric.theme.yellow': 'Jaune',
|
|
334
|
+
'fabrid.editor.rowNumbers': 'Numéros de ligne'
|
|
315
335
|
};
|