@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/esm/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/esm/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/esm/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/esm/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',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -14,6 +14,7 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Aggiungi colonna a destra',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Aggiungi un commento',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Aggiungi bordo',
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Aggiungi un video Loom',
|
|
17
18
|
'fabric.editor.addMediaFiles': "Aggiungi un'immagine, un video o un file",
|
|
18
19
|
'fabric.editor.addRowAbove': 'Aggiungi riga sopra',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Aggiungi riga sotto',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Risorse (Beta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Risorse',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': "Inserisci l'elenco Confluence",
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': "Inserisci l'elenco dei risultati della ricerca di Confluence con funzioni avanzate di ricerca, filtro e configurazione.",
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Ticket Jira',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Inserisci ticket Jira da Jira Cloud con la ricerca avanzata, i filtri e la configurazione.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'Elenco',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Decisione',
|
|
104
108
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Riduci la dimensione della colonna',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Riduci dimensione',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Documento',
|
|
108
113
|
'fabric.editor.description': 'Descrizione',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Dimensione',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Sottile',
|
|
225
230
|
'fabric.editor.improvement': 'Miglioramento',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Aumenta la dimensione della colonna',
|
|
226
232
|
'fabric.editor.increaseSize': 'Aumenta dimensione',
|
|
227
233
|
'fabric.editor.indent': 'Rientra',
|
|
228
234
|
'fabric.editor.info': 'Info',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Aggiungi testo segnaposto',
|
|
312
318
|
'fabric.editor.plainText': 'Usa testo normale',
|
|
313
319
|
'fabric.editor.quickInsert': 'Inserimento rapido',
|
|
314
|
-
'fabric.editor.recordVideo': 'Registra video',
|
|
315
|
-
'fabric.editor.recordVideo.description': 'Registra
|
|
320
|
+
'fabric.editor.recordVideo': 'Registra un video Loom',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Registra lo schermo e la fotocamera',
|
|
316
322
|
'fabric.editor.redo': 'Ripeti',
|
|
317
323
|
'fabric.editor.remove': 'Rimuovi',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
331
337
|
'fabric.editor.saveButton': 'Salva',
|
|
332
338
|
'fabric.editor.searchResults': "{itemsLength, plural, one {{itemsLength,number} risultato della ricerca disponibile. Usa i tasti di direzione su e giù per spostarti tra le opzioni. Premi Invio per selezionare un'opzione.} other {{itemsLength,number} risultati della ricerca disponibili. Usa i tasti di direzione su e giù per spostarti tra le opzioni. Premi Invio per selezionare un'opzione.}}",
|
|
339
|
+
'fabric.editor.selectColumnResize': 'Seleziona il ridimensionamento della colonna',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Seleziona linguaggio',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Seleziona la colonna della tabella',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Seleziona la riga della tabella',
|
|
@@ -413,10 +420,13 @@ export default {
|
|
|
413
420
|
'fabric.editor.unsupportedBlockContent': 'Questo editor non supporta la visualizzazione di questi contenuti',
|
|
414
421
|
'fabric.editor.unsupportedContentTooltip': 'I contenuti non sono disponibili in questo editor; saranno preservati in fase di modifica e salvataggio',
|
|
415
422
|
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati',
|
|
423
|
+
'fabric.editor.upDown': 'Utilizzando i tasti di direzione su e giù nel seguente campo di inserimento verrà aggiornata la data sottostante',
|
|
416
424
|
'fabric.editor.url': 'Visualizza URL',
|
|
417
425
|
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
418
426
|
'fabric.editor.urlTitle': 'URL',
|
|
419
427
|
'fabric.editor.useMarkdown': 'Usa Markdown',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Visualizza e aggiungi i commenti',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'Visualizza i commenti',
|
|
420
430
|
'fabric.editor.viewMore': 'Visualizza altro',
|
|
421
431
|
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
422
432
|
'fabric.editor.warning': 'Avviso',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -14,6 +14,7 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': '右に列を追加',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'コメントを追加',
|
|
16
16
|
'fabric.editor.addImageBorder': '枠を追加',
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Loom 動画を追加',
|
|
17
18
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
18
19
|
'fabric.editor.addRowAbove': '上に行を追加',
|
|
19
20
|
'fabric.editor.addRowBelow': '下に行を追加',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'アセット (ベータ版)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'アセット',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence リストを挿入する',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': '強化された検索、フィルタリング、設定を使用して、Confluence から検索結果のリストを挿入します。',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira 課題',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': '強化された検索、フィルタリング、設定を使用して、Jira Cloud から Jira 課題を挿入します。',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'リスト',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': '決定事項',
|
|
104
108
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': '列のサイズを縮小する',
|
|
106
111
|
'fabric.editor.decreaseSize': 'サイズを縮小する',
|
|
107
112
|
'fabric.editor.defaultAltText': 'ドキュメント',
|
|
108
113
|
'fabric.editor.description': '説明',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'サイズ',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': '細',
|
|
225
230
|
'fabric.editor.improvement': '改善',
|
|
231
|
+
'fabric.editor.increaseColumnSize': '列のサイズを拡大する',
|
|
226
232
|
'fabric.editor.increaseSize': 'サイズを拡大する',
|
|
227
233
|
'fabric.editor.indent': 'インデント',
|
|
228
234
|
'fabric.editor.info': '情報',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'プレースホルダー テキストを追加',
|
|
312
318
|
'fabric.editor.plainText': 'プレーン テキストを使用する',
|
|
313
319
|
'fabric.editor.quickInsert': 'クイック挿入',
|
|
314
|
-
'fabric.editor.recordVideo': '
|
|
315
|
-
'fabric.editor.recordVideo.description': '
|
|
320
|
+
'fabric.editor.recordVideo': 'Loom 動画を録画する',
|
|
321
|
+
'fabric.editor.recordVideo.description': '画面とカメラ映像を録画します',
|
|
316
322
|
'fabric.editor.redo': 'やり直し',
|
|
317
323
|
'fabric.editor.remove': '削除',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
331
337
|
'fabric.editor.saveButton': '保存',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number} 件の検索結果があります。上下の矢印キーで目的のオプションに移動します。Enter キーでオプションを選択します。}}',
|
|
339
|
+
'fabric.editor.selectColumnResize': '列のサイズ変更を選択する',
|
|
333
340
|
'fabric.editor.selectLanguage': '言語を選択',
|
|
334
341
|
'fabric.editor.selectTableColumn': '表の列を選択します',
|
|
335
342
|
'fabric.editor.selectTableRow': '表の行を選択します',
|
|
@@ -368,6 +375,7 @@ export default {
|
|
|
368
375
|
'fabric.editor.tables.adjustColumn': '列を調整する',
|
|
369
376
|
'fabric.editor.tables.columnResizeLast': 'この列は左側方向のみサイズを変更できます。',
|
|
370
377
|
'fabric.editor.tables.columnResizeOverflow': 'この列のサイズを変更できるのは、表にスクロール バーがあるときのみです。',
|
|
378
|
+
'fabric.editor.tables.columnWidth': '{width, plural, other {列の幅が {width} ピクセルに変更されました}}',
|
|
371
379
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
372
380
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
|
|
373
381
|
'fabric.editor.tables.resizeStop': 'リサイズを中止しました',
|
|
@@ -412,10 +420,13 @@ export default {
|
|
|
412
420
|
'fabric.editor.unsupportedBlockContent': 'このエディターはこのコンテンツの表示をサポートしていません',
|
|
413
421
|
'fabric.editor.unsupportedContentTooltip': 'このエディターではコンテンツが利用できないため、編集および保存の際にはコンテンツが保持されます',
|
|
414
422
|
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ',
|
|
423
|
+
'fabric.editor.upDown': '次の入力フィールドで上矢印キーまたは下矢印キーを使用すると、下の日付が更新されます',
|
|
415
424
|
'fabric.editor.url': 'URL を表示',
|
|
416
425
|
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
417
426
|
'fabric.editor.urlTitle': 'URL',
|
|
418
427
|
'fabric.editor.useMarkdown': 'マークダウンを使用する',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'コメントを表示および追加',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'コメントを見る',
|
|
419
430
|
'fabric.editor.viewMore': 'さらに表示',
|
|
420
431
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
421
432
|
'fabric.editor.warning': '警告',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -14,6 +14,7 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': '오른쪽에 열 추가',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': '댓글 추가',
|
|
16
16
|
'fabric.editor.addImageBorder': '테두리 추가',
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Loom 동영상 추가',
|
|
17
18
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
18
19
|
'fabric.editor.addRowAbove': '위에 행 추가',
|
|
19
20
|
'fabric.editor.addRowBelow': '아래에 행 추가',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': '자산(베타)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': '자산',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence 목록 삽입',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': '향상된 검색, 필터링 및 구성을 통해 Confluence의 검색 결과 목록을 삽입합니다.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira 이슈',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': '향상된 검색, 필터링 및 구성을 통해 Jira Cloud의 Jira 이슈 삽입',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': '목록',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': '결정',
|
|
104
108
|
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': '결정 추가...',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': '열 크기 줄이기',
|
|
106
111
|
'fabric.editor.decreaseSize': '크기 줄이기',
|
|
107
112
|
'fabric.editor.defaultAltText': '문서',
|
|
108
113
|
'fabric.editor.description': '설명',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': '크기',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': '가늘게',
|
|
225
230
|
'fabric.editor.improvement': '개선',
|
|
231
|
+
'fabric.editor.increaseColumnSize': '열 크기 늘리기',
|
|
226
232
|
'fabric.editor.increaseSize': '크기 늘리기',
|
|
227
233
|
'fabric.editor.indent': '들여쓰기',
|
|
228
234
|
'fabric.editor.info': '정보',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': '자리 표시자 텍스트 추가',
|
|
312
318
|
'fabric.editor.plainText': '일반 텍스트 사용',
|
|
313
319
|
'fabric.editor.quickInsert': '빠른 삽입',
|
|
314
|
-
'fabric.editor.recordVideo': '동영상 녹화',
|
|
315
|
-
'fabric.editor.recordVideo.description': '
|
|
320
|
+
'fabric.editor.recordVideo': 'Loom 동영상 녹화',
|
|
321
|
+
'fabric.editor.recordVideo.description': '화면 및 카메라 녹화',
|
|
316
322
|
'fabric.editor.redo': '다시 실행',
|
|
317
323
|
'fabric.editor.remove': '제거',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': '행 옵션',
|
|
331
337
|
'fabric.editor.saveButton': '저장',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number}개의 검색 결과를 사용할 수 있습니다. 옵션 간에 이동하려면 위쪽 및 아래쪽 화살표 키를 사용하세요. 옵션을 선택하려면 Enter 키를 누르세요.}}',
|
|
339
|
+
'fabric.editor.selectColumnResize': '열 크기 조정 선택',
|
|
333
340
|
'fabric.editor.selectLanguage': '언어 선택',
|
|
334
341
|
'fabric.editor.selectTableColumn': '표 열 선택',
|
|
335
342
|
'fabric.editor.selectTableRow': '표 행 선택',
|
|
@@ -368,6 +375,7 @@ export default {
|
|
|
368
375
|
'fabric.editor.tables.adjustColumn': '열 조정',
|
|
369
376
|
'fabric.editor.tables.columnResizeLast': '이 열의 크기는 왼쪽으로만 조정할 수 있습니다.',
|
|
370
377
|
'fabric.editor.tables.columnResizeOverflow': '표에 스크롤 막대가 있는 경우에만 이 열의 크기를 조정할 수 있습니다.',
|
|
378
|
+
'fabric.editor.tables.columnWidth': '{width, plural, other {열 너비를 {width}픽셀로 변경했습니다}}',
|
|
371
379
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
372
380
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
|
|
373
381
|
'fabric.editor.tables.resizeStop': '크기 조정 중지됨',
|
|
@@ -412,10 +420,13 @@ export default {
|
|
|
412
420
|
'fabric.editor.unsupportedBlockContent': '이 편집기에서는 이 콘텐츠 표시를 지원하지 않습니다',
|
|
413
421
|
'fabric.editor.unsupportedContentTooltip': '콘텐츠는 이 편집기에서 사용할 수 없으며 편집 후 저장해도 그대로 보존됩니다',
|
|
414
422
|
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠',
|
|
423
|
+
'fabric.editor.upDown': '다음 입력 필드에 위쪽 및 아래쪽 화살표 키를 사용하면 아래에 날짜가 업데이트됩니다',
|
|
415
424
|
'fabric.editor.url': 'URL 표시',
|
|
416
425
|
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
417
426
|
'fabric.editor.urlTitle': 'URL',
|
|
418
427
|
'fabric.editor.useMarkdown': 'Markdown 사용',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': '보고 댓글 추가',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
419
430
|
'fabric.editor.viewMore': '더 보기',
|
|
420
431
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
421
432
|
'fabric.editor.warning': '경고',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -14,6 +14,7 @@ export default {
|
|
|
14
14
|
'fabric.editor.addColumnRight': 'Legg til kolonne til høyre',
|
|
15
15
|
'fabric.editor.addCommentOnMedia': 'Legg til kommentar',
|
|
16
16
|
'fabric.editor.addImageBorder': 'Legg til kantlinje',
|
|
17
|
+
'fabric.editor.addLoomVideo': 'Legg til Loom-video',
|
|
17
18
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
18
19
|
'fabric.editor.addRowAbove': 'Legg til rad over',
|
|
19
20
|
'fabric.editor.addRowBelow': 'Legg til rad under',
|
|
@@ -94,6 +95,9 @@ export default {
|
|
|
94
95
|
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
95
96
|
'fabric.editor.datasource.assetsObjects': 'Ressurser (beta)',
|
|
96
97
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
98
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Ressurser',
|
|
99
|
+
'fabric.editor.datasource.confluenceSearch': 'Sett inn Confluence-liste',
|
|
100
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Sett inn en liste over søkeresultater fra Confluence med forbedret søk, filtrering og konfigurasjon.',
|
|
97
101
|
'fabric.editor.datasource.jiraIssue': 'Jira-saker',
|
|
98
102
|
'fabric.editor.datasource.jiraIssue.description': 'Sett inn Jira-saker fra Jira Cloud med forbedret søk, filtrering og konfigurasjon.',
|
|
99
103
|
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
@@ -103,6 +107,7 @@ export default {
|
|
|
103
107
|
'fabric.editor.decision': 'Beslutning',
|
|
104
108
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
105
109
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
110
|
+
'fabric.editor.decreaseColumnSize': 'Reduser kolonnestørrelsen',
|
|
106
111
|
'fabric.editor.decreaseSize': 'Reduser størrelsen',
|
|
107
112
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
108
113
|
'fabric.editor.description': 'Beskrivelse',
|
|
@@ -223,6 +228,7 @@ export default {
|
|
|
223
228
|
'fabric.editor.imageBorderSize': 'Størrelse',
|
|
224
229
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
225
230
|
'fabric.editor.improvement': 'Forbedring',
|
|
231
|
+
'fabric.editor.increaseColumnSize': 'Øk kolonnestørrelsen',
|
|
226
232
|
'fabric.editor.increaseSize': 'Øk størrelsen',
|
|
227
233
|
'fabric.editor.indent': 'Innrykk',
|
|
228
234
|
'fabric.editor.info': 'Informasjon',
|
|
@@ -311,8 +317,8 @@ export default {
|
|
|
311
317
|
'fabric.editor.placeholderTextPlaceholder': 'Legg til plassholdertekst',
|
|
312
318
|
'fabric.editor.plainText': 'Bruk ren tekst',
|
|
313
319
|
'fabric.editor.quickInsert': 'Hurtiginnsetting',
|
|
314
|
-
'fabric.editor.recordVideo': 'Ta opp video',
|
|
315
|
-
'fabric.editor.recordVideo.description': 'Ta opp
|
|
320
|
+
'fabric.editor.recordVideo': 'Ta opp en Loom-video',
|
|
321
|
+
'fabric.editor.recordVideo.description': 'Ta opp skjermen og kameraet',
|
|
316
322
|
'fabric.editor.redo': 'Gjør om',
|
|
317
323
|
'fabric.editor.remove': 'Fjern',
|
|
318
324
|
'fabric.editor.removeColumns': '{0, plural, one {Slett kolonne} other {Slett kolonner}}',
|
|
@@ -330,6 +336,7 @@ export default {
|
|
|
330
336
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
331
337
|
'fabric.editor.saveButton': 'Lagre',
|
|
332
338
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} søkeresultat er tilgjengelig. Bruk Pil opp og Pil ned for å navigere blant alternativene. Trykk på Enter for å velge et alternativ.} other {{itemsLength,number} søkeresultater er tilgjengelig. Bruk Pil opp og Pil ned for å navigere blant alternativene. Trykk på Enter for å velge et alternativ.}}',
|
|
339
|
+
'fabric.editor.selectColumnResize': 'Velg størrelsesendring av kolonne',
|
|
333
340
|
'fabric.editor.selectLanguage': 'Velg programmeringsspråk',
|
|
334
341
|
'fabric.editor.selectTableColumn': 'Velg tabellkolonne',
|
|
335
342
|
'fabric.editor.selectTableRow': 'Velg tabellrad',
|
|
@@ -413,10 +420,13 @@ export default {
|
|
|
413
420
|
'fabric.editor.unsupportedBlockContent': 'Denne redigeringsmodulen støtter ikke visning av dette innholdet',
|
|
414
421
|
'fabric.editor.unsupportedContentTooltip': 'Innholdet er ikke tilgjengelig i denne redigeringsmodulen – det bevares når du redigerer og lagrer',
|
|
415
422
|
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke',
|
|
423
|
+
'fabric.editor.upDown': 'Når du bruker pil opp og ned i følgende inndatafelt, blir datoen nedenfor oppdatert',
|
|
416
424
|
'fabric.editor.url': 'Vis som nettadresse',
|
|
417
425
|
'fabric.editor.urlDescription': 'Vis kobling som nettadresse',
|
|
418
426
|
'fabric.editor.urlTitle': 'Nettadresse',
|
|
419
427
|
'fabric.editor.useMarkdown': 'Bruk Markdown',
|
|
428
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
429
|
+
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
420
430
|
'fabric.editor.viewMore': 'Vis mer',
|
|
421
431
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
422
432
|
'fabric.editor.warning': 'Advarsel',
|