@atlaskit/editor-common 87.0.4 → 87.2.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 +19 -0
- package/dist/cjs/i18n/cs.js +13 -1
- package/dist/cjs/i18n/da.js +13 -1
- package/dist/cjs/i18n/de.js +13 -1
- package/dist/cjs/i18n/en.js +12 -1
- package/dist/cjs/i18n/en_GB.js +12 -1
- package/dist/cjs/i18n/en_ZZ.js +12 -1
- package/dist/cjs/i18n/es.js +13 -1
- package/dist/cjs/i18n/fi.js +15 -3
- package/dist/cjs/i18n/fr.js +15 -3
- package/dist/cjs/i18n/hu.js +13 -1
- package/dist/cjs/i18n/it.js +13 -1
- package/dist/cjs/i18n/ja.js +13 -1
- package/dist/cjs/i18n/ko.js +13 -1
- package/dist/cjs/i18n/nb.js +13 -1
- package/dist/cjs/i18n/nl.js +13 -1
- package/dist/cjs/i18n/pl.js +13 -1
- package/dist/cjs/i18n/pt_BR.js +13 -1
- package/dist/cjs/i18n/ru.js +13 -1
- package/dist/cjs/i18n/sv.js +13 -1
- package/dist/cjs/i18n/th.js +13 -1
- package/dist/cjs/i18n/tr.js +13 -1
- package/dist/cjs/i18n/uk.js +15 -3
- package/dist/cjs/i18n/vi.js +13 -1
- package/dist/cjs/i18n/zh.js +13 -1
- package/dist/cjs/i18n/zh_TW.js +13 -1
- package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/cjs/link/ConfigureLinkOverlay/handleNavigation.js +43 -0
- package/dist/cjs/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/cjs/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/cjs/link/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/expand.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +13 -1
- package/dist/es2019/i18n/da.js +13 -1
- package/dist/es2019/i18n/de.js +13 -1
- package/dist/es2019/i18n/en.js +12 -1
- package/dist/es2019/i18n/en_GB.js +12 -1
- package/dist/es2019/i18n/en_ZZ.js +12 -1
- package/dist/es2019/i18n/es.js +13 -1
- package/dist/es2019/i18n/fi.js +15 -3
- package/dist/es2019/i18n/fr.js +15 -3
- package/dist/es2019/i18n/hu.js +13 -1
- package/dist/es2019/i18n/it.js +13 -1
- package/dist/es2019/i18n/ja.js +13 -1
- package/dist/es2019/i18n/ko.js +13 -1
- package/dist/es2019/i18n/nb.js +13 -1
- package/dist/es2019/i18n/nl.js +13 -1
- package/dist/es2019/i18n/pl.js +13 -1
- package/dist/es2019/i18n/pt_BR.js +13 -1
- package/dist/es2019/i18n/ru.js +13 -1
- package/dist/es2019/i18n/sv.js +13 -1
- package/dist/es2019/i18n/th.js +13 -1
- package/dist/es2019/i18n/tr.js +13 -1
- package/dist/es2019/i18n/uk.js +15 -3
- package/dist/es2019/i18n/vi.js +13 -1
- package/dist/es2019/i18n/zh.js +13 -1
- package/dist/es2019/i18n/zh_TW.js +13 -1
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/es2019/link/ConfigureLinkOverlay/handleNavigation.js +38 -0
- package/dist/es2019/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/es2019/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/es2019/link/index.js +2 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/expand.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +13 -1
- package/dist/esm/i18n/da.js +13 -1
- package/dist/esm/i18n/de.js +13 -1
- package/dist/esm/i18n/en.js +12 -1
- package/dist/esm/i18n/en_GB.js +12 -1
- package/dist/esm/i18n/en_ZZ.js +12 -1
- package/dist/esm/i18n/es.js +13 -1
- package/dist/esm/i18n/fi.js +15 -3
- package/dist/esm/i18n/fr.js +15 -3
- package/dist/esm/i18n/hu.js +13 -1
- package/dist/esm/i18n/it.js +13 -1
- package/dist/esm/i18n/ja.js +13 -1
- package/dist/esm/i18n/ko.js +13 -1
- package/dist/esm/i18n/nb.js +13 -1
- package/dist/esm/i18n/nl.js +13 -1
- package/dist/esm/i18n/pl.js +13 -1
- package/dist/esm/i18n/pt_BR.js +13 -1
- package/dist/esm/i18n/ru.js +13 -1
- package/dist/esm/i18n/sv.js +13 -1
- package/dist/esm/i18n/th.js +13 -1
- package/dist/esm/i18n/tr.js +13 -1
- package/dist/esm/i18n/uk.js +15 -3
- package/dist/esm/i18n/vi.js +13 -1
- package/dist/esm/i18n/zh.js +13 -1
- package/dist/esm/i18n/zh_TW.js +13 -1
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +5 -2
- package/dist/esm/link/ConfigureLinkOverlay/handleNavigation.js +37 -0
- package/dist/esm/link/ConfigureLinkOverlay/index.js +7 -5
- package/dist/esm/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
- package/dist/esm/link/index.js +2 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/expand.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +13 -1
- package/dist/types/i18n/da.d.ts +13 -1
- package/dist/types/i18n/de.d.ts +13 -1
- package/dist/types/i18n/en.d.ts +12 -1
- package/dist/types/i18n/en_GB.d.ts +12 -1
- package/dist/types/i18n/en_ZZ.d.ts +12 -1
- package/dist/types/i18n/es.d.ts +13 -1
- package/dist/types/i18n/fi.d.ts +13 -1
- package/dist/types/i18n/fr.d.ts +13 -1
- package/dist/types/i18n/hu.d.ts +13 -1
- package/dist/types/i18n/it.d.ts +13 -1
- package/dist/types/i18n/ja.d.ts +13 -1
- package/dist/types/i18n/ko.d.ts +13 -1
- package/dist/types/i18n/nb.d.ts +13 -1
- package/dist/types/i18n/nl.d.ts +13 -1
- package/dist/types/i18n/pl.d.ts +13 -1
- package/dist/types/i18n/pt_BR.d.ts +13 -1
- package/dist/types/i18n/ru.d.ts +13 -1
- package/dist/types/i18n/sv.d.ts +13 -1
- package/dist/types/i18n/th.d.ts +13 -1
- package/dist/types/i18n/tr.d.ts +13 -1
- package/dist/types/i18n/uk.d.ts +13 -1
- package/dist/types/i18n/vi.d.ts +13 -1
- package/dist/types/i18n/zh.d.ts +13 -1
- package/dist/types/i18n/zh_TW.d.ts +13 -1
- package/dist/types/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types/link/index.d.ts +1 -0
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
- package/dist/types-ts4.5/i18n/da.d.ts +13 -1
- package/dist/types-ts4.5/i18n/de.d.ts +13 -1
- package/dist/types-ts4.5/i18n/en.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
- package/dist/types-ts4.5/i18n/es.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
- package/dist/types-ts4.5/i18n/it.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
- package/dist/types-ts4.5/i18n/th.d.ts +13 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/index.d.ts +9 -1
- package/dist/types-ts4.5/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
- package/dist/types-ts4.5/link/index.d.ts +1 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
- package/package.json +2 -2
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Finnish
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Tehtävä',
|
|
11
12
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
12
13
|
'fabric.editor.addAltText': 'Vaihtoehtoinen teksti',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Siirry takaisin',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Taustaväri',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
37
41
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kortti',
|
|
39
43
|
'fabric.editor.blockquote': 'sitaatti',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
69
73
|
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Sarake siirretty vasemmalle kohtaan {index}/{total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Sarake siirretty oikealle kohtaan {index}/{total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Sarake {index}/{total} valittu',
|
|
71
78
|
'fabric.editor.columns': 'Asettelut',
|
|
72
79
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Sarake on lisätty} other {{count} saraketta on lisätty}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
96
103
|
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
97
104
|
'fabric.editor.createComment': 'Kommentoi',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Voit kommentoida vain tekstiä, otsikoita, emojeita, päivämääriä, mainintoja, linkkejä ja tiloja.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
|
|
99
107
|
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Resurssit (beeta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Resurssit',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Lisää Confluence-luettelo',
|
|
@@ -112,7 +119,7 @@ export default {
|
|
|
112
119
|
'fabric.editor.decision': 'Päätös',
|
|
113
120
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
114
121
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
115
|
-
'fabric.editor.decreaseSize': '
|
|
122
|
+
'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
|
|
116
123
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
117
124
|
'fabric.editor.description': 'Kuvaus',
|
|
118
125
|
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
230
237
|
'fabric.editor.highlight': 'Korostusväri',
|
|
231
238
|
'fabric.editor.highlightColor': 'Vaihda korostusväripaletti',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Korosta',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
@@ -245,7 +253,7 @@ export default {
|
|
|
245
253
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
246
254
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
247
255
|
'fabric.editor.improvement': 'Parannus',
|
|
248
|
-
'fabric.editor.increaseSize': '
|
|
256
|
+
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
249
257
|
'fabric.editor.indent': 'Sisennys',
|
|
250
258
|
'fabric.editor.info': 'Tietoja',
|
|
251
259
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
323
331
|
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
324
332
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
|
|
325
334
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
326
335
|
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|
|
358
367
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Rivi siirretty alas kohtaan {index}/{total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Rivi siirretty ylös kohtaan {index}/{total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Rivi {index}/{total} valittu',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Rivi on lisätty} other {{count} riviä on lisätty}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rivi on poistettu} other {{count} riviä on poistettu}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Tallenna',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//French (France)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configurer {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Tâche',
|
|
11
12
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
12
13
|
'fabric.editor.addAltText': 'Texte alternatif',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Retour',
|
|
35
36
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Faites glisser pour déplacer',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Déplacer vers le haut',
|
|
37
41
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
38
42
|
'fabric.editor.blockTitle': 'Carte',
|
|
39
43
|
'fabric.editor.blockquote': 'une citation',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Réduire le contenu',
|
|
69
73
|
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Options de colonne',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Colonne déplacée vers la gauche à la position {index} sur {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Colonne déplacée vers la droite à la position {index} sur {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Colonne {index} sur {total} sélectionnée',
|
|
71
78
|
'fabric.editor.columns': 'Mises en page',
|
|
72
79
|
'fabric.editor.columns.description': 'Organiser votre page en sections',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Une colonne a été insérée} other {{count} colonnes ont été insérées}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
96
103
|
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
97
104
|
'fabric.editor.createComment': 'Commenter',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Vous ne pouvez commenter que le texte, les titres, les émoticônes, les dates, les mentions, les liens et les états.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
|
|
99
107
|
'fabric.editor.customPanel': 'Volet personnalisé',
|
|
100
108
|
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Actifs (Bêta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Actifs',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Insérer une liste Confluence',
|
|
@@ -112,7 +119,7 @@ export default {
|
|
|
112
119
|
'fabric.editor.decision': 'Décision',
|
|
113
120
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
114
121
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
115
|
-
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou
|
|
122
|
+
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou de la ressource',
|
|
116
123
|
'fabric.editor.defaultAltText': 'Document',
|
|
117
124
|
'fabric.editor.description': 'Description',
|
|
118
125
|
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
230
237
|
'fabric.editor.highlight': 'Couleur de surbrillance',
|
|
231
238
|
'fabric.editor.highlightColor': 'Activer ou désactiver la palette de couleurs de surbrillance',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Surligner',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Coller ou rechercher un lien',
|
|
@@ -245,7 +253,7 @@ export default {
|
|
|
245
253
|
'fabric.editor.imageBorderSize': 'Taille',
|
|
246
254
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
247
255
|
'fabric.editor.improvement': 'Amélioration',
|
|
248
|
-
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou
|
|
256
|
+
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou de la ressource',
|
|
249
257
|
'fabric.editor.indent': 'Retrait positif',
|
|
250
258
|
'fabric.editor.info': 'Informations',
|
|
251
259
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
323
331
|
'fabric.editor.off': '{formattingType} désactivé(e)',
|
|
324
332
|
'fabric.editor.on': '{formattingType} activé',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Ouvrir les options des cellules',
|
|
325
334
|
'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
|
|
326
335
|
'fabric.editor.orderedList': 'Liste numérotée',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Disposition de la barre latérale de droite',
|
|
358
367
|
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Ligne déplacée vers le bas à la position {index} sur {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Ligne déplacée vers le haut à la position {index} sur {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Ligne {index} sur {total} sélectionnée',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Une ligne a été insérée} other {{count} lignes ont été insérées}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {La ligne a été supprimée} other {{count} lignes ont été supprimées}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Enregistrer',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Hungarian
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurálása',
|
|
10
11
|
'fabric.editor.action': 'Teendő',
|
|
11
12
|
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
12
13
|
'fabric.editor.addAltText': 'Alternatív szöveg',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Vissza',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Háttérszín',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Az áthelyezéshez húzd át',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Mozgatás le',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Mozgatás fel',
|
|
37
41
|
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kártya',
|
|
39
43
|
'fabric.editor.blockquote': 'Idézet',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'tartalom összecsukása',
|
|
69
73
|
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Oszlopbeállítások',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Oszlop balra mozgatva a következő pozícióba: {index}/{total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Oszlop jobbra mozgatva a következő pozícióba: {index}/{total}',
|
|
77
|
+
'fabric.editor.columnSelected': '{index}/{total} oszlop kiválasztva',
|
|
71
78
|
'fabric.editor.columns': 'Elrendezések',
|
|
72
79
|
'fabric.editor.columns.description': 'Az oldal rendszerezése szakaszok használatával',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Be lett szúrva egy oszlop} other {Be lett szúrva {count} oszlop}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Másolás',
|
|
96
103
|
'fabric.editor.cornerControl': 'Táblázat kijelölése',
|
|
97
104
|
'fabric.editor.createComment': 'Megjegyzés',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Csak szövegekhez, címsorokhoz, emojikhoz, dátumokhoz, említésekhez, linkekhez és állapotokhoz fűzhetsz megjegyzést.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
|
|
99
107
|
'fabric.editor.customPanel': 'Egyéni panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Eszközök (béta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Eszközök',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Confluence-lista beszúrása',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
|
|
230
237
|
'fabric.editor.highlight': 'Kiemelés színe',
|
|
231
238
|
'fabric.editor.highlightColor': 'Kiemelő színpaletta váltása',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Kiemelés',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Beillesztés vagy link keresése',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Számozott oszlop',
|
|
323
331
|
'fabric.editor.off': '{formattingType} kikapcsolva',
|
|
324
332
|
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Cellabeállítások megnyitása',
|
|
325
334
|
'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
|
|
326
335
|
'fabric.editor.orderedList': 'Számozott lista',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Jobb oldalsávos elrendezés',
|
|
358
367
|
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Sor lefelé mozgatva a következő pozícióba: {index}/{total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Sor felfelé mozgatva a következő pozícióba: {index}/{total}',
|
|
371
|
+
'fabric.editor.rowSelected': '{index}/{total} sor kiválasztva',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Be lett szúrva egy sor} other {Be lett szúrva {count} sor}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {A sor el lett távolítva} other {{count} sor el lett távolítva}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Mentés',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Italian (Italy)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Configura {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Attività',
|
|
11
12
|
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
12
13
|
'fabric.editor.addAltText': 'Testo alternativo',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Torna indietro',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Colore di sfondo',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': "Il collegamento in linea è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Trascina per spostare',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Sposta giù',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Sposta su',
|
|
37
41
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
38
42
|
'fabric.editor.blockTitle': 'Scheda',
|
|
39
43
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Comprimi contenuto',
|
|
69
73
|
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Opzioni colonna',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Colonna spostata a sinistra della colonna {index} di {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Colonna spostata a destra della colonna {index} di {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Colonna {index} di {total} selezionata',
|
|
71
78
|
'fabric.editor.columns': 'Layout',
|
|
72
79
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {È stata inserita una colonna} other {Sono state inserite {count} colonne}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Copia',
|
|
96
103
|
'fabric.editor.cornerControl': 'Evidenzia tabella',
|
|
97
104
|
'fabric.editor.createComment': 'Commento',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Puoi commentare solo testo, titoli, emoji, date, menzioni, link e stati.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
99
107
|
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Risorse (Beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Risorse',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': "Inserisci l'elenco Confluence",
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
230
237
|
'fabric.editor.highlight': 'Colore di evidenziazione',
|
|
231
238
|
'fabric.editor.highlightColor': 'Attiva/disattiva la palette dei colori di evidenziazione',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Evidenzia',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Incolla o cerca il link',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
323
331
|
'fabric.editor.off': '{formattingType} disattiva',
|
|
324
332
|
'fabric.editor.on': '{formattingType} attiva',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Apri opzioni cella',
|
|
325
334
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
326
335
|
'fabric.editor.orderedList': 'Elenco numerato',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Layout con barra laterale destra',
|
|
358
367
|
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Riga spostata sotto la riga {index} di {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Riga spostata sopra la riga {index} di {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Riga {index} di {total} selezionata',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {È stata inserita una riga} other {Sono state inserite {count} righe}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {La riga è stata rimossa} other {Sono state rimosse {count} righe}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Salva',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Japanese
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
|
|
10
11
|
'fabric.editor.action': 'アクション アイテム',
|
|
11
12
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
12
13
|
'fabric.editor.addAltText': '代替テキスト',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': '戻る',
|
|
35
36
|
'fabric.editor.backgroundColor': '背景色',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして移動',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': '上に移動',
|
|
37
41
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
38
42
|
'fabric.editor.blockTitle': 'カード',
|
|
39
43
|
'fabric.editor.blockquote': '引用',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
69
73
|
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
70
74
|
'fabric.editor.columnDragHandle': '列オプション',
|
|
75
|
+
'fabric.editor.columnMovedLeft': '列を左に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
76
|
+
'fabric.editor.columnMovedRight': '列を右に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
77
|
+
'fabric.editor.columnSelected': '全 {total} 列中 {index} 列目を選択しました',
|
|
71
78
|
'fabric.editor.columns': 'レイアウト',
|
|
72
79
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, other {{count} 件の列が挿入されました}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'コピー',
|
|
96
103
|
'fabric.editor.cornerControl': 'テーブルをハイライト',
|
|
97
104
|
'fabric.editor.createComment': 'コメント',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'テキスト、見出し、絵文字、日付、メンション、リンク、ステータスにのみコメントできます。',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
99
107
|
'fabric.editor.customPanel': 'カスタム パネル',
|
|
100
108
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'アセット (ベータ版)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'アセット',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Confluence リストを挿入する',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
230
237
|
'fabric.editor.highlight': '強調色',
|
|
231
238
|
'fabric.editor.highlightColor': '強調色パレットを切り替える',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'ハイライト',
|
|
232
240
|
'fabric.editor.horizontalRule': '分割線',
|
|
233
241
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': '番号付き列',
|
|
323
331
|
'fabric.editor.off': '{formattingType}オフ',
|
|
324
332
|
'fabric.editor.on': '{formattingType}オン',
|
|
333
|
+
'fabric.editor.openCellOptions': 'セルのオプションを開く',
|
|
325
334
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
326
335
|
'fabric.editor.orderedList': '番号付きリスト',
|
|
327
336
|
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': '右サイド バー レイアウト',
|
|
358
367
|
'fabric.editor.rowControl': '行をハイライト',
|
|
359
368
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
369
|
+
'fabric.editor.rowMovedDown': '行を下に移動しました。現在、全 {total} 行中 {index} 行目です',
|
|
370
|
+
'fabric.editor.rowMovedUp': '行を上に移動しました。現在、全 {total} 行中 {index} 行目です',
|
|
371
|
+
'fabric.editor.rowSelected': '全 {total} 行中 {index} 行目を選択しました',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, other {{count} 件の行が挿入されました}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {{count} 件の行が削除されました}}',
|
|
362
374
|
'fabric.editor.saveButton': '保存',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Korean
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} 구성',
|
|
10
11
|
'fabric.editor.action': '작업 항목',
|
|
11
12
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
12
13
|
'fabric.editor.addAltText': '대체 텍스트',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': '뒤로 가기',
|
|
35
36
|
'fabric.editor.backgroundColor': '배경색',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 이동',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': '위로 이동',
|
|
37
41
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
38
42
|
'fabric.editor.blockTitle': '카드',
|
|
39
43
|
'fabric.editor.blockquote': '인용',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
69
73
|
'fabric.editor.collapseTable': '표 축소',
|
|
70
74
|
'fabric.editor.columnDragHandle': '열 옵션',
|
|
75
|
+
'fabric.editor.columnMovedLeft': '열이 {index}/{total}열로 왼쪽으로 이동함',
|
|
76
|
+
'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동함',
|
|
77
|
+
'fabric.editor.columnSelected': '{index}/{total}열 선택함',
|
|
71
78
|
'fabric.editor.columns': '레이아웃',
|
|
72
79
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, other {{count}개의 열을 삽입함}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': '복사',
|
|
96
103
|
'fabric.editor.cornerControl': '표 강조',
|
|
97
104
|
'fabric.editor.createComment': '댓글',
|
|
105
|
+
'fabric.editor.createCommentDisabled': '텍스트, 제목, 이모지, 날짜, 멘션, 링크 및 상태에만 댓글을 추가할 수 있습니다.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
99
107
|
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
100
108
|
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': '자산(베타)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': '자산',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Confluence 목록 삽입',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
230
237
|
'fabric.editor.highlight': '강조 색상',
|
|
231
238
|
'fabric.editor.highlightColor': '하이라이트 색상 팔레트 토글',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': '강조 표시',
|
|
232
240
|
'fabric.editor.horizontalRule': '구분선',
|
|
233
241
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
323
331
|
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
324
332
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
333
|
+
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
325
334
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
326
335
|
'fabric.editor.orderedList': '번호 목록',
|
|
327
336
|
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': '오른쪽 사이드바 레이아웃',
|
|
358
367
|
'fabric.editor.rowControl': '열 강조 표시',
|
|
359
368
|
'fabric.editor.rowDragHandle': '행 옵션',
|
|
369
|
+
'fabric.editor.rowMovedDown': '행이 {index}/{total}열로 아래로 이동함',
|
|
370
|
+
'fabric.editor.rowMovedUp': '행이 {index}/{total}행으로 위로 이동함',
|
|
371
|
+
'fabric.editor.rowSelected': '{index}/{total}행 선택함',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, other {{count}개의 행을 삽입함}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {{count}개의 행을 제거함}}',
|
|
362
374
|
'fabric.editor.saveButton': '저장',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Norwegian (Bokmål)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Handlingselement',
|
|
11
12
|
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
12
13
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å flytte',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Flytt opp',
|
|
37
41
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kort',
|
|
39
43
|
'fabric.editor.blockquote': 'et sitat',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
69
73
|
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Kolonnealternativer',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Kolonnen ble flyttet til venstre til {index} av {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Kolonnen ble flyttet til høyre til {index} av {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Kolonne {index} av {total} er valgt',
|
|
71
78
|
'fabric.editor.columns': 'Oppsett',
|
|
72
79
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er satt inn} other {{count} kolonner er satt inn}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopier',
|
|
96
103
|
'fabric.editor.cornerControl': 'Fremhev tabell',
|
|
97
104
|
'fabric.editor.createComment': 'Kommenter',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Du kan bare kommentere på tekst, overskrifter, emojier, datoer, omtaler, koblinger og statuser.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
99
107
|
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Ressurser (beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Ressurser',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Sett inn Confluence-liste',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
230
237
|
'fabric.editor.highlight': 'Fremhevingsfarge',
|
|
231
238
|
'fabric.editor.highlightColor': 'Slå av og på fargepaletten for fremheving',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Fremheving',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Deler',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Nummert kolonne',
|
|
323
331
|
'fabric.editor.off': '{formattingType} av',
|
|
324
332
|
'fabric.editor.on': '{formattingType} på',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Åpne cellealternativer',
|
|
325
334
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
326
335
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Opprett en sortert liste',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Oppsett for høyre sidestolpe',
|
|
358
367
|
'fabric.editor.rowControl': 'Fremhev rad',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Raden ble flyttet ned til {index} av {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Raden ble flyttet opp til {index} av {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Rad {index} av {total} er valgt',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {En rad er satt inn} other {{count} rader er satt inn}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Raden er fjernet} other {{count} rader er fjernet}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Lagre',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Dutch (Netherlands)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} configureren',
|
|
10
11
|
'fabric.editor.action': 'Actiepunt',
|
|
11
12
|
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
12
13
|
'fabric.editor.addAltText': 'Alt-tekst',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Ga terug',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Achtergrondkleur',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Sleep om te verplaatsen',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Verplaats naar beneden',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Verplaats naar boven',
|
|
37
41
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
38
42
|
'fabric.editor.blockTitle': 'Kaart',
|
|
39
43
|
'fabric.editor.blockquote': 'een citaat',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Content inklappen',
|
|
69
73
|
'fabric.editor.collapseTable': 'Tabel inklappen',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Kolomopties',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Kolom naar links verplaatst naar {index} van {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Kolom naar rechts verplaatst naar {index} van {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Kolom {index} van {total} geselecteerd',
|
|
71
78
|
'fabric.editor.columns': 'Lay-outs',
|
|
72
79
|
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Er is een kolom ingevoegd} other {Er zijn {count} kolommen ingevoegd}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
96
103
|
'fabric.editor.cornerControl': 'Tabel markeren',
|
|
97
104
|
'fabric.editor.createComment': 'Opmerking maken',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Je kunt alleen opmerkingen plaatsen bij tekst, kopteksten, emoticons, datums, vermeldingen, links en statussen.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
99
107
|
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (bèta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Confluence-lijst invoegen',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
230
237
|
'fabric.editor.highlight': 'Kleur markeren',
|
|
231
238
|
'fabric.editor.highlightColor': 'Kleurenpalet voor markeringen in- en uitschakelen',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Genummerde kolom',
|
|
323
331
|
'fabric.editor.off': '{formattingType} uit',
|
|
324
332
|
'fabric.editor.on': '{formattingType} aan',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Celopties openen',
|
|
325
334
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
326
335
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Lay-out van rechterzijbalk',
|
|
358
367
|
'fabric.editor.rowControl': 'Rij markeren',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Rij naar beneden verplaatst naar {index} van {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Rij naar boven verplaatst naar {index} van {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Rij {index} van {total} geselecteerd',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Er is een rij ingevoegd} other {Er zijn {count} rijen ingevoegd}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {De rij is verwijderd} other {{count} rijen zijn verwijderd}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Opslaan',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Polish (Poland)
|
|
9
9
|
export default {
|
|
10
|
+
'editor-common-extensibility.macro.button.configure': 'Skonfiguruj makro {macroName}',
|
|
10
11
|
'fabric.editor.action': 'Element akcji',
|
|
11
12
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
12
13
|
'fabric.editor.addAltText': 'Tekst alternatywny',
|
|
@@ -34,6 +35,9 @@ export default {
|
|
|
34
35
|
'fabric.editor.backLink': 'Wróć',
|
|
35
36
|
'fabric.editor.backgroundColor': 'Kolor tła',
|
|
36
37
|
'fabric.editor.blockCardUnavailable': 'Łącze bezpośrednio w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
|
|
38
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Przeciągnij, aby przenieść',
|
|
39
|
+
'fabric.editor.blockControlMoveDown': 'Przenieś niżej',
|
|
40
|
+
'fabric.editor.blockControlMoveUp': 'Przenieś wyżej',
|
|
37
41
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
38
42
|
'fabric.editor.blockTitle': 'Karta',
|
|
39
43
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
@@ -68,6 +72,9 @@ export default {
|
|
|
68
72
|
'fabric.editor.collapseNode': 'Zwiń zawartość',
|
|
69
73
|
'fabric.editor.collapseTable': 'Zwiń tabelę',
|
|
70
74
|
'fabric.editor.columnDragHandle': 'Opcje kolumn',
|
|
75
|
+
'fabric.editor.columnMovedLeft': 'Przesunięto kolumnę w lewo do {index} z {total}',
|
|
76
|
+
'fabric.editor.columnMovedRight': 'Przesunięto kolumnę w prawo do {index} z {total}',
|
|
77
|
+
'fabric.editor.columnSelected': 'Wybrano kolumnę {index} z {total}',
|
|
71
78
|
'fabric.editor.columns': 'Układy',
|
|
72
79
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
73
80
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Wstawiono kolumnę} few {Wstawiono {count} kolumny} many {Wstawiono {count} kolumn} other {Wstawiono {count} kolumny}}',
|
|
@@ -95,10 +102,10 @@ export default {
|
|
|
95
102
|
'fabric.editor.copyToClipboard': 'Kopiuj',
|
|
96
103
|
'fabric.editor.cornerControl': 'Zaznacz tablicę',
|
|
97
104
|
'fabric.editor.createComment': 'Komentarz',
|
|
105
|
+
'fabric.editor.createCommentDisabled': 'Można komentować tylko tekst, nagłówki, emoji, daty, wzmianki, łącza i statusy.',
|
|
98
106
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
99
107
|
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
100
108
|
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
101
|
-
'fabric.editor.datasource.assetsObjects': 'Zasoby (wersja beta)',
|
|
102
109
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
103
110
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Zasoby',
|
|
104
111
|
'fabric.editor.datasource.confluenceSearch': 'Wstawianie listy Confluence',
|
|
@@ -229,6 +236,7 @@ export default {
|
|
|
229
236
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
230
237
|
'fabric.editor.highlight': 'Kolor wyróżnienia',
|
|
231
238
|
'fabric.editor.highlightColor': 'Przełącz paletę kolorów wyróżnienia',
|
|
239
|
+
'fabric.editor.highlightFloatingToolbar': 'Wyróżnij',
|
|
232
240
|
'fabric.editor.horizontalRule': 'Separator',
|
|
233
241
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
234
242
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
|
|
@@ -322,6 +330,7 @@ export default {
|
|
|
322
330
|
'fabric.editor.numberedColumn': 'Kolumna numerowana',
|
|
323
331
|
'fabric.editor.off': '{formattingType} wył.',
|
|
324
332
|
'fabric.editor.on': '{formattingType} wł.',
|
|
333
|
+
'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
|
|
325
334
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
326
335
|
'fabric.editor.orderedList': 'Lista numerowana',
|
|
327
336
|
'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
|
|
@@ -357,6 +366,9 @@ export default {
|
|
|
357
366
|
'fabric.editor.rightSidebar': 'Układ z paskiem bocznym po prawej',
|
|
358
367
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
359
368
|
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
369
|
+
'fabric.editor.rowMovedDown': 'Przesunięto wiersz w dół do {index} z {total}',
|
|
370
|
+
'fabric.editor.rowMovedUp': 'Przesunięto wiersz w górę do {index} z {total}',
|
|
371
|
+
'fabric.editor.rowSelected': 'Wybrano wiersz {index} z {total}',
|
|
360
372
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Wstawiono wiersz} few {Wstawiono {count} wiersze} many {Wstawiono {count} wierszy} other {Wstawiono {count} wiersza}}',
|
|
361
373
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Usunięto wiersz} few {Usunięto {count} wiersze} many {Usunięto {count} wierszy} other {Usunięto {count} wiersza}}',
|
|
362
374
|
'fabric.editor.saveButton': 'Zapisz',
|