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