@atlaskit/editor-core 173.0.0 → 174.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 +13 -0
- package/dist/cjs/i18n/cs.js +8 -77
- package/dist/cjs/i18n/da.js +7 -77
- package/dist/cjs/i18n/de.js +8 -77
- package/dist/cjs/i18n/en.js +11 -100
- package/dist/cjs/i18n/en_GB.js +11 -100
- package/dist/cjs/i18n/en_ZZ.js +11 -100
- package/dist/cjs/i18n/es.js +8 -77
- package/dist/cjs/i18n/fi.js +9 -100
- package/dist/cjs/i18n/fr.js +8 -77
- package/dist/cjs/i18n/hu.js +8 -77
- package/dist/cjs/i18n/it.js +8 -77
- package/dist/cjs/i18n/ja.js +9 -100
- package/dist/cjs/i18n/ko.js +8 -77
- package/dist/cjs/i18n/nb.js +10 -93
- package/dist/cjs/i18n/nl.js +9 -97
- package/dist/cjs/i18n/pl.js +9 -99
- package/dist/cjs/i18n/pt_BR.js +9 -93
- package/dist/cjs/i18n/ru.js +9 -100
- package/dist/cjs/i18n/sv.js +9 -99
- package/dist/cjs/i18n/th.js +9 -100
- package/dist/cjs/i18n/tr.js +9 -100
- package/dist/cjs/i18n/uk.js +9 -100
- package/dist/cjs/i18n/vi.js +9 -100
- package/dist/cjs/i18n/zh.js +7 -100
- package/dist/cjs/i18n/zh_TW.js +9 -100
- package/dist/cjs/utils/selection.js +6 -8
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +8 -77
- package/dist/es2019/i18n/da.js +7 -77
- package/dist/es2019/i18n/de.js +8 -77
- package/dist/es2019/i18n/en.js +11 -100
- package/dist/es2019/i18n/en_GB.js +11 -100
- package/dist/es2019/i18n/en_ZZ.js +11 -100
- package/dist/es2019/i18n/es.js +8 -77
- package/dist/es2019/i18n/fi.js +9 -100
- package/dist/es2019/i18n/fr.js +8 -77
- package/dist/es2019/i18n/hu.js +8 -77
- package/dist/es2019/i18n/it.js +8 -77
- package/dist/es2019/i18n/ja.js +9 -100
- package/dist/es2019/i18n/ko.js +8 -77
- package/dist/es2019/i18n/nb.js +10 -93
- package/dist/es2019/i18n/nl.js +9 -97
- package/dist/es2019/i18n/pl.js +9 -99
- package/dist/es2019/i18n/pt_BR.js +9 -93
- package/dist/es2019/i18n/ru.js +9 -100
- package/dist/es2019/i18n/sv.js +9 -99
- package/dist/es2019/i18n/th.js +9 -100
- package/dist/es2019/i18n/tr.js +9 -100
- package/dist/es2019/i18n/uk.js +9 -100
- package/dist/es2019/i18n/vi.js +9 -100
- package/dist/es2019/i18n/zh.js +7 -100
- package/dist/es2019/i18n/zh_TW.js +9 -100
- package/dist/es2019/utils/selection.js +1 -9
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +8 -77
- package/dist/esm/i18n/da.js +7 -77
- package/dist/esm/i18n/de.js +8 -77
- package/dist/esm/i18n/en.js +11 -100
- package/dist/esm/i18n/en_GB.js +11 -100
- package/dist/esm/i18n/en_ZZ.js +11 -100
- package/dist/esm/i18n/es.js +8 -77
- package/dist/esm/i18n/fi.js +9 -100
- package/dist/esm/i18n/fr.js +8 -77
- package/dist/esm/i18n/hu.js +8 -77
- package/dist/esm/i18n/it.js +8 -77
- package/dist/esm/i18n/ja.js +9 -100
- package/dist/esm/i18n/ko.js +8 -77
- package/dist/esm/i18n/nb.js +10 -93
- package/dist/esm/i18n/nl.js +9 -97
- package/dist/esm/i18n/pl.js +9 -99
- package/dist/esm/i18n/pt_BR.js +9 -93
- package/dist/esm/i18n/ru.js +9 -100
- package/dist/esm/i18n/sv.js +9 -99
- package/dist/esm/i18n/th.js +9 -100
- package/dist/esm/i18n/tr.js +9 -100
- package/dist/esm/i18n/uk.js +9 -100
- package/dist/esm/i18n/vi.js +9 -100
- package/dist/esm/i18n/zh.js +7 -100
- package/dist/esm/i18n/zh_TW.js +9 -100
- package/dist/esm/utils/selection.js +1 -7
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +8 -77
- package/dist/types/i18n/da.d.ts +7 -77
- package/dist/types/i18n/de.d.ts +8 -77
- package/dist/types/i18n/en.d.ts +10 -99
- package/dist/types/i18n/en_GB.d.ts +10 -99
- package/dist/types/i18n/en_ZZ.d.ts +10 -99
- package/dist/types/i18n/es.d.ts +8 -77
- package/dist/types/i18n/fi.d.ts +8 -99
- package/dist/types/i18n/fr.d.ts +8 -77
- package/dist/types/i18n/hu.d.ts +8 -77
- package/dist/types/i18n/it.d.ts +8 -77
- package/dist/types/i18n/ja.d.ts +8 -99
- package/dist/types/i18n/ko.d.ts +8 -77
- package/dist/types/i18n/nb.d.ts +8 -91
- package/dist/types/i18n/nl.d.ts +8 -96
- package/dist/types/i18n/pl.d.ts +8 -98
- package/dist/types/i18n/pt_BR.d.ts +8 -92
- package/dist/types/i18n/ru.d.ts +8 -99
- package/dist/types/i18n/sv.d.ts +8 -98
- package/dist/types/i18n/th.d.ts +8 -99
- package/dist/types/i18n/tr.d.ts +8 -99
- package/dist/types/i18n/uk.d.ts +8 -99
- package/dist/types/i18n/vi.d.ts +8 -99
- package/dist/types/i18n/zh.d.ts +6 -99
- package/dist/types/i18n/zh_TW.d.ts +8 -99
- package/dist/types/utils/selection.d.ts +1 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +8 -77
- package/dist/types-ts4.0/i18n/da.d.ts +7 -77
- package/dist/types-ts4.0/i18n/de.d.ts +8 -77
- package/dist/types-ts4.0/i18n/en.d.ts +10 -99
- package/dist/types-ts4.0/i18n/en_GB.d.ts +10 -99
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +10 -99
- package/dist/types-ts4.0/i18n/es.d.ts +8 -77
- package/dist/types-ts4.0/i18n/fi.d.ts +8 -99
- package/dist/types-ts4.0/i18n/fr.d.ts +8 -77
- package/dist/types-ts4.0/i18n/hu.d.ts +8 -77
- package/dist/types-ts4.0/i18n/it.d.ts +8 -77
- package/dist/types-ts4.0/i18n/ja.d.ts +8 -99
- package/dist/types-ts4.0/i18n/ko.d.ts +8 -77
- package/dist/types-ts4.0/i18n/nb.d.ts +8 -91
- package/dist/types-ts4.0/i18n/nl.d.ts +8 -96
- package/dist/types-ts4.0/i18n/pl.d.ts +8 -98
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +8 -92
- package/dist/types-ts4.0/i18n/ru.d.ts +8 -99
- package/dist/types-ts4.0/i18n/sv.d.ts +8 -98
- package/dist/types-ts4.0/i18n/th.d.ts +8 -99
- package/dist/types-ts4.0/i18n/tr.d.ts +8 -99
- package/dist/types-ts4.0/i18n/uk.d.ts +8 -99
- package/dist/types-ts4.0/i18n/vi.d.ts +8 -99
- package/dist/types-ts4.0/i18n/zh.d.ts +6 -99
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +8 -99
- package/dist/types-ts4.0/utils/selection.d.ts +1 -2
- package/package.json +9 -9
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -6,13 +6,8 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Czech
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.action': 'Aktuální úkol',
|
|
10
|
-
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
11
9
|
'fabric.editor.addAltText': 'Alternativní text',
|
|
12
10
|
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
|
13
|
-
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
14
|
-
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
15
|
-
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
16
11
|
'fabric.editor.alignLeft': 'Zarovnat vlevo',
|
|
17
12
|
'fabric.editor.alignRight': 'Zarovnat vpravo',
|
|
18
13
|
'fabric.editor.alignment': 'Zarovnání textu',
|
|
@@ -24,20 +19,14 @@ export default {
|
|
|
24
19
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
25
20
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
26
21
|
'fabric.editor.blockTitle': 'Karta',
|
|
27
|
-
'fabric.editor.blockquote': 'citace',
|
|
28
22
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
29
23
|
'fabric.editor.blockquote2': 'Citace',
|
|
30
24
|
'fabric.editor.bold': 'Tučné',
|
|
31
25
|
'fabric.editor.bug': 'Chyba',
|
|
32
|
-
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
33
|
-
'fabric.editor.cancelButton': 'Zrušit',
|
|
34
26
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
35
27
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
36
|
-
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
37
|
-
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
38
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
39
29
|
'fabric.editor.clearAltTextEdit': 'Vymazat alternativní text',
|
|
40
|
-
'fabric.editor.clearCells': '{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
41
30
|
'fabric.editor.clearFormatting': 'Odstranit formátování',
|
|
42
31
|
'fabric.editor.clearLink': 'Vymazat odkaz',
|
|
43
32
|
'fabric.editor.clearLinkText': 'Vymazat text',
|
|
@@ -48,9 +37,6 @@ export default {
|
|
|
48
37
|
'fabric.editor.code.on': '{textFormattingOff}, zapnuto formátování kódu',
|
|
49
38
|
'fabric.editor.codeblock': 'Fragment kódu',
|
|
50
39
|
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
51
|
-
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
52
|
-
'fabric.editor.columns': 'Rozvržení',
|
|
53
|
-
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
54
40
|
'fabric.editor.configFailedToLoad': 'Nepodařilo se načíst',
|
|
55
41
|
'fabric.editor.configPanel.cancel': 'Zrušit',
|
|
56
42
|
'fabric.editor.configPanel.close': 'Zavřít',
|
|
@@ -68,16 +54,10 @@ export default {
|
|
|
68
54
|
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
69
55
|
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
70
56
|
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
71
|
-
'fabric.editor.copiedToClipboard': 'Zkopírováno!',
|
|
72
|
-
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
73
57
|
'fabric.editor.createComment': 'Komentář',
|
|
74
58
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
75
59
|
'fabric.editor.customPanel': 'Vlastní panel',
|
|
76
60
|
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
77
|
-
'fabric.editor.date': 'Datum',
|
|
78
|
-
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
79
|
-
'fabric.editor.decision': 'Rozhodnutí',
|
|
80
|
-
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
81
61
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
82
62
|
'fabric.editor.defaultAltText': 'Položka seznamu',
|
|
83
63
|
'fabric.editor.displayBlock': 'Zobrazit jako kartu',
|
|
@@ -86,14 +66,12 @@ export default {
|
|
|
86
66
|
'fabric.editor.displayLink': 'Zobrazit jako text',
|
|
87
67
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
88
68
|
'fabric.editor.displayText': 'Text k zobrazení',
|
|
89
|
-
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
90
69
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
70
|
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
92
71
|
'fabric.editor.edit': 'Upravit',
|
|
93
72
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
94
73
|
'fabric.editor.editDateText': 'Upravit datum',
|
|
95
74
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
96
|
-
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
97
75
|
'fabric.editor.editStatusColor': 'Upravit barvu stavu',
|
|
98
76
|
'fabric.editor.editStatusText': 'Upravit stav',
|
|
99
77
|
'fabric.editor.editableContentLabel': 'Upravitelný obsah',
|
|
@@ -116,20 +94,14 @@ export default {
|
|
|
116
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
117
95
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
118
96
|
'fabric.editor.embedTitle': 'Vložit',
|
|
119
|
-
'fabric.editor.emoji': 'Emoji',
|
|
120
|
-
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
121
97
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
122
98
|
'fabric.editor.epic': 'Epic',
|
|
123
99
|
'fabric.editor.error': 'Chyba',
|
|
124
100
|
'fabric.editor.errorPanel': 'Panel chyb',
|
|
125
101
|
'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
|
|
126
|
-
'fabric.editor.
|
|
127
|
-
'fabric.editor.
|
|
102
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Odebrání tohoto rozšíření způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
103
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Odebrat rozšíření',
|
|
128
104
|
'fabric.editor.extensions.config-panel.save-indicator': 'Všechny změny jsou vždy automaticky ukládány',
|
|
129
|
-
'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
|
|
130
|
-
'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
|
|
131
|
-
'fabric.editor.filesAndImages': 'Soubory a obrázky',
|
|
132
|
-
'fabric.editor.filesAndImages.description': 'Přidejte na svou stránku obrázky a další soubory',
|
|
133
105
|
'fabric.editor.find': 'Najít',
|
|
134
106
|
'fabric.editor.findNext': 'Najít další',
|
|
135
107
|
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
@@ -139,8 +111,6 @@ export default {
|
|
|
139
111
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
112
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládací prvky plovoucího panelu nástrojů byly otevřeny.',
|
|
141
113
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
142
|
-
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
143
|
-
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
144
114
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
145
115
|
'fabric.editor.heading1Description': 'Použít pro nadpis nejvyšší úrovně',
|
|
146
116
|
'fabric.editor.heading2': 'Nadpis 2',
|
|
@@ -160,36 +130,25 @@ export default {
|
|
|
160
130
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
161
131
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
162
132
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
163
|
-
'fabric.editor.help': 'Nápověda',
|
|
164
|
-
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
165
133
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
166
|
-
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
167
|
-
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
168
134
|
'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
|
|
169
135
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
|
|
170
136
|
'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ů}}',
|
|
171
137
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
172
|
-
'fabric.editor.image': 'Obrázek',
|
|
173
138
|
'fabric.editor.improvement': 'Vylepšení',
|
|
139
|
+
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
174
140
|
'fabric.editor.info': 'Informace',
|
|
175
141
|
'fabric.editor.infoPanel': 'Informační panel',
|
|
176
142
|
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
|
177
143
|
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
178
144
|
'fabric.editor.inlineTitle': 'Vložený',
|
|
179
|
-
'fabric.editor.
|
|
180
|
-
'fabric.editor.insertMenu': 'Vložit',
|
|
181
|
-
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
145
|
+
'fabric.editor.inputQueryAssistiveTxt': 'Když jsou k dispozici výsledky automatického dokončování, použijte šipky nahoru a dolů k prohlížení a klávesu Enter k výběru. Uživatelé dotykových zařízení mohou k prohlížení použít dotyk nebo gesta potáhnutí prstem.',
|
|
182
146
|
'fabric.editor.invalidDateError': 'Zadejte platné datum.',
|
|
183
147
|
'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
|
|
184
148
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
185
149
|
'fabric.editor.italic': 'Kurzíva',
|
|
186
150
|
'fabric.editor.keyboardShortcuts': 'Klávesové zkratky',
|
|
187
|
-
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
188
|
-
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
189
|
-
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
190
151
|
'fabric.editor.leftSidebar': 'Levý postranní panel',
|
|
191
|
-
'fabric.editor.link': 'Odkaz',
|
|
192
|
-
'fabric.editor.link.description': 'Vložit odkaz',
|
|
193
152
|
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
194
153
|
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
195
154
|
'fabric.editor.lists': 'Seznamy',
|
|
@@ -197,50 +156,38 @@ export default {
|
|
|
197
156
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
198
157
|
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
199
158
|
'fabric.editor.mediaGroupDeleteLabel': 'Odstranit',
|
|
200
|
-
'fabric.editor.mention': 'Zmínka',
|
|
201
|
-
'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
|
|
202
159
|
'fabric.editor.mentionsAddLabel': 'přidat-ikonu',
|
|
203
160
|
'fabric.editor.mentionsIconLabel': 'Zmínka',
|
|
204
|
-
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
205
161
|
'fabric.editor.moreFormatting': 'Další formátování',
|
|
206
162
|
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
163
|
+
'fabric.editor.noSearchResults': 'Žádné výsledky vyhledávání',
|
|
207
164
|
'fabric.editor.normal': 'Standardní text',
|
|
208
165
|
'fabric.editor.note': 'Poznámka',
|
|
209
166
|
'fabric.editor.notePanel': 'Panel poznámek',
|
|
210
167
|
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
211
|
-
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
212
168
|
'fabric.editor.off': 'Formátování {formattingType} vypnuto',
|
|
213
169
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
214
170
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
215
171
|
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
216
172
|
'fabric.editor.other': 'Jiné...',
|
|
173
|
+
'fabric.editor.outdent': 'Zmenšit odsazení',
|
|
217
174
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
218
175
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
219
176
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
220
177
|
'fabric.editor.pastePlainText': 'Vložit prostý text',
|
|
221
178
|
'fabric.editor.placeholderAltText': 'Popište tento obrázek alternativním textem',
|
|
222
|
-
'fabric.editor.placeholderText': 'Text placeholderu',
|
|
223
|
-
'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
|
|
224
179
|
'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
|
|
225
180
|
'fabric.editor.quickInsert': 'Rychlé vložení',
|
|
226
181
|
'fabric.editor.redo': 'Znovu',
|
|
227
|
-
'fabric.editor.remove': 'Odebrat',
|
|
228
|
-
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
229
|
-
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
230
|
-
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
231
182
|
'fabric.editor.replace': 'Nahradit',
|
|
232
183
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
233
184
|
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
234
185
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
235
186
|
'fabric.editor.rightSidebar': 'Pravý postranní panel',
|
|
236
|
-
'fabric.editor.
|
|
187
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} výsledek vyhledávání k dispozici} few {{itemsLength,number} výsledky vyhledávání k dispozici} many {{itemsLength,number} výsledku vyhledávání k dispozici} other {{itemsLength,number} výsledků vyhledávání k dispozici}}',
|
|
237
188
|
'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
|
|
189
|
+
'fabric.editor.settingsLinks': 'Přejít do předvoleb odkazů',
|
|
238
190
|
'fabric.editor.single': 'Jeden sloupec',
|
|
239
|
-
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
240
|
-
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
241
|
-
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
242
|
-
'fabric.editor.status': 'Stav',
|
|
243
|
-
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
244
191
|
'fabric.editor.statusPlaceholder': 'Nastavit stav',
|
|
245
192
|
'fabric.editor.story': 'Story',
|
|
246
193
|
'fabric.editor.strike': 'Přeškrtnutí',
|
|
@@ -253,11 +200,6 @@ export default {
|
|
|
253
200
|
'fabric.editor.superscript': 'Horní index',
|
|
254
201
|
'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
|
|
255
202
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
256
|
-
'fabric.editor.table': 'Tabulka',
|
|
257
|
-
'fabric.editor.table.description': 'Vložit tabulku',
|
|
258
|
-
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
259
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odebrání této tabulky způsobí, že všechny k ní připojené grafy přestanou fungovat.',
|
|
260
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit tabulku a data',
|
|
261
203
|
'fabric.editor.task': 'Úkol',
|
|
262
204
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
263
205
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
@@ -265,17 +207,8 @@ export default {
|
|
|
265
207
|
'fabric.editor.textStyles': 'Styly textu',
|
|
266
208
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
267
209
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
|
268
|
-
'fabric.editor.time.ago': 'zpět',
|
|
269
|
-
'fabric.editor.time.updated': 'Aktualizováno',
|
|
270
|
-
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
271
210
|
'fabric.editor.toolbarLabel': 'Panel nástrojů editoru',
|
|
272
211
|
'fabric.editor.toolbarMediaTitle': 'Soubory a obrázky',
|
|
273
|
-
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
274
|
-
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
275
|
-
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutí',
|
|
276
|
-
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
277
|
-
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
278
|
-
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
279
212
|
'fabric.editor.twoColumns': 'Dva sloupce',
|
|
280
213
|
'fabric.editor.typeAheadResultLabel': 'Výsledky našeptávače',
|
|
281
214
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
@@ -287,8 +220,6 @@ export default {
|
|
|
287
220
|
'fabric.editor.url': 'Zobrazit adresu URL',
|
|
288
221
|
'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
|
|
289
222
|
'fabric.editor.urlTitle': 'Adresa URL',
|
|
290
|
-
'fabric.editor.viewMore': 'Zobrazit více',
|
|
291
|
-
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
292
223
|
'fabric.editor.warning': 'Varování',
|
|
293
224
|
'fabric.editor.warningPanel': 'Panel upozornění',
|
|
294
225
|
'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -6,13 +6,8 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Danish (Denmark)
|
|
8
8
|
export default {
|
|
9
|
-
'fabric.editor.action': 'Handlingsgenstand',
|
|
10
|
-
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
11
9
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
12
10
|
'fabric.editor.alignCenter': 'Centreret',
|
|
13
|
-
'fabric.editor.alignImageCenter': 'Centrér',
|
|
14
|
-
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
15
|
-
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
16
11
|
'fabric.editor.alignLeft': 'Venstrejustér',
|
|
17
12
|
'fabric.editor.alignRight': 'Højrejusteret',
|
|
18
13
|
'fabric.editor.alignment': 'Tekstjustering',
|
|
@@ -24,20 +19,14 @@ export default {
|
|
|
24
19
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
25
20
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
26
21
|
'fabric.editor.blockTitle': 'Kort',
|
|
27
|
-
'fabric.editor.blockquote': 'et citat',
|
|
28
22
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
29
23
|
'fabric.editor.blockquote2': 'Citat',
|
|
30
24
|
'fabric.editor.bold': 'Fed',
|
|
31
25
|
'fabric.editor.bug': 'Fejl',
|
|
32
|
-
'fabric.editor.canNotSortTable': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
33
|
-
'fabric.editor.cancelButton': 'Annullér',
|
|
34
26
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
35
27
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
36
|
-
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
37
|
-
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
38
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
39
29
|
'fabric.editor.clearAltTextEdit': 'Ryd alternativ tekst',
|
|
40
|
-
'fabric.editor.clearCells': '{0, plural, one {Ryd celle} other {Ryd celler}}',
|
|
41
30
|
'fabric.editor.clearFormatting': 'Ryd fomattering',
|
|
42
31
|
'fabric.editor.clearLink': 'Ryd link',
|
|
43
32
|
'fabric.editor.clearLinkText': 'Ryd tekst',
|
|
@@ -48,9 +37,6 @@ export default {
|
|
|
48
37
|
'fabric.editor.code.on': '{textFormattingOff}, kode aktiveret',
|
|
49
38
|
'fabric.editor.codeblock': 'Kodestump',
|
|
50
39
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
|
51
|
-
'fabric.editor.collapseTable': 'Luk tabel',
|
|
52
|
-
'fabric.editor.columns': 'Layout',
|
|
53
|
-
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
54
40
|
'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
|
|
55
41
|
'fabric.editor.configPanel.cancel': 'Annuller',
|
|
56
42
|
'fabric.editor.configPanel.close': 'Luk',
|
|
@@ -68,16 +54,10 @@ export default {
|
|
|
68
54
|
'fabric.editor.configPanel.invalid': 'Ugyldigt felt',
|
|
69
55
|
'fabric.editor.configPanel.required': 'Påkrævet felt',
|
|
70
56
|
'fabric.editor.configPanel.submit': 'Send',
|
|
71
|
-
'fabric.editor.copiedToClipboard': 'Kopieret!',
|
|
72
|
-
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
73
57
|
'fabric.editor.createComment': 'Kommentar',
|
|
74
58
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
75
59
|
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
76
60
|
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
77
|
-
'fabric.editor.date': 'Dato',
|
|
78
|
-
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
79
|
-
'fabric.editor.decision': 'Beslutning',
|
|
80
|
-
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
81
61
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
82
62
|
'fabric.editor.defaultAltText': 'Listeelement',
|
|
83
63
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
@@ -86,14 +66,12 @@ export default {
|
|
|
86
66
|
'fabric.editor.displayLink': 'Vis som tekst',
|
|
87
67
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
|
|
88
68
|
'fabric.editor.displayText': 'Vist tekst',
|
|
89
|
-
'fabric.editor.distributeColumns': 'Fordel kolonner',
|
|
90
69
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
70
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
92
71
|
'fabric.editor.edit': 'Redigér',
|
|
93
72
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
94
73
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
95
74
|
'fabric.editor.editLink': 'Redigér link',
|
|
96
|
-
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
97
75
|
'fabric.editor.editStatusColor': 'Rediger statusfarve',
|
|
98
76
|
'fabric.editor.editStatusText': 'Rediger status',
|
|
99
77
|
'fabric.editor.editableContentLabel': 'Redigerbart indhold',
|
|
@@ -116,20 +94,13 @@ export default {
|
|
|
116
94
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
117
95
|
'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
|
|
118
96
|
'fabric.editor.embedTitle': 'Indlejr',
|
|
119
|
-
'fabric.editor.emoji': 'Emoji',
|
|
120
|
-
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
121
97
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
122
98
|
'fabric.editor.epic': 'Epic',
|
|
123
99
|
'fabric.editor.error': 'Fejl',
|
|
124
100
|
'fabric.editor.errorPanel': 'Fejlpanel',
|
|
125
101
|
'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
|
|
126
|
-
'fabric.editor.
|
|
127
|
-
'fabric.editor.expand.description': 'Indsæt en udvidelse',
|
|
102
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Fjern udvidelse',
|
|
128
103
|
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
|
129
|
-
'fabric.editor.feedbackDialog': 'Giv feedback',
|
|
130
|
-
'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
|
|
131
|
-
'fabric.editor.filesAndImages': 'Filer og billeder',
|
|
132
|
-
'fabric.editor.filesAndImages.description': 'Tilføj billeder eller andre filer til din side',
|
|
133
104
|
'fabric.editor.find': 'Find',
|
|
134
105
|
'fabric.editor.findNext': 'Find næste',
|
|
135
106
|
'fabric.editor.findPrevious': 'Find forrige',
|
|
@@ -139,8 +110,6 @@ export default {
|
|
|
139
110
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
111
|
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
|
|
141
112
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
|
|
142
|
-
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
143
|
-
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
144
113
|
'fabric.editor.heading1': 'Overskrift 1',
|
|
145
114
|
'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
|
|
146
115
|
'fabric.editor.heading2': 'Overskrift 2',
|
|
@@ -160,36 +129,25 @@ export default {
|
|
|
160
129
|
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
161
130
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
162
131
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
163
|
-
'fabric.editor.help': 'Hjælp',
|
|
164
|
-
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
165
132
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
166
|
-
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
167
|
-
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
168
133
|
'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
|
|
169
134
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
|
|
170
135
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
|
|
171
136
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
172
|
-
'fabric.editor.image': 'Billeder',
|
|
173
137
|
'fabric.editor.improvement': 'Forbedring',
|
|
138
|
+
'fabric.editor.indent': 'Ryk ind',
|
|
174
139
|
'fabric.editor.info': 'Info',
|
|
175
140
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
176
141
|
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
|
177
142
|
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
178
143
|
'fabric.editor.inlineTitle': 'Indbyg',
|
|
179
|
-
'fabric.editor.
|
|
180
|
-
'fabric.editor.insertMenu': 'Indsæt',
|
|
181
|
-
'fabric.editor.insertRow': 'Indsæt række under',
|
|
144
|
+
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
|
|
182
145
|
'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
|
|
183
146
|
'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
|
|
184
147
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
185
148
|
'fabric.editor.italic': 'Kursiv',
|
|
186
149
|
'fabric.editor.keyboardShortcuts': 'Tastaturgenveje',
|
|
187
|
-
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
188
|
-
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
189
|
-
'fabric.editor.layoutWide': 'Vis bred',
|
|
190
150
|
'fabric.editor.leftSidebar': 'Venstre sidebjælke',
|
|
191
|
-
'fabric.editor.link': 'Link',
|
|
192
|
-
'fabric.editor.link.description': 'Indsæt et link',
|
|
193
151
|
'fabric.editor.linkAddress': 'Linkadresse',
|
|
194
152
|
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
195
153
|
'fabric.editor.lists': 'Liste',
|
|
@@ -197,50 +155,38 @@ export default {
|
|
|
197
155
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
198
156
|
'fabric.editor.mediaAddLink': 'Tilføj link',
|
|
199
157
|
'fabric.editor.mediaGroupDeleteLabel': 'Slet',
|
|
200
|
-
'fabric.editor.mention': 'Benævnelse',
|
|
201
|
-
'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
|
|
202
158
|
'fabric.editor.mentionsAddLabel': 'ikon for tilføj',
|
|
203
159
|
'fabric.editor.mentionsIconLabel': 'Benævnelse',
|
|
204
|
-
'fabric.editor.mergeCells': 'Flet celler',
|
|
205
160
|
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
206
161
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
162
|
+
'fabric.editor.noSearchResults': 'Ingen søgeresultater',
|
|
207
163
|
'fabric.editor.normal': 'Normal tekst',
|
|
208
164
|
'fabric.editor.note': 'Note',
|
|
209
165
|
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
210
166
|
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
211
|
-
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
212
167
|
'fabric.editor.off': '{formattingType} fra',
|
|
213
168
|
'fabric.editor.on': '{formattingType} til',
|
|
214
169
|
'fabric.editor.orderedList': 'Nummereret liste',
|
|
215
170
|
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
216
171
|
'fabric.editor.other': 'Andre ...',
|
|
172
|
+
'fabric.editor.outdent': 'Ryk ud',
|
|
217
173
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
218
174
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
219
175
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
220
176
|
'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
|
|
221
177
|
'fabric.editor.placeholderAltText': 'Beskriv billedet med alternativ tekst',
|
|
222
|
-
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
223
|
-
'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
|
|
224
178
|
'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
|
|
225
179
|
'fabric.editor.quickInsert': 'Hurtig indsætning',
|
|
226
180
|
'fabric.editor.redo': 'Gentag',
|
|
227
|
-
'fabric.editor.remove': 'Fjern',
|
|
228
|
-
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
229
|
-
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
230
|
-
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
231
181
|
'fabric.editor.replace': 'Erstat',
|
|
232
182
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
233
183
|
'fabric.editor.replaceWith': 'Erstat med',
|
|
234
184
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
235
185
|
'fabric.editor.rightSidebar': 'Højre sidebjælke',
|
|
236
|
-
'fabric.editor.
|
|
186
|
+
'fabric.editor.searchResults': '{itemsLength, plural, one {{itemsLength,number} tilgængeligt søgeresultat} other {{itemsLength,number} tilgængelige søgeresultater}}',
|
|
237
187
|
'fabric.editor.selectLanguage': 'Vælg sprog',
|
|
188
|
+
'fabric.editor.settingsLinks': 'Gå til Indstillinger for links',
|
|
238
189
|
'fabric.editor.single': 'Enkelt kolonne',
|
|
239
|
-
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
240
|
-
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
241
|
-
'fabric.editor.splitCell': 'Opdel celle',
|
|
242
|
-
'fabric.editor.status': 'Status',
|
|
243
|
-
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
244
190
|
'fabric.editor.statusPlaceholder': 'Angiv en status',
|
|
245
191
|
'fabric.editor.story': 'Historie',
|
|
246
192
|
'fabric.editor.strike': 'Gennemstreget',
|
|
@@ -253,11 +199,6 @@ export default {
|
|
|
253
199
|
'fabric.editor.superscript': 'Hævet skrift',
|
|
254
200
|
'fabric.editor.superscript.off.subscript.on': 'Hævet skrift fra, sænket skrift til',
|
|
255
201
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
256
|
-
'fabric.editor.table': 'Tabel',
|
|
257
|
-
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
258
|
-
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
259
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabel, ødelægges alle de tilknyttede diagrammer.',
|
|
260
|
-
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Fjern tabel og data',
|
|
261
202
|
'fabric.editor.task': 'Opgave',
|
|
262
203
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
263
204
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
@@ -265,17 +206,8 @@ export default {
|
|
|
265
206
|
'fabric.editor.textStyles': 'Tekstformatering',
|
|
266
207
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
267
208
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
|
|
268
|
-
'fabric.editor.time.ago': 'siden',
|
|
269
|
-
'fabric.editor.time.updated': 'Opdateret',
|
|
270
|
-
'fabric.editor.time.viewed': 'Vist',
|
|
271
209
|
'fabric.editor.toolbarLabel': 'Værktøjslinje til redigeringsprogram',
|
|
272
210
|
'fabric.editor.toolbarMediaTitle': 'Filer og billeder',
|
|
273
|
-
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
274
|
-
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
275
|
-
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
276
|
-
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
277
|
-
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
278
|
-
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
279
211
|
'fabric.editor.twoColumns': 'To kolonner',
|
|
280
212
|
'fabric.editor.typeAheadResultLabel': 'Resultater for automatisk fuldførelse',
|
|
281
213
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
@@ -287,8 +219,6 @@ export default {
|
|
|
287
219
|
'fabric.editor.url': 'Visnings-URL',
|
|
288
220
|
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
289
221
|
'fabric.editor.urlTitle': 'URL-adresse',
|
|
290
|
-
'fabric.editor.viewMore': 'Vis mere',
|
|
291
|
-
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
292
222
|
'fabric.editor.warning': 'Advarsel',
|
|
293
223
|
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
294
224
|
'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel',
|