@atlaskit/editor-common 74.29.3 → 74.30.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 +6 -0
- package/dist/cjs/i18n/cs.js +19 -0
- package/dist/cjs/i18n/da.js +19 -0
- package/dist/cjs/i18n/de.js +19 -0
- package/dist/cjs/i18n/es.js +19 -0
- package/dist/cjs/i18n/fi.js +19 -0
- package/dist/cjs/i18n/fr.js +19 -0
- package/dist/cjs/i18n/hu.js +19 -0
- package/dist/cjs/i18n/it.js +19 -0
- package/dist/cjs/i18n/ja.js +19 -0
- package/dist/cjs/i18n/ko.js +19 -0
- package/dist/cjs/i18n/nb.js +19 -0
- package/dist/cjs/i18n/nl.js +19 -0
- package/dist/cjs/i18n/pl.js +19 -0
- package/dist/cjs/i18n/pt_BR.js +19 -0
- package/dist/cjs/i18n/ru.js +19 -0
- package/dist/cjs/i18n/sv.js +19 -0
- package/dist/cjs/i18n/th.js +19 -0
- package/dist/cjs/i18n/tr.js +19 -0
- package/dist/cjs/i18n/uk.js +19 -0
- package/dist/cjs/i18n/vi.js +19 -0
- package/dist/cjs/i18n/zh.js +19 -0
- package/dist/cjs/i18n/zh_TW.js +19 -0
- package/dist/cjs/mark/commands.js +201 -0
- package/dist/cjs/mark/index.js +30 -0
- package/dist/cjs/messages/full-page.js +25 -0
- package/dist/cjs/messages/index.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Toolbar/index.js +8 -0
- package/dist/cjs/ui/index.js +7 -0
- package/dist/cjs/ui-menu/DropdownMenu/index.js +16 -2
- package/dist/cjs/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +219 -0
- package/dist/cjs/ui-menu/index.js +23 -4
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +19 -0
- package/dist/es2019/i18n/da.js +19 -0
- package/dist/es2019/i18n/de.js +19 -0
- package/dist/es2019/i18n/es.js +19 -0
- package/dist/es2019/i18n/fi.js +19 -0
- package/dist/es2019/i18n/fr.js +19 -0
- package/dist/es2019/i18n/hu.js +19 -0
- package/dist/es2019/i18n/it.js +19 -0
- package/dist/es2019/i18n/ja.js +19 -0
- package/dist/es2019/i18n/ko.js +19 -0
- package/dist/es2019/i18n/nb.js +19 -0
- package/dist/es2019/i18n/nl.js +19 -0
- package/dist/es2019/i18n/pl.js +19 -0
- package/dist/es2019/i18n/pt_BR.js +19 -0
- package/dist/es2019/i18n/ru.js +19 -0
- package/dist/es2019/i18n/sv.js +19 -0
- package/dist/es2019/i18n/th.js +19 -0
- package/dist/es2019/i18n/tr.js +19 -0
- package/dist/es2019/i18n/uk.js +19 -0
- package/dist/es2019/i18n/vi.js +19 -0
- package/dist/es2019/i18n/zh.js +19 -0
- package/dist/es2019/i18n/zh_TW.js +19 -0
- package/dist/es2019/mark/commands.js +205 -0
- package/dist/es2019/mark/index.js +1 -0
- package/dist/es2019/messages/full-page.js +18 -0
- package/dist/es2019/messages/index.js +1 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Toolbar/index.js +1 -0
- package/dist/es2019/ui/index.js +2 -1
- package/dist/es2019/ui-menu/DropdownMenu/index.js +16 -2
- package/dist/es2019/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +209 -0
- package/dist/es2019/ui-menu/index.js +5 -4
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +19 -0
- package/dist/esm/i18n/da.js +19 -0
- package/dist/esm/i18n/de.js +19 -0
- package/dist/esm/i18n/es.js +19 -0
- package/dist/esm/i18n/fi.js +19 -0
- package/dist/esm/i18n/fr.js +19 -0
- package/dist/esm/i18n/hu.js +19 -0
- package/dist/esm/i18n/it.js +19 -0
- package/dist/esm/i18n/ja.js +19 -0
- package/dist/esm/i18n/ko.js +19 -0
- package/dist/esm/i18n/nb.js +19 -0
- package/dist/esm/i18n/nl.js +19 -0
- package/dist/esm/i18n/pl.js +19 -0
- package/dist/esm/i18n/pt_BR.js +19 -0
- package/dist/esm/i18n/ru.js +19 -0
- package/dist/esm/i18n/sv.js +19 -0
- package/dist/esm/i18n/th.js +19 -0
- package/dist/esm/i18n/tr.js +19 -0
- package/dist/esm/i18n/uk.js +19 -0
- package/dist/esm/i18n/vi.js +19 -0
- package/dist/esm/i18n/zh.js +19 -0
- package/dist/esm/i18n/zh_TW.js +19 -0
- package/dist/esm/mark/commands.js +190 -0
- package/dist/esm/mark/index.js +1 -0
- package/dist/esm/messages/full-page.js +18 -0
- package/dist/esm/messages/index.js +1 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Toolbar/index.js +1 -0
- package/dist/esm/ui/index.js +2 -1
- package/dist/esm/ui-menu/DropdownMenu/index.js +15 -2
- package/dist/esm/ui-menu/ToolbarArrowKeyNavigationProvider/index.js +207 -0
- package/dist/esm/ui-menu/index.js +5 -4
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +19 -0
- package/dist/types/i18n/da.d.ts +19 -0
- package/dist/types/i18n/de.d.ts +19 -0
- package/dist/types/i18n/es.d.ts +19 -0
- package/dist/types/i18n/fi.d.ts +19 -0
- package/dist/types/i18n/fr.d.ts +19 -0
- package/dist/types/i18n/hu.d.ts +19 -0
- package/dist/types/i18n/it.d.ts +19 -0
- package/dist/types/i18n/ja.d.ts +19 -0
- package/dist/types/i18n/ko.d.ts +19 -0
- package/dist/types/i18n/nb.d.ts +19 -0
- package/dist/types/i18n/nl.d.ts +19 -0
- package/dist/types/i18n/pl.d.ts +19 -0
- package/dist/types/i18n/pt_BR.d.ts +19 -0
- package/dist/types/i18n/ru.d.ts +19 -0
- package/dist/types/i18n/sv.d.ts +19 -0
- package/dist/types/i18n/th.d.ts +19 -0
- package/dist/types/i18n/tr.d.ts +19 -0
- package/dist/types/i18n/uk.d.ts +19 -0
- package/dist/types/i18n/vi.d.ts +19 -0
- package/dist/types/i18n/zh.d.ts +19 -0
- package/dist/types/i18n/zh_TW.d.ts +19 -0
- package/dist/types/mark/commands.d.ts +18 -0
- package/dist/types/mark/index.d.ts +1 -0
- package/dist/types/messages/full-page.d.ts +17 -0
- package/dist/types/messages/index.d.ts +1 -0
- package/dist/types/ui/Toolbar/index.d.ts +5 -0
- package/dist/types/ui/index.d.ts +2 -0
- package/dist/types/ui-menu/DropdownMenu/index.d.ts +2 -1
- package/dist/types/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
- package/dist/types/ui-menu/index.d.ts +7 -6
- package/dist/types-ts4.5/i18n/cs.d.ts +19 -0
- package/dist/types-ts4.5/i18n/da.d.ts +19 -0
- package/dist/types-ts4.5/i18n/de.d.ts +19 -0
- package/dist/types-ts4.5/i18n/es.d.ts +19 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +19 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +19 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +19 -0
- package/dist/types-ts4.5/i18n/it.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +19 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +19 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +19 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +19 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +19 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +19 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +19 -0
- package/dist/types-ts4.5/i18n/th.d.ts +19 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +19 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +19 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +19 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +19 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +19 -0
- package/dist/types-ts4.5/mark/commands.d.ts +18 -0
- package/dist/types-ts4.5/mark/index.d.ts +1 -0
- package/dist/types-ts4.5/messages/full-page.d.ts +17 -0
- package/dist/types-ts4.5/messages/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/Toolbar/index.d.ts +5 -0
- package/dist/types-ts4.5/ui/index.d.ts +2 -0
- package/dist/types-ts4.5/ui-menu/DropdownMenu/index.d.ts +2 -1
- package/dist/types-ts4.5/ui-menu/ToolbarArrowKeyNavigationProvider/index.d.ts +30 -0
- package/dist/types-ts4.5/ui-menu/index.d.ts +7 -6
- package/mark/package.json +15 -0
- package/package.json +5 -3
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
18
18
|
'fabric.editor.blockTitle': 'Carte',
|
|
19
19
|
'fabric.editor.blockquote': 'une citation',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
20
21
|
'fabric.editor.cancelButton': 'Annuler',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
24
|
+
'fabric.editor.clearLink': 'Effacer le lien',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Effacer le texte',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier en tant que texte',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
35
38
|
'fabric.editor.decision': 'Décision',
|
|
36
39
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Élément de liste',
|
|
37
41
|
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Afficher comme intégré',
|
|
39
43
|
'fabric.editor.displayInline': 'Afficher sur la même ligne',
|
|
40
44
|
'fabric.editor.displayLink': 'Afficher sous forme de texte',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': "Cette option d'affichage n'est pas disponible dans {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Texte à afficher',
|
|
42
47
|
'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
|
|
43
48
|
'fabric.editor.edit.datasource': 'Modifier la requête de recherche',
|
|
44
49
|
'fabric.editor.editLink': 'Modifier le lien',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Émoticône',
|
|
48
53
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
50
56
|
'fabric.editor.expand': 'Développer',
|
|
51
57
|
'fabric.editor.expand.description': 'Insérer une extension',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Cliquez ici pour développer...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Donnez un titre à cette zone plus large…',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Donner votre avis',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Dites-nous ce que vous pensez du nouvel éditeur',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tâche',
|
|
57
69
|
'fabric.editor.help': 'Aide',
|
|
58
70
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Étiquette de lien',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Les suggestions apparaîtront au fur et à mesure que vous saisissez du texte dans le champ',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {aucun résultat} one {{count,number} résultat trouvé} other {{count,number} résultats trouvés}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
62
77
|
'fabric.editor.image': 'Image',
|
|
78
|
+
'fabric.editor.improvement': 'Amélioration',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
65
81
|
'fabric.editor.insertMenu': 'Insertion',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
86
102
|
'fabric.editor.status': 'État',
|
|
87
103
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sous-tâche',
|
|
88
106
|
'fabric.editor.table': 'Tableau',
|
|
89
107
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
108
|
+
'fabric.editor.task': 'Tâche',
|
|
90
109
|
'fabric.editor.time.ago': 'Il y a',
|
|
91
110
|
'fabric.editor.time.updated': 'Mise à jour',
|
|
92
111
|
'fabric.editor.time.viewed': 'Consultation',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kártya',
|
|
19
19
|
'fabric.editor.blockquote': 'Idézet',
|
|
20
|
+
'fabric.editor.bug': 'Hiba',
|
|
20
21
|
'fabric.editor.cancelButton': 'Mégse',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
24
|
+
'fabric.editor.clearLink': 'Hivatkozás törlése',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Szöveg törlése',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'A kétirányú karakterek megváltoztatják a szöveg renderelési sorrendjét. Ez felhasználható rosszindulatú kód elfedésére.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás szövegként',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
35
38
|
'fabric.editor.decision': 'Döntés',
|
|
36
39
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Listaelem',
|
|
37
41
|
'fabric.editor.displayBlock': 'Megjelenítés kártyaként',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Megjelenítés beágyazottként',
|
|
39
43
|
'fabric.editor.displayInline': 'Megjelenítés beillesztettként',
|
|
40
44
|
'fabric.editor.displayLink': 'Megjelenítés szövegként',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Ez a megjelenítési lehetőség nem érhető el itt: {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Megjelenítendő szöveg',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Keresési lekérdezés szerkesztése',
|
|
44
49
|
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
49
54
|
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
55
|
+
'fabric.editor.epic': 'Eposz',
|
|
50
56
|
'fabric.editor.expand': 'Kibontás',
|
|
51
57
|
'fabric.editor.expand.description': 'Kibontás beillesztése',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Kattints ide a kibontáshoz…',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Adj címet ennek a kibontásnak…',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Visszajelzés küldése',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Számolj be nekünk az új szerkesztő használata során szerzett tapasztalataidról',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Hiba',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ügy',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Oldal',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Sztori',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Feladat',
|
|
57
69
|
'fabric.editor.help': 'Súgó',
|
|
58
70
|
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link címkéje',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'A rendszer a beírt szövegnek megfelelően jeleníti meg lent a javaslatokat',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nincs találat} one {{count,number} találat} other {{count,number} találat}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
62
77
|
'fabric.editor.image': 'Kép',
|
|
78
|
+
'fabric.editor.improvement': 'Javítás',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
65
81
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
|
|
86
102
|
'fabric.editor.status': 'Állapot',
|
|
87
103
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
104
|
+
'fabric.editor.story': 'Sztori',
|
|
105
|
+
'fabric.editor.subTask': 'Alfeladat',
|
|
88
106
|
'fabric.editor.table': 'Táblázat',
|
|
89
107
|
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
108
|
+
'fabric.editor.task': 'Feladat',
|
|
90
109
|
'fabric.editor.time.ago': 'ezelőtt',
|
|
91
110
|
'fabric.editor.time.updated': 'Frissítve',
|
|
92
111
|
'fabric.editor.time.viewed': 'Megtekintve',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
18
18
|
'fabric.editor.blockTitle': 'Scheda',
|
|
19
19
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
20
21
|
'fabric.editor.cancelButton': 'Annulla',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
24
|
+
'fabric.editor.clearLink': 'Cancella link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Cancella testo',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': "I caratteri bidirezionali modificano l'ordine in cui è visualizzato il testo. Possono essere utilizzati per nascondere un codice dannoso.",
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia come testo',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
35
38
|
'fabric.editor.decision': 'Decisione',
|
|
36
39
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Voce di elenco',
|
|
37
41
|
'fabric.editor.displayBlock': 'Visualizza come scheda',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Visualizza come oggetto incorporato',
|
|
39
43
|
'fabric.editor.displayInline': 'Visualizza in linea',
|
|
40
44
|
'fabric.editor.displayLink': 'Mostra come testo',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': "Questa opzione di visualizzazione non è disponibile all'interno di {node}",
|
|
46
|
+
'fabric.editor.displayText': 'Testo da mostrare',
|
|
42
47
|
'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
|
|
43
48
|
'fabric.editor.edit.datasource': 'Modifica query di ricerca',
|
|
44
49
|
'fabric.editor.editLink': 'Modifica link',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
50
56
|
'fabric.editor.expand': 'Espandi',
|
|
51
57
|
'fabric.editor.expand.description': 'Inserisci espansione',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Assegna un titolo a questa espansione...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Lascia un feedback',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Raccontaci la tua esperienza usando il nuovo editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
57
69
|
'fabric.editor.help': 'Guida',
|
|
58
70
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Etichetta link',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
62
77
|
'fabric.editor.image': 'Immagine',
|
|
78
|
+
'fabric.editor.improvement': 'Miglioramento',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
64
80
|
'fabric.editor.inlineTitle': 'In linea',
|
|
65
81
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
86
102
|
'fabric.editor.status': 'Stato',
|
|
87
103
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Sottotask',
|
|
88
106
|
'fabric.editor.table': 'Tabella',
|
|
89
107
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
108
|
+
'fabric.editor.task': 'Task',
|
|
90
109
|
'fabric.editor.time.ago': 'fa',
|
|
91
110
|
'fabric.editor.time.updated': 'Aggiornato',
|
|
92
111
|
'fabric.editor.time.viewed': 'Visualizzato',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
18
18
|
'fabric.editor.blockTitle': 'カード',
|
|
19
19
|
'fabric.editor.blockquote': '引用',
|
|
20
|
+
'fabric.editor.bug': 'バグ',
|
|
20
21
|
'fabric.editor.cancelButton': 'キャンセル',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'キャプションを追加',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
24
|
+
'fabric.editor.clearLink': 'リンクをクリア',
|
|
25
|
+
'fabric.editor.clearLinkText': 'テキストをクリア',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'テキストとしてコピー',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
35
38
|
'fabric.editor.decision': '決定事項',
|
|
36
39
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
40
|
+
'fabric.editor.defaultAltText': 'リスト項目',
|
|
37
41
|
'fabric.editor.displayBlock': 'カードを表示',
|
|
38
42
|
'fabric.editor.displayEmbed': '埋め込みを表示',
|
|
39
43
|
'fabric.editor.displayInline': 'インライン表示',
|
|
40
44
|
'fabric.editor.displayLink': 'テキストとして表示',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
|
|
46
|
+
'fabric.editor.displayText': '表示するテキスト',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
43
48
|
'fabric.editor.edit.datasource': '検索クエリを編集',
|
|
44
49
|
'fabric.editor.editLink': 'リンクを編集',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': '絵文字',
|
|
48
53
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
49
54
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
55
|
+
'fabric.editor.epic': 'エピック',
|
|
50
56
|
'fabric.editor.expand': '展開',
|
|
51
57
|
'fabric.editor.expand.description': '展開を挿入',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'ブログ',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'バグ',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '課題',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'ページ',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'ストーリー',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'タスク',
|
|
57
69
|
'fabric.editor.help': 'ヘルプ',
|
|
58
70
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
59
71
|
'fabric.editor.horizontalRule': '分割線',
|
|
60
72
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'リンク ラベル',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
62
77
|
'fabric.editor.image': '画像',
|
|
78
|
+
'fabric.editor.improvement': '改善',
|
|
63
79
|
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
64
80
|
'fabric.editor.inlineTitle': 'インライン',
|
|
65
81
|
'fabric.editor.insertMenu': '挿入',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
86
102
|
'fabric.editor.status': 'ステータス',
|
|
87
103
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
104
|
+
'fabric.editor.story': 'ストーリー',
|
|
105
|
+
'fabric.editor.subTask': 'サブタスク',
|
|
88
106
|
'fabric.editor.table': '表',
|
|
89
107
|
'fabric.editor.table.description': '表を挿入',
|
|
108
|
+
'fabric.editor.task': 'タスク',
|
|
90
109
|
'fabric.editor.time.ago': '前',
|
|
91
110
|
'fabric.editor.time.updated': '最終更新',
|
|
92
111
|
'fabric.editor.time.viewed': '最終閲覧',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
18
18
|
'fabric.editor.blockTitle': '카드',
|
|
19
19
|
'fabric.editor.blockquote': '인용',
|
|
20
|
+
'fabric.editor.bug': '버그',
|
|
20
21
|
'fabric.editor.cancelButton': '취소',
|
|
21
22
|
'fabric.editor.captionPlaceholder': '캡션 추가',
|
|
22
23
|
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
24
|
+
'fabric.editor.clearLink': '링크 지우기',
|
|
25
|
+
'fabric.editor.clearLinkText': '텍스트 지우기',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': '양방향 문자가 텍스트가 렌더링되는 순서를 변경합니다. 악성 코드를 가리는 데 사용할 수 있습니다.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '텍스트로 복사',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
35
38
|
'fabric.editor.decision': '결정',
|
|
36
39
|
'fabric.editor.decision.description': '결정을 추적하기 쉽도록 캡처',
|
|
40
|
+
'fabric.editor.defaultAltText': '목록 항목',
|
|
37
41
|
'fabric.editor.displayBlock': '카드 표시',
|
|
38
42
|
'fabric.editor.displayEmbed': '포함으로 표시',
|
|
39
43
|
'fabric.editor.displayInline': '인라인으로 표시',
|
|
40
44
|
'fabric.editor.displayLink': '텍스트로 표시',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': '이 표시 옵션은 {node} 내에서 사용할 수 없습니다',
|
|
46
|
+
'fabric.editor.displayText': '표시할 텍스트',
|
|
42
47
|
'fabric.editor.ecombedDescription': '링크의 대화형 미리 보기 표시',
|
|
43
48
|
'fabric.editor.edit.datasource': '검색 쿼리 편집',
|
|
44
49
|
'fabric.editor.editLink': '링크 편집',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': '이모지',
|
|
48
53
|
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
49
54
|
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
55
|
+
'fabric.editor.epic': '에픽',
|
|
50
56
|
'fabric.editor.expand': '확대',
|
|
51
57
|
'fabric.editor.expand.description': '확대 삽입',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': '여기를 클릭하여 펼치기...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': '이 펼치기에 제목 지정...',
|
|
55
61
|
'fabric.editor.feedbackDialog': '피드백 보내기',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': '새로운 편집기 사용 경험에 대한 의견을 보내 주십시오',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '페이지',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '스토리',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '작업',
|
|
57
69
|
'fabric.editor.help': '도움말',
|
|
58
70
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
59
71
|
'fabric.editor.horizontalRule': '구분선',
|
|
60
72
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': '링크 레이블',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
62
77
|
'fabric.editor.image': '이미지',
|
|
78
|
+
'fabric.editor.improvement': '개선',
|
|
63
79
|
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
64
80
|
'fabric.editor.inlineTitle': '인라인',
|
|
65
81
|
'fabric.editor.insertMenu': '삽입',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
86
102
|
'fabric.editor.status': '상태',
|
|
87
103
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
104
|
+
'fabric.editor.story': '스토리',
|
|
105
|
+
'fabric.editor.subTask': '하위 작업',
|
|
88
106
|
'fabric.editor.table': '표',
|
|
89
107
|
'fabric.editor.table.description': '표 삽입',
|
|
108
|
+
'fabric.editor.task': '작업',
|
|
90
109
|
'fabric.editor.time.ago': '전',
|
|
91
110
|
'fabric.editor.time.updated': '업데이트됨',
|
|
92
111
|
'fabric.editor.time.viewed': '확인함',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kort',
|
|
19
19
|
'fabric.editor.blockquote': 'et sitat',
|
|
20
|
+
'fabric.editor.bug': 'Programfeil',
|
|
20
21
|
'fabric.editor.cancelButton': 'Avbryt',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Legg til bildetekst',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Kortalternativer',
|
|
24
|
+
'fabric.editor.clearLink': 'Fjern kobling',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Fjern tekst',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Toveistegn endrer rekkefølgen som tekst vises i. Dette kan brukes til å skjule skadelig kode.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier som tekst',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
35
38
|
'fabric.editor.decision': 'Beslutning',
|
|
36
39
|
'fabric.editor.decision.description': 'Registrer beslutninger slik at det er lett å spore dem',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Listepunkt',
|
|
37
41
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Vis som innebygd',
|
|
39
43
|
'fabric.editor.displayInline': 'Vis innebygd',
|
|
40
44
|
'fabric.editor.displayLink': 'Vis som tekst',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Dette visningsalternativet er ikke tilgjengelig innenfor {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Tekst som skal vises',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning av en kobling',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Rediger søkespørring',
|
|
44
49
|
'fabric.editor.editLink': 'Rediger kobling',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
50
56
|
'fabric.editor.expand': 'Utvidelse',
|
|
51
57
|
'fabric.editor.expand.description': 'Sett inn en utvidelse',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Klikk her for å utvide …',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Gi denne utvidelsen et navn …',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Gi en tilbakemelding',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Fortell oss hvordan du opplevde det nye redigeringsprogrammet',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Programfeil',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sak',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Oppgave',
|
|
57
69
|
'fabric.editor.help': 'Hjelp',
|
|
58
70
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Deler',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Koblingsetikett',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
62
77
|
'fabric.editor.image': 'Bilde',
|
|
78
|
+
'fabric.editor.improvement': 'Forbedring',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Vis kobling som innebygd tekst',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Innebygd',
|
|
65
81
|
'fabric.editor.insertMenu': 'Sett inn',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
|
|
86
102
|
'fabric.editor.status': 'Status',
|
|
87
103
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
104
|
+
'fabric.editor.story': 'Historie',
|
|
105
|
+
'fabric.editor.subTask': 'Deloppgave',
|
|
88
106
|
'fabric.editor.table': 'Tabell',
|
|
89
107
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
108
|
+
'fabric.editor.task': 'Oppgave',
|
|
90
109
|
'fabric.editor.time.ago': 'siden',
|
|
91
110
|
'fabric.editor.time.updated': 'Oppdatert',
|
|
92
111
|
'fabric.editor.time.viewed': 'Sett',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Meer informatie weergeven over een link, inclusief een samenvatting en acties',
|
|
18
18
|
'fabric.editor.blockTitle': 'Kaart',
|
|
19
19
|
'fabric.editor.blockquote': 'een citaat',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
20
21
|
'fabric.editor.cancelButton': 'Annuleren',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Bijschrift toevoegen',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Kaartopties',
|
|
24
|
+
'fabric.editor.clearLink': 'Link wissen',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Tekst wissen',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectionele tekens wijzigen de volgorde waarin de tekst wordt weergegeven. Dit kan worden gebruikt om schadelijke code te verdoezelen.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieer als tekst',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Een datum toevoegen via een agenda',
|
|
35
38
|
'fabric.editor.decision': 'Beslissing',
|
|
36
39
|
'fabric.editor.decision.description': 'Beslissingen vastleggen zodat deze eenvoudig te traceren zijn',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Lijstitem',
|
|
37
41
|
'fabric.editor.displayBlock': 'Kaart weergeven',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Ingesloten weergeven',
|
|
39
43
|
'fabric.editor.displayInline': 'Inline weergeven',
|
|
40
44
|
'fabric.editor.displayLink': 'Als tekst weergeven',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Deze weergaveoptie is niet beschikbaar binnen {node}.',
|
|
46
|
+
'fabric.editor.displayText': 'Tekst om te tonen',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Een interactieve preview van een link weergeven',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Zoekopdracht bewerken',
|
|
44
49
|
'fabric.editor.editLink': 'Link bewerken',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': "Emoji's gebruiken om ideeën 🎉 en emoties 😄 te delen",
|
|
49
54
|
'fabric.editor.emptyLink': 'Voer een link in.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
50
56
|
'fabric.editor.expand': 'Uitvouwen',
|
|
51
57
|
'fabric.editor.expand.description': 'Uitvouwen toepassen',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Klik hier om uit te breiden...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Geef deze uitbreiding een naam...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Feedback geven',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Vertel ons wat je vindt van de nieuwe editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Taak',
|
|
57
69
|
'fabric.editor.help': 'Help',
|
|
58
70
|
'fabric.editor.help.description': 'Blader door alle opties voor sneltoetsen en markdowns',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Scheidingslijn',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Inhoud scheiden met een horizontale lijn',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link label',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggesties verschijnen hieronder zodra je in het veld typt',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {geen resultaten gevonden} one {{count,number} resultaat gevonden} other {{count,number} resultaten gevonden}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link plakken of zoeken',
|
|
62
77
|
'fabric.editor.image': 'Afbeelding',
|
|
78
|
+
'fabric.editor.improvement': 'Verbetering',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Link als inline-tekst weergeven',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Inline',
|
|
65
81
|
'fabric.editor.insertMenu': 'Invoegen',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Ga naar koppelingsvoorkeuren',
|
|
86
102
|
'fabric.editor.status': 'Status',
|
|
87
103
|
'fabric.editor.status.description': 'Een aangepast statuslabel toevoegen',
|
|
104
|
+
'fabric.editor.story': 'Story',
|
|
105
|
+
'fabric.editor.subTask': 'Subtaak',
|
|
88
106
|
'fabric.editor.table': 'Tabel',
|
|
89
107
|
'fabric.editor.table.description': 'Een tabel invoegen',
|
|
108
|
+
'fabric.editor.task': 'Taak',
|
|
90
109
|
'fabric.editor.time.ago': 'geleden',
|
|
91
110
|
'fabric.editor.time.updated': 'Bijgewerkt',
|
|
92
111
|
'fabric.editor.time.viewed': 'Bekeken',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Wyświetla więcej informacji o łączu, w tym podsumowanie i czynności',
|
|
18
18
|
'fabric.editor.blockTitle': 'Karta',
|
|
19
19
|
'fabric.editor.blockquote': 'cudzysłów',
|
|
20
|
+
'fabric.editor.bug': 'Błąd',
|
|
20
21
|
'fabric.editor.cancelButton': 'Anuluj',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Dodaj podpis',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Opcje kart',
|
|
24
|
+
'fabric.editor.clearLink': 'Wyczyść łącze',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Wyczyść tekst',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Znaki dwukierunkowe zmieniają kolejność, w jakiej tekst jest renderowany. Może to zostać wykorzystane do ukrycia złośliwego kodu.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj jako tekst',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Dodaj datę, korzystając z kalendarza',
|
|
35
38
|
'fabric.editor.decision': 'Decyzja',
|
|
36
39
|
'fabric.editor.decision.description': 'Obserwuj decyzje, aby łatwo je śledzić',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Pozycja na liście',
|
|
37
41
|
'fabric.editor.displayBlock': 'Wyświetl kartę',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Wyświetl obiekt osadzony',
|
|
39
43
|
'fabric.editor.displayInline': 'Wyświetl bezpośrednio w tekście',
|
|
40
44
|
'fabric.editor.displayLink': 'Wyświetl jako tekst',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Ta opcja wyświetlania nie jest dostępna w węźle {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Wyświetlany tekst',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Wyświetl interaktywny podgląd łącza',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Edytuj zapytanie wyszukiwania',
|
|
44
49
|
'fabric.editor.editLink': 'Edytuj łącze',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': 'Używaj emoji, aby wyrażać pomysły 🎉 i emocje 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'Wprowadź łącze.',
|
|
55
|
+
'fabric.editor.epic': 'Epik',
|
|
50
56
|
'fabric.editor.expand': 'Sekcja rozwijana',
|
|
51
57
|
'fabric.editor.expand.description': 'Wstaw sekcję rozwijaną',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Kliknij tutaj, aby rozwinąć...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Nadaj temu rozwinięciu tytuł...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Prześlij opinię',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Opowiedz nam o swoich doświadczeniach podczas korzystania z nowego edytora',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Błąd',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Zgłoszenie',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Strona',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historyjka',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Zadanie',
|
|
57
69
|
'fabric.editor.help': 'Pomoc',
|
|
58
70
|
'fabric.editor.help.description': 'Przeglądaj wszystkie skróty klawiszowe i opcje Markdown',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Separator',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Oddziel treści linią poziomą',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Etykieta łącza',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Sugestie będą pojawiały się poniżej w miarę wpisywania tekstu w polu',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nie znaleziono wyników} one {znaleziono {count,number} wynik} few {znaleziono {count,number} wyniki} many {znaleziono {count,number} wyników} other {znaleziono {count,number} wyniku}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Wklej lub wyszukaj łącze',
|
|
62
77
|
'fabric.editor.image': 'Obraz',
|
|
78
|
+
'fabric.editor.improvement': 'Ulepszenie',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Wyświetla łącze bezpośrednio w tekście',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Bezpośrednio w tekście',
|
|
65
81
|
'fabric.editor.insertMenu': 'Wstaw',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
86
102
|
'fabric.editor.status': 'Status',
|
|
87
103
|
'fabric.editor.status.description': 'Dodaj niestandardową etykietę statusu',
|
|
104
|
+
'fabric.editor.story': 'Historyjka',
|
|
105
|
+
'fabric.editor.subTask': 'Zadanie podrzędne',
|
|
88
106
|
'fabric.editor.table': 'Tabela',
|
|
89
107
|
'fabric.editor.table.description': 'Wstaw tabelę',
|
|
108
|
+
'fabric.editor.task': 'Zadanie',
|
|
90
109
|
'fabric.editor.time.ago': 'temu',
|
|
91
110
|
'fabric.editor.time.updated': 'Zaktualizowano',
|
|
92
111
|
'fabric.editor.time.viewed': 'Wyświetlono',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -17,9 +17,12 @@ export default {
|
|
|
17
17
|
'fabric.editor.blockDescription': 'Mostrar mais informações sobre links, incluindo resumo e ações',
|
|
18
18
|
'fabric.editor.blockTitle': 'Cartão',
|
|
19
19
|
'fabric.editor.blockquote': 'citação',
|
|
20
|
+
'fabric.editor.bug': 'Bug',
|
|
20
21
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
21
22
|
'fabric.editor.captionPlaceholder': 'Adicionar legenda',
|
|
22
23
|
'fabric.editor.cardFloatingControls': 'Opções de cartão',
|
|
24
|
+
'fabric.editor.clearLink': 'Limpar link',
|
|
25
|
+
'fabric.editor.clearLinkText': 'Limpar texto',
|
|
23
26
|
'fabric.editor.codeBidiWarningLabel': 'Caracteres bidirecionais alteram a ordem em que o texto é renderizado. Eles podem ser usados para ocultar códigos mal-intencionados.',
|
|
24
27
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
|
|
25
28
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
@@ -34,11 +37,13 @@ export default {
|
|
|
34
37
|
'fabric.editor.date.description': 'Adicionar data usando um calendário',
|
|
35
38
|
'fabric.editor.decision': 'Decisão',
|
|
36
39
|
'fabric.editor.decision.description': 'Registre decisões para facilitar o acompanhamento',
|
|
40
|
+
'fabric.editor.defaultAltText': 'Elemento da lista',
|
|
37
41
|
'fabric.editor.displayBlock': 'Mostrar cartão',
|
|
38
42
|
'fabric.editor.displayEmbed': 'Mostrar incorporado',
|
|
39
43
|
'fabric.editor.displayInline': 'Mostrar em linha',
|
|
40
44
|
'fabric.editor.displayLink': 'Mostrar como texto',
|
|
41
45
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opção de exibição não está disponível em {node}',
|
|
46
|
+
'fabric.editor.displayText': 'Texto a ser exibido',
|
|
42
47
|
'fabric.editor.ecombedDescription': 'Mostrar visualização interativa de links',
|
|
43
48
|
'fabric.editor.edit.datasource': 'Editar consulta de pesquisa',
|
|
44
49
|
'fabric.editor.editLink': 'Editar link',
|
|
@@ -47,6 +52,7 @@ export default {
|
|
|
47
52
|
'fabric.editor.emoji': 'Emoji',
|
|
48
53
|
'fabric.editor.emoji.description': 'Use emojis para expressar ideias 🎉 e emoções 😄',
|
|
49
54
|
'fabric.editor.emptyLink': 'Insira um link.',
|
|
55
|
+
'fabric.editor.epic': 'Epic',
|
|
50
56
|
'fabric.editor.expand': 'Expandir',
|
|
51
57
|
'fabric.editor.expand.description': 'Inserir expansão',
|
|
52
58
|
'fabric.editor.expandDefaultTitle': 'Clique aqui para expandir...',
|
|
@@ -54,12 +60,22 @@ export default {
|
|
|
54
60
|
'fabric.editor.expandPlaceholder': 'Dê um título para a expansão...',
|
|
55
61
|
'fabric.editor.feedbackDialog': 'Enviar feedback',
|
|
56
62
|
'fabric.editor.feedbackDialog.description': 'Conte-nos sobre sua experiência com o novo editor',
|
|
63
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
64
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
65
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Item',
|
|
66
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
|
|
67
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'História',
|
|
68
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarefa',
|
|
57
69
|
'fabric.editor.help': 'Ajuda',
|
|
58
70
|
'fabric.editor.help.description': 'Procurar todos os atalhos de teclado e opções de markdown',
|
|
59
71
|
'fabric.editor.horizontalRule': 'Divisória',
|
|
60
72
|
'fabric.editor.horizontalRule.description': 'Separar conteúdo com uma linha horizontal',
|
|
73
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Categoria do link',
|
|
74
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'As sugestões vão aparecendo abaixo conforme você digita no campo',
|
|
75
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nenhum resultado encontrado} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
61
76
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Colar ou pesquisar link',
|
|
62
77
|
'fabric.editor.image': 'Imagem',
|
|
78
|
+
'fabric.editor.improvement': 'Melhoria',
|
|
63
79
|
'fabric.editor.inlineDescription': 'Mostrar link como texto em linha',
|
|
64
80
|
'fabric.editor.inlineTitle': 'Em linha',
|
|
65
81
|
'fabric.editor.insertMenu': 'Inserir',
|
|
@@ -85,8 +101,11 @@ export default {
|
|
|
85
101
|
'fabric.editor.settingsLinks': 'Ir para Preferências do link',
|
|
86
102
|
'fabric.editor.status': 'Status',
|
|
87
103
|
'fabric.editor.status.description': 'Adicionar uma categoria de status personalizado',
|
|
104
|
+
'fabric.editor.story': 'História',
|
|
105
|
+
'fabric.editor.subTask': 'Subtarefa',
|
|
88
106
|
'fabric.editor.table': 'Tabela',
|
|
89
107
|
'fabric.editor.table.description': 'Inserir uma tabela',
|
|
108
|
+
'fabric.editor.task': 'Tarefa',
|
|
90
109
|
'fabric.editor.time.ago': 'atrás',
|
|
91
110
|
'fabric.editor.time.updated': 'Atualizado',
|
|
92
111
|
'fabric.editor.time.viewed': 'Visualizado',
|