@atlaskit/editor-common 74.29.2 → 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 +12 -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 +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 74.30.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`3a1cd78b42a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3a1cd78b42a) - [ED-19203] Moving some common logic, styles, and types to editor-common to make it easier to extract the text-formatting plugin from editor-core
|
|
8
|
+
|
|
9
|
+
## 74.29.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 74.29.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
24
24
|
'fabric.editor.blockTitle': 'Karta',
|
|
25
25
|
'fabric.editor.blockquote': 'citace',
|
|
26
|
+
'fabric.editor.bug': 'Chyba',
|
|
26
27
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
30
|
+
'fabric.editor.clearLink': 'Vymazat odkaz',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Vymazat text',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Obousměrné znaky mění pořadí vykreslování textu. Může to být použito k zakrytí škodlivého kódu.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
41
44
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
42
45
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Položka seznamu',
|
|
43
47
|
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Zobrazit jako vložený objekt',
|
|
45
49
|
'fabric.editor.displayInline': 'Zobrazit v řádku',
|
|
46
50
|
'fabric.editor.displayLink': 'Zobrazit jako text',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
52
|
+
'fabric.editor.displayText': 'Text k zobrazení',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
50
55
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Rozbalení',
|
|
57
63
|
'fabric.editor.expand.description': 'Vložit rozbalení',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Dejte rozbalenému obsahu název...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
63
75
|
'fabric.editor.help': 'Nápověda',
|
|
64
76
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nebyly nalezeny žádné výsledky} one {{count,number} nalezený výsledek} few {{count,number} nalezené výsledky} many {{count,number} nalezeného výsledku} other {{count,number} nalezených výsledků}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
68
83
|
'fabric.editor.image': 'Obrázek',
|
|
84
|
+
'fabric.editor.improvement': 'Vylepšení',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Vložený',
|
|
71
87
|
'fabric.editor.insertMenu': 'Vložit',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
92
108
|
'fabric.editor.status': 'Stav',
|
|
93
109
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Podúkol',
|
|
94
112
|
'fabric.editor.table': 'Tabulka',
|
|
95
113
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
114
|
+
'fabric.editor.task': 'Úkol',
|
|
96
115
|
'fabric.editor.time.ago': 'zpět',
|
|
97
116
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
98
117
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
24
24
|
'fabric.editor.blockTitle': 'Kort',
|
|
25
25
|
'fabric.editor.blockquote': 'et citat',
|
|
26
|
+
'fabric.editor.bug': 'Fejl',
|
|
26
27
|
'fabric.editor.cancelButton': 'Annullér',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
30
|
+
'fabric.editor.clearLink': 'Ryd link',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Ryd tekst',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Tegn med tovejsfunktionalitet ændrer rækkefølgen, som teksten er gengivet i. Dette kan udnyttes til at skjule skadelig kode.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
41
44
|
'fabric.editor.decision': 'Beslutning',
|
|
42
45
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Listeelement',
|
|
43
47
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Vis som indlejret',
|
|
45
49
|
'fabric.editor.displayInline': 'Vis indbygget',
|
|
46
50
|
'fabric.editor.displayLink': 'Vis som tekst',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Vist tekst',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
50
55
|
'fabric.editor.editLink': 'Redigér link',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Udvid',
|
|
57
63
|
'fabric.editor.expand.description': 'Indsæt en udvidelse',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Giv denne udvidelse en titel...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Giv feedback',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
63
75
|
'fabric.editor.help': 'Hjælp',
|
|
64
76
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
68
83
|
'fabric.editor.image': 'Billeder',
|
|
84
|
+
'fabric.editor.improvement': 'Forbedring',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Indbyg',
|
|
71
87
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
|
|
92
108
|
'fabric.editor.status': 'Status',
|
|
93
109
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
110
|
+
'fabric.editor.story': 'Historie',
|
|
111
|
+
'fabric.editor.subTask': 'Underopgave',
|
|
94
112
|
'fabric.editor.table': 'Tabel',
|
|
95
113
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
114
|
+
'fabric.editor.task': 'Opgave',
|
|
96
115
|
'fabric.editor.time.ago': 'siden',
|
|
97
116
|
'fabric.editor.time.updated': 'Opdateret',
|
|
98
117
|
'fabric.editor.time.viewed': 'Vist',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
24
24
|
'fabric.editor.blockTitle': 'Karte',
|
|
25
25
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
26
27
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
30
|
+
'fabric.editor.clearLink': 'Link löschen',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Text löschen',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
41
44
|
'fabric.editor.decision': 'Entscheidung',
|
|
42
45
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Listenelement',
|
|
43
47
|
'fabric.editor.displayBlock': 'Karte anzeigen',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Einbettung anzeigen',
|
|
45
49
|
'fabric.editor.displayInline': 'Inline anzeigen',
|
|
46
50
|
'fabric.editor.displayLink': 'Als Text anzeigen',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
|
|
52
|
+
'fabric.editor.displayText': 'Text zum Anzeigen',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
50
55
|
'fabric.editor.editLink': 'Link bearbeiten',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
55
60
|
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Erweiterung',
|
|
57
63
|
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Seite',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
63
75
|
'fabric.editor.help': 'Hilfe',
|
|
64
76
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Label verknüpfen',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
68
83
|
'fabric.editor.image': 'Bild',
|
|
84
|
+
'fabric.editor.improvement': 'Verbesserung',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Inline',
|
|
71
87
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Zu den Link-Einstellungen',
|
|
92
108
|
'fabric.editor.status': 'Status',
|
|
93
109
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Sub-Task',
|
|
94
112
|
'fabric.editor.table': 'Tabelle',
|
|
95
113
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
114
|
+
'fabric.editor.task': 'Task',
|
|
96
115
|
'fabric.editor.time.ago': 'vor',
|
|
97
116
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
98
117
|
'fabric.editor.time.viewed': 'Angesehen',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
24
24
|
'fabric.editor.blockTitle': 'Tarjeta',
|
|
25
25
|
'fabric.editor.blockquote': 'una cita',
|
|
26
|
+
'fabric.editor.bug': 'Error',
|
|
26
27
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
30
|
+
'fabric.editor.clearLink': 'Borrar enlace',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Borrar texto',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Los caracteres bidireccionales cambian el orden de renderización del texto. Esto podría utilizarse para ocultar código malicioso.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar como texto',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
41
44
|
'fabric.editor.decision': 'Decisión',
|
|
42
45
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Elemento de la lista',
|
|
43
47
|
'fabric.editor.displayBlock': 'Mostrar como tarjeta',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Mostrar como objeto incrustado',
|
|
45
49
|
'fabric.editor.displayInline': 'Mostrar insertado',
|
|
46
50
|
'fabric.editor.displayLink': 'Mostrar como texto',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Texto para mostrar',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
|
|
50
55
|
'fabric.editor.editLink': 'Editar enlace',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Usa emojis para expresar ideas 🎉 y emociones 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Introduce un enlace.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Ampliar',
|
|
57
63
|
'fabric.editor.expand.description': 'Insertar una ampliación',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Error',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Incidencia',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Página',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historia',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tarea',
|
|
63
75
|
'fabric.editor.help': 'Ayuda',
|
|
64
76
|
'fabric.editor.help.description': 'Navegar por todos los atajos de teclado y opciones de markdown',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Etiqueta de enlace',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Las sugerencias aparecerán abajo a medida que escribas en el campo',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no hay resultados} one {{count,number} resultado encontrado} other {{count,number} resultados encontrados}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Pegar o buscar el enlace',
|
|
68
83
|
'fabric.editor.image': 'Imagen',
|
|
84
|
+
'fabric.editor.improvement': 'Mejora',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Insertado',
|
|
71
87
|
'fabric.editor.insertMenu': 'Insertar',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
|
|
92
108
|
'fabric.editor.status': 'Estado',
|
|
93
109
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
110
|
+
'fabric.editor.story': 'Historia',
|
|
111
|
+
'fabric.editor.subTask': 'Subtarea',
|
|
94
112
|
'fabric.editor.table': 'Tabla',
|
|
95
113
|
'fabric.editor.table.description': 'Insertar una tabla',
|
|
114
|
+
'fabric.editor.task': 'Tarea',
|
|
96
115
|
'fabric.editor.time.ago': 'antes',
|
|
97
116
|
'fabric.editor.time.updated': 'Actualizado',
|
|
98
117
|
'fabric.editor.time.viewed': 'Visto',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
24
24
|
'fabric.editor.blockTitle': 'Kortti',
|
|
25
25
|
'fabric.editor.blockquote': 'sitaatti',
|
|
26
|
+
'fabric.editor.bug': 'Bugi',
|
|
26
27
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
|
|
30
|
+
'fabric.editor.clearLink': 'Tyhjennä linkki',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Tyhjennä teksti',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': 'Kaksisuuntaiset merkit muuttavat tekstin renderöintijärjestystä. Tätä voidaan hyödyntää haitallisen koodin peittämisessä.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi tekstinä',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
41
44
|
'fabric.editor.decision': 'Päätös',
|
|
42
45
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Listamerkintä',
|
|
43
47
|
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Näytä upotus',
|
|
45
49
|
'fabric.editor.displayInline': 'Näytä sisäelementti',
|
|
46
50
|
'fabric.editor.displayLink': 'Näytä tekstinä',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tämä näyttövaihtoehto ei ole saatavana solmussa {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Näytettävä teksti',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Näytä linkin interaktiivinen esikatselu',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Muokkaa hakukyselyä',
|
|
50
55
|
'fabric.editor.editLink': 'Muokkaa linkkiä',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Ilmaise ideoita 🎉 ja tunteita 😄emojien avulla',
|
|
55
60
|
'fabric.editor.emptyLink': 'Anna linkki.',
|
|
61
|
+
'fabric.editor.epic': 'Eepos',
|
|
56
62
|
'fabric.editor.expand': 'Laajenna',
|
|
57
63
|
'fabric.editor.expand.description': 'Lisää laajennus',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Klikkaa tähän laajentaaksesi...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Anna tälle laajennukselle otsikko...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Anna palautetta',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Kerro meille uuden muokkaajan käyttökokemuksestasi',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogi',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bugi',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Asia',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Sivu',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Tarina',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tehtävä',
|
|
63
75
|
'fabric.editor.help': 'Ohje',
|
|
64
76
|
'fabric.editor.help.description': 'Selaa kaikkia pikanäppäimiä ja Markdown-vaihtoehtoja',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Linkin tunniste',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Ehdotukset näytetään alla, kun alat kirjoittaa kenttään',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {tuloksia ei löytynyt} one {{count,number} tulos löytyi} other {{count,number} tulosta löytyi}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Liitä tai hae linkki',
|
|
68
83
|
'fabric.editor.image': 'Kuva',
|
|
84
|
+
'fabric.editor.improvement': 'Parannus',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Näytä linkki sitoutuvana tekstinä',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Tekstiin sitoutuva',
|
|
71
87
|
'fabric.editor.insertMenu': 'Lisää',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Siirry Linkkivalintoihin',
|
|
92
108
|
'fabric.editor.status': 'Tila',
|
|
93
109
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
110
|
+
'fabric.editor.story': 'Tarina',
|
|
111
|
+
'fabric.editor.subTask': 'Alitehtävä',
|
|
94
112
|
'fabric.editor.table': 'Taulu',
|
|
95
113
|
'fabric.editor.table.description': 'Lisää taulukko',
|
|
114
|
+
'fabric.editor.task': 'Tehtävä',
|
|
96
115
|
'fabric.editor.time.ago': 'sitten',
|
|
97
116
|
'fabric.editor.time.updated': 'Päivitetty',
|
|
98
117
|
'fabric.editor.time.viewed': 'Katseltu',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': "Affichez plus d'informations concernant un lien, y compris un résumé et des actions",
|
|
24
24
|
'fabric.editor.blockTitle': 'Carte',
|
|
25
25
|
'fabric.editor.blockquote': 'une citation',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
26
27
|
'fabric.editor.cancelButton': 'Annuler',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Ajouter une légende',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Options de carte',
|
|
30
|
+
'fabric.editor.clearLink': 'Effacer le lien',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Effacer le texte',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': "Les caractères bidirectionnels changent l'ordre de rendu du texte. Ils peuvent être utilisés pour masquer du code malveillant.",
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier en tant que texte',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Ajouter une date depuis un calendrier',
|
|
41
44
|
'fabric.editor.decision': 'Décision',
|
|
42
45
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Élément de liste',
|
|
43
47
|
'fabric.editor.displayBlock': 'Afficher la carte',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Afficher comme intégré',
|
|
45
49
|
'fabric.editor.displayInline': 'Afficher sur la même ligne',
|
|
46
50
|
'fabric.editor.displayLink': 'Afficher sous forme de texte',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': "Cette option d'affichage n'est pas disponible dans {node}",
|
|
52
|
+
'fabric.editor.displayText': 'Texte à afficher',
|
|
48
53
|
'fabric.editor.ecombedDescription': "Affichez un aperçu interactif d'un lien",
|
|
49
54
|
'fabric.editor.edit.datasource': 'Modifier la requête de recherche',
|
|
50
55
|
'fabric.editor.editLink': 'Modifier le lien',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Émoticône',
|
|
54
59
|
'fabric.editor.emoji.description': 'Ajouter des émoticônes pour exprimer vos idées 🎉 et vos émotions 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Veuillez saisir un lien.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Développer',
|
|
57
63
|
'fabric.editor.expand.description': 'Insérer une extension',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Cliquez ici pour développer...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Donnez un titre à cette zone plus large…',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Donner votre avis',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Dites-nous ce que vous pensez du nouvel éditeur',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Page',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Tâche',
|
|
63
75
|
'fabric.editor.help': 'Aide',
|
|
64
76
|
'fabric.editor.help.description': 'Parcourir les raccourcis clavier et les options de réduction',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Séparateur',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Séparer du contenu avec une ligne horizontale',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Étiquette de lien',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Les suggestions apparaîtront au fur et à mesure que vous saisissez du texte dans le champ',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {aucun résultat} one {{count,number} résultat trouvé} other {{count,number} résultats trouvés}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Coller ou rechercher un lien',
|
|
68
83
|
'fabric.editor.image': 'Image',
|
|
84
|
+
'fabric.editor.improvement': 'Amélioration',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Affichez le lien sous forme de texte sur la même ligne',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Sur la même ligne',
|
|
71
87
|
'fabric.editor.insertMenu': 'Insertion',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Accéder aux préférences des liens',
|
|
92
108
|
'fabric.editor.status': 'État',
|
|
93
109
|
'fabric.editor.status.description': "Ajouter une étiquette d'état personnalisée",
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Sous-tâche',
|
|
94
112
|
'fabric.editor.table': 'Tableau',
|
|
95
113
|
'fabric.editor.table.description': 'Insérer un tableau',
|
|
114
|
+
'fabric.editor.task': 'Tâche',
|
|
96
115
|
'fabric.editor.time.ago': 'Il y a',
|
|
97
116
|
'fabric.editor.time.updated': 'Mise à jour',
|
|
98
117
|
'fabric.editor.time.viewed': 'Consultation',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Több információ, többek között az összefoglaló és a műveletek megjelenítése egy linkről',
|
|
24
24
|
'fabric.editor.blockTitle': 'Kártya',
|
|
25
25
|
'fabric.editor.blockquote': 'Idézet',
|
|
26
|
+
'fabric.editor.bug': 'Hiba',
|
|
26
27
|
'fabric.editor.cancelButton': 'Mégse',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Képaláírás hozzáadása',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Kártya beállításai',
|
|
30
|
+
'fabric.editor.clearLink': 'Hivatkozás törlése',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Szöveg törlése',
|
|
29
32
|
'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.',
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás szövegként',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Dátum hozzáadása naptár használatával',
|
|
41
44
|
'fabric.editor.decision': 'Döntés',
|
|
42
45
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Listaelem',
|
|
43
47
|
'fabric.editor.displayBlock': 'Megjelenítés kártyaként',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Megjelenítés beágyazottként',
|
|
45
49
|
'fabric.editor.displayInline': 'Megjelenítés beillesztettként',
|
|
46
50
|
'fabric.editor.displayLink': 'Megjelenítés szövegként',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Ez a megjelenítési lehetőség nem érhető el itt: {node}',
|
|
52
|
+
'fabric.editor.displayText': 'Megjelenítendő szöveg',
|
|
48
53
|
'fabric.editor.ecombedDescription': 'Link interaktív előnézetének megjelenítése',
|
|
49
54
|
'fabric.editor.edit.datasource': 'Keresési lekérdezés szerkesztése',
|
|
50
55
|
'fabric.editor.editLink': 'Hivatkozás szerkesztése',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Hangulatjelek használata ötletek 🎉 és érzelmek 😄 kifejezésére',
|
|
55
60
|
'fabric.editor.emptyLink': 'Adj meg egy linket.',
|
|
61
|
+
'fabric.editor.epic': 'Eposz',
|
|
56
62
|
'fabric.editor.expand': 'Kibontás',
|
|
57
63
|
'fabric.editor.expand.description': 'Kibontás beillesztése',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Kattints ide a kibontáshoz…',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Adj címet ennek a kibontásnak…',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Visszajelzés küldése',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Számolj be nekünk az új szerkesztő használata során szerzett tapasztalataidról',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Hiba',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ügy',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Oldal',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Sztori',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Feladat',
|
|
63
75
|
'fabric.editor.help': 'Súgó',
|
|
64
76
|
'fabric.editor.help.description': 'Billentyűkombinációk és markdownlehetőségek böngészése',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Elválasztó',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Tartalom elválasztása egy vízszintes vonallal',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Link címkéje',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'A rendszer a beírt szövegnek megfelelően jeleníti meg lent a javaslatokat',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nincs találat} one {{count,number} találat} other {{count,number} találat}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Beillesztés vagy link keresése',
|
|
68
83
|
'fabric.editor.image': 'Kép',
|
|
84
|
+
'fabric.editor.improvement': 'Javítás',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Link megjelenítése beágyazott szövegként',
|
|
70
86
|
'fabric.editor.inlineTitle': 'Beágyazott',
|
|
71
87
|
'fabric.editor.insertMenu': 'Beszúrás',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Ugrás a linkbeállításokhoz',
|
|
92
108
|
'fabric.editor.status': 'Állapot',
|
|
93
109
|
'fabric.editor.status.description': 'Egyéni állapotcímke hozzáadása',
|
|
110
|
+
'fabric.editor.story': 'Sztori',
|
|
111
|
+
'fabric.editor.subTask': 'Alfeladat',
|
|
94
112
|
'fabric.editor.table': 'Táblázat',
|
|
95
113
|
'fabric.editor.table.description': 'Táblázat beszúrása',
|
|
114
|
+
'fabric.editor.task': 'Feladat',
|
|
96
115
|
'fabric.editor.time.ago': 'ezelőtt',
|
|
97
116
|
'fabric.editor.time.updated': 'Frissítve',
|
|
98
117
|
'fabric.editor.time.viewed': 'Megtekintve',
|
package/dist/cjs/i18n/it.js
CHANGED
|
@@ -23,9 +23,12 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.blockDescription': 'Visualizza ulteriori informazioni relative al link, come riepilogo e azioni',
|
|
24
24
|
'fabric.editor.blockTitle': 'Scheda',
|
|
25
25
|
'fabric.editor.blockquote': 'una virgoletta',
|
|
26
|
+
'fabric.editor.bug': 'Bug',
|
|
26
27
|
'fabric.editor.cancelButton': 'Annulla',
|
|
27
28
|
'fabric.editor.captionPlaceholder': 'Aggiungi didascalia',
|
|
28
29
|
'fabric.editor.cardFloatingControls': 'Opzioni scheda',
|
|
30
|
+
'fabric.editor.clearLink': 'Cancella link',
|
|
31
|
+
'fabric.editor.clearLinkText': 'Cancella testo',
|
|
29
32
|
'fabric.editor.codeBidiWarningLabel': "I caratteri bidirezionali modificano l'ordine in cui è visualizzato il testo. Possono essere utilizzati per nascondere un codice dannoso.",
|
|
30
33
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
|
|
31
34
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia come testo',
|
|
@@ -40,11 +43,13 @@ var _default = {
|
|
|
40
43
|
'fabric.editor.date.description': 'Aggiungi una data usando un calendario',
|
|
41
44
|
'fabric.editor.decision': 'Decisione',
|
|
42
45
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
46
|
+
'fabric.editor.defaultAltText': 'Voce di elenco',
|
|
43
47
|
'fabric.editor.displayBlock': 'Visualizza come scheda',
|
|
44
48
|
'fabric.editor.displayEmbed': 'Visualizza come oggetto incorporato',
|
|
45
49
|
'fabric.editor.displayInline': 'Visualizza in linea',
|
|
46
50
|
'fabric.editor.displayLink': 'Mostra come testo',
|
|
47
51
|
'fabric.editor.displayOptionUnavailableInParentNode': "Questa opzione di visualizzazione non è disponibile all'interno di {node}",
|
|
52
|
+
'fabric.editor.displayText': 'Testo da mostrare',
|
|
48
53
|
'fabric.editor.ecombedDescription': "Visualizza un'anteprima interattiva di un link",
|
|
49
54
|
'fabric.editor.edit.datasource': 'Modifica query di ricerca',
|
|
50
55
|
'fabric.editor.editLink': 'Modifica link',
|
|
@@ -53,6 +58,7 @@ var _default = {
|
|
|
53
58
|
'fabric.editor.emoji': 'Emoji',
|
|
54
59
|
'fabric.editor.emoji.description': 'Usa le emoji per esprimere idee 🎉 ed emozioni 😄',
|
|
55
60
|
'fabric.editor.emptyLink': 'Inserisci un link.',
|
|
61
|
+
'fabric.editor.epic': 'Epic',
|
|
56
62
|
'fabric.editor.expand': 'Espandi',
|
|
57
63
|
'fabric.editor.expand.description': 'Inserisci espansione',
|
|
58
64
|
'fabric.editor.expandDefaultTitle': 'Clicca qui per espandere...',
|
|
@@ -60,12 +66,22 @@ var _default = {
|
|
|
60
66
|
'fabric.editor.expandPlaceholder': 'Assegna un titolo a questa espansione...',
|
|
61
67
|
'fabric.editor.feedbackDialog': 'Lascia un feedback',
|
|
62
68
|
'fabric.editor.feedbackDialog.description': 'Raccontaci la tua esperienza usando il nuovo editor',
|
|
69
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
70
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
71
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Ticket',
|
|
72
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Pagina',
|
|
73
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
74
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
63
75
|
'fabric.editor.help': 'Guida',
|
|
64
76
|
'fabric.editor.help.description': 'Sfoglia tutti i tasti di scelta rapida e le opzioni di Markdown',
|
|
65
77
|
'fabric.editor.horizontalRule': 'Divisore',
|
|
66
78
|
'fabric.editor.horizontalRule.description': 'Contenuti separati con una riga orizzontale',
|
|
79
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Etichetta link',
|
|
80
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': 'I suggerimenti vengono visualizzati durante la digitazione nel campo',
|
|
81
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nessun risultato trovato} one {{count,number} risultato trovato} other {{count,number} risultati trovati}}',
|
|
67
82
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Incolla o cerca il link',
|
|
68
83
|
'fabric.editor.image': 'Immagine',
|
|
84
|
+
'fabric.editor.improvement': 'Miglioramento',
|
|
69
85
|
'fabric.editor.inlineDescription': 'Visualizza il link come testo in linea',
|
|
70
86
|
'fabric.editor.inlineTitle': 'In linea',
|
|
71
87
|
'fabric.editor.insertMenu': 'Inserisci',
|
|
@@ -91,8 +107,11 @@ var _default = {
|
|
|
91
107
|
'fabric.editor.settingsLinks': 'Vai alle Preferenze per i link',
|
|
92
108
|
'fabric.editor.status': 'Stato',
|
|
93
109
|
'fabric.editor.status.description': 'Aggiungi un’etichetta di stato personalizzato',
|
|
110
|
+
'fabric.editor.story': 'Story',
|
|
111
|
+
'fabric.editor.subTask': 'Sottotask',
|
|
94
112
|
'fabric.editor.table': 'Tabella',
|
|
95
113
|
'fabric.editor.table.description': 'Inserisci una tabella',
|
|
114
|
+
'fabric.editor.task': 'Task',
|
|
96
115
|
'fabric.editor.time.ago': 'fa',
|
|
97
116
|
'fabric.editor.time.updated': 'Aggiornato',
|
|
98
117
|
'fabric.editor.time.viewed': 'Visualizzato',
|