@atlaskit/editor-common 80.4.1 → 80.4.2
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 +8 -0
- package/dist/cjs/i18n/cs.js +35 -10
- package/dist/cjs/i18n/da.js +35 -10
- package/dist/cjs/i18n/de.js +36 -11
- package/dist/cjs/i18n/en.js +36 -10
- package/dist/cjs/i18n/en_GB.js +36 -10
- package/dist/cjs/i18n/en_ZZ.js +37 -11
- package/dist/cjs/i18n/es.js +35 -10
- package/dist/cjs/i18n/fi.js +35 -10
- package/dist/cjs/i18n/fr.js +35 -10
- package/dist/cjs/i18n/hu.js +35 -10
- package/dist/cjs/i18n/it.js +35 -10
- package/dist/cjs/i18n/ja.js +35 -10
- package/dist/cjs/i18n/ko.js +35 -10
- package/dist/cjs/i18n/nb.js +35 -10
- package/dist/cjs/i18n/nl.js +35 -10
- package/dist/cjs/i18n/pl.js +35 -10
- package/dist/cjs/i18n/pt_BR.js +35 -10
- package/dist/cjs/i18n/ru.js +35 -10
- package/dist/cjs/i18n/sv.js +35 -10
- package/dist/cjs/i18n/th.js +35 -10
- package/dist/cjs/i18n/tr.js +35 -10
- package/dist/cjs/i18n/uk.js +35 -10
- package/dist/cjs/i18n/vi.js +35 -10
- package/dist/cjs/i18n/zh.js +35 -10
- package/dist/cjs/i18n/zh_TW.js +35 -10
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +35 -10
- package/dist/es2019/i18n/da.js +35 -10
- package/dist/es2019/i18n/de.js +36 -11
- package/dist/es2019/i18n/en.js +36 -10
- package/dist/es2019/i18n/en_GB.js +36 -10
- package/dist/es2019/i18n/en_ZZ.js +37 -11
- package/dist/es2019/i18n/es.js +35 -10
- package/dist/es2019/i18n/fi.js +35 -10
- package/dist/es2019/i18n/fr.js +35 -10
- package/dist/es2019/i18n/hu.js +35 -10
- package/dist/es2019/i18n/it.js +35 -10
- package/dist/es2019/i18n/ja.js +35 -10
- package/dist/es2019/i18n/ko.js +35 -10
- package/dist/es2019/i18n/nb.js +35 -10
- package/dist/es2019/i18n/nl.js +35 -10
- package/dist/es2019/i18n/pl.js +35 -10
- package/dist/es2019/i18n/pt_BR.js +35 -10
- package/dist/es2019/i18n/ru.js +35 -10
- package/dist/es2019/i18n/sv.js +35 -10
- package/dist/es2019/i18n/th.js +35 -10
- package/dist/es2019/i18n/tr.js +35 -10
- package/dist/es2019/i18n/uk.js +35 -10
- package/dist/es2019/i18n/vi.js +35 -10
- package/dist/es2019/i18n/zh.js +35 -10
- package/dist/es2019/i18n/zh_TW.js +35 -10
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +35 -10
- package/dist/esm/i18n/da.js +35 -10
- package/dist/esm/i18n/de.js +36 -11
- package/dist/esm/i18n/en.js +36 -10
- package/dist/esm/i18n/en_GB.js +36 -10
- package/dist/esm/i18n/en_ZZ.js +37 -11
- package/dist/esm/i18n/es.js +35 -10
- package/dist/esm/i18n/fi.js +35 -10
- package/dist/esm/i18n/fr.js +35 -10
- package/dist/esm/i18n/hu.js +35 -10
- package/dist/esm/i18n/it.js +35 -10
- package/dist/esm/i18n/ja.js +35 -10
- package/dist/esm/i18n/ko.js +35 -10
- package/dist/esm/i18n/nb.js +35 -10
- package/dist/esm/i18n/nl.js +35 -10
- package/dist/esm/i18n/pl.js +35 -10
- package/dist/esm/i18n/pt_BR.js +35 -10
- package/dist/esm/i18n/ru.js +35 -10
- package/dist/esm/i18n/sv.js +35 -10
- package/dist/esm/i18n/th.js +35 -10
- package/dist/esm/i18n/tr.js +35 -10
- package/dist/esm/i18n/uk.js +35 -10
- package/dist/esm/i18n/vi.js +35 -10
- package/dist/esm/i18n/zh.js +35 -10
- package/dist/esm/i18n/zh_TW.js +35 -10
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/insert-events.d.ts +1 -0
- package/dist/types/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +25 -0
- package/dist/types/i18n/da.d.ts +25 -0
- package/dist/types/i18n/de.d.ts +25 -0
- package/dist/types/i18n/en.d.ts +26 -0
- package/dist/types/i18n/en_GB.d.ts +26 -0
- package/dist/types/i18n/en_ZZ.d.ts +26 -0
- package/dist/types/i18n/es.d.ts +25 -0
- package/dist/types/i18n/fi.d.ts +25 -0
- package/dist/types/i18n/fr.d.ts +25 -0
- package/dist/types/i18n/hu.d.ts +25 -0
- package/dist/types/i18n/it.d.ts +25 -0
- package/dist/types/i18n/ja.d.ts +25 -0
- package/dist/types/i18n/ko.d.ts +25 -0
- package/dist/types/i18n/nb.d.ts +25 -0
- package/dist/types/i18n/nl.d.ts +25 -0
- package/dist/types/i18n/pl.d.ts +25 -0
- package/dist/types/i18n/pt_BR.d.ts +25 -0
- package/dist/types/i18n/ru.d.ts +25 -0
- package/dist/types/i18n/sv.d.ts +25 -0
- package/dist/types/i18n/th.d.ts +25 -0
- package/dist/types/i18n/tr.d.ts +25 -0
- package/dist/types/i18n/uk.d.ts +25 -0
- package/dist/types/i18n/vi.d.ts +25 -0
- package/dist/types/i18n/zh.d.ts +25 -0
- package/dist/types/i18n/zh_TW.d.ts +25 -0
- package/dist/types-ts4.5/analytics/types/insert-events.d.ts +1 -0
- package/dist/types-ts4.5/extensions/types/extension-handler.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +25 -0
- package/dist/types-ts4.5/i18n/da.d.ts +25 -0
- package/dist/types-ts4.5/i18n/de.d.ts +25 -0
- package/dist/types-ts4.5/i18n/en.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +26 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +26 -0
- package/dist/types-ts4.5/i18n/es.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +25 -0
- package/dist/types-ts4.5/i18n/it.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +25 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +25 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +25 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +25 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +25 -0
- package/dist/types-ts4.5/i18n/th.d.ts +25 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +25 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +25 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +25 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +25 -0
- package/package.json +5 -5
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Add column right',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Add comment',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Add border',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Record a Loom video',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Record a Loom video comment',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Align right',
|
|
25
26
|
'fabric.editor.alignLeft': 'Align left',
|
|
26
27
|
'fabric.editor.alignRight': 'Align right',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Align center',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Align left',
|
|
27
30
|
'fabric.editor.alignment': 'Text alignment',
|
|
28
31
|
'fabric.editor.altText': 'Alt text',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
68
71
|
'fabric.editor.columns': 'Layouts',
|
|
69
72
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been inserted} other {{count} columns have been inserted}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {The column has been removed} other {{count} columns have been removed}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Close',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Layout options',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Focus table resize handle',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
204
210
|
'fabric.editor.heading6': 'Heading 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Sort column Z to A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Clear sorting',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': "⚠️ You can't sort a table with merged cells",
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Sort column A to Z',
|
|
212
222
|
'fabric.editor.help': 'Help',
|
|
213
223
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
225
|
+
'fabric.editor.highlight': 'Highlight color',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Divider',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
253
264
|
'fabric.editor.layoutWide': 'Go wide',
|
|
254
|
-
'fabric.editor.leftSidebar': 'Left sidebar
|
|
265
|
+
'fabric.editor.leftSidebar': 'Left sidebar layout',
|
|
255
266
|
'fabric.editor.link': 'Link',
|
|
256
267
|
'fabric.editor.link.description': 'Insert a link',
|
|
257
268
|
'fabric.editor.linkAddress': 'Link address',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
259
270
|
'fabric.editor.lists': 'Lists',
|
|
260
|
-
'fabric.editor.listsFormat': 'List formatting
|
|
271
|
+
'fabric.editor.listsFormat': 'List formatting',
|
|
272
|
+
'fabric.editor.lockColumns': 'Fixed column widths',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Match case',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to {newMediaWidth,number} pixel.} other {Media width decreased to {newMediaWidth,number} pixels.}}',
|
|
@@ -309,6 +321,7 @@ export default {
|
|
|
309
321
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
310
322
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
311
323
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Panel Types',
|
|
312
325
|
'fabric.editor.pasteOptions': 'Paste options',
|
|
313
326
|
'fabric.editor.pastePlainText': 'Paste plain text',
|
|
314
327
|
'fabric.editor.placeholderAltText': 'Describe this image with alt text',
|
|
@@ -318,7 +331,7 @@ export default {
|
|
|
318
331
|
'fabric.editor.plainText': 'Use plain text',
|
|
319
332
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
320
333
|
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Record your screen and
|
|
334
|
+
'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
|
|
322
335
|
'fabric.editor.redo': 'Redo',
|
|
323
336
|
'fabric.editor.remove': 'Remove',
|
|
324
337
|
'fabric.editor.removeColumns': '{0, plural, one {Delete column} other {Delete columns}}',
|
|
@@ -331,9 +344,11 @@ export default {
|
|
|
331
344
|
'fabric.editor.replaceWith': 'Replace with',
|
|
332
345
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
333
346
|
'fabric.editor.richText': 'Use rich text',
|
|
334
|
-
'fabric.editor.rightSidebar': 'Right sidebar
|
|
347
|
+
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
335
348
|
'fabric.editor.rowControl': 'Highlight row',
|
|
336
349
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
350
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been inserted} other {{count} rows have been inserted}}',
|
|
351
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been removed} other {{count} rows have been removed}}',
|
|
337
352
|
'fabric.editor.saveButton': 'Save',
|
|
338
353
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} search result available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.} other {{itemsLength,number} search results available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.}}',
|
|
339
354
|
'fabric.editor.selectColumnResize': 'Select column resize',
|
|
@@ -342,7 +357,7 @@ export default {
|
|
|
342
357
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
343
358
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
344
359
|
'fabric.editor.shortcut': 'Text shortcut',
|
|
345
|
-
'fabric.editor.single': 'Single column
|
|
360
|
+
'fabric.editor.single': 'Single column layout',
|
|
346
361
|
'fabric.editor.sortColumnASC': 'Sort column A → Z',
|
|
347
362
|
'fabric.editor.sortColumnDESC': 'Sort column Z → A',
|
|
348
363
|
'fabric.editor.sortColumnDecreasing': 'Sort decreasing',
|
|
@@ -364,7 +379,13 @@ export default {
|
|
|
364
379
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
365
380
|
'fabric.editor.table': 'Table',
|
|
366
381
|
'fabric.editor.table.description': 'Insert a table',
|
|
382
|
+
'fabric.editor.tableAlignmentOptions': 'Alignment options',
|
|
367
383
|
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.asc': 'Ascending sort applied',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.default': 'Sort the column',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.desc': 'Descending sort applied',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.invalid': "You can't sort a table with merged cells",
|
|
388
|
+
'fabric.editor.tableHeader.sorting.no': 'No sort applied to the column',
|
|
368
389
|
'fabric.editor.tableOptions': 'Table options',
|
|
369
390
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Table width decreased to {newWidth,number} pixel.} other {Table width decreased to {newWidth,number} pixels.}}',
|
|
370
391
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Table width increased to {newWidth,number} pixel.} other {Table width increased to {newWidth,number} pixels.}}',
|
|
@@ -384,11 +405,13 @@ export default {
|
|
|
384
405
|
'fabric.editor.task': 'Task',
|
|
385
406
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
386
407
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
387
|
-
'fabric.editor.textColor': 'Text color
|
|
408
|
+
'fabric.editor.textColor': '{selectedColorName} Text color',
|
|
409
|
+
'fabric.editor.textColorTooltip': 'Text color',
|
|
388
410
|
'fabric.editor.textFormatting': 'Text formatting',
|
|
389
|
-
'fabric.editor.textStyles': 'Text styles
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
411
|
+
'fabric.editor.textStyles': '{blockTypeName} Text styles',
|
|
412
|
+
'fabric.editor.textStylesTooltip': 'Text styles',
|
|
413
|
+
'fabric.editor.threeColumns': 'Three columns layout',
|
|
414
|
+
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars layout',
|
|
392
415
|
'fabric.editor.time.ago': 'ago',
|
|
393
416
|
'fabric.editor.time.updated': 'Updated',
|
|
394
417
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -400,7 +423,7 @@ export default {
|
|
|
400
423
|
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
401
424
|
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
402
425
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
403
|
-
'fabric.editor.twoColumns': 'Two columns
|
|
426
|
+
'fabric.editor.twoColumns': 'Two columns layout',
|
|
404
427
|
'fabric.editor.typeAhead.popupLabel': 'Typeahead results',
|
|
405
428
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
406
429
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
@@ -410,6 +433,7 @@ export default {
|
|
|
410
433
|
'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
|
|
411
434
|
'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
|
|
412
435
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
436
|
+
'fabric.editor.unLockColumns': 'Variable column widths',
|
|
413
437
|
'fabric.editor.unableToLoadContent': "We couldn't load this content",
|
|
414
438
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
415
439
|
'fabric.editor.underline': 'Underline',
|
|
@@ -471,7 +495,9 @@ export default {
|
|
|
471
495
|
'fabric.theme.light-red': 'Light red',
|
|
472
496
|
'fabric.theme.light-teal': 'Light teal',
|
|
473
497
|
'fabric.theme.light-yellow': 'Light yellow',
|
|
498
|
+
'fabric.theme.lime': 'Lime',
|
|
474
499
|
'fabric.theme.magenta': 'Magenta',
|
|
500
|
+
'fabric.theme.no-color': 'Remove highlight',
|
|
475
501
|
'fabric.theme.orange': 'Orange',
|
|
476
502
|
'fabric.theme.purple': 'Purple',
|
|
477
503
|
'fabric.theme.red': 'Red',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Añadir columna a la derecha',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Añadir comentario',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Añadir borde',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Grabar un vídeo de Loom',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Grabar un comentario de vídeo de Loom',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Añadir fila arriba',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Añadir fila abajo',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Alinear a la derecha',
|
|
25
26
|
'fabric.editor.alignLeft': 'Alinear a la izquierda',
|
|
26
27
|
'fabric.editor.alignRight': 'Alinear a la derecha',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Centrar',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Alinear a la izquierda',
|
|
27
30
|
'fabric.editor.alignment': 'Alineación de texto',
|
|
28
31
|
'fabric.editor.altText': 'Texto alternativo',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Elimina los caracteres especiales en texto alternativo.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
68
71
|
'fabric.editor.columns': 'Diseños',
|
|
69
72
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Se ha insertado una columna} other {Se han insertado {count} columnas}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Se ha eliminado la columna} other {Se han eliminado {count} columnas}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'No se pudo cargar',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Cerrar',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'Aceptar',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Se han abierto los controles de la barra de herramientas flotante',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Barra de herramientas flotante',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Opciones de diseño',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Úsalo para agrupar elementos de una lista',
|
|
204
210
|
'fabric.editor.heading6': 'Título 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Úsalo en títulos de nivel inferior',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Ordenar columna de la Z a la A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Borrar orden',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Error',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Incidencia',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historia',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarea',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Ordenar columna de la A a la Z',
|
|
212
222
|
'fabric.editor.help': 'Ayuda',
|
|
213
223
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
225
|
+
'fabric.editor.highlight': 'Color de resaltado',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
253
264
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Diseño de la barra lateral izquierda',
|
|
255
266
|
'fabric.editor.link': 'Vincular',
|
|
256
267
|
'fabric.editor.link.description': 'Insertar un enlace',
|
|
257
268
|
'fabric.editor.linkAddress': 'Dirección del enlace',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Pegar enlace',
|
|
259
270
|
'fabric.editor.lists': 'Listas',
|
|
260
271
|
'fabric.editor.listsFormat': 'Formato de lista',
|
|
272
|
+
'fabric.editor.lockColumns': 'Anchuras de columna fijas',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown',
|
|
262
274
|
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Ancho de multimedia reducido a {newMediaWidth,number} píxel.} other {Ancho de multimedia reducido a {newMediaWidth,number} píxeles.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Usar texto sin formato',
|
|
319
331
|
'fabric.editor.quickInsert': 'Inserción rápida',
|
|
320
332
|
'fabric.editor.recordVideo': 'Grabar un vídeo de Loom',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Graba tu pantalla y
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Graba y comparte tu pantalla y tus ideas',
|
|
322
334
|
'fabric.editor.redo': 'Rehacer',
|
|
323
335
|
'fabric.editor.remove': 'Eliminar',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Usar texto enriquecido',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
|
|
335
347
|
'fabric.editor.rowControl': 'Destacar fila',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Se ha insertado una fila} other {Se han insertado {count} filas}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Se ha eliminado la fila} other {Se han eliminado {count} filas}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Guardar',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} resultado de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.} other {{itemsLength,number} resultados de búsqueda disponible. Usa las teclas de flecha arriba y abajo para navegar entre las opciones. Pulsa Intro para seleccionar una opción.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Selecciona la opción para cambiar el tamaño de la columna',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Selecciona la fila de la tabla',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
344
358
|
'fabric.editor.shortcut': 'Atajo de texto',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Diseño de columna única',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Ordenar en descendente',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'El texto alternativo es útil para aquellas personas que utilicen lectores de pantalla debido a limitaciones visuales.',
|
|
365
379
|
'fabric.editor.table': 'Tabla',
|
|
366
380
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Opciones de alineación',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Anchura completa',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Se ha aplicado el orden ascendente',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Ordenar la columna',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Se ha aplicado el orden descendente',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'No puedes ordenar una tabla con celdas combinadas',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'No hay ningún orden aplicado a la columna',
|
|
368
388
|
'fabric.editor.tableOptions': 'Opciones de tabla',
|
|
369
389
|
'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.}}',
|
|
370
390
|
'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.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Tarea',
|
|
385
405
|
'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
387
|
-
'fabric.editor.textColor': 'Color
|
|
407
|
+
'fabric.editor.textColor': 'Color de texto {selectedColorName}',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Color del texto',
|
|
388
409
|
'fabric.editor.textFormatting': 'Formato de texto',
|
|
389
|
-
'fabric.editor.textStyles': 'Estilos de texto',
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': 'Estilos de texto {blockTypeName}',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Estilos de texto',
|
|
412
|
+
'fabric.editor.threeColumns': 'Diseño de tres columnas',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Tres columnas con diseño de barras laterales',
|
|
392
414
|
'fabric.editor.time.ago': 'antes',
|
|
393
415
|
'fabric.editor.time.updated': 'Actualizado',
|
|
394
416
|
'fabric.editor.time.viewed': 'Visto',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'un elemento de acción',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Diseño de dos columnas',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Resultados de escritura predictiva',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comienza a escribir para buscar o filtrar opciones de atajos de teclado',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Atajos de teclado para inserciones y formato',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Comienza a escribir para buscar usuarios que etiquetar',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Anchuras de columna variables',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'No hemos podido cargar este contenido',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
|
|
415
438
|
'fabric.editor.underline': 'Subrayado',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Rojo claro',
|
|
472
495
|
'fabric.theme.light-teal': 'Verde azulado claro',
|
|
473
496
|
'fabric.theme.light-yellow': 'Amarillo claro',
|
|
497
|
+
'fabric.theme.lime': 'Lima',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': 'Eliminar resaltado',
|
|
475
500
|
'fabric.theme.orange': 'Naranja',
|
|
476
501
|
'fabric.theme.purple': 'Morado',
|
|
477
502
|
'fabric.theme.red': 'Rojo',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -14,7 +14,8 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Lisää sarake oikealle',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Lisää kommentti',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Lisää reuna',
|
|
17
|
-
'fabric.editor.addLoomVideo': '
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Kuvaa Loom-video',
|
|
18
|
+
'fabric.editor.addLoomVideoComment': 'Luo Loom-videokommentti',
|
|
18
19
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
19
20
|
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
20
21
|
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
@@ -24,6 +25,8 @@ export default {
|
|
|
24
25
|
'fabric.editor.alignImageRight': 'Tasaa oikealle',
|
|
25
26
|
'fabric.editor.alignLeft': 'Tasaa vasemmalle',
|
|
26
27
|
'fabric.editor.alignRight': 'Tasaa oikealle',
|
|
28
|
+
'fabric.editor.alignTableCenter': 'Tasaa keskelle',
|
|
29
|
+
'fabric.editor.alignTableLeft': 'Tasaa vasemmalle',
|
|
27
30
|
'fabric.editor.alignment': 'Tekstin tasaus',
|
|
28
31
|
'fabric.editor.altText': 'Alt-teksti',
|
|
29
32
|
'fabric.editor.alttext.validation': 'Poista erikoismerkit vaihtoehtoisesta tekstistä.',
|
|
@@ -67,6 +70,8 @@ export default {
|
|
|
67
70
|
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
68
71
|
'fabric.editor.columns': 'Asettelut',
|
|
69
72
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
73
|
+
'fabric.editor.columnsAreInserted': '{count, plural, one {Sarake on lisätty} other {{count} saraketta on lisätty}}',
|
|
74
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, one {Sarake on poistettu} other {{count} saraketta on poistettu}}',
|
|
70
75
|
'fabric.editor.configFailedToLoad': 'Ei voitu ladata',
|
|
71
76
|
'fabric.editor.configPanel.cancel': 'Peruuta',
|
|
72
77
|
'fabric.editor.configPanel.close': 'Sulje',
|
|
@@ -186,6 +191,7 @@ export default {
|
|
|
186
191
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
187
192
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Kelluvan työkalupalkin valinnat on avattu',
|
|
188
193
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Kelluva työkalupalkki',
|
|
194
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': 'Asetteluvaihtoehdot',
|
|
189
195
|
'fabric.editor.floatingToolbar.scrollLeft': 'Vieritä vasemmalle',
|
|
190
196
|
'fabric.editor.floatingToolbar.scrollRight': 'Vieritä oikealle',
|
|
191
197
|
'fabric.editor.focusTableResizeHandle': 'Taulukon fokusoinnin muutoskahva',
|
|
@@ -203,15 +209,20 @@ export default {
|
|
|
203
209
|
'fabric.editor.heading5Description': 'Käytä tätä luettelon kohteiden ryhmittelyyn',
|
|
204
210
|
'fabric.editor.heading6': 'Otsikko 6',
|
|
205
211
|
'fabric.editor.heading6Description': 'Käytä tätä alatason otsikoissa',
|
|
212
|
+
'fabric.editor.headingLink.ascOrderLabel': 'Lajittele sarake Ö–A',
|
|
213
|
+
'fabric.editor.headingLink.descOrderLabel': 'Tyhjennä lajittelu',
|
|
206
214
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogi',
|
|
207
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugi',
|
|
208
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Asia',
|
|
209
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sivu',
|
|
210
218
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Tarina',
|
|
211
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tehtävä',
|
|
220
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
221
|
+
'fabric.editor.headingLink.noOrderLabel': 'Lajittele sarake A–Ö',
|
|
212
222
|
'fabric.editor.help': 'Ohje',
|
|
213
223
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
214
224
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
225
|
+
'fabric.editor.highlight': 'Korostusväri',
|
|
215
226
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
216
227
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
217
228
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
@@ -251,13 +262,14 @@ export default {
|
|
|
251
262
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
252
263
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
253
264
|
'fabric.editor.layoutWide': 'Levennä',
|
|
254
|
-
'fabric.editor.leftSidebar': '
|
|
265
|
+
'fabric.editor.leftSidebar': 'Vasemman sivupalkin asettelu',
|
|
255
266
|
'fabric.editor.link': 'Linkki',
|
|
256
267
|
'fabric.editor.link.description': 'Lisää linkki',
|
|
257
268
|
'fabric.editor.linkAddress': 'Linkitä osoite',
|
|
258
269
|
'fabric.editor.linkPlaceholder': 'Liimaa linkki',
|
|
259
270
|
'fabric.editor.lists': 'Luettelot',
|
|
260
271
|
'fabric.editor.listsFormat': 'Luettelon muotoilu',
|
|
272
|
+
'fabric.editor.lockColumns': 'Kiinteät sarakkeiden leveydet',
|
|
261
273
|
'fabric.editor.markdown': 'Markdown-merkintäkieli',
|
|
262
274
|
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
263
275
|
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Median leveys vähennettiin {newMediaWidth,number} pikseliin.} other {Median leveys vähennettiin {newMediaWidth,number} pikseliin.}}',
|
|
@@ -318,7 +330,7 @@ export default {
|
|
|
318
330
|
'fabric.editor.plainText': 'Käytä perustekstiä',
|
|
319
331
|
'fabric.editor.quickInsert': 'Pikalisäys',
|
|
320
332
|
'fabric.editor.recordVideo': 'Kuvaa Loom-video',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Tallenna näyttösi ja
|
|
333
|
+
'fabric.editor.recordVideo.description': 'Tallenna ja jaa näyttösi ja ajatuksesi',
|
|
322
334
|
'fabric.editor.redo': 'Tee uudelleen',
|
|
323
335
|
'fabric.editor.remove': 'Poista',
|
|
324
336
|
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
@@ -331,9 +343,11 @@ export default {
|
|
|
331
343
|
'fabric.editor.replaceWith': 'Korvaa kohteella',
|
|
332
344
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
333
345
|
'fabric.editor.richText': 'Käytä rikastettua tekstiä',
|
|
334
|
-
'fabric.editor.rightSidebar': '
|
|
346
|
+
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|
|
335
347
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
336
348
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
349
|
+
'fabric.editor.rowsAreInserted': '{count, plural, one {Rivi on lisätty} other {{count} riviä on lisätty}}',
|
|
350
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rivi on poistettu} other {{count} riviä on poistettu}}',
|
|
337
351
|
'fabric.editor.saveButton': 'Tallenna',
|
|
338
352
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} hakutulos saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.} other {{itemsLength,number} hakutulosta saatavilla. Selaa vaihtoehtoja nuoli ylös- ja nuoli alas ‑näppäimillä. Valitse vaihtoehto painamalla Enter-näppäintä.}}',
|
|
339
353
|
'fabric.editor.selectColumnResize': 'Valitse sarakkeen koon muuttaminen',
|
|
@@ -342,7 +356,7 @@ export default {
|
|
|
342
356
|
'fabric.editor.selectTableRow': 'Valitse taulukkorivi',
|
|
343
357
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
344
358
|
'fabric.editor.shortcut': 'Tekstipikalinkki',
|
|
345
|
-
'fabric.editor.single': '
|
|
359
|
+
'fabric.editor.single': 'Yhden sarakkeen asettelu',
|
|
346
360
|
'fabric.editor.sortColumnASC': 'Lajittele sarake nousevassa järjestyksessä',
|
|
347
361
|
'fabric.editor.sortColumnDESC': 'Lajittele sarake laskevassa järjestyksessä',
|
|
348
362
|
'fabric.editor.sortColumnDecreasing': 'Laskeva lajittelu',
|
|
@@ -364,7 +378,13 @@ export default {
|
|
|
364
378
|
'fabric.editor.supportAltText': 'Vaihtoehtoinen teksti on hyödyllinen niille, jotka käyttävät näytönlukuohjelmia näkörajoitteen vuoksi.',
|
|
365
379
|
'fabric.editor.table': 'Taulu',
|
|
366
380
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
381
|
+
'fabric.editor.tableAlignmentOptions': 'Tasausvaihtoehdot',
|
|
367
382
|
'fabric.editor.tableFullWidthLabel': 'Täysi leveys',
|
|
383
|
+
'fabric.editor.tableHeader.sorting.asc': 'Nouseva lajittelu otettu käyttöön',
|
|
384
|
+
'fabric.editor.tableHeader.sorting.default': 'Lajittele sarake',
|
|
385
|
+
'fabric.editor.tableHeader.sorting.desc': 'Laskeva lajittelu otettu käyttöön',
|
|
386
|
+
'fabric.editor.tableHeader.sorting.invalid': 'Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
387
|
+
'fabric.editor.tableHeader.sorting.no': 'Ei lajittelua käytössä sarakkeessa',
|
|
368
388
|
'fabric.editor.tableOptions': 'Taulukkovaihtoehdot',
|
|
369
389
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys pieneni {newWidth,number} pikseliin.} other {Taulukon leveys pieneni {newWidth,number} pikseliin.}}',
|
|
370
390
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Taulukon leveys kasvoi {newWidth,number} pikseliin.} other {Taulukon leveys kasvoi {newWidth,number} pikseliin.}}',
|
|
@@ -384,11 +404,13 @@ export default {
|
|
|
384
404
|
'fabric.editor.task': 'Tehtävä',
|
|
385
405
|
'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
|
|
386
406
|
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
387
|
-
'fabric.editor.textColor': '
|
|
407
|
+
'fabric.editor.textColor': '{selectedColorName} tekstin väri',
|
|
408
|
+
'fabric.editor.textColorTooltip': 'Tekstin väri',
|
|
388
409
|
'fabric.editor.textFormatting': 'Tekstin muotoilu',
|
|
389
|
-
'fabric.editor.textStyles': 'Tekstityylit',
|
|
390
|
-
'fabric.editor.
|
|
391
|
-
'fabric.editor.
|
|
410
|
+
'fabric.editor.textStyles': 'Tekstityylit: {blockTypeName}',
|
|
411
|
+
'fabric.editor.textStylesTooltip': 'Tekstityylit',
|
|
412
|
+
'fabric.editor.threeColumns': 'Kolmen sarakkeen asettelu',
|
|
413
|
+
'fabric.editor.threeColumnsWithSidebars': 'Kolme saraketta sivupalkkien kanssa ‑asettelu',
|
|
392
414
|
'fabric.editor.time.ago': 'sitten',
|
|
393
415
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
394
416
|
'fabric.editor.time.viewed': 'Katseltu',
|
|
@@ -400,7 +422,7 @@ export default {
|
|
|
400
422
|
'fabric.editor.tooltip.defaultBlockNode': 'lohkon solmu',
|
|
401
423
|
'fabric.editor.tooltip.nestedExpand': 'sisäkkäinen laajennus',
|
|
402
424
|
'fabric.editor.tooltip.taskList': 'toimintakohde',
|
|
403
|
-
'fabric.editor.twoColumns': '
|
|
425
|
+
'fabric.editor.twoColumns': 'Kahden sarakkeen asettelu',
|
|
404
426
|
'fabric.editor.typeAhead.popupLabel': 'Kirjoituksen täydentämisen tulokset',
|
|
405
427
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi pikanäppäinvalintoja',
|
|
406
428
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Pikanäppäimet lisäyksille ja muotoilulle',
|
|
@@ -410,6 +432,7 @@ export default {
|
|
|
410
432
|
'fabric.editor.typeahead.mentionInputLabel': 'Aloita kirjoittaminen hakeaksesi käyttäjiä, joita voit merkitä',
|
|
411
433
|
'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
|
|
412
434
|
'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
|
|
435
|
+
'fabric.editor.unLockColumns': 'Vaihtelevat sarakkeiden leveydet',
|
|
413
436
|
'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
|
|
414
437
|
'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
|
|
415
438
|
'fabric.editor.underline': 'Alleviivaus',
|
|
@@ -471,7 +494,9 @@ export default {
|
|
|
471
494
|
'fabric.theme.light-red': 'Vaalea punainen',
|
|
472
495
|
'fabric.theme.light-teal': 'Vaalea sinivihreä',
|
|
473
496
|
'fabric.theme.light-yellow': 'Vaaleankeltainen',
|
|
497
|
+
'fabric.theme.lime': 'Limetinvihreä',
|
|
474
498
|
'fabric.theme.magenta': 'Magenta',
|
|
499
|
+
'fabric.theme.no-color': 'Poista korostus',
|
|
475
500
|
'fabric.theme.orange': 'Oranssi',
|
|
476
501
|
'fabric.theme.purple': 'Violetti',
|
|
477
502
|
'fabric.theme.red': 'Punainen',
|