@atlaskit/editor-core 158.0.1 → 159.0.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 +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/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/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/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/package.json +6 -6
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Czech
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Aktuální úkol',
|
|
10
10
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
|
|
23
23
|
'fabric.editor.backLink': 'Zpět',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
25
|
+
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
26
|
+
'fabric.editor.blockTitle': 'Karta',
|
|
25
27
|
'fabric.editor.blockquote': 'citace',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
27
29
|
'fabric.editor.blockquote2': 'Citace',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
34
36
|
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
35
37
|
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Vymazat alternativní text',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Odstranit formátování',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Zavřít dialog nápovědy',
|
|
44
47
|
'fabric.editor.code': 'Kód',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, zapnuto formátování kódu',
|
|
45
49
|
'fabric.editor.codeblock': 'Fragment kódu',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
47
51
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
69
73
|
'fabric.editor.createComment': 'Komentář',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
75
|
+
'fabric.editor.customPanel': 'Vlastní panel',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
71
77
|
'fabric.editor.date': 'Datum',
|
|
72
78
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
73
79
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
82
88
|
'fabric.editor.displayText': 'Text k zobrazení',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
84
92
|
'fabric.editor.edit': 'Upravit',
|
|
85
93
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
86
94
|
'fabric.editor.editDateText': 'Upravit datum',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Upravit barvu stavu',
|
|
90
98
|
'fabric.editor.editStatusText': 'Upravit stav',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Upravitelný obsah',
|
|
91
100
|
'fabric.editor.editorHelp': 'Nápověda editoru.',
|
|
101
|
+
'fabric.editor.editors': 'Editoři',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
118
|
+
'fabric.editor.embedTitle': 'Vložit',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Jste si jistí?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládací prvky plovoucího panelu nástrojů byly otevřeny.',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
129
142
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
130
143
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
131
144
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
|
141
154
|
'fabric.editor.heading6': 'Nadpis 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
143
163
|
'fabric.editor.help': 'Nápověda',
|
|
144
164
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
|
|
149
170
|
'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ů}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Informace',
|
|
154
175
|
'fabric.editor.infoPanel': 'Informační panel',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Vložený',
|
|
156
179
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
157
180
|
'fabric.editor.insertMenu': 'Vložit',
|
|
158
181
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Snížení',
|
|
174
197
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Odstranit',
|
|
176
200
|
'fabric.editor.mention': 'Zmínka',
|
|
177
201
|
'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'přidat-ikonu',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Zmínka',
|
|
178
204
|
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Další formátování',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Panel poznámek',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
212
|
+
'fabric.editor.off': '{formattingType} vypnuto',
|
|
213
|
+
'fabric.editor.on': '{formattingType} zapnuto',
|
|
186
214
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
188
216
|
'fabric.editor.other': 'Jiné...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Vložit prostý text',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Znovu',
|
|
198
227
|
'fabric.editor.remove': 'Odebrat',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
201
231
|
'fabric.editor.replace': 'Nahradit',
|
|
202
232
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Pravý postranní panel',
|
|
206
236
|
'fabric.editor.saveButton': 'Uložit',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Jeden sloupec',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Přeškrtnutí',
|
|
217
247
|
'fabric.editor.subTask': 'Podúkol',
|
|
218
248
|
'fabric.editor.subscript': 'Dolní index',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Dolní index vypnutý, horní index zapnutý',
|
|
219
250
|
'fabric.editor.success': 'Úspěch',
|
|
220
251
|
'fabric.editor.successPanel': 'Panel úspěchů',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
|
222
253
|
'fabric.editor.superscript': 'Horní index',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
|
|
223
255
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
224
256
|
'fabric.editor.table': 'Tabulka',
|
|
225
257
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
226
258
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odebrání této tabulky způsobí, že všechny k ní připojené grafy přestanou fungovat.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit tabulku a data',
|
|
229
261
|
'fabric.editor.task': 'Úkol',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
231
264
|
'fabric.editor.textColor': 'Barva textu',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Méně barev',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Více barev',
|
|
234
265
|
'fabric.editor.textStyles': 'Styly textu',
|
|
235
266
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
|
237
268
|
'fabric.editor.time.ago': 'zpět',
|
|
238
269
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
239
270
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Panel nástrojů editoru',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Soubory a obrázky',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutí',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
246
279
|
'fabric.editor.twoColumns': 'Dva sloupce',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Výsledky našeptávače',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
248
282
|
'fabric.editor.underline': 'Podtržení',
|
|
249
283
|
'fabric.editor.undo': 'Vrátit',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Seznam s odrážkami',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Vytvořit neseřazený seznam',
|
|
253
287
|
'fabric.editor.url': 'Zobrazit adresu URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
|
|
289
|
+
'fabric.editor.urlTitle': 'Adresa URL',
|
|
254
290
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
255
291
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
256
292
|
'fabric.editor.warning': 'Varování',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Danish (Denmark)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
10
10
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
11
11
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
12
|
-
'fabric.editor.alignCenter': '
|
|
12
|
+
'fabric.editor.alignCenter': 'Centreret',
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
16
16
|
'fabric.editor.alignLeft': 'Venstrejustér',
|
|
17
|
-
'fabric.editor.alignRight': '
|
|
17
|
+
'fabric.editor.alignRight': 'Højrejusteret',
|
|
18
18
|
'fabric.editor.alignment': 'Tekstjustering',
|
|
19
19
|
'fabric.editor.altText': 'Al tekst',
|
|
20
20
|
'fabric.editor.alttext.validation': 'Fjern alle specialtegn i ALT-tekst.',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
|
|
23
23
|
'fabric.editor.backLink': 'Gå tilbage',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
25
|
+
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
26
|
+
'fabric.editor.blockTitle': 'Kort',
|
|
25
27
|
'fabric.editor.blockquote': 'et citat',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
27
29
|
'fabric.editor.blockquote2': 'Citat',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
34
36
|
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
35
37
|
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Ryd alternativ tekst',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Ryd celle} other {Ryd celler}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Ryd fomattering',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Luk',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Luk dialogboksen',
|
|
44
47
|
'fabric.editor.code': 'Kode',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, kode aktiveret',
|
|
45
49
|
'fabric.editor.codeblock': 'Kodestump',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
|
47
51
|
'fabric.editor.collapseTable': 'Luk tabel',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
69
73
|
'fabric.editor.createComment': 'Kommentar',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
75
|
+
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
71
77
|
'fabric.editor.date': 'Dato',
|
|
72
78
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
73
79
|
'fabric.editor.decision': 'Beslutning',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
|
|
82
88
|
'fabric.editor.displayText': 'Vist tekst',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Fordel kolonner',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
84
92
|
'fabric.editor.edit': 'Redigér',
|
|
85
93
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
86
94
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Rediger statusfarve',
|
|
90
98
|
'fabric.editor.editStatusText': 'Rediger status',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Redigerbart indhold',
|
|
91
100
|
'fabric.editor.editorHelp': 'Hjælp til redigering',
|
|
101
|
+
'fabric.editor.editors': 'Redaktører',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Hjælp',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
|
|
118
|
+
'fabric.editor.embedTitle': 'Indlejr',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuller',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
|
|
129
142
|
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
130
143
|
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
131
144
|
'fabric.editor.heading1': 'Overskrift 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
|
141
154
|
'fabric.editor.heading6': 'Overskrift 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
143
163
|
'fabric.editor.help': 'Hjælp',
|
|
144
164
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Info',
|
|
154
175
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Indbyg',
|
|
156
179
|
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
157
180
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
158
181
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Tilføj link',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Slet',
|
|
176
200
|
'fabric.editor.mention': 'Benævnelse',
|
|
177
201
|
'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'ikon for tilføj',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Benævnelse',
|
|
178
204
|
'fabric.editor.mergeCells': 'Flet celler',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
212
|
+
'fabric.editor.off': '{formattingType} fra',
|
|
213
|
+
'fabric.editor.on': '{formattingType} til',
|
|
186
214
|
'fabric.editor.orderedList': 'Nummereret liste',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
188
216
|
'fabric.editor.other': 'Andre ...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Gentag',
|
|
198
227
|
'fabric.editor.remove': 'Fjern',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
201
231
|
'fabric.editor.replace': 'Erstat',
|
|
202
232
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Højre sidebjælke',
|
|
206
236
|
'fabric.editor.saveButton': 'Gem',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Vælg sprog',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Enkelt kolonne',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Opdel celle',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Gennemstreget',
|
|
217
247
|
'fabric.editor.subTask': 'Underopgave',
|
|
218
248
|
'fabric.editor.subscript': 'Sænket skrift',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Sænket skrift fra, hævet skrift til',
|
|
219
250
|
'fabric.editor.success': 'Succes',
|
|
220
251
|
'fabric.editor.successPanel': 'Succespanel',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
|
222
253
|
'fabric.editor.superscript': 'Hævet skrift',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Hævet skrift fra, sænket skrift til',
|
|
223
255
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
224
256
|
'fabric.editor.table': 'Tabel',
|
|
225
257
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
226
258
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabel,
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabel, ødelægges alle de tilknyttede diagrammer.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Fjern tabel og data',
|
|
229
261
|
'fabric.editor.task': 'Opgave',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
231
264
|
'fabric.editor.textColor': 'Tekstfarve',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Færre farver',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Flere farver',
|
|
234
265
|
'fabric.editor.textStyles': 'Tekstformatering',
|
|
235
266
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
|
|
237
268
|
'fabric.editor.time.ago': 'siden',
|
|
238
269
|
'fabric.editor.time.updated': 'Opdateret',
|
|
239
270
|
'fabric.editor.time.viewed': 'Vist',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Værktøjslinje til redigeringsprogram',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Filer og billeder',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
246
279
|
'fabric.editor.twoColumns': 'To kolonner',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Resultater for automatisk fuldførelse',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
248
282
|
'fabric.editor.underline': 'Understreget',
|
|
249
283
|
'fabric.editor.undo': 'Fortryd',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Punktopstilling',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
|
|
253
287
|
'fabric.editor.url': 'Visnings-URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL-adresse',
|
|
254
290
|
'fabric.editor.viewMore': 'Vis mere',
|
|
255
291
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
256
292
|
'fabric.editor.warning': 'Advarsel',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//German (Germany)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Aufgabe',
|
|
10
10
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
11
11
|
'fabric.editor.addAltText': 'Alternativtext',
|
|
12
|
-
'fabric.editor.alignCenter': '
|
|
12
|
+
'fabric.editor.alignCenter': 'None',
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
16
16
|
'fabric.editor.alignLeft': 'Links ausrichten',
|
|
17
|
-
'fabric.editor.alignRight': '
|
|
17
|
+
'fabric.editor.alignRight': 'None',
|
|
18
18
|
'fabric.editor.alignment': 'Textausrichtung',
|
|
19
19
|
'fabric.editor.altText': 'Alternativer Text',
|
|
20
20
|
'fabric.editor.alttext.validation': 'Bitte entfernen Sie jegliche Sonderzeichen in alternativem Text.',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
|
|
23
23
|
'fabric.editor.backLink': 'Zurück',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
25
|
+
'fabric.editor.blockDescription': 'Zeigen Sie weitere Informationen zu einem Link an, darunter eine Zusammenfassung und Aktionen.',
|
|
26
|
+
'fabric.editor.blockTitle': 'Karte',
|
|
25
27
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
27
29
|
'fabric.editor.blockquote2': 'Zitieren',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
34
36
|
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
35
37
|
'fabric.editor.cellOptions': 'Zelloptionen',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Alternativtext löschen',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Zelleninhalt löschen} other {Zelleninhalte löschen}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Formatierung löschen',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Schließen',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Hilfedialog schließen',
|
|
44
47
|
'fabric.editor.code': 'Code',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, Code ein',
|
|
45
49
|
'fabric.editor.codeblock': 'Code-Auszug',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
|
47
51
|
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
69
73
|
'fabric.editor.createComment': 'Kommentieren',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
75
|
+
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
71
77
|
'fabric.editor.date': 'Datum',
|
|
72
78
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
73
79
|
'fabric.editor.decision': 'Entscheidung',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Diese Anzeigeoption ist in {node} nicht verfügbar.',
|
|
82
88
|
'fabric.editor.displayText': 'Text zum Anzeigen',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Spalten verteilen',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Zeigen Sie eine interaktive Vorschau eines Links an.',
|
|
84
92
|
'fabric.editor.edit': 'Bearbeiten',
|
|
85
93
|
'fabric.editor.editAltText': 'Alternativtext bearbeiten',
|
|
86
94
|
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Statusfarbe bearbeiten',
|
|
90
98
|
'fabric.editor.editStatusText': 'Status bearbeiten',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Editierbarer Inhalt',
|
|
91
100
|
'fabric.editor.editorHelp': 'Editorhilfe',
|
|
101
|
+
'fabric.editor.editors': 'Editoren',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Hilfe',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Versuchen Sie, nach einem anderen Begriff zu suchen, oder entdecken Sie neue Apps für Atlassian-Produkte.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Durchsuchen',
|
|
118
|
+
'fabric.editor.embedTitle': 'Einbetten',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
110
121
|
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Sind Sie sicher?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Steuerelemente für nicht verankerte Symbolleiste wurden geöffnet',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
|
|
129
142
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
130
143
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
131
144
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
|
141
154
|
'fabric.editor.heading6': 'Überschrift 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Seite',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Task',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
143
163
|
'fabric.editor.help': 'Hilfe',
|
|
144
164
|
'fabric.editor.help.description': 'Alle Tastaturkürzel und Markdown-Optionen durchsuchen',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Label verknüpfen',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Info',
|
|
154
175
|
'fabric.editor.infoPanel': 'Info-Panel',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Zeigen Sie einen Link als Inline-Text an.',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Inline',
|
|
156
179
|
'fabric.editor.insertColumn': 'Spalte rechts einfügen',
|
|
157
180
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
158
181
|
'fabric.editor.insertRow': 'Zeile unten einfügen',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Link hinzufügen',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Löschen',
|
|
176
200
|
'fabric.editor.mention': 'Erwähnen',
|
|
177
201
|
'fabric.editor.mention.description': 'Erwähnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'Hinzufügen-Symbol',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Erwähnen',
|
|
178
204
|
'fabric.editor.mergeCells': 'Zellen zusammenführen',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Hinweis-Panel',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
212
|
+
'fabric.editor.off': '{formattingType} aus',
|
|
213
|
+
'fabric.editor.on': '{formattingType} ein',
|
|
186
214
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
188
216
|
'fabric.editor.other': 'Sonstige …',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Einfachen Text einfügen',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Wiederholen',
|
|
198
227
|
'fabric.editor.remove': 'Entfernen',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Spalte löschen} other {Spalten löschen}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Zeile löschen} other {Zeilen löschen}}',
|
|
201
231
|
'fabric.editor.replace': 'Ersetzen',
|
|
202
232
|
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Rechte Seitenleiste',
|
|
206
236
|
'fabric.editor.saveButton': 'Speichern',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Sprache auswählen',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Einzelne Spalte',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Spalte sortieren: A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Spalte sortieren: Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Zelle teilen',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Durchgestrichen',
|
|
217
247
|
'fabric.editor.subTask': 'Sub-Task',
|
|
218
248
|
'fabric.editor.subscript': 'Tiefgestellt',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Tiefgestelltes Zeichen aus, hochgestelltes Zeichen ein',
|
|
219
250
|
'fabric.editor.success': 'Erfolgreich',
|
|
220
251
|
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
|
222
|
-
'fabric.editor.superscript': '
|
|
253
|
+
'fabric.editor.superscript': 'Hochgestellt',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Hochgestelltes Zeichen aus, tiefgestelltes Zeichen ein',
|
|
223
255
|
'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
|
|
224
256
|
'fabric.editor.table': 'Tabelle',
|
|
225
257
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
226
258
|
'fabric.editor.tableOptions': 'Tabellenoptionen',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Entfernen dieser Tabelle werden
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Entfernen dieser Tabelle werden alle damit verbundenen Diagramme unbrauchbar.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Tabelle und Daten entfernen',
|
|
229
261
|
'fabric.editor.task': 'Task',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
231
264
|
'fabric.editor.textColor': 'Textfarbe',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Weniger Farben',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Mehr Farben',
|
|
234
265
|
'fabric.editor.textStyles': 'Textstil',
|
|
235
266
|
'fabric.editor.threeColumns': 'Drei Spalten',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Drei Spalten mit Seitenleisten',
|
|
237
268
|
'fabric.editor.time.ago': 'vor',
|
|
238
269
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
239
270
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Editor-Symbolleiste',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Dateien und Bilder',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'ein Panel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'eine Liste',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'eine Entscheidungsliste',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
246
279
|
'fabric.editor.twoColumns': 'Zwei Spalten',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'TypeAhead-Ergebnisse',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
248
282
|
'fabric.editor.underline': 'Unterstrichen',
|
|
249
283
|
'fabric.editor.undo': 'Rückgängig',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Aufzählung',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
|
|
253
287
|
'fabric.editor.url': 'Display-URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Zeigen Sie einen Link als URL an.',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
255
291
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
256
292
|
'fabric.editor.warning': 'Warnung',
|