@atlaskit/editor-core 158.0.0 → 159.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/plugins/card/nodeviews/blockCard.js +5 -3
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/cjs/plugins/card/nodeviews/genericCard.js +2 -31
- package/dist/cjs/plugins/card/nodeviews/inlineCard.js +5 -3
- package/dist/cjs/plugins/card/pm-plugins/doc.js +6 -55
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/plugins/card/nodeviews/blockCard.js +3 -2
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +0 -8
- package/dist/es2019/plugins/card/nodeviews/genericCard.js +2 -13
- package/dist/es2019/plugins/card/nodeviews/inlineCard.js +3 -2
- package/dist/es2019/plugins/card/pm-plugins/doc.js +4 -46
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/plugins/card/nodeviews/blockCard.js +5 -4
- package/dist/esm/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/esm/plugins/card/nodeviews/genericCard.js +3 -30
- package/dist/esm/plugins/card/nodeviews/inlineCard.js +5 -4
- package/dist/esm/plugins/card/pm-plugins/doc.js +4 -49
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/dist/types/plugins/analytics/types/events.d.ts +1 -5
- package/dist/types/plugins/card/nodeviews/blockCard.d.ts +3 -3
- package/dist/types/plugins/card/nodeviews/embedCard.d.ts +0 -1
- package/dist/types/plugins/card/nodeviews/genericCard.d.ts +0 -4
- package/dist/types/plugins/card/nodeviews/inlineCard.d.ts +3 -2
- package/dist/types/plugins/card/pm-plugins/doc.d.ts +0 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 159.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e68f0f554fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e68f0f554fa) - remove mousedown handler for inline links and add a vr test for the logic
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
## 159.0.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
16
|
+
## 158.0.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- [`c7a3ccf95cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7a3ccf95cd) - Patching versions to no longer reference localid from adf or smart-cards
|
|
21
|
+
|
|
3
22
|
## 158.0.0
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Czech
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Aktuální úkol',
|
|
17
17
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
|
|
30
30
|
'fabric.editor.backLink': 'Zpět',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
32
|
+
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
33
|
+
'fabric.editor.blockTitle': 'Karta',
|
|
32
34
|
'fabric.editor.blockquote': 'citace',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
34
36
|
'fabric.editor.blockquote2': 'Citace',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
41
43
|
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
42
44
|
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Vymazat alternativní text',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Odstranit formátování',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Zavřít dialog nápovědy',
|
|
51
54
|
'fabric.editor.code': 'Kód',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, zapnuto formátování kódu',
|
|
52
56
|
'fabric.editor.codeblock': 'Fragment kódu',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
54
58
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
76
80
|
'fabric.editor.createComment': 'Komentář',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
82
|
+
'fabric.editor.customPanel': 'Vlastní panel',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
78
84
|
'fabric.editor.date': 'Datum',
|
|
79
85
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
80
86
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
89
95
|
'fabric.editor.displayText': 'Text k zobrazení',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
91
99
|
'fabric.editor.edit': 'Upravit',
|
|
92
100
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
93
101
|
'fabric.editor.editDateText': 'Upravit datum',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Upravit barvu stavu',
|
|
97
105
|
'fabric.editor.editStatusText': 'Upravit stav',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Upravitelný obsah',
|
|
98
107
|
'fabric.editor.editorHelp': 'Nápověda editoru.',
|
|
108
|
+
'fabric.editor.editors': 'Editoři',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
125
|
+
'fabric.editor.embedTitle': 'Vložit',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
117
128
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Jste si jistí?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládací prvky plovoucího panelu nástrojů byly otevřeny.',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
136
149
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
137
150
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
138
151
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
|
148
161
|
'fabric.editor.heading6': 'Nadpis 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
150
170
|
'fabric.editor.help': 'Nápověda',
|
|
151
171
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
|
|
156
177
|
'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ů}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Informace',
|
|
161
182
|
'fabric.editor.infoPanel': 'Informační panel',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Vložený',
|
|
163
186
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
164
187
|
'fabric.editor.insertMenu': 'Vložit',
|
|
165
188
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Snížení',
|
|
181
204
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Odstranit',
|
|
183
207
|
'fabric.editor.mention': 'Zmínka',
|
|
184
208
|
'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'přidat-ikonu',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Zmínka',
|
|
185
211
|
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Další formátování',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Panel poznámek',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
219
|
+
'fabric.editor.off': '{formattingType} vypnuto',
|
|
220
|
+
'fabric.editor.on': '{formattingType} zapnuto',
|
|
193
221
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
195
223
|
'fabric.editor.other': 'Jiné...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Vložit prostý text',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Znovu',
|
|
205
234
|
'fabric.editor.remove': 'Odebrat',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
208
238
|
'fabric.editor.replace': 'Nahradit',
|
|
209
239
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Pravý postranní panel',
|
|
213
243
|
'fabric.editor.saveButton': 'Uložit',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Jeden sloupec',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
218
248
|
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Přeškrtnutí',
|
|
224
254
|
'fabric.editor.subTask': 'Podúkol',
|
|
225
255
|
'fabric.editor.subscript': 'Dolní index',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Dolní index vypnutý, horní index zapnutý',
|
|
226
257
|
'fabric.editor.success': 'Úspěch',
|
|
227
258
|
'fabric.editor.successPanel': 'Panel úspěchů',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
|
229
260
|
'fabric.editor.superscript': 'Horní index',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
|
|
230
262
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
231
263
|
'fabric.editor.table': 'Tabulka',
|
|
232
264
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
233
265
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odebrání této tabulky způsobí, že všechny k ní připojené grafy přestanou fungovat.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit tabulku a data',
|
|
236
268
|
'fabric.editor.task': 'Úkol',
|
|
237
269
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
238
271
|
'fabric.editor.textColor': 'Barva textu',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Méně barev',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Více barev',
|
|
241
272
|
'fabric.editor.textStyles': 'Styly textu',
|
|
242
273
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
|
244
275
|
'fabric.editor.time.ago': 'zpět',
|
|
245
276
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
246
277
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Panel nástrojů editoru',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Soubory a obrázky',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutí',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
253
286
|
'fabric.editor.twoColumns': 'Dva sloupce',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Výsledky našeptávače',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
255
289
|
'fabric.editor.underline': 'Podtržení',
|
|
256
290
|
'fabric.editor.undo': 'Vrátit',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Seznam s odrážkami',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Vytvořit neseřazený seznam',
|
|
260
294
|
'fabric.editor.url': 'Zobrazit adresu URL',
|
|
295
|
+
'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
|
|
296
|
+
'fabric.editor.urlTitle': 'Adresa URL',
|
|
261
297
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
262
298
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
263
299
|
'fabric.editor.warning': 'Varování',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -8,20 +8,20 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Danish (Denmark)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
17
17
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
18
18
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
19
|
-
'fabric.editor.alignCenter': '
|
|
19
|
+
'fabric.editor.alignCenter': 'Centreret',
|
|
20
20
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
21
21
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
22
22
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
23
23
|
'fabric.editor.alignLeft': 'Venstrejustér',
|
|
24
|
-
'fabric.editor.alignRight': '
|
|
24
|
+
'fabric.editor.alignRight': 'Højrejusteret',
|
|
25
25
|
'fabric.editor.alignment': 'Tekstjustering',
|
|
26
26
|
'fabric.editor.altText': 'Al tekst',
|
|
27
27
|
'fabric.editor.alttext.validation': 'Fjern alle specialtegn i ALT-tekst.',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
|
|
30
30
|
'fabric.editor.backLink': 'Gå tilbage',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
32
|
+
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
33
|
+
'fabric.editor.blockTitle': 'Kort',
|
|
32
34
|
'fabric.editor.blockquote': 'et citat',
|
|
33
35
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
34
36
|
'fabric.editor.blockquote2': 'Citat',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
41
43
|
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
42
44
|
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': 'Ryd alternativ tekst',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, one {Ryd celle} other {Ryd celler}}',
|
|
45
48
|
'fabric.editor.clearFormatting': 'Ryd fomattering',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': 'Luk',
|
|
50
53
|
'fabric.editor.closeHelpDialog': 'Luk dialogboksen',
|
|
51
54
|
'fabric.editor.code': 'Kode',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff}, kode aktiveret',
|
|
52
56
|
'fabric.editor.codeblock': 'Kodestump',
|
|
53
57
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
|
54
58
|
'fabric.editor.collapseTable': 'Luk tabel',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
76
80
|
'fabric.editor.createComment': 'Kommentar',
|
|
77
81
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
82
|
+
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
83
|
+
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
78
84
|
'fabric.editor.date': 'Dato',
|
|
79
85
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
80
86
|
'fabric.editor.decision': 'Beslutning',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
|
|
89
95
|
'fabric.editor.displayText': 'Vist tekst',
|
|
90
96
|
'fabric.editor.distributeColumns': 'Fordel kolonner',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
98
|
+
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
91
99
|
'fabric.editor.edit': 'Redigér',
|
|
92
100
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
93
101
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
96
104
|
'fabric.editor.editStatusColor': 'Rediger statusfarve',
|
|
97
105
|
'fabric.editor.editStatusText': 'Rediger status',
|
|
106
|
+
'fabric.editor.editableContentLabel': 'Redigerbart indhold',
|
|
98
107
|
'fabric.editor.editorHelp': 'Hjælp til redigering',
|
|
108
|
+
'fabric.editor.editors': 'Redaktører',
|
|
99
109
|
'fabric.editor.elementBrowser.help': 'Hjælp',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
|
|
125
|
+
'fabric.editor.embedTitle': 'Indlejr',
|
|
115
126
|
'fabric.editor.emoji': 'Emoji',
|
|
116
127
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
117
128
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuller',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
|
|
136
149
|
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
137
150
|
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
138
151
|
'fabric.editor.heading1': 'Overskrift 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
|
148
161
|
'fabric.editor.heading6': 'Overskrift 6',
|
|
149
162
|
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
150
170
|
'fabric.editor.help': 'Hjælp',
|
|
151
171
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
152
172
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
153
173
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
154
174
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': 'Info',
|
|
161
182
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
162
183
|
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
|
184
|
+
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
185
|
+
'fabric.editor.inlineTitle': 'Indbyg',
|
|
163
186
|
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
164
187
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
165
188
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
182
205
|
'fabric.editor.mediaAddLink': 'Tilføj link',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Slet',
|
|
183
207
|
'fabric.editor.mention': 'Benævnelse',
|
|
184
208
|
'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': 'ikon for tilføj',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': 'Benævnelse',
|
|
185
211
|
'fabric.editor.mergeCells': 'Flet celler',
|
|
186
212
|
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
187
213
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
191
217
|
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
192
218
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
219
|
+
'fabric.editor.off': '{formattingType} fra',
|
|
220
|
+
'fabric.editor.on': '{formattingType} til',
|
|
193
221
|
'fabric.editor.orderedList': 'Nummereret liste',
|
|
194
222
|
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
195
223
|
'fabric.editor.other': 'Andre ...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
197
226
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
198
227
|
'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': 'Gentag',
|
|
205
234
|
'fabric.editor.remove': 'Fjern',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
236
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
208
238
|
'fabric.editor.replace': 'Erstat',
|
|
209
239
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': 'Højre sidebjælke',
|
|
213
243
|
'fabric.editor.saveButton': 'Gem',
|
|
214
244
|
'fabric.editor.selectLanguage': 'Vælg sprog',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': 'Enkelt kolonne',
|
|
216
246
|
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
217
247
|
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
218
248
|
'fabric.editor.splitCell': 'Opdel celle',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': 'Gennemstreget',
|
|
224
254
|
'fabric.editor.subTask': 'Underopgave',
|
|
225
255
|
'fabric.editor.subscript': 'Sænket skrift',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': 'Sænket skrift fra, hævet skrift til',
|
|
226
257
|
'fabric.editor.success': 'Succes',
|
|
227
258
|
'fabric.editor.successPanel': 'Succespanel',
|
|
228
259
|
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
|
229
260
|
'fabric.editor.superscript': 'Hævet skrift',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': 'Hævet skrift fra, sænket skrift til',
|
|
230
262
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
231
263
|
'fabric.editor.table': 'Tabel',
|
|
232
264
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
233
265
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabel,
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabel, ødelægges alle de tilknyttede diagrammer.',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Fjern tabel og data',
|
|
236
268
|
'fabric.editor.task': 'Opgave',
|
|
237
269
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
270
|
+
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
238
271
|
'fabric.editor.textColor': 'Tekstfarve',
|
|
239
|
-
'fabric.editor.textColor.lessColors': 'Færre farver',
|
|
240
|
-
'fabric.editor.textColor.moreColors': 'Flere farver',
|
|
241
272
|
'fabric.editor.textStyles': 'Tekstformatering',
|
|
242
273
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
|
|
244
275
|
'fabric.editor.time.ago': 'siden',
|
|
245
276
|
'fabric.editor.time.updated': 'Opdateret',
|
|
246
277
|
'fabric.editor.time.viewed': 'Vist',
|
|
278
|
+
'fabric.editor.toolbarLabel': 'Værktøjslinje til redigeringsprogram',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': 'Filer og billeder',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
252
285
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
253
286
|
'fabric.editor.twoColumns': 'To kolonner',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': 'Resultater for automatisk fuldførelse',
|
|
254
288
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
255
289
|
'fabric.editor.underline': 'Understreget',
|
|
256
290
|
'fabric.editor.undo': 'Fortryd',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': 'Punktopstilling',
|
|
259
293
|
'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
|
|
260
294
|
'fabric.editor.url': 'Visnings-URL',
|
|
295
|
+
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL-adresse',
|
|
261
297
|
'fabric.editor.viewMore': 'Vis mere',
|
|
262
298
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
263
299
|
'fabric.editor.warning': 'Advarsel',
|