@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/cjs/i18n/fi.js
CHANGED
|
@@ -20,6 +20,7 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Lisää sarake oikealle',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Lisää kommentti',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Lisää reuna',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Lisää Loom-video',
|
|
23
24
|
'fabric.editor.addMediaFiles': 'Lisää kuva, video tai tiedosto',
|
|
24
25
|
'fabric.editor.addRowAbove': 'Lisää rivi yläpuolelle',
|
|
25
26
|
'fabric.editor.addRowBelow': 'Lisää rivi alapuolelle',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': 'Resurssit (beeta)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Resurssit',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': 'Lisää Confluence-luettelo',
|
|
106
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Lisää luettelo Confluence-hakutuloksista parannetulla haulla, suodatuksella ja määrityksellä.',
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Jira-asiat',
|
|
104
108
|
'fabric.editor.datasource.jiraIssue.description': 'Lisää Jira-asioita Jira Cloudista parannetulla haulla, suodatuksella ja määrityksellä.',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': 'Luettelo',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': 'Päätös',
|
|
110
114
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': 'Pienennä sarakkeen kokoa',
|
|
112
117
|
'fabric.editor.decreaseSize': 'Pienennä kokoa',
|
|
113
118
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
114
119
|
'fabric.editor.description': 'Kuvaus',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
231
236
|
'fabric.editor.improvement': 'Parannus',
|
|
237
|
+
'fabric.editor.increaseColumnSize': 'Suurenna sarakkeen kokoa',
|
|
232
238
|
'fabric.editor.increaseSize': 'Suurenna kokoa',
|
|
233
239
|
'fabric.editor.indent': 'Sisennys',
|
|
234
240
|
'fabric.editor.info': 'Tietoja',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': 'Lisää paikkamerkin teksti',
|
|
318
324
|
'fabric.editor.plainText': 'Käytä perustekstiä',
|
|
319
325
|
'fabric.editor.quickInsert': 'Pikalisäys',
|
|
320
|
-
'fabric.editor.recordVideo': '
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Tallenna
|
|
326
|
+
'fabric.editor.recordVideo': 'Kuvaa Loom-video',
|
|
327
|
+
'fabric.editor.recordVideo.description': 'Tallenna näyttösi ja kamerasi kuvaa',
|
|
322
328
|
'fabric.editor.redo': 'Tee uudelleen',
|
|
323
329
|
'fabric.editor.remove': 'Poista',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, one {Poista sarake} other {Poista sarakkeet}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
337
343
|
'fabric.editor.saveButton': 'Tallenna',
|
|
338
344
|
'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ä.}}',
|
|
345
|
+
'fabric.editor.selectColumnResize': 'Valitse sarakkeen koon muuttaminen',
|
|
339
346
|
'fabric.editor.selectLanguage': 'Valitse kieli',
|
|
340
347
|
'fabric.editor.selectTableColumn': 'Valitse taulukkosarake',
|
|
341
348
|
'fabric.editor.selectTableRow': 'Valitse taulukkorivi',
|
|
@@ -419,10 +426,13 @@ var _default = exports.default = {
|
|
|
419
426
|
'fabric.editor.unsupportedBlockContent': 'Tämä editori ei tue tämän sisällön näyttämistä',
|
|
420
427
|
'fabric.editor.unsupportedContentTooltip': 'Sisältöä ei ole saatavilla tässä editorissa – tämä pätee myös sen jälkeen, kun muokkaat ja tallennat',
|
|
421
428
|
'fabric.editor.unsupportedInlineContent': 'Sisältöä ei tueta',
|
|
429
|
+
'fabric.editor.upDown': 'Ylä- ja alanuolinäppäimen käyttäminen seuraavassa syöttökentässä päivittää päivämäärän alle',
|
|
422
430
|
'fabric.editor.url': 'Näytä URL-osoite',
|
|
423
431
|
'fabric.editor.urlDescription': 'Näytä linkki URL-osoitteena',
|
|
424
432
|
'fabric.editor.urlTitle': 'URL-osoite',
|
|
425
433
|
'fabric.editor.useMarkdown': 'Käytä Markdownia',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Näytä ja lisää kommentteja',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': 'Näytä kommentit',
|
|
426
436
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
427
437
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
428
438
|
'fabric.editor.warning': 'Varoitus',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -20,6 +20,7 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Ajouter une colonne à droite',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Ajouter un commentaire',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Ajouter une bordure',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Ajouter une vidéo Loom',
|
|
23
24
|
'fabric.editor.addMediaFiles': 'Ajouter une image, une vidéo ou un fichier',
|
|
24
25
|
'fabric.editor.addRowAbove': 'Ajouter une ligne au-dessus',
|
|
25
26
|
'fabric.editor.addRowBelow': 'Ajouter une ligne en dessous',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': 'Actifs (Bêta)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Actifs',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': 'Insérer une liste Confluence',
|
|
106
|
+
'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.',
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Tickets Jira',
|
|
104
108
|
'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.',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': 'Décision',
|
|
110
114
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': 'Réduire la taille de la colonne',
|
|
112
117
|
'fabric.editor.decreaseSize': 'Diminuer la taille',
|
|
113
118
|
'fabric.editor.defaultAltText': 'Document',
|
|
114
119
|
'fabric.editor.description': 'Description',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': 'Taille',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
231
236
|
'fabric.editor.improvement': 'Amélioration',
|
|
237
|
+
'fabric.editor.increaseColumnSize': 'Augmenter la taille de la colonne',
|
|
232
238
|
'fabric.editor.increaseSize': 'Augmenter la taille',
|
|
233
239
|
'fabric.editor.indent': 'Retrait positif',
|
|
234
240
|
'fabric.editor.info': 'Informations',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': "Ajouter le texte de l'espace réservé",
|
|
318
324
|
'fabric.editor.plainText': 'Utiliser du texte brut',
|
|
319
325
|
'fabric.editor.quickInsert': 'Insertion rapide',
|
|
320
|
-
'fabric.editor.recordVideo': 'Enregistrer une vidéo',
|
|
321
|
-
'fabric.editor.recordVideo.description': '
|
|
326
|
+
'fabric.editor.recordVideo': 'Enregistrer une vidéo Loom',
|
|
327
|
+
'fabric.editor.recordVideo.description': 'Enregistrez votre écran et votre caméra',
|
|
322
328
|
'fabric.editor.redo': 'Rétablir',
|
|
323
329
|
'fabric.editor.remove': 'Supprimer',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, one {Supprimer la colonne} other {Supprimer les colonnes}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
337
343
|
'fabric.editor.saveButton': 'Enregistrer',
|
|
338
344
|
'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.}}',
|
|
345
|
+
'fabric.editor.selectColumnResize': 'Sélectionner le redimensionnement de la colonne',
|
|
339
346
|
'fabric.editor.selectLanguage': 'Sélectionner le langage',
|
|
340
347
|
'fabric.editor.selectTableColumn': 'Sélectionner une colonne du tableau',
|
|
341
348
|
'fabric.editor.selectTableRow': 'Sélectionner une ligne du tableau',
|
|
@@ -419,10 +426,13 @@ var _default = exports.default = {
|
|
|
419
426
|
'fabric.editor.unsupportedBlockContent': "Cet éditeur ne prend pas en charge l'affichage de ce contenu",
|
|
420
427
|
'fabric.editor.unsupportedContentTooltip': "Le contenu n'est pas disponible dans cet éditeur, il sera conservé lorsque vous le modifierez et l'enregistrerez",
|
|
421
428
|
'fabric.editor.unsupportedInlineContent': 'Contenu non pris en charge',
|
|
429
|
+
'fabric.editor.upDown': 'En utilisant les flèches haut et bas dans le champ de saisie suivant, la date sera mise à jour ci-dessous',
|
|
422
430
|
'fabric.editor.url': "Afficher l'URL",
|
|
423
431
|
'fabric.editor.urlDescription': "Affichez le lien sous forme d'URL",
|
|
424
432
|
'fabric.editor.urlTitle': 'URL',
|
|
425
433
|
'fabric.editor.useMarkdown': 'Utiliser Markdown',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Afficher et ajouter des commentaires',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': 'Afficher les commentaires',
|
|
426
436
|
'fabric.editor.viewMore': 'Voir plus',
|
|
427
437
|
'fabric.editor.visit': 'Ouvrir le lien dans une nouvelle fenêtre',
|
|
428
438
|
'fabric.editor.warning': 'Avertissement',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -20,6 +20,7 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Oszlop beszúrása jobbra',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Megjegyzés hozzáadása',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Szegély hozzáadása',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Loom-videó hozzáadása',
|
|
23
24
|
'fabric.editor.addMediaFiles': 'Kép, videó vagy fájl hozzáadása',
|
|
24
25
|
'fabric.editor.addRowAbove': 'Sor beszúrása felülre',
|
|
25
26
|
'fabric.editor.addRowBelow': 'Sor beszúrása alulra',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': 'Eszközök (béta)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Eszközök',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence-lista beszúrása',
|
|
106
|
+
'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.',
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Jira-ügyek',
|
|
104
108
|
'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.',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': 'Lista',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': 'Döntés',
|
|
110
114
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': 'Oszlop méretének csökkentése',
|
|
112
117
|
'fabric.editor.decreaseSize': 'Méret csökkentése',
|
|
113
118
|
'fabric.editor.defaultAltText': 'Dokumentum',
|
|
114
119
|
'fabric.editor.description': 'Leírás',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': 'Méret',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
231
236
|
'fabric.editor.improvement': 'Javítás',
|
|
237
|
+
'fabric.editor.increaseColumnSize': 'Oszlop méretének növelése',
|
|
232
238
|
'fabric.editor.increaseSize': 'Méret növelése',
|
|
233
239
|
'fabric.editor.indent': 'Behúzás',
|
|
234
240
|
'fabric.editor.info': 'Információ',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': 'Helyőrző szöveg hozzáadása',
|
|
318
324
|
'fabric.editor.plainText': 'Egyszerű szöveg használata',
|
|
319
325
|
'fabric.editor.quickInsert': 'Gyorsbeillesztés',
|
|
320
|
-
'fabric.editor.recordVideo': '
|
|
321
|
-
'fabric.editor.recordVideo.description': '
|
|
326
|
+
'fabric.editor.recordVideo': 'Loom-videó rögzítése',
|
|
327
|
+
'fabric.editor.recordVideo.description': 'A képernyőd vagy a kamerád képének rögzítése',
|
|
322
328
|
'fabric.editor.redo': 'Ismét',
|
|
323
329
|
'fabric.editor.remove': 'Eltávolítás',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, one {Oszlop törlése} other {Oszlopok törlése}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
337
343
|
'fabric.editor.saveButton': 'Mentés',
|
|
338
344
|
'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.}}',
|
|
345
|
+
'fabric.editor.selectColumnResize': 'Oszlop átméretezésének kiválasztása',
|
|
339
346
|
'fabric.editor.selectLanguage': 'Programozási nyelv kiválasztása',
|
|
340
347
|
'fabric.editor.selectTableColumn': 'Táblázatoszlop kiválasztása',
|
|
341
348
|
'fabric.editor.selectTableRow': 'Táblázatsor kiválasztása',
|
|
@@ -419,10 +426,13 @@ var _default = exports.default = {
|
|
|
419
426
|
'fabric.editor.unsupportedBlockContent': 'Ez a szerkesztő nem támogatja ennek a tartalomnak a megjelenítését',
|
|
420
427
|
'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',
|
|
421
428
|
'fabric.editor.unsupportedInlineContent': 'Nem támogatott tartalom',
|
|
429
|
+
'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',
|
|
422
430
|
'fabric.editor.url': 'URL megjelenítése',
|
|
423
431
|
'fabric.editor.urlDescription': 'Link megjelenítése URL-ként',
|
|
424
432
|
'fabric.editor.urlTitle': 'URL-cím',
|
|
425
433
|
'fabric.editor.useMarkdown': 'Markdown használata',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Megjegyzések megtekintése és hozzáadása',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': 'Megjegyzések megtekintése',
|
|
426
436
|
'fabric.editor.viewMore': 'Továbbiak megtekintése',
|
|
427
437
|
'fabric.editor.visit': 'Hivatkozás megnyitása új ablakban',
|
|
428
438
|
'fabric.editor.warning': 'Figyelmeztetés',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -20,6 +20,7 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Aggiungi colonna a destra',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Aggiungi un commento',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Aggiungi bordo',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Aggiungi un video Loom',
|
|
23
24
|
'fabric.editor.addMediaFiles': "Aggiungi un'immagine, un video o un file",
|
|
24
25
|
'fabric.editor.addRowAbove': 'Aggiungi riga sopra',
|
|
25
26
|
'fabric.editor.addRowBelow': 'Aggiungi riga sotto',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': 'Risorse (Beta)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Risorse',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': "Inserisci l'elenco Confluence",
|
|
106
|
+
'fabric.editor.datasource.confluenceSearch.description': "Inserisci l'elenco dei risultati della ricerca di Confluence con funzioni avanzate di ricerca, filtro e configurazione.",
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Ticket Jira',
|
|
104
108
|
'fabric.editor.datasource.jiraIssue.description': 'Inserisci ticket Jira da Jira Cloud con la ricerca avanzata, i filtri e la configurazione.',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': 'Elenco',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': 'Decisione',
|
|
110
114
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': 'Riduci la dimensione della colonna',
|
|
112
117
|
'fabric.editor.decreaseSize': 'Riduci dimensione',
|
|
113
118
|
'fabric.editor.defaultAltText': 'Documento',
|
|
114
119
|
'fabric.editor.description': 'Descrizione',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': 'Dimensione',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': 'Sottile',
|
|
231
236
|
'fabric.editor.improvement': 'Miglioramento',
|
|
237
|
+
'fabric.editor.increaseColumnSize': 'Aumenta la dimensione della colonna',
|
|
232
238
|
'fabric.editor.increaseSize': 'Aumenta dimensione',
|
|
233
239
|
'fabric.editor.indent': 'Rientra',
|
|
234
240
|
'fabric.editor.info': 'Info',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': 'Aggiungi testo segnaposto',
|
|
318
324
|
'fabric.editor.plainText': 'Usa testo normale',
|
|
319
325
|
'fabric.editor.quickInsert': 'Inserimento rapido',
|
|
320
|
-
'fabric.editor.recordVideo': 'Registra video',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Registra
|
|
326
|
+
'fabric.editor.recordVideo': 'Registra un video Loom',
|
|
327
|
+
'fabric.editor.recordVideo.description': 'Registra lo schermo e la fotocamera',
|
|
322
328
|
'fabric.editor.redo': 'Ripeti',
|
|
323
329
|
'fabric.editor.remove': 'Rimuovi',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, one {Elimina colonna} other {Elimina colonne}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
337
343
|
'fabric.editor.saveButton': 'Salva',
|
|
338
344
|
'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.}}",
|
|
345
|
+
'fabric.editor.selectColumnResize': 'Seleziona il ridimensionamento della colonna',
|
|
339
346
|
'fabric.editor.selectLanguage': 'Seleziona linguaggio',
|
|
340
347
|
'fabric.editor.selectTableColumn': 'Seleziona la colonna della tabella',
|
|
341
348
|
'fabric.editor.selectTableRow': 'Seleziona la riga della tabella',
|
|
@@ -419,10 +426,13 @@ var _default = exports.default = {
|
|
|
419
426
|
'fabric.editor.unsupportedBlockContent': 'Questo editor non supporta la visualizzazione di questi contenuti',
|
|
420
427
|
'fabric.editor.unsupportedContentTooltip': 'I contenuti non sono disponibili in questo editor; saranno preservati in fase di modifica e salvataggio',
|
|
421
428
|
'fabric.editor.unsupportedInlineContent': 'Contenuti non supportati',
|
|
429
|
+
'fabric.editor.upDown': 'Utilizzando i tasti di direzione su e giù nel seguente campo di inserimento verrà aggiornata la data sottostante',
|
|
422
430
|
'fabric.editor.url': 'Visualizza URL',
|
|
423
431
|
'fabric.editor.urlDescription': 'Visualizza il link come URL',
|
|
424
432
|
'fabric.editor.urlTitle': 'URL',
|
|
425
433
|
'fabric.editor.useMarkdown': 'Usa Markdown',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Visualizza e aggiungi i commenti',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': 'Visualizza i commenti',
|
|
426
436
|
'fabric.editor.viewMore': 'Visualizza altro',
|
|
427
437
|
'fabric.editor.visit': 'Apri il link in una nuova finestra',
|
|
428
438
|
'fabric.editor.warning': 'Avviso',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -20,6 +20,7 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': '右に列を追加',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'コメントを追加',
|
|
22
22
|
'fabric.editor.addImageBorder': '枠を追加',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Loom 動画を追加',
|
|
23
24
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
24
25
|
'fabric.editor.addRowAbove': '上に行を追加',
|
|
25
26
|
'fabric.editor.addRowBelow': '下に行を追加',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': 'アセット (ベータ版)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'アセット',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence リストを挿入する',
|
|
106
|
+
'fabric.editor.datasource.confluenceSearch.description': '強化された検索、フィルタリング、設定を使用して、Confluence から検索結果のリストを挿入します。',
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Jira 課題',
|
|
104
108
|
'fabric.editor.datasource.jiraIssue.description': '強化された検索、フィルタリング、設定を使用して、Jira Cloud から Jira 課題を挿入します。',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': 'リスト',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': '決定事項',
|
|
110
114
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': '列のサイズを縮小する',
|
|
112
117
|
'fabric.editor.decreaseSize': 'サイズを縮小する',
|
|
113
118
|
'fabric.editor.defaultAltText': 'ドキュメント',
|
|
114
119
|
'fabric.editor.description': '説明',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': 'サイズ',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': '細',
|
|
231
236
|
'fabric.editor.improvement': '改善',
|
|
237
|
+
'fabric.editor.increaseColumnSize': '列のサイズを拡大する',
|
|
232
238
|
'fabric.editor.increaseSize': 'サイズを拡大する',
|
|
233
239
|
'fabric.editor.indent': 'インデント',
|
|
234
240
|
'fabric.editor.info': '情報',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': 'プレースホルダー テキストを追加',
|
|
318
324
|
'fabric.editor.plainText': 'プレーン テキストを使用する',
|
|
319
325
|
'fabric.editor.quickInsert': 'クイック挿入',
|
|
320
|
-
'fabric.editor.recordVideo': '
|
|
321
|
-
'fabric.editor.recordVideo.description': '
|
|
326
|
+
'fabric.editor.recordVideo': 'Loom 動画を録画する',
|
|
327
|
+
'fabric.editor.recordVideo.description': '画面とカメラ映像を録画します',
|
|
322
328
|
'fabric.editor.redo': 'やり直し',
|
|
323
329
|
'fabric.editor.remove': '削除',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
337
343
|
'fabric.editor.saveButton': '保存',
|
|
338
344
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number} 件の検索結果があります。上下の矢印キーで目的のオプションに移動します。Enter キーでオプションを選択します。}}',
|
|
345
|
+
'fabric.editor.selectColumnResize': '列のサイズ変更を選択する',
|
|
339
346
|
'fabric.editor.selectLanguage': '言語を選択',
|
|
340
347
|
'fabric.editor.selectTableColumn': '表の列を選択します',
|
|
341
348
|
'fabric.editor.selectTableRow': '表の行を選択します',
|
|
@@ -374,6 +381,7 @@ var _default = exports.default = {
|
|
|
374
381
|
'fabric.editor.tables.adjustColumn': '列を調整する',
|
|
375
382
|
'fabric.editor.tables.columnResizeLast': 'この列は左側方向のみサイズを変更できます。',
|
|
376
383
|
'fabric.editor.tables.columnResizeOverflow': 'この列のサイズを変更できるのは、表にスクロール バーがあるときのみです。',
|
|
384
|
+
'fabric.editor.tables.columnWidth': '{width, plural, other {列の幅が {width} ピクセルに変更されました}}',
|
|
377
385
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
378
386
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
|
|
379
387
|
'fabric.editor.tables.resizeStop': 'リサイズを中止しました',
|
|
@@ -418,10 +426,13 @@ var _default = exports.default = {
|
|
|
418
426
|
'fabric.editor.unsupportedBlockContent': 'このエディターはこのコンテンツの表示をサポートしていません',
|
|
419
427
|
'fabric.editor.unsupportedContentTooltip': 'このエディターではコンテンツが利用できないため、編集および保存の際にはコンテンツが保持されます',
|
|
420
428
|
'fabric.editor.unsupportedInlineContent': 'サポートされていないコンテンツ',
|
|
429
|
+
'fabric.editor.upDown': '次の入力フィールドで上矢印キーまたは下矢印キーを使用すると、下の日付が更新されます',
|
|
421
430
|
'fabric.editor.url': 'URL を表示',
|
|
422
431
|
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
423
432
|
'fabric.editor.urlTitle': 'URL',
|
|
424
433
|
'fabric.editor.useMarkdown': 'マークダウンを使用する',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'コメントを表示および追加',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': 'コメントを見る',
|
|
425
436
|
'fabric.editor.viewMore': 'さらに表示',
|
|
426
437
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
427
438
|
'fabric.editor.warning': '警告',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -20,6 +20,7 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': '오른쪽에 열 추가',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': '댓글 추가',
|
|
22
22
|
'fabric.editor.addImageBorder': '테두리 추가',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Loom 동영상 추가',
|
|
23
24
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
24
25
|
'fabric.editor.addRowAbove': '위에 행 추가',
|
|
25
26
|
'fabric.editor.addRowBelow': '아래에 행 추가',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': '자산(베타)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': '자산',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence 목록 삽입',
|
|
106
|
+
'fabric.editor.datasource.confluenceSearch.description': '향상된 검색, 필터링 및 구성을 통해 Confluence의 검색 결과 목록을 삽입합니다.',
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Jira 이슈',
|
|
104
108
|
'fabric.editor.datasource.jiraIssue.description': '향상된 검색, 필터링 및 구성을 통해 Jira Cloud의 Jira 이슈 삽입',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': '목록',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': '결정',
|
|
110
114
|
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': '결정 추가...',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': '열 크기 줄이기',
|
|
112
117
|
'fabric.editor.decreaseSize': '크기 줄이기',
|
|
113
118
|
'fabric.editor.defaultAltText': '문서',
|
|
114
119
|
'fabric.editor.description': '설명',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': '크기',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': '가늘게',
|
|
231
236
|
'fabric.editor.improvement': '개선',
|
|
237
|
+
'fabric.editor.increaseColumnSize': '열 크기 늘리기',
|
|
232
238
|
'fabric.editor.increaseSize': '크기 늘리기',
|
|
233
239
|
'fabric.editor.indent': '들여쓰기',
|
|
234
240
|
'fabric.editor.info': '정보',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': '자리 표시자 텍스트 추가',
|
|
318
324
|
'fabric.editor.plainText': '일반 텍스트 사용',
|
|
319
325
|
'fabric.editor.quickInsert': '빠른 삽입',
|
|
320
|
-
'fabric.editor.recordVideo': '동영상 녹화',
|
|
321
|
-
'fabric.editor.recordVideo.description': '
|
|
326
|
+
'fabric.editor.recordVideo': 'Loom 동영상 녹화',
|
|
327
|
+
'fabric.editor.recordVideo.description': '화면 및 카메라 녹화',
|
|
322
328
|
'fabric.editor.redo': '다시 실행',
|
|
323
329
|
'fabric.editor.remove': '제거',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': '행 옵션',
|
|
337
343
|
'fabric.editor.saveButton': '저장',
|
|
338
344
|
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number}개의 검색 결과를 사용할 수 있습니다. 옵션 간에 이동하려면 위쪽 및 아래쪽 화살표 키를 사용하세요. 옵션을 선택하려면 Enter 키를 누르세요.}}',
|
|
345
|
+
'fabric.editor.selectColumnResize': '열 크기 조정 선택',
|
|
339
346
|
'fabric.editor.selectLanguage': '언어 선택',
|
|
340
347
|
'fabric.editor.selectTableColumn': '표 열 선택',
|
|
341
348
|
'fabric.editor.selectTableRow': '표 행 선택',
|
|
@@ -374,6 +381,7 @@ var _default = exports.default = {
|
|
|
374
381
|
'fabric.editor.tables.adjustColumn': '열 조정',
|
|
375
382
|
'fabric.editor.tables.columnResizeLast': '이 열의 크기는 왼쪽으로만 조정할 수 있습니다.',
|
|
376
383
|
'fabric.editor.tables.columnResizeOverflow': '표에 스크롤 막대가 있는 경우에만 이 열의 크기를 조정할 수 있습니다.',
|
|
384
|
+
'fabric.editor.tables.columnWidth': '{width, plural, other {열 너비를 {width}픽셀로 변경했습니다}}',
|
|
377
385
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
378
386
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
|
|
379
387
|
'fabric.editor.tables.resizeStop': '크기 조정 중지됨',
|
|
@@ -418,10 +426,13 @@ var _default = exports.default = {
|
|
|
418
426
|
'fabric.editor.unsupportedBlockContent': '이 편집기에서는 이 콘텐츠 표시를 지원하지 않습니다',
|
|
419
427
|
'fabric.editor.unsupportedContentTooltip': '콘텐츠는 이 편집기에서 사용할 수 없으며 편집 후 저장해도 그대로 보존됩니다',
|
|
420
428
|
'fabric.editor.unsupportedInlineContent': '지원되지 않는 콘텐츠',
|
|
429
|
+
'fabric.editor.upDown': '다음 입력 필드에 위쪽 및 아래쪽 화살표 키를 사용하면 아래에 날짜가 업데이트됩니다',
|
|
421
430
|
'fabric.editor.url': 'URL 표시',
|
|
422
431
|
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
423
432
|
'fabric.editor.urlTitle': 'URL',
|
|
424
433
|
'fabric.editor.useMarkdown': 'Markdown 사용',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': '보고 댓글 추가',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
425
436
|
'fabric.editor.viewMore': '더 보기',
|
|
426
437
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
427
438
|
'fabric.editor.warning': '경고',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -20,6 +20,7 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Legg til kolonne til høyre',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Legg til kommentar',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Legg til kantlinje',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Legg til Loom-video',
|
|
23
24
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
24
25
|
'fabric.editor.addRowAbove': 'Legg til rad over',
|
|
25
26
|
'fabric.editor.addRowBelow': 'Legg til rad under',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': 'Ressurser (beta)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Ressurser',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': 'Sett inn Confluence-liste',
|
|
106
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Sett inn en liste over søkeresultater fra Confluence med forbedret søk, filtrering og konfigurasjon.',
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Jira-saker',
|
|
104
108
|
'fabric.editor.datasource.jiraIssue.description': 'Sett inn Jira-saker fra Jira Cloud med forbedret søk, filtrering og konfigurasjon.',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': 'Liste',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': 'Beslutning',
|
|
110
114
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': 'Legg til en beslutning …',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': 'Reduser kolonnestørrelsen',
|
|
112
117
|
'fabric.editor.decreaseSize': 'Reduser størrelsen',
|
|
113
118
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
114
119
|
'fabric.editor.description': 'Beskrivelse',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': 'Størrelse',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
231
236
|
'fabric.editor.improvement': 'Forbedring',
|
|
237
|
+
'fabric.editor.increaseColumnSize': 'Øk kolonnestørrelsen',
|
|
232
238
|
'fabric.editor.increaseSize': 'Øk størrelsen',
|
|
233
239
|
'fabric.editor.indent': 'Innrykk',
|
|
234
240
|
'fabric.editor.info': 'Informasjon',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': 'Legg til plassholdertekst',
|
|
318
324
|
'fabric.editor.plainText': 'Bruk ren tekst',
|
|
319
325
|
'fabric.editor.quickInsert': 'Hurtiginnsetting',
|
|
320
|
-
'fabric.editor.recordVideo': 'Ta opp video',
|
|
321
|
-
'fabric.editor.recordVideo.description': 'Ta opp
|
|
326
|
+
'fabric.editor.recordVideo': 'Ta opp en Loom-video',
|
|
327
|
+
'fabric.editor.recordVideo.description': 'Ta opp skjermen og kameraet',
|
|
322
328
|
'fabric.editor.redo': 'Gjør om',
|
|
323
329
|
'fabric.editor.remove': 'Fjern',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, one {Slett kolonne} other {Slett kolonner}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
337
343
|
'fabric.editor.saveButton': 'Lagre',
|
|
338
344
|
'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.}}',
|
|
345
|
+
'fabric.editor.selectColumnResize': 'Velg størrelsesendring av kolonne',
|
|
339
346
|
'fabric.editor.selectLanguage': 'Velg programmeringsspråk',
|
|
340
347
|
'fabric.editor.selectTableColumn': 'Velg tabellkolonne',
|
|
341
348
|
'fabric.editor.selectTableRow': 'Velg tabellrad',
|
|
@@ -419,10 +426,13 @@ var _default = exports.default = {
|
|
|
419
426
|
'fabric.editor.unsupportedBlockContent': 'Denne redigeringsmodulen støtter ikke visning av dette innholdet',
|
|
420
427
|
'fabric.editor.unsupportedContentTooltip': 'Innholdet er ikke tilgjengelig i denne redigeringsmodulen – det bevares når du redigerer og lagrer',
|
|
421
428
|
'fabric.editor.unsupportedInlineContent': 'Innholdet støttes ikke',
|
|
429
|
+
'fabric.editor.upDown': 'Når du bruker pil opp og ned i følgende inndatafelt, blir datoen nedenfor oppdatert',
|
|
422
430
|
'fabric.editor.url': 'Vis som nettadresse',
|
|
423
431
|
'fabric.editor.urlDescription': 'Vis kobling som nettadresse',
|
|
424
432
|
'fabric.editor.urlTitle': 'Nettadresse',
|
|
425
433
|
'fabric.editor.useMarkdown': 'Bruk Markdown',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
426
436
|
'fabric.editor.viewMore': 'Vis mer',
|
|
427
437
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
428
438
|
'fabric.editor.warning': 'Advarsel',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -20,11 +20,12 @@ var _default = exports.default = {
|
|
|
20
20
|
'fabric.editor.addColumnRight': 'Voeg kolom rechts toe',
|
|
21
21
|
'fabric.editor.addCommentOnMedia': 'Opmerking toevoegen',
|
|
22
22
|
'fabric.editor.addImageBorder': 'Kader toevoegen',
|
|
23
|
+
'fabric.editor.addLoomVideo': 'Loom-video toevoegen',
|
|
23
24
|
'fabric.editor.addMediaFiles': 'Afbeelding, video of bestand toevoegen',
|
|
24
25
|
'fabric.editor.addRowAbove': 'Rij hierboven toevoegen',
|
|
25
26
|
'fabric.editor.addRowBelow': 'Rij hieronder toevoegen',
|
|
26
|
-
'fabric.editor.alignCenter': '
|
|
27
|
-
'fabric.editor.alignImageCenter': '
|
|
27
|
+
'fabric.editor.alignCenter': 'Uitlijnen centreren',
|
|
28
|
+
'fabric.editor.alignImageCenter': 'Uitlijnen centreren',
|
|
28
29
|
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
29
30
|
'fabric.editor.alignImageRight': 'Rechts uitlijnen',
|
|
30
31
|
'fabric.editor.alignLeft': 'Links uitlijnen',
|
|
@@ -100,6 +101,9 @@ var _default = exports.default = {
|
|
|
100
101
|
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
101
102
|
'fabric.editor.datasource.assetsObjects': 'Assets (bèta)',
|
|
102
103
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
104
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch': 'Confluence-lijst invoegen',
|
|
106
|
+
'fabric.editor.datasource.confluenceSearch.description': 'Voeg lijst met zoekresultaten in vanuit Confluence met verbeterde zoekfunctie, filteren en configuratie.',
|
|
103
107
|
'fabric.editor.datasource.jiraIssue': 'Jira-issues',
|
|
104
108
|
'fabric.editor.datasource.jiraIssue.description': 'Voeg Jira-issues in vanuit Jira Cloud met verbeterde zoekfunctie, filteren en configuratie.',
|
|
105
109
|
'fabric.editor.datasourceAppearanceTitle': 'Lijst',
|
|
@@ -109,6 +113,7 @@ var _default = exports.default = {
|
|
|
109
113
|
'fabric.editor.decision': 'Beslissing',
|
|
110
114
|
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
111
115
|
'fabric.editor.decisionPlaceholder': 'Beslissing toevoegen...',
|
|
116
|
+
'fabric.editor.decreaseColumnSize': 'Kolomgrootte verkleinen',
|
|
112
117
|
'fabric.editor.decreaseSize': 'Formaat verkleinen',
|
|
113
118
|
'fabric.editor.defaultAltText': 'Document',
|
|
114
119
|
'fabric.editor.description': 'Omschrijving',
|
|
@@ -229,6 +234,7 @@ var _default = exports.default = {
|
|
|
229
234
|
'fabric.editor.imageBorderSize': 'Grootte',
|
|
230
235
|
'fabric.editor.imageBorderSubtle': 'Subtiel',
|
|
231
236
|
'fabric.editor.improvement': 'Verbetering',
|
|
237
|
+
'fabric.editor.increaseColumnSize': 'Kolomgrootte vergroten',
|
|
232
238
|
'fabric.editor.increaseSize': 'Formaat vergroten',
|
|
233
239
|
'fabric.editor.indent': 'Inspringen',
|
|
234
240
|
'fabric.editor.info': 'Informatie',
|
|
@@ -317,8 +323,8 @@ var _default = exports.default = {
|
|
|
317
323
|
'fabric.editor.placeholderTextPlaceholder': 'Voeg plaatsaanduidingstekst toe',
|
|
318
324
|
'fabric.editor.plainText': 'Tekst zonder opmaak gebruiken',
|
|
319
325
|
'fabric.editor.quickInsert': 'Snel invoegen',
|
|
320
|
-
'fabric.editor.recordVideo': '
|
|
321
|
-
'fabric.editor.recordVideo.description': '
|
|
326
|
+
'fabric.editor.recordVideo': 'Een Loom-video opnemen',
|
|
327
|
+
'fabric.editor.recordVideo.description': 'Neem je scherm en je camerabeeld op',
|
|
322
328
|
'fabric.editor.redo': 'Pas opnieuw toe',
|
|
323
329
|
'fabric.editor.remove': 'Verwijderen',
|
|
324
330
|
'fabric.editor.removeColumns': '{0, plural, one {Kolom verwijderen} other {Kolommen verwijderen}}',
|
|
@@ -336,6 +342,7 @@ var _default = exports.default = {
|
|
|
336
342
|
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
337
343
|
'fabric.editor.saveButton': 'Opslaan',
|
|
338
344
|
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} zoekresultaat beschikbaar. Gebruik de pijltoetsen omhoog en omlaag om tussen de opties te navigeren. Druk op Enter om een optie te selecteren.} other {{itemsLength,number} zoekresultaten beschikbaar. Gebruik de pijltoetsen omhoog en omlaag om tussen de opties te navigeren. Druk op Enter om een optie te selecteren.}}',
|
|
345
|
+
'fabric.editor.selectColumnResize': 'Aanpassing grootte van kolom selecteren',
|
|
339
346
|
'fabric.editor.selectLanguage': 'Selecteer taal',
|
|
340
347
|
'fabric.editor.selectTableColumn': 'Selecteer tabelkolom',
|
|
341
348
|
'fabric.editor.selectTableRow': 'Selecteer tabelrij',
|
|
@@ -419,10 +426,13 @@ var _default = exports.default = {
|
|
|
419
426
|
'fabric.editor.unsupportedBlockContent': 'Deze editor ondersteunt weergave van deze inhoud niet',
|
|
420
427
|
'fabric.editor.unsupportedContentTooltip': 'Inhoud is niet beschikbaar in deze editor. Dit wordt behouden als je bewerkt en opslaat',
|
|
421
428
|
'fabric.editor.unsupportedInlineContent': 'Niet-ondersteunde inhoud',
|
|
429
|
+
'fabric.editor.upDown': 'Als je de pijltjestoetsen omhoog en omlaag gebruikt in het volgende invoerveld, wordt de datum hieronder bijgewerkt',
|
|
422
430
|
'fabric.editor.url': 'URL weergeven',
|
|
423
431
|
'fabric.editor.urlDescription': 'Link als URL weergeven',
|
|
424
432
|
'fabric.editor.urlTitle': 'URL',
|
|
425
433
|
'fabric.editor.useMarkdown': 'Gebruik Markdown',
|
|
434
|
+
'fabric.editor.viewAndAddCommentsOnMedia': 'Opmerkingen bekijken en toevoegen',
|
|
435
|
+
'fabric.editor.viewCommentOnMedia': 'Opmerkingen bekijken',
|
|
426
436
|
'fabric.editor.viewMore': 'Meer bekijken',
|
|
427
437
|
'fabric.editor.visit': 'Link openen in een nieuw venster',
|
|
428
438
|
'fabric.editor.warning': 'Waarschuwing',
|