@atlaskit/editor-common 78.33.3 → 78.34.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 +22 -0
- package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -1
- package/dist/cjs/i18n/cs.js +12 -2
- package/dist/cjs/i18n/da.js +12 -2
- package/dist/cjs/i18n/de.js +12 -2
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/en_ZZ.js +20 -5
- package/dist/cjs/i18n/es.js +12 -2
- package/dist/cjs/i18n/fi.js +12 -2
- package/dist/cjs/i18n/fr.js +12 -2
- package/dist/cjs/i18n/hu.js +12 -2
- package/dist/cjs/i18n/it.js +12 -2
- package/dist/cjs/i18n/ja.js +13 -2
- package/dist/cjs/i18n/ko.js +13 -2
- package/dist/cjs/i18n/nb.js +12 -2
- package/dist/cjs/i18n/nl.js +14 -4
- package/dist/cjs/i18n/pl.js +12 -2
- package/dist/cjs/i18n/pt_BR.js +12 -2
- package/dist/cjs/i18n/ru.js +12 -2
- package/dist/cjs/i18n/sv.js +12 -2
- package/dist/cjs/i18n/th.js +12 -2
- package/dist/cjs/i18n/tr.js +13 -2
- package/dist/cjs/i18n/uk.js +12 -2
- package/dist/cjs/i18n/vi.js +12 -2
- package/dist/cjs/i18n/zh.js +12 -2
- package/dist/cjs/i18n/zh_TW.js +12 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/selection/index.js +13 -3
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +43 -11
- package/dist/cjs/ui-menu/DropdownMenu/index.js +5 -1
- package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +32 -8
- package/dist/cjs/utils/insert-node-into-ordered-list.js +22 -3
- package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -1
- package/dist/es2019/i18n/cs.js +12 -2
- package/dist/es2019/i18n/da.js +12 -2
- package/dist/es2019/i18n/de.js +12 -2
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/en_ZZ.js +20 -5
- package/dist/es2019/i18n/es.js +12 -2
- package/dist/es2019/i18n/fi.js +12 -2
- package/dist/es2019/i18n/fr.js +12 -2
- package/dist/es2019/i18n/hu.js +12 -2
- package/dist/es2019/i18n/it.js +12 -2
- package/dist/es2019/i18n/ja.js +13 -2
- package/dist/es2019/i18n/ko.js +13 -2
- package/dist/es2019/i18n/nb.js +12 -2
- package/dist/es2019/i18n/nl.js +14 -4
- package/dist/es2019/i18n/pl.js +12 -2
- package/dist/es2019/i18n/pt_BR.js +12 -2
- package/dist/es2019/i18n/ru.js +12 -2
- package/dist/es2019/i18n/sv.js +12 -2
- package/dist/es2019/i18n/th.js +12 -2
- package/dist/es2019/i18n/tr.js +13 -2
- package/dist/es2019/i18n/uk.js +12 -2
- package/dist/es2019/i18n/vi.js +12 -2
- package/dist/es2019/i18n/zh.js +12 -2
- package/dist/es2019/i18n/zh_TW.js +12 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/selection/index.js +13 -3
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +43 -11
- package/dist/es2019/ui-menu/DropdownMenu/index.js +5 -1
- package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +32 -8
- package/dist/es2019/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -1
- package/dist/esm/i18n/cs.js +12 -2
- package/dist/esm/i18n/da.js +12 -2
- package/dist/esm/i18n/de.js +12 -2
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/en_ZZ.js +20 -5
- package/dist/esm/i18n/es.js +12 -2
- package/dist/esm/i18n/fi.js +12 -2
- package/dist/esm/i18n/fr.js +12 -2
- package/dist/esm/i18n/hu.js +12 -2
- package/dist/esm/i18n/it.js +12 -2
- package/dist/esm/i18n/ja.js +13 -2
- package/dist/esm/i18n/ko.js +13 -2
- package/dist/esm/i18n/nb.js +12 -2
- package/dist/esm/i18n/nl.js +14 -4
- package/dist/esm/i18n/pl.js +12 -2
- package/dist/esm/i18n/pt_BR.js +12 -2
- package/dist/esm/i18n/ru.js +12 -2
- package/dist/esm/i18n/sv.js +12 -2
- package/dist/esm/i18n/th.js +12 -2
- package/dist/esm/i18n/tr.js +13 -2
- package/dist/esm/i18n/uk.js +12 -2
- package/dist/esm/i18n/vi.js +12 -2
- package/dist/esm/i18n/zh.js +12 -2
- package/dist/esm/i18n/zh_TW.js +12 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/selection/index.js +13 -3
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui-menu/ArrowKeyNavigationProvider/MenuArrowKeyNavigationProvider/index.js +43 -11
- package/dist/esm/ui-menu/DropdownMenu/index.js +5 -1
- package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +32 -8
- package/dist/esm/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +10 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +16 -1
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +10 -0
- package/dist/types/i18n/fr.d.ts +10 -0
- package/dist/types/i18n/hu.d.ts +10 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +11 -0
- package/dist/types/i18n/ko.d.ts +11 -0
- package/dist/types/i18n/nb.d.ts +10 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +10 -0
- package/dist/types/i18n/pt_BR.d.ts +10 -0
- package/dist/types/i18n/ru.d.ts +10 -0
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +10 -0
- package/dist/types/i18n/tr.d.ts +11 -0
- package/dist/types/i18n/uk.d.ts +10 -0
- package/dist/types/i18n/vi.d.ts +10 -0
- package/dist/types/i18n/zh.d.ts +10 -0
- package/dist/types/i18n/zh_TW.d.ts +10 -0
- package/dist/types/types/annotation/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +10 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +16 -1
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +11 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +11 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +10 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -0
- package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
- package/package.json +8 -5
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -14,6 +14,7 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Spalte rechts hinzufügen',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Kommentar hinzufügen',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Rahmen hinzufügen',
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Loom-Video hinzufügen',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Zeile unterhalb hinzufügen',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence-Liste einfügen',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Fügen Sie eine Liste der Suchergebnisse von Confluence mit verbesserter Suche, Filterung und Konfiguration ein.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira-Vorgänge',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Fügen Sie Jira-Vorgänge aus Jira Cloud mit verbesserten Such-, Filter- und Konfigurationsfunktionen ein.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Entscheidung',
|
|
104
108
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Spaltengröße erhöhen',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Verkleinern',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
108
113
|
'fabric.editor.description': 'Beschreibung',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Größe',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
225
230
|
'fabric.editor.improvement': 'Verbesserung',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Spaltengröße verringern',
|
|
226
232
|
'fabric.editor.increaseSize': 'Vergrößern',
|
|
227
233
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
228
234
|
'fabric.editor.info': 'Info',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
|
|
312
318
|
'fabric.editor.plainText': 'Nur-Text verwenden',
|
|
313
319
|
'fabric.editor.quickInsert': 'Schnelleinfügung',
|
|
314
|
-
'fabric.editor.recordVideo': 'Video aufnehmen',
|
|
315
|
-
'fabric.editor.recordVideo.description': '
|
|
320
|
+
'fabric.editor.recordVideo': 'Loom-Video aufnehmen',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Nutzen Sie die Bildschirm- und Kameraaufnahme.',
|
|
316
322
|
'fabric.editor.redo': 'Wiederherstellen',
|
|
317
323
|
'fabric.editor.remove': 'Entfernen',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
331
337
|
'fabric.editor.saveButton': 'Speichern',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} Suchergebnis verfügbar. Benutzen Sie die Pfeiltasten nach oben und unten, um zwischen den Optionen zu navigieren. Drücken Sie die Eingabetaste, um eine Option auszuwählen.} other {{itemsLength,number} Suchergebnisse verfügbar. Benutzen Sie die Pfeiltasten nach oben und unten, um zwischen den Optionen zu navigieren. Drücken Sie die Eingabetaste, um eine Option auszuwählen.}}',
|
|
339
|
+
'fabric.editor.selectColumnResize': 'Spaltengröße auswählen',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Sprache auswählen',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Spalte auswählen',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Zeile auswählen',
|
|
@@ -413,10 +420,13 @@ export default {
|
|
|
413
420
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
414
421
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
415
422
|
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
|
423
|
+
'fabric.editor.upDown': 'Bei Verwendung der Aufwärts- und Abwärtspfeiltasten im folgenden Eingabefeld wird das Datum unten aktualisiert',
|
|
416
424
|
'fabric.editor.url': 'URL anzeigen',
|
|
417
425
|
'fabric.editor.urlDescription': 'Link als URL anzeigen',
|
|
418
426
|
'fabric.editor.urlTitle': 'URL',
|
|
419
427
|
'fabric.editor.useMarkdown': 'Markdown verwenden',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Kommentare anzeigen und hinzufügen',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'Kommentare anzeigen',
|
|
420
430
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
421
431
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
422
432
|
'fabric.editor.warning': 'Warnung',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -14,6 +14,7 @@ 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': 'Add Loom Video',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Insert list of search results from Confluence with enhanced search, filtering, and configuration.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Decision',
|
|
104
108
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Decrease column size',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Decrease size',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Document',
|
|
108
113
|
'fabric.editor.description': 'Description',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Size',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
225
230
|
'fabric.editor.improvement': 'Improvement',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Increase column size',
|
|
226
232
|
'fabric.editor.increaseSize': 'Increase size',
|
|
227
233
|
'fabric.editor.indent': 'Indent',
|
|
228
234
|
'fabric.editor.info': 'Info',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
312
318
|
'fabric.editor.plainText': 'Use plain text',
|
|
313
319
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
314
|
-
'fabric.editor.recordVideo': 'Record video',
|
|
315
|
-
'fabric.editor.recordVideo.description': 'Record
|
|
320
|
+
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Record your screen and camera',
|
|
316
322
|
'fabric.editor.redo': 'Redo',
|
|
317
323
|
'fabric.editor.remove': 'Remove',
|
|
318
324
|
'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
331
337
|
'fabric.editor.saveButton': 'Save',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
|
|
339
|
+
'fabric.editor.selectColumnResize': 'Select column resize',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Select language',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Select table column',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
@@ -414,12 +421,13 @@ export default {
|
|
|
414
421
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
415
422
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
416
423
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
424
|
+
'fabric.editor.upDown': 'On the use of up and down arrow keys into the following input field, the date will update below',
|
|
417
425
|
'fabric.editor.url': 'Display URL',
|
|
418
426
|
'fabric.editor.urlDescription': 'Display link as URL',
|
|
419
427
|
'fabric.editor.urlTitle': 'URL',
|
|
420
428
|
'fabric.editor.useMarkdown': 'Use Markdown',
|
|
421
429
|
'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
|
|
422
|
-
'fabric.editor.viewCommentOnMedia': 'View
|
|
430
|
+
'fabric.editor.viewCommentOnMedia': 'View comments',
|
|
423
431
|
'fabric.editor.viewMore': 'View more',
|
|
424
432
|
'fabric.editor.visit': 'Open link in a new window',
|
|
425
433
|
'fabric.editor.warning': 'Warning',
|
|
@@ -14,6 +14,7 @@ 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': 'Add Loom Video',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Insert list of search results from Confluence with enhanced search, filtering, and configuration.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Decision',
|
|
104
108
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Decrease column size',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Decrease size',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Document',
|
|
108
113
|
'fabric.editor.description': 'Description',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Size',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
225
230
|
'fabric.editor.improvement': 'Improvement',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Increase column size',
|
|
226
232
|
'fabric.editor.increaseSize': 'Increase size',
|
|
227
233
|
'fabric.editor.indent': 'Indent',
|
|
228
234
|
'fabric.editor.info': 'Info',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
312
318
|
'fabric.editor.plainText': 'Use plain text',
|
|
313
319
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
314
|
-
'fabric.editor.recordVideo': 'Record video',
|
|
315
|
-
'fabric.editor.recordVideo.description': 'Record
|
|
320
|
+
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Record your screen and camera',
|
|
316
322
|
'fabric.editor.redo': 'Redo',
|
|
317
323
|
'fabric.editor.remove': 'Remove',
|
|
318
324
|
'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
331
337
|
'fabric.editor.saveButton': 'Save',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, one {# search result} other {# search results}} available. Use Up and Down arrow keys to navigate amongst the options. Press Enter to select an option.',
|
|
339
|
+
'fabric.editor.selectColumnResize': 'Select column resize',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Select language',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Select table column',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
@@ -414,12 +421,13 @@ export default {
|
|
|
414
421
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
415
422
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
416
423
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
424
|
+
'fabric.editor.upDown': 'On the use of up and down arrow keys into the following input field, the date will update below',
|
|
417
425
|
'fabric.editor.url': 'Display URL',
|
|
418
426
|
'fabric.editor.urlDescription': 'Display link as URL',
|
|
419
427
|
'fabric.editor.urlTitle': 'URL',
|
|
420
428
|
'fabric.editor.useMarkdown': 'Use Markdown',
|
|
421
429
|
'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
|
|
422
|
-
'fabric.editor.viewCommentOnMedia': 'View
|
|
430
|
+
'fabric.editor.viewCommentOnMedia': 'View comments',
|
|
423
431
|
'fabric.editor.viewMore': 'View more',
|
|
424
432
|
'fabric.editor.visit': 'Open link in a new window',
|
|
425
433
|
'fabric.editor.warning': 'Warning',
|
|
@@ -14,6 +14,7 @@ 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': 'Add Loom Video',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
@@ -94,15 +95,19 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Insert list of search results from Confluence with enhanced search, filtering, and configuration.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira Issues',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Insert Jira issues from Jira Cloud with enhanced search, filtering, and configuration.',
|
|
99
|
-
'fabric.editor.datasourceAppearanceTitle': '
|
|
103
|
+
'fabric.editor.datasourceAppearanceTitle': 'List',
|
|
100
104
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
101
105
|
'fabric.editor.date': 'Date',
|
|
102
106
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
103
107
|
'fabric.editor.decision': 'Decision',
|
|
104
108
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Decrease column size',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Decrease size',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Document',
|
|
108
113
|
'fabric.editor.description': 'Description',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Size',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
225
230
|
'fabric.editor.improvement': 'Improvement',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Increase column size',
|
|
226
232
|
'fabric.editor.increaseSize': 'Increase size',
|
|
227
233
|
'fabric.editor.indent': 'Indent',
|
|
228
234
|
'fabric.editor.info': 'Info',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
|
|
312
318
|
'fabric.editor.plainText': 'Use plain text',
|
|
313
319
|
'fabric.editor.quickInsert': 'Quick insert',
|
|
314
|
-
'fabric.editor.recordVideo': 'Record video
|
|
315
|
-
'fabric.editor.recordVideo.description': 'Record
|
|
320
|
+
'fabric.editor.recordVideo': 'Record a Loom video',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Record your screen and camera',
|
|
316
322
|
'fabric.editor.redo': 'Redo',
|
|
317
323
|
'fabric.editor.remove': 'Remove',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Delete column} other {Delete columns}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
331
337
|
'fabric.editor.saveButton': 'Save',
|
|
332
338
|
'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
|
+
'fabric.editor.selectColumnResize': 'Select column resize',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Select language',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Select table column',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Select table row',
|
|
@@ -357,6 +364,7 @@ export default {
|
|
|
357
364
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
358
365
|
'fabric.editor.table': 'Table',
|
|
359
366
|
'fabric.editor.table.description': 'Insert a table',
|
|
367
|
+
'fabric.editor.tableFullWidthLabel': 'Full-width',
|
|
360
368
|
'fabric.editor.tableOptions': 'Table options',
|
|
361
369
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Table width decreased to {newWidth,number} pixel.} other {Table width decreased to {newWidth,number} pixels.}}',
|
|
362
370
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Table width increased to {newWidth,number} pixel.} other {Table width increased to {newWidth,number} pixels.}}',
|
|
@@ -365,9 +373,14 @@ export default {
|
|
|
365
373
|
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
366
374
|
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
367
375
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
376
|
+
'fabric.editor.tables.columnResizeLast': 'You can only resize this column to the left.',
|
|
377
|
+
'fabric.editor.tables.columnResizeOverflow': 'You can only resize this column while the table has a scroll bar.',
|
|
378
|
+
'fabric.editor.tables.columnWidth': '{width, plural, one {Column width was changed to {width} pixel} other {Column width was changed to {width} pixels}}',
|
|
368
379
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
369
380
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
381
|
+
'fabric.editor.tables.resizeStop': 'Stopped resize',
|
|
370
382
|
'fabric.editor.tables.resizeTable': 'Resize table',
|
|
383
|
+
'fabric.editor.tables.startedColumnResize': 'Started column resize',
|
|
371
384
|
'fabric.editor.task': 'Task',
|
|
372
385
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
373
386
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
@@ -407,10 +420,13 @@ export default {
|
|
|
407
420
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
408
421
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
409
422
|
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
423
|
+
'fabric.editor.upDown': 'On the use of up and down arrow keys into the following input field, the date will update below',
|
|
410
424
|
'fabric.editor.url': 'Display URL',
|
|
411
425
|
'fabric.editor.urlDescription': 'Display link as URL',
|
|
412
426
|
'fabric.editor.urlTitle': 'URL',
|
|
413
427
|
'fabric.editor.useMarkdown': 'Use Markdown',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'View comments',
|
|
414
430
|
'fabric.editor.viewMore': 'View more',
|
|
415
431
|
'fabric.editor.visit': 'Open link in a new window',
|
|
416
432
|
'fabric.editor.warning': 'Warning',
|
|
@@ -471,6 +487,5 @@ export default {
|
|
|
471
487
|
'fabric.theme.teal': 'Teal',
|
|
472
488
|
'fabric.theme.white': 'White',
|
|
473
489
|
'fabric.theme.yellow': 'Yellow',
|
|
474
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
475
|
-
testMessage: 'Default Message'
|
|
490
|
+
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
476
491
|
};
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -14,6 +14,7 @@ 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': 'Añadir vídeo de Loom',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Añadir imagen, vídeo o archivo',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Añadir fila arriba',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Añadir fila abajo',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Activos (beta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Activos',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Insertar lista de Confluence',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Inserta la lista de resultados de búsqueda de Confluence con las funciones de búsqueda, filtrado y configuración mejoradas.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Incidencias de Jira',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Inserta incidencias de Jira desde Jira Cloud con las funciones mejoradas de búsqueda, filtro y configuración.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Decisión',
|
|
104
108
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Reducir el tamaño de la columna',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Reducir tamaño',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Documento',
|
|
108
113
|
'fabric.editor.description': 'Descripción',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Tamaño',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
225
230
|
'fabric.editor.improvement': 'Mejora',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Aumentar el tamaño de la columna',
|
|
226
232
|
'fabric.editor.increaseSize': 'Aumentar tamaño',
|
|
227
233
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
228
234
|
'fabric.editor.info': 'Información',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Añadir texto de marcador de posición',
|
|
312
318
|
'fabric.editor.plainText': 'Usar texto sin formato',
|
|
313
319
|
'fabric.editor.quickInsert': 'Inserción rápida',
|
|
314
|
-
'fabric.editor.recordVideo': 'Grabar vídeo',
|
|
315
|
-
'fabric.editor.recordVideo.description': '
|
|
320
|
+
'fabric.editor.recordVideo': 'Grabar un vídeo de Loom',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Graba tu pantalla y tu cámara.',
|
|
316
322
|
'fabric.editor.redo': 'Rehacer',
|
|
317
323
|
'fabric.editor.remove': 'Eliminar',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
331
337
|
'fabric.editor.saveButton': 'Guardar',
|
|
332
338
|
'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
|
+
'fabric.editor.selectColumnResize': 'Selecciona la opción para cambiar el tamaño de la columna',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Seleccionar lenguaje',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Selecciona la columna de la tabla',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Selecciona la fila de la tabla',
|
|
@@ -413,10 +420,13 @@ export default {
|
|
|
413
420
|
'fabric.editor.unsupportedBlockContent': 'Este editor no permite mostrar este contenido.',
|
|
414
421
|
'fabric.editor.unsupportedContentTooltip': 'El contenido no está disponible en este editor, se conservará cuando edites y guardes.',
|
|
415
422
|
'fabric.editor.unsupportedInlineContent': 'Contenido no admitido',
|
|
423
|
+
'fabric.editor.upDown': 'Al utilizar las teclas de flecha hacia arriba y hacia abajo en el siguiente campo de entrada, la fecha se actualizará a continuación',
|
|
416
424
|
'fabric.editor.url': 'Mostrar URL',
|
|
417
425
|
'fabric.editor.urlDescription': 'Mostrar enlace como URL',
|
|
418
426
|
'fabric.editor.urlTitle': 'URL',
|
|
419
427
|
'fabric.editor.useMarkdown': 'Usa Markdown',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Ver y añadir comentarios',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'Ver comentarios',
|
|
420
430
|
'fabric.editor.viewMore': 'Ver más',
|
|
421
431
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
422
432
|
'fabric.editor.warning': 'Advertencia',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -14,6 +14,7 @@ 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': 'Lisää Loom-video',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Resurssit (beeta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Resurssit',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Lisää Confluence-luettelo',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Lisää luettelo Confluence-hakutuloksista parannetulla haulla, suodatuksella ja määrityksellä.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'Luettelo',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Päätös',
|
|
104
108
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Pienennä sarakkeen kokoa',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Pienennä kokoa',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
108
113
|
'fabric.editor.description': 'Kuvaus',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
225
230
|
'fabric.editor.improvement': 'Parannus',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Suurenna sarakkeen kokoa',
|
|
226
232
|
'fabric.editor.increaseSize': 'Suurenna kokoa',
|
|
227
233
|
'fabric.editor.indent': 'Sisennys',
|
|
228
234
|
'fabric.editor.info': 'Tietoja',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Lisää paikkamerkin teksti',
|
|
312
318
|
'fabric.editor.plainText': 'Käytä perustekstiä',
|
|
313
319
|
'fabric.editor.quickInsert': 'Pikalisäys',
|
|
314
|
-
'fabric.editor.recordVideo': '
|
|
315
|
-
'fabric.editor.recordVideo.description': 'Tallenna
|
|
320
|
+
'fabric.editor.recordVideo': 'Kuvaa Loom-video',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Tallenna näyttösi ja kamerasi kuvaa',
|
|
316
322
|
'fabric.editor.redo': 'Tee uudelleen',
|
|
317
323
|
'fabric.editor.remove': 'Poista',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
331
337
|
'fabric.editor.saveButton': 'Tallenna',
|
|
332
338
|
'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
|
+
'fabric.editor.selectColumnResize': 'Valitse sarakkeen koon muuttaminen',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Valitse kieli',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Valitse taulukkosarake',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Valitse taulukkorivi',
|
|
@@ -413,10 +420,13 @@ export default {
|
|
|
413
420
|
'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
|
|
414
421
|
'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
|
|
415
422
|
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
|
|
423
|
+
'fabric.editor.upDown': 'Ylä- ja alanuolinäppäimen käyttäminen seuraavassa syöttökentässä päivittää päivämäärän alle',
|
|
416
424
|
'fabric.editor.url': 'Näytä URL-osoite',
|
|
417
425
|
'fabric.editor.urlDescription': 'Näytä linkki URL-osoitteena',
|
|
418
426
|
'fabric.editor.urlTitle': 'URL-osoite',
|
|
419
427
|
'fabric.editor.useMarkdown': 'Käytä Markdownia',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Näytä ja lisää kommentteja',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'Näytä kommentit',
|
|
420
430
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
421
431
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
422
432
|
'fabric.editor.warning': 'Varoitus',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -14,6 +14,7 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Ajouter une colonne à droite',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Ajouter un commentaire',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Ajouter une bordure',
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Ajouter une vidéo Loom',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Ajouter une image, une vidéo ou un fichier',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Ajouter une ligne au-dessus',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Ajouter une ligne en dessous',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Actifs (Bêta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Actifs',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Insérer une liste Confluence',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Insérez une liste des résultats de recherche depuis Confluence grâce à la recherche, au filtrage et à la configuration améliorés.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Tickets Jira',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Insérez des tickets Jira depuis Jira Cloud grâce à la recherche, au filtrage et à la configuration améliorés.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Décision',
|
|
104
108
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Réduire la taille de la colonne',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Diminuer la taille',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Document',
|
|
108
113
|
'fabric.editor.description': 'Description',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Taille',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
225
230
|
'fabric.editor.improvement': 'Amélioration',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Augmenter la taille de la colonne',
|
|
226
232
|
'fabric.editor.increaseSize': 'Augmenter la taille',
|
|
227
233
|
'fabric.editor.indent': 'Retrait positif',
|
|
228
234
|
'fabric.editor.info': 'Informations',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': "Ajouter le texte de l'espace réservé",
|
|
312
318
|
'fabric.editor.plainText': 'Utiliser du texte brut',
|
|
313
319
|
'fabric.editor.quickInsert': 'Insertion rapide',
|
|
314
|
-
'fabric.editor.recordVideo': 'Enregistrer une vidéo',
|
|
315
|
-
'fabric.editor.recordVideo.description': '
|
|
320
|
+
'fabric.editor.recordVideo': 'Enregistrer une vidéo Loom',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Enregistrez votre écran et votre caméra',
|
|
316
322
|
'fabric.editor.redo': 'Rétablir',
|
|
317
323
|
'fabric.editor.remove': 'Supprimer',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
331
337
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} résultat de recherche disponible. Utilisez les flèches vers le haut et vers le bas pour parcourir les options. Appuyez sur Entrée pour en sélectionner une.} other {{itemsLength,number} résultats de recherche disponibles. Utilisez les flèches vers le haut et vers le bas pour parcourir les options. Appuyez sur Entrée pour en sélectionner une.}}',
|
|
339
|
+
'fabric.editor.selectColumnResize': 'Sélectionner le redimensionnement de la colonne',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Sélectionner le langage',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Sélectionner une colonne du tableau',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Sélectionner une ligne du tableau',
|
|
@@ -413,10 +420,13 @@ export default {
|
|
|
413
420
|
'fabric.editor.unsupportedBlockContent': "Cet éditeur ne prend pas en charge l'affichage de ce contenu",
|
|
414
421
|
'fabric.editor.unsupportedContentTooltip': "Le contenu n'est pas disponible dans cet éditeur, il sera conservé lorsque vous le modifierez et l'enregistrerez",
|
|
415
422
|
'fabric.editor.unsupportedInlineContent': 'Contenu non pris en charge',
|
|
423
|
+
'fabric.editor.upDown': 'En utilisant les flèches haut et bas dans le champ de saisie suivant, la date sera mise à jour ci-dessous',
|
|
416
424
|
'fabric.editor.url': "Afficher l'URL",
|
|
417
425
|
'fabric.editor.urlDescription': "Affichez le lien sous forme d'URL",
|
|
418
426
|
'fabric.editor.urlTitle': 'URL',
|
|
419
427
|
'fabric.editor.useMarkdown': 'Utiliser Markdown',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Afficher et ajouter des commentaires',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'Afficher les commentaires',
|
|
420
430
|
'fabric.editor.viewMore': 'Voir plus',
|
|
421
431
|
'fabric.editor.visit': 'Ouvrir le lien dans une nouvelle fenêtre',
|
|
422
432
|
'fabric.editor.warning': 'Avertissement',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -14,6 +14,7 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Oszlop beszúrása jobbra',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Megjegyzés hozzáadása',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Szegély hozzáadása',
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Loom-videó hozzáadása',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Kép, videó vagy fájl hozzáadása',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Sor beszúrása felülre',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Sor beszúrása alulra',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Eszközök (béta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Eszközök',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence-lista beszúrása',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Keresési eredmények listájának beszúrása a Confluence-ből bővített kereséssel, szűrőkkel és konfigurációkkal.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira-ügyek',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Jira-ügyek beszúrása a Jira Cloudból továbbfejlesztett kereséssel, szűrőkkel és konfigurációkkal.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Döntés',
|
|
104
108
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Oszlop méretének csökkentése',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Méret csökkentése',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Dokumentum',
|
|
108
113
|
'fabric.editor.description': 'Leírás',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Méret',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
225
230
|
'fabric.editor.improvement': 'Javítás',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Oszlop méretének növelése',
|
|
226
232
|
'fabric.editor.increaseSize': 'Méret növelése',
|
|
227
233
|
'fabric.editor.indent': 'Behúzás',
|
|
228
234
|
'fabric.editor.info': 'Információ',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Helyőrző szöveg hozzáadása',
|
|
312
318
|
'fabric.editor.plainText': 'Egyszerű szöveg használata',
|
|
313
319
|
'fabric.editor.quickInsert': 'Gyorsbeillesztés',
|
|
314
|
-
'fabric.editor.recordVideo': '
|
|
315
|
-
'fabric.editor.recordVideo.description': '
|
|
320
|
+
'fabric.editor.recordVideo': 'Loom-videó rögzítése',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'A képernyőd vagy a kamerád képének rögzítése',
|
|
316
322
|
'fabric.editor.redo': 'Ismét',
|
|
317
323
|
'fabric.editor.remove': 'Eltávolítás',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
331
337
|
'fabric.editor.saveButton': 'Mentés',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} elérhető találat. Az opciók közötti navigációhoz használd a Fel és Le nyilakat. A kiválasztáshoz nyomd meg az Enter billentyűt.} other {{itemsLength,number} elérhető találat. Az opciók közötti navigációhoz használd a Fel és Le nyilakat. A kiválasztáshoz nyomd meg az Enter billentyűt.}}',
|
|
339
|
+
'fabric.editor.selectColumnResize': 'Oszlop átméretezésének kiválasztása',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Programozási nyelv kiválasztása',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Táblázatoszlop kiválasztása',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Táblázatsor kiválasztása',
|
|
@@ -413,10 +420,13 @@ export default {
|
|
|
413
420
|
'fabric.editor.unsupportedBlockContent': 'Ez a szerkesztő nem támogatja ennek a tartalomnak a megjelenítését',
|
|
414
421
|
'fabric.editor.unsupportedContentTooltip': 'A tartalom nem áll rendelkezésre ebben a szerkesztőben, azonban a rendszer megőrzi a szerkesztés és mentés után',
|
|
415
422
|
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom',
|
|
423
|
+
'fabric.editor.upDown': 'Ha a fel és le nyílbillentyűket használod az előző/következő beviteli mezőbe való lépéshez, az alábbi dátum frissülni fog',
|
|
416
424
|
'fabric.editor.url': 'URL megjelenítése',
|
|
417
425
|
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
418
426
|
'fabric.editor.urlTitle': 'URL-cím',
|
|
419
427
|
'fabric.editor.useMarkdown': 'Markdown használata',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Megjegyzések megtekintése és hozzáadása',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'Megjegyzések megtekintése',
|
|
420
430
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
421
431
|
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
422
432
|
'fabric.editor.warning': 'Figyelmeztetés',
|