@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/cjs/i18n/fr.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//French (France)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Configurer {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Tâche',
|
|
17
18
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
18
19
|
'fabric.editor.addAltText': 'Texte alternatif',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Retour',
|
|
41
42
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'Le lien contextuel est dans {node} et sa vue ne peut être modifiée',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Faites glisser pour déplacer',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Déplacer vers le bas',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Déplacer vers le haut',
|
|
43
47
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
44
48
|
'fabric.editor.blockTitle': 'Carte',
|
|
45
49
|
'fabric.editor.blockquote': 'une citation',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Réduire le contenu',
|
|
75
79
|
'fabric.editor.collapseTable': 'Réduire le tableau',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Options de colonne',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Colonne déplacée vers la gauche à la position {index} sur {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Colonne déplacée vers la droite à la position {index} sur {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Colonne {index} sur {total} sélectionnée',
|
|
77
84
|
'fabric.editor.columns': 'Mises en page',
|
|
78
85
|
'fabric.editor.columns.description': 'Organiser votre page en sections',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Une colonne a été insérée} other {{count} colonnes ont été insérées}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
102
109
|
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
103
110
|
'fabric.editor.createComment': 'Commenter',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Vous ne pouvez commenter que le texte, les titres, les émoticônes, les dates, les mentions, les liens et les états.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Vous pouvez uniquement commenter du texte et des titres',
|
|
105
113
|
'fabric.editor.customPanel': 'Volet personnalisé',
|
|
106
114
|
'fabric.editor.customPanel.description': "Ajoutez une remarque avec une émoticône et un fond d'écran coloré",
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Actifs (Bêta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Insérer des objets depuis Actifs dans Jira Service Management grâce à la recherche et au filtrage',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Actifs',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Insérer une liste Confluence',
|
|
@@ -118,7 +125,7 @@ var _default = exports.default = {
|
|
|
118
125
|
'fabric.editor.decision': 'Décision',
|
|
119
126
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
120
127
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
121
|
-
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou
|
|
128
|
+
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou de la ressource',
|
|
122
129
|
'fabric.editor.defaultAltText': 'Document',
|
|
123
130
|
'fabric.editor.description': 'Description',
|
|
124
131
|
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Appuyez sur {keyMap} pour ouvrir rapidement cette boîte de dialogue à tout moment',
|
|
236
243
|
'fabric.editor.highlight': 'Couleur de surbrillance',
|
|
237
244
|
'fabric.editor.highlightColor': 'Activer ou désactiver la palette de couleurs de surbrillance',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Surligner',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Coller ou rechercher un lien',
|
|
@@ -251,7 +259,7 @@ var _default = exports.default = {
|
|
|
251
259
|
'fabric.editor.imageBorderSize': 'Taille',
|
|
252
260
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
253
261
|
'fabric.editor.improvement': 'Amélioration',
|
|
254
|
-
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou
|
|
262
|
+
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou de la ressource',
|
|
255
263
|
'fabric.editor.indent': 'Retrait positif',
|
|
256
264
|
'fabric.editor.info': 'Informations',
|
|
257
265
|
'fabric.editor.infoPanel': "Volet d'informations",
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
329
337
|
'fabric.editor.off': '{formattingType} désactivé(e)',
|
|
330
338
|
'fabric.editor.on': '{formattingType} activé',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Ouvrir les options des cellules',
|
|
331
340
|
'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
|
|
332
341
|
'fabric.editor.orderedList': 'Liste numérotée',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Créer une liste ordonnée',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Disposition de la barre latérale de droite',
|
|
364
373
|
'fabric.editor.rowControl': 'Mettre la ligne en surbrillance',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Options de ligne',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Ligne déplacée vers le bas à la position {index} sur {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Ligne déplacée vers le haut à la position {index} sur {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Ligne {index} sur {total} sélectionnée',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Une ligne a été insérée} other {{count} lignes ont été insérées}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {La ligne a été supprimée} other {{count} lignes ont été supprimées}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Enregistrer',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Hungarian
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurálása',
|
|
16
17
|
'fabric.editor.action': 'Teendő',
|
|
17
18
|
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
18
19
|
'fabric.editor.addAltText': 'Alternatív szöveg',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Vissza',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Háttérszín',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'A beillesztett link a(z) {node} csomóponton belül található, és nem módosítható a nézete',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Az áthelyezéshez húzd át',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Mozgatás le',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Mozgatás fel',
|
|
43
47
|
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
44
48
|
'fabric.editor.blockTitle': 'Kártya',
|
|
45
49
|
'fabric.editor.blockquote': 'Idézet',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'tartalom összecsukása',
|
|
75
79
|
'fabric.editor.collapseTable': 'Táblázat összecsukása',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Oszlopbeállítások',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Oszlop balra mozgatva a következő pozícióba: {index}/{total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Oszlop jobbra mozgatva a következő pozícióba: {index}/{total}',
|
|
83
|
+
'fabric.editor.columnSelected': '{index}/{total} oszlop kiválasztva',
|
|
77
84
|
'fabric.editor.columns': 'Elrendezések',
|
|
78
85
|
'fabric.editor.columns.description': 'Az oldal rendszerezése szakaszok használatával',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Be lett szúrva egy oszlop} other {Be lett szúrva {count} oszlop}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Másolás',
|
|
102
109
|
'fabric.editor.cornerControl': 'Táblázat kijelölése',
|
|
103
110
|
'fabric.editor.createComment': 'Megjegyzés',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Csak szövegekhez, címsorokhoz, emojikhoz, dátumokhoz, említésekhez, linkekhez és állapotokhoz fűzhetsz megjegyzést.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Csak szöveghez és fejléchez fűzhetsz megjegyzést',
|
|
105
113
|
'fabric.editor.customPanel': 'Egyéni panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Adj hozzá megjegyzést emojival és színes háttérrel',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Eszközök (béta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Objektumok beszúrása az Eszközökből a Jira Service Managementbe kereséssel és szűrőkkel',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Eszközök',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Confluence-lista beszúrása',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'A párbeszédablak gyors megnyitásához nyomja meg a(z) {keyMap} gombot',
|
|
236
243
|
'fabric.editor.highlight': 'Kiemelés színe',
|
|
237
244
|
'fabric.editor.highlightColor': 'Kiemelő színpaletta váltása',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Kiemelés',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Beillesztés vagy link keresése',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Számozott oszlop',
|
|
329
337
|
'fabric.editor.off': '{formattingType} kikapcsolva',
|
|
330
338
|
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Cellabeállítások megnyitása',
|
|
331
340
|
'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
|
|
332
341
|
'fabric.editor.orderedList': 'Számozott lista',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Sorrendbe állított lista létrehozása',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Jobb oldalsávos elrendezés',
|
|
364
373
|
'fabric.editor.rowControl': 'Sor kijelölése',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Sorbeállítások',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Sor lefelé mozgatva a következő pozícióba: {index}/{total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Sor felfelé mozgatva a következő pozícióba: {index}/{total}',
|
|
377
|
+
'fabric.editor.rowSelected': '{index}/{total} sor kiválasztva',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Be lett szúrva egy sor} other {Be lett szúrva {count} sor}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {A sor el lett távolítva} other {{count} sor el lett távolítva}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Mentés',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Italian (Italy)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Configura {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Attività',
|
|
17
18
|
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
18
19
|
'fabric.editor.addAltText': 'Testo alternativo',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Torna indietro',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Colore di sfondo',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': "Il collegamento in linea è all'interno di {node} e non è possibile modificare la relativa visualizzazione",
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Trascina per spostare',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Sposta giù',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Sposta su',
|
|
43
47
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
44
48
|
'fabric.editor.blockTitle': 'Scheda',
|
|
45
49
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Comprimi contenuto',
|
|
75
79
|
'fabric.editor.collapseTable': 'Comprimi tabella',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Opzioni colonna',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Colonna spostata a sinistra della colonna {index} di {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Colonna spostata a destra della colonna {index} di {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Colonna {index} di {total} selezionata',
|
|
77
84
|
'fabric.editor.columns': 'Layout',
|
|
78
85
|
'fabric.editor.columns.description': 'Organizza la tua pagina in sezioni',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {È stata inserita una colonna} other {Sono state inserite {count} colonne}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Copia',
|
|
102
109
|
'fabric.editor.cornerControl': 'Evidenzia tabella',
|
|
103
110
|
'fabric.editor.createComment': 'Commento',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Puoi commentare solo testo, titoli, emoji, date, menzioni, link e stati.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Puoi inserire commenti solo per il testo e le intestazioni',
|
|
105
113
|
'fabric.editor.customPanel': 'Pannello personalizzato',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Aggiungi una nota con un emoji e uno sfondo colorato',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Risorse (Beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Inserisci oggetti da Risorse in Jira Service Management con la ricerca e i filtri',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Risorse',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': "Inserisci l'elenco Confluence",
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Premi {keyMap} per aprire velocemente questa finestra di dialogo ogni volta che vuoi',
|
|
236
243
|
'fabric.editor.highlight': 'Colore di evidenziazione',
|
|
237
244
|
'fabric.editor.highlightColor': 'Attiva/disattiva la palette dei colori di evidenziazione',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Evidenzia',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Incolla o cerca il link',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
329
337
|
'fabric.editor.off': '{formattingType} disattiva',
|
|
330
338
|
'fabric.editor.on': '{formattingType} attiva',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Apri opzioni cella',
|
|
331
340
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
332
341
|
'fabric.editor.orderedList': 'Elenco numerato',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Crea una lista ordinata',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Layout con barra laterale destra',
|
|
364
373
|
'fabric.editor.rowControl': 'Evidenzia riga',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Opzioni riga',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Riga spostata sotto la riga {index} di {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Riga spostata sopra la riga {index} di {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Riga {index} di {total} selezionata',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {È stata inserita una riga} other {Sono state inserite {count} righe}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {La riga è stata rimossa} other {Sono state rimosse {count} righe}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Salva',
|
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Japanese
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
|
|
16
17
|
'fabric.editor.action': 'アクション アイテム',
|
|
17
18
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
18
19
|
'fabric.editor.addAltText': '代替テキスト',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': '戻る',
|
|
41
42
|
'fabric.editor.backgroundColor': '背景色',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'ドラッグして移動',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': '下に移動',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': '上に移動',
|
|
43
47
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
44
48
|
'fabric.editor.blockTitle': 'カード',
|
|
45
49
|
'fabric.editor.blockquote': '引用',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
75
79
|
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
76
80
|
'fabric.editor.columnDragHandle': '列オプション',
|
|
81
|
+
'fabric.editor.columnMovedLeft': '列を左に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
82
|
+
'fabric.editor.columnMovedRight': '列を右に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
83
|
+
'fabric.editor.columnSelected': '全 {total} 列中 {index} 列目を選択しました',
|
|
77
84
|
'fabric.editor.columns': 'レイアウト',
|
|
78
85
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, other {{count} 件の列が挿入されました}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'コピー',
|
|
102
109
|
'fabric.editor.cornerControl': 'テーブルをハイライト',
|
|
103
110
|
'fabric.editor.createComment': 'コメント',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'テキスト、見出し、絵文字、日付、メンション、リンク、ステータスにのみコメントできます。',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
105
113
|
'fabric.editor.customPanel': 'カスタム パネル',
|
|
106
114
|
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'アセット (ベータ版)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'アセット',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Confluence リストを挿入する',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
236
243
|
'fabric.editor.highlight': '強調色',
|
|
237
244
|
'fabric.editor.highlightColor': '強調色パレットを切り替える',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'ハイライト',
|
|
238
246
|
'fabric.editor.horizontalRule': '分割線',
|
|
239
247
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': '番号付き列',
|
|
329
337
|
'fabric.editor.off': '{formattingType}オフ',
|
|
330
338
|
'fabric.editor.on': '{formattingType}オン',
|
|
339
|
+
'fabric.editor.openCellOptions': 'セルのオプションを開く',
|
|
331
340
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
332
341
|
'fabric.editor.orderedList': '番号付きリスト',
|
|
333
342
|
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': '右サイド バー レイアウト',
|
|
364
373
|
'fabric.editor.rowControl': '行をハイライト',
|
|
365
374
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
375
|
+
'fabric.editor.rowMovedDown': '行を下に移動しました。現在、全 {total} 行中 {index} 行目です',
|
|
376
|
+
'fabric.editor.rowMovedUp': '行を上に移動しました。現在、全 {total} 行中 {index} 行目です',
|
|
377
|
+
'fabric.editor.rowSelected': '全 {total} 行中 {index} 行目を選択しました',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, other {{count} 件の行が挿入されました}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {{count} 件の行が削除されました}}',
|
|
368
380
|
'fabric.editor.saveButton': '保存',
|
package/dist/cjs/i18n/ko.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Korean
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} 구성',
|
|
16
17
|
'fabric.editor.action': '작업 항목',
|
|
17
18
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
18
19
|
'fabric.editor.addAltText': '대체 텍스트',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': '뒤로 가기',
|
|
41
42
|
'fabric.editor.backgroundColor': '배경색',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': '끌어서 이동',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': '아래로 이동',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': '위로 이동',
|
|
43
47
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
44
48
|
'fabric.editor.blockTitle': '카드',
|
|
45
49
|
'fabric.editor.blockquote': '인용',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
75
79
|
'fabric.editor.collapseTable': '표 축소',
|
|
76
80
|
'fabric.editor.columnDragHandle': '열 옵션',
|
|
81
|
+
'fabric.editor.columnMovedLeft': '열이 {index}/{total}열로 왼쪽으로 이동함',
|
|
82
|
+
'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동함',
|
|
83
|
+
'fabric.editor.columnSelected': '{index}/{total}열 선택함',
|
|
77
84
|
'fabric.editor.columns': '레이아웃',
|
|
78
85
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, other {{count}개의 열을 삽입함}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': '복사',
|
|
102
109
|
'fabric.editor.cornerControl': '표 강조',
|
|
103
110
|
'fabric.editor.createComment': '댓글',
|
|
111
|
+
'fabric.editor.createCommentDisabled': '텍스트, 제목, 이모지, 날짜, 멘션, 링크 및 상태에만 댓글을 추가할 수 있습니다.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
105
113
|
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
106
114
|
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': '자산(베타)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': '검색 및 필터링을 통해 Jira Service Management에서 자산의 개체 삽입',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': '자산',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Confluence 목록 삽입',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
236
243
|
'fabric.editor.highlight': '강조 색상',
|
|
237
244
|
'fabric.editor.highlightColor': '하이라이트 색상 팔레트 토글',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': '강조 표시',
|
|
238
246
|
'fabric.editor.horizontalRule': '구분선',
|
|
239
247
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': '링크 붙여넣기 또는 검색',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
329
337
|
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
330
338
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
339
|
+
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
331
340
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
332
341
|
'fabric.editor.orderedList': '번호 목록',
|
|
333
342
|
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': '오른쪽 사이드바 레이아웃',
|
|
364
373
|
'fabric.editor.rowControl': '열 강조 표시',
|
|
365
374
|
'fabric.editor.rowDragHandle': '행 옵션',
|
|
375
|
+
'fabric.editor.rowMovedDown': '행이 {index}/{total}열로 아래로 이동함',
|
|
376
|
+
'fabric.editor.rowMovedUp': '행이 {index}/{total}행으로 위로 이동함',
|
|
377
|
+
'fabric.editor.rowSelected': '{index}/{total}행 선택함',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, other {{count}개의 행을 삽입함}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, other {{count}개의 행을 제거함}}',
|
|
368
380
|
'fabric.editor.saveButton': '저장',
|
package/dist/cjs/i18n/nb.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Norwegian (Bokmål)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Handlingselement',
|
|
17
18
|
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
18
19
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'Den innebygde koblingen er inne i {node}, og visningen kan ikke endres',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Dra for å flytte',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Flytt ned',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Flytt opp',
|
|
43
47
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
44
48
|
'fabric.editor.blockTitle': 'Kort',
|
|
45
49
|
'fabric.editor.blockquote': 'et sitat',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
75
79
|
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Kolonnealternativer',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Kolonnen ble flyttet til venstre til {index} av {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Kolonnen ble flyttet til høyre til {index} av {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Kolonne {index} av {total} er valgt',
|
|
77
84
|
'fabric.editor.columns': 'Oppsett',
|
|
78
85
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er satt inn} other {{count} kolonner er satt inn}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Kopier',
|
|
102
109
|
'fabric.editor.cornerControl': 'Fremhev tabell',
|
|
103
110
|
'fabric.editor.createComment': 'Kommenter',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Du kan bare kommentere på tekst, overskrifter, emojier, datoer, omtaler, koblinger og statuser.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
105
113
|
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Ressurser (beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Sett inn objekter fra ressurser i Jira Service Management med søk og filtrering',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Ressurser',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Sett inn Confluence-liste',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
236
243
|
'fabric.editor.highlight': 'Fremhevingsfarge',
|
|
237
244
|
'fabric.editor.highlightColor': 'Slå av og på fargepaletten for fremheving',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Fremheving',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Deler',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Lim inn eller søk etter kobling',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Nummert kolonne',
|
|
329
337
|
'fabric.editor.off': '{formattingType} av',
|
|
330
338
|
'fabric.editor.on': '{formattingType} på',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Åpne cellealternativer',
|
|
331
340
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
332
341
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Opprett en sortert liste',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Oppsett for høyre sidestolpe',
|
|
364
373
|
'fabric.editor.rowControl': 'Fremhev rad',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Raden ble flyttet ned til {index} av {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Raden ble flyttet opp til {index} av {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Rad {index} av {total} er valgt',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {En rad er satt inn} other {{count} rader er satt inn}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Raden er fjernet} other {{count} rader er fjernet}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Lagre',
|
package/dist/cjs/i18n/nl.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Dutch (Netherlands)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} configureren',
|
|
16
17
|
'fabric.editor.action': 'Actiepunt',
|
|
17
18
|
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
18
19
|
'fabric.editor.addAltText': 'Alt-tekst',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Ga terug',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Achtergrondkleur',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'De inline-link zit in {node} en de weergave ervan kan niet gewijzigd worden',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Sleep om te verplaatsen',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Verplaats naar beneden',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Verplaats naar boven',
|
|
43
47
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
44
48
|
'fabric.editor.blockTitle': 'Kaart',
|
|
45
49
|
'fabric.editor.blockquote': 'een citaat',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Content inklappen',
|
|
75
79
|
'fabric.editor.collapseTable': 'Tabel inklappen',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Kolomopties',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Kolom naar links verplaatst naar {index} van {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Kolom naar rechts verplaatst naar {index} van {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Kolom {index} van {total} geselecteerd',
|
|
77
84
|
'fabric.editor.columns': 'Lay-outs',
|
|
78
85
|
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Er is een kolom ingevoegd} other {Er zijn {count} kolommen ingevoegd}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
102
109
|
'fabric.editor.cornerControl': 'Tabel markeren',
|
|
103
110
|
'fabric.editor.createComment': 'Opmerking maken',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Je kunt alleen opmerkingen plaatsen bij tekst, kopteksten, emoticons, datums, vermeldingen, links en statussen.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Je kunt alleen opmerkingen plaatsen bij tekst en koppen',
|
|
105
113
|
'fabric.editor.customPanel': 'Aangepast paneel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Voeg een notitie toe met een emoji en een gekleurde achtergrond',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (bèta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Voeg objecten van Assets in Jira Service Management in met behulp van zoeken en filteren',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Confluence-lijst invoegen',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Klik op {keyMap} om dit dialoogvenster snel te openen',
|
|
236
243
|
'fabric.editor.highlight': 'Kleur markeren',
|
|
237
244
|
'fabric.editor.highlightColor': 'Kleurenpalet voor markeringen in- en uitschakelen',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link plakken of zoeken',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Genummerde kolom',
|
|
329
337
|
'fabric.editor.off': '{formattingType} uit',
|
|
330
338
|
'fabric.editor.on': '{formattingType} aan',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Celopties openen',
|
|
331
340
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
332
341
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Een gesorteerde lijst maken',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Lay-out van rechterzijbalk',
|
|
364
373
|
'fabric.editor.rowControl': 'Rij markeren',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Rij naar beneden verplaatst naar {index} van {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Rij naar boven verplaatst naar {index} van {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Rij {index} van {total} geselecteerd',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Er is een rij ingevoegd} other {Er zijn {count} rijen ingevoegd}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {De rij is verwijderd} other {{count} rijen zijn verwijderd}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Opslaan',
|
package/dist/cjs/i18n/pl.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Polish (Poland)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Skonfiguruj makro {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Element akcji',
|
|
17
18
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
18
19
|
'fabric.editor.addAltText': 'Tekst alternatywny',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Wróć',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Kolor tła',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'Łącze bezpośrednio w tekście jest wewnątrz węzła {node} i nie można zmienić jego widoku',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Przeciągnij, aby przenieść',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Przenieś niżej',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Przenieś wyżej',
|
|
43
47
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
44
48
|
'fabric.editor.blockTitle': 'Karta',
|
|
45
49
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Zwiń zawartość',
|
|
75
79
|
'fabric.editor.collapseTable': 'Zwiń tabelę',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Opcje kolumn',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Przesunięto kolumnę w lewo do {index} z {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Przesunięto kolumnę w prawo do {index} z {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Wybrano kolumnę {index} z {total}',
|
|
77
84
|
'fabric.editor.columns': 'Układy',
|
|
78
85
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Wstawiono kolumnę} few {Wstawiono {count} kolumny} many {Wstawiono {count} kolumn} other {Wstawiono {count} kolumny}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Kopiuj',
|
|
102
109
|
'fabric.editor.cornerControl': 'Zaznacz tablicę',
|
|
103
110
|
'fabric.editor.createComment': 'Komentarz',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Można komentować tylko tekst, nagłówki, emoji, daty, wzmianki, łącza i statusy.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Możesz komentować tylko tekst i nagłówki',
|
|
105
113
|
'fabric.editor.customPanel': 'Panel niestandardowy',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Dodaj notatkę z emoji i kolorowym tłem',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Zasoby (wersja beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Wstawianie obiektów z Zasobów do Jira Service Management z wyszukiwaniem i filtrowaniem',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Zasoby',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Wstawianie listy Confluence',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Naciśnij {keyMap}, aby szybko otworzyć okno dialogowe w dowolnym momencie',
|
|
236
243
|
'fabric.editor.highlight': 'Kolor wyróżnienia',
|
|
237
244
|
'fabric.editor.highlightColor': 'Przełącz paletę kolorów wyróżnienia',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Wyróżnij',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Separator',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Wklej lub wyszukaj łącze',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Kolumna numerowana',
|
|
329
337
|
'fabric.editor.off': '{formattingType} wył.',
|
|
330
338
|
'fabric.editor.on': '{formattingType} wł.',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
|
|
331
340
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
332
341
|
'fabric.editor.orderedList': 'Lista numerowana',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Utwórz uporządkowaną listę',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Układ z paskiem bocznym po prawej',
|
|
364
373
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Przesunięto wiersz w dół do {index} z {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Przesunięto wiersz w górę do {index} z {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Wybrano wiersz {index} z {total}',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Wstawiono wiersz} few {Wstawiono {count} wiersze} many {Wstawiono {count} wierszy} other {Wstawiono {count} wiersza}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Usunięto wiersz} few {Usunięto {count} wiersze} many {Usunięto {count} wierszy} other {Usunięto {count} wiersza}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Zapisz',
|
package/dist/cjs/i18n/pt_BR.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Portuguese (Brazil)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Item de ação',
|
|
17
18
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
18
19
|
'fabric.editor.addAltText': 'Texto alt',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Voltar',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Cor do plano de fundo',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'O link em linha está em {node}, e sua exibição não pode ser alterada',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Arraste para mover',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Mover para baixo',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Mover para cima',
|
|
43
47
|
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
44
48
|
'fabric.editor.blockTitle': 'Cartão',
|
|
45
49
|
'fabric.editor.blockquote': 'citação',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Recolher conteúdo',
|
|
75
79
|
'fabric.editor.collapseTable': 'Recolher tabela',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Opções de coluna',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Coluna movida para a esquerda para {index} de {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Coluna movida para a direita para {index} de {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Coluna {index} de {total} selecionada',
|
|
77
84
|
'fabric.editor.columns': 'Layouts',
|
|
78
85
|
'fabric.editor.columns.description': 'Estruturar sua página usando seções',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Uma coluna foi inserida} other {{count} colunas foram inseridas}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
102
109
|
'fabric.editor.cornerControl': 'Destacar tabela',
|
|
103
110
|
'fabric.editor.createComment': 'Comentar',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Você só pode comentar em textos, títulos, emojis, datas, menções, links e status.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Você só pode comentar em texto e cabeçalhos',
|
|
105
113
|
'fabric.editor.customPanel': 'Painel personalizado',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Adicione uma observação com um emoji e plano de fundo colorido',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Recursos (Beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Insira objetos a partir de Recursos no Jira Service Management com ferramentas de pesquisa e filtro',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Recursos',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Inserir lista do Confluence',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Pressione {keyMap} para abrir rapidamente esta caixa de diálogo a qualquer momento',
|
|
236
243
|
'fabric.editor.highlight': 'Cor de realce',
|
|
237
244
|
'fabric.editor.highlightColor': 'Alternar paleta de cores de destaque',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Realce',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Divisória',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Colar ou pesquisar link',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Coluna numerada',
|
|
329
337
|
'fabric.editor.off': '{formattingType} Desativado',
|
|
330
338
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Abrir opções de célula',
|
|
331
340
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
332
341
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Criar uma lista ordenada',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Layout com barra lateral à direita',
|
|
364
373
|
'fabric.editor.rowControl': 'Destacar linha',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Opções de linhas',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Linha movida para baixo para {index} de {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Linha movida para cima para {index} de {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Linha {index} de {total} selecionada',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Uma linha foi inserida} other {{count} linhas foram inseridas}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {A linha foi removida} other {{count} linhas foram removidas}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Salvar',
|