@atlaskit/editor-common 76.12.0 → 76.12.2
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 +15 -0
- package/dist/cjs/i18n/cs.js +41 -1
- package/dist/cjs/i18n/da.js +41 -1
- package/dist/cjs/i18n/de.js +41 -1
- package/dist/cjs/i18n/en.js +44 -1
- package/dist/cjs/i18n/en_GB.js +44 -1
- package/dist/cjs/i18n/en_ZZ.js +44 -1
- package/dist/cjs/i18n/es.js +41 -1
- package/dist/cjs/i18n/fi.js +41 -1
- package/dist/cjs/i18n/fr.js +41 -1
- package/dist/cjs/i18n/hu.js +41 -1
- package/dist/cjs/i18n/it.js +41 -1
- package/dist/cjs/i18n/ja.js +41 -1
- package/dist/cjs/i18n/ko.js +41 -1
- package/dist/cjs/i18n/nb.js +41 -1
- package/dist/cjs/i18n/nl.js +41 -1
- package/dist/cjs/i18n/pl.js +41 -1
- package/dist/cjs/i18n/pt_BR.js +41 -1
- package/dist/cjs/i18n/ru.js +41 -1
- package/dist/cjs/i18n/sv.js +41 -1
- package/dist/cjs/i18n/th.js +41 -1
- package/dist/cjs/i18n/tr.js +41 -1
- package/dist/cjs/i18n/uk.js +41 -1
- package/dist/cjs/i18n/vi.js +41 -1
- package/dist/cjs/i18n/zh.js +41 -1
- package/dist/cjs/i18n/zh_TW.js +41 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/types/selection-toolbar.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/calculate-toolbar-position.js +146 -0
- package/dist/cjs/utils/index.js +13 -0
- package/dist/es2019/i18n/cs.js +41 -1
- package/dist/es2019/i18n/da.js +41 -1
- package/dist/es2019/i18n/de.js +41 -1
- package/dist/es2019/i18n/en.js +44 -1
- package/dist/es2019/i18n/en_GB.js +44 -1
- package/dist/es2019/i18n/en_ZZ.js +44 -1
- package/dist/es2019/i18n/es.js +41 -1
- package/dist/es2019/i18n/fi.js +41 -1
- package/dist/es2019/i18n/fr.js +41 -1
- package/dist/es2019/i18n/hu.js +41 -1
- package/dist/es2019/i18n/it.js +41 -1
- package/dist/es2019/i18n/ja.js +41 -1
- package/dist/es2019/i18n/ko.js +41 -1
- package/dist/es2019/i18n/nb.js +41 -1
- package/dist/es2019/i18n/nl.js +41 -1
- package/dist/es2019/i18n/pl.js +41 -1
- package/dist/es2019/i18n/pt_BR.js +41 -1
- package/dist/es2019/i18n/ru.js +41 -1
- package/dist/es2019/i18n/sv.js +41 -1
- package/dist/es2019/i18n/th.js +41 -1
- package/dist/es2019/i18n/tr.js +41 -1
- package/dist/es2019/i18n/uk.js +41 -1
- package/dist/es2019/i18n/vi.js +41 -1
- package/dist/es2019/i18n/zh.js +41 -1
- package/dist/es2019/i18n/zh_TW.js +41 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/types/selection-toolbar.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/calculate-toolbar-position.js +140 -0
- package/dist/es2019/utils/index.js +2 -1
- package/dist/esm/i18n/cs.js +41 -1
- package/dist/esm/i18n/da.js +41 -1
- package/dist/esm/i18n/de.js +41 -1
- package/dist/esm/i18n/en.js +44 -1
- package/dist/esm/i18n/en_GB.js +44 -1
- package/dist/esm/i18n/en_ZZ.js +44 -1
- package/dist/esm/i18n/es.js +41 -1
- package/dist/esm/i18n/fi.js +41 -1
- package/dist/esm/i18n/fr.js +41 -1
- package/dist/esm/i18n/hu.js +41 -1
- package/dist/esm/i18n/it.js +41 -1
- package/dist/esm/i18n/ja.js +41 -1
- package/dist/esm/i18n/ko.js +41 -1
- package/dist/esm/i18n/nb.js +41 -1
- package/dist/esm/i18n/nl.js +41 -1
- package/dist/esm/i18n/pl.js +41 -1
- package/dist/esm/i18n/pt_BR.js +41 -1
- package/dist/esm/i18n/ru.js +41 -1
- package/dist/esm/i18n/sv.js +41 -1
- package/dist/esm/i18n/th.js +41 -1
- package/dist/esm/i18n/tr.js +41 -1
- package/dist/esm/i18n/uk.js +41 -1
- package/dist/esm/i18n/vi.js +41 -1
- package/dist/esm/i18n/zh.js +41 -1
- package/dist/esm/i18n/zh_TW.js +41 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/types/selection-toolbar.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/calculate-toolbar-position.js +140 -0
- package/dist/esm/utils/index.js +2 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +41 -1
- package/dist/types/i18n/da.d.ts +41 -1
- package/dist/types/i18n/de.d.ts +41 -1
- package/dist/types/i18n/en.d.ts +44 -1
- package/dist/types/i18n/en_GB.d.ts +44 -1
- package/dist/types/i18n/en_ZZ.d.ts +44 -1
- package/dist/types/i18n/es.d.ts +41 -1
- package/dist/types/i18n/fi.d.ts +41 -1
- package/dist/types/i18n/fr.d.ts +41 -1
- package/dist/types/i18n/hu.d.ts +41 -1
- package/dist/types/i18n/it.d.ts +41 -1
- package/dist/types/i18n/ja.d.ts +41 -1
- package/dist/types/i18n/ko.d.ts +41 -1
- package/dist/types/i18n/nb.d.ts +41 -1
- package/dist/types/i18n/nl.d.ts +41 -1
- package/dist/types/i18n/pl.d.ts +41 -1
- package/dist/types/i18n/pt_BR.d.ts +41 -1
- package/dist/types/i18n/ru.d.ts +41 -1
- package/dist/types/i18n/sv.d.ts +41 -1
- package/dist/types/i18n/th.d.ts +41 -1
- package/dist/types/i18n/tr.d.ts +41 -1
- package/dist/types/i18n/uk.d.ts +41 -1
- package/dist/types/i18n/vi.d.ts +41 -1
- package/dist/types/i18n/zh.d.ts +41 -1
- package/dist/types/i18n/zh_TW.d.ts +41 -1
- package/dist/types/types/editor-plugin.d.ts +9 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/types/selection-toolbar.d.ts +19 -0
- package/dist/types/ui/MediaSingle/grid.d.ts +2 -2
- package/dist/types/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types/utils/extension-handler.d.ts +1 -1
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +41 -1
- package/dist/types-ts4.5/i18n/da.d.ts +41 -1
- package/dist/types-ts4.5/i18n/de.d.ts +41 -1
- package/dist/types-ts4.5/i18n/en.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +44 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +44 -1
- package/dist/types-ts4.5/i18n/es.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +41 -1
- package/dist/types-ts4.5/i18n/it.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +41 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +41 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +41 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +41 -1
- package/dist/types-ts4.5/i18n/th.d.ts +41 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +41 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +41 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +41 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -1
- package/dist/types-ts4.5/types/editor-plugin.d.ts +9 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/types/selection-toolbar.d.ts +19 -0
- package/dist/types-ts4.5/ui/MediaSingle/grid.d.ts +2 -2
- package/dist/types-ts4.5/utils/calculate-toolbar-position.d.ts +10 -0
- package/dist/types-ts4.5/utils/extension-handler.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +1 -0
- package/package.json +5 -4
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Aktuální úkol',
|
|
11
11
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Přidat obrázek, video nebo soubor',
|
|
13
|
+
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
17
|
+
'fabric.editor.alignLeft': 'Zarovnat vlevo',
|
|
18
|
+
'fabric.editor.alignRight': 'Zarovnat vpravo',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
17
21
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
18
22
|
'fabric.editor.blockTitle': 'Karta',
|
|
19
23
|
'fabric.editor.blockquote': 'citace',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
25
|
+
'fabric.editor.blockquote2': 'Citace',
|
|
20
26
|
'fabric.editor.bold': 'Tučné',
|
|
21
27
|
'fabric.editor.bug': 'Chyba',
|
|
22
28
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Vypnout obalení',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Zapnout obalení',
|
|
41
|
+
'fabric.editor.codeblock': 'Fragment kódu',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
35
43
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
36
44
|
'fabric.editor.columns': 'Rozvržení',
|
|
37
45
|
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Zkopírováno!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
48
|
+
'fabric.editor.createComment': 'Komentář',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
50
|
+
'fabric.editor.customPanel': 'Vlastní panel',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
|
|
41
53
|
'fabric.editor.date': 'Datum',
|
|
42
54
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
64
76
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Panel chyb',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
|
|
66
80
|
'fabric.editor.expand': 'Rozbalení',
|
|
67
81
|
'fabric.editor.expand.description': 'Vložit rozbalení',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Dejte rozbalenému obsahu název...',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
|
|
87
|
+
'fabric.editor.heading1': 'Nadpis 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Použít pro nadpis nejvyšší úrovně',
|
|
89
|
+
'fabric.editor.heading2': 'Nadpis 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Použít pro klíčové oddíly',
|
|
91
|
+
'fabric.editor.heading3': 'Nadpis 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Použít pro pododdíly a nadpisy skupin',
|
|
93
|
+
'fabric.editor.heading4': 'Nadpis 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Použít pro podnadpisy',
|
|
95
|
+
'fabric.editor.heading5': 'Nadpis 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
|
97
|
+
'fabric.editor.heading6': 'Nadpis 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
|
|
85
111
|
'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ů}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Zobrazený text (volitelné)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
87
114
|
'fabric.editor.image': 'Obrázek',
|
|
88
115
|
'fabric.editor.improvement': 'Vylepšení',
|
|
116
|
+
'fabric.editor.infoPanel': 'Informační panel',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Vložený',
|
|
91
120
|
'fabric.editor.insertMenu': 'Vložit',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Další formátování',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
|
|
139
|
+
'fabric.editor.normal': 'Standardní text',
|
|
140
|
+
'fabric.editor.notePanel': 'Panel poznámek',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
110
142
|
'fabric.editor.off': 'Formátování {formattingType} vypnuto',
|
|
111
143
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
112
144
|
'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
|
|
113
145
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
147
|
+
'fabric.editor.other': 'Jiné…',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
116
149
|
'fabric.editor.placeholderText': 'Text placeholderu',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
|
|
151
|
+
'fabric.editor.redo': 'Znovu',
|
|
118
152
|
'fabric.editor.remove': 'Odebrat',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
120
154
|
'fabric.editor.saveButton': 'Uložit',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Podúkol',
|
|
127
161
|
'fabric.editor.subscript': 'Dolní index',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Dolní index vypnutý, horní index zapnutý',
|
|
163
|
+
'fabric.editor.successPanel': 'Panel úspěchů',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
|
129
165
|
'fabric.editor.superscript': 'Horní index',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
|
|
131
167
|
'fabric.editor.table': 'Tabulka',
|
|
132
168
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
133
169
|
'fabric.editor.task': 'Úkol',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
171
|
+
'fabric.editor.textStyles': 'Styly textu',
|
|
135
172
|
'fabric.editor.time.ago': 'zpět',
|
|
136
173
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
137
174
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
146
183
|
'fabric.editor.underline': 'Podtržení',
|
|
184
|
+
'fabric.editor.undo': 'Vrátit',
|
|
147
185
|
'fabric.editor.unlink': 'Zrušit propojení',
|
|
148
186
|
'fabric.editor.unorderedList': 'Seznam s odrážkami',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Vytvořit neseřazený seznam',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'Adresa URL',
|
|
156
194
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
157
195
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
196
|
+
'fabric.editor.warningPanel': 'Panel upozornění',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Sbalit vpravo',
|
|
159
199
|
'fabric.editor.wrapRight': 'Sbalit vlevo',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
11
11
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
|
|
13
|
+
'fabric.editor.alignCenter': 'Centrér',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
17
|
+
'fabric.editor.alignLeft': 'Venstrejustér',
|
|
18
|
+
'fabric.editor.alignRight': 'Højrejustér',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
17
21
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
18
22
|
'fabric.editor.blockTitle': 'Kort',
|
|
19
23
|
'fabric.editor.blockquote': 'et citat',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
25
|
+
'fabric.editor.blockquote2': 'Citer',
|
|
20
26
|
'fabric.editor.bold': 'Fed',
|
|
21
27
|
'fabric.editor.bug': 'Fejl',
|
|
22
28
|
'fabric.editor.cancelButton': 'Annullér',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Slå ombrydning fra',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Slå ombrydning til',
|
|
41
|
+
'fabric.editor.codeblock': 'Kodestump',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
|
35
43
|
'fabric.editor.collapseNode': 'skjul indhold',
|
|
36
44
|
'fabric.editor.columns': 'Layout',
|
|
37
45
|
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Kopieret!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
48
|
+
'fabric.editor.createComment': 'Kommenter',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
50
|
+
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Rediger søgning',
|
|
41
53
|
'fabric.editor.date': 'Dato',
|
|
42
54
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
64
76
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Fejlpanel',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
|
|
66
80
|
'fabric.editor.expand': 'Udvid',
|
|
67
81
|
'fabric.editor.expand.description': 'Indsæt en udvidelse',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Giv denne udvidelse en titel...',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Giv feedback',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
|
|
87
|
+
'fabric.editor.heading1': 'Overskrift 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
|
|
89
|
+
'fabric.editor.heading2': 'Overskrift 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
|
|
91
|
+
'fabric.editor.heading3': 'Overskrift 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
|
|
93
|
+
'fabric.editor.heading4': 'Overskrift 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
|
|
95
|
+
'fabric.editor.heading5': 'Overskrift 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
|
97
|
+
'fabric.editor.heading6': 'Overskrift 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Visningstekst (valgfrit)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
87
114
|
'fabric.editor.image': 'Billeder',
|
|
88
115
|
'fabric.editor.improvement': 'Forbedring',
|
|
116
|
+
'fabric.editor.infoPanel': 'Informationspanel',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Indbyg',
|
|
91
120
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til værktøjslinje til redigeringsprogram',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flydende værktøjslinje',
|
|
139
|
+
'fabric.editor.normal': 'Normal tekst',
|
|
140
|
+
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
110
142
|
'fabric.editor.off': '{formattingType} fra',
|
|
111
143
|
'fabric.editor.on': '{formattingType} til',
|
|
112
144
|
'fabric.editor.openLink': 'Åbn link i en nye fane',
|
|
113
145
|
'fabric.editor.orderedList': 'Nummereret liste',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
147
|
+
'fabric.editor.other': 'Andet …',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
116
149
|
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
|
|
151
|
+
'fabric.editor.redo': 'Gentag',
|
|
118
152
|
'fabric.editor.remove': 'Fjern',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
120
154
|
'fabric.editor.saveButton': 'Gem',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Underopgave',
|
|
127
161
|
'fabric.editor.subscript': 'Sænket skrift',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Sænket skrift fra, hævet skrift til',
|
|
163
|
+
'fabric.editor.successPanel': 'Succespanel',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
|
129
165
|
'fabric.editor.superscript': 'Hævet skrift',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Hævet skrift fra, sænket skrift til',
|
|
131
167
|
'fabric.editor.table': 'Tabel',
|
|
132
168
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
133
169
|
'fabric.editor.task': 'Opgave',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
171
|
+
'fabric.editor.textStyles': 'Tekstformatering',
|
|
135
172
|
'fabric.editor.time.ago': 'siden',
|
|
136
173
|
'fabric.editor.time.updated': 'Opdateret',
|
|
137
174
|
'fabric.editor.time.viewed': 'Vist',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
146
183
|
'fabric.editor.underline': 'Understreget',
|
|
184
|
+
'fabric.editor.undo': 'Fortryd',
|
|
147
185
|
'fabric.editor.unlink': 'Fjern link',
|
|
148
186
|
'fabric.editor.unorderedList': 'Punktopstilling',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL-adresse',
|
|
156
194
|
'fabric.editor.viewMore': 'Vis mere',
|
|
157
195
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
196
|
+
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Skub til venstre',
|
|
159
199
|
'fabric.editor.wrapRight': 'Skub til højre',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Aufgabe',
|
|
11
11
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
13
|
+
'fabric.editor.alignCenter': 'Mittig ausrichten',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
17
|
+
'fabric.editor.alignLeft': 'Links ausrichten',
|
|
18
|
+
'fabric.editor.alignRight': 'Rechts ausrichten',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
17
21
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
18
22
|
'fabric.editor.blockTitle': 'Karte',
|
|
19
23
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
25
|
+
'fabric.editor.blockquote2': 'Zitieren',
|
|
20
26
|
'fabric.editor.bold': 'Fett',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Zeilenumbrüche deaktivieren',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Zeilenumbrüche aktivieren',
|
|
41
|
+
'fabric.editor.codeblock': 'Code-Auszug',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
|
35
43
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
36
44
|
'fabric.editor.columns': 'Layouts',
|
|
37
45
|
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
48
|
+
'fabric.editor.createComment': 'Kommentieren',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
50
|
+
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
|
|
41
53
|
'fabric.editor.date': 'Datum',
|
|
42
54
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
@@ -63,6 +75,8 @@ export default {
|
|
|
63
75
|
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
64
76
|
'fabric.editor.emptyLink': 'Bitte geben Sie einen Link ein.',
|
|
65
77
|
'fabric.editor.epic': 'Epic',
|
|
78
|
+
'fabric.editor.errorPanel': 'Fehler-Panel',
|
|
79
|
+
'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
|
|
66
80
|
'fabric.editor.expand': 'Erweiterung',
|
|
67
81
|
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
68
82
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
@@ -70,6 +84,18 @@ export default {
|
|
|
70
84
|
'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
|
|
71
85
|
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
72
86
|
'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
|
|
87
|
+
'fabric.editor.heading1': 'Überschrift 1',
|
|
88
|
+
'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
|
|
89
|
+
'fabric.editor.heading2': 'Überschrift 2',
|
|
90
|
+
'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
|
|
91
|
+
'fabric.editor.heading3': 'Überschrift 3',
|
|
92
|
+
'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
|
|
93
|
+
'fabric.editor.heading4': 'Überschrift 4',
|
|
94
|
+
'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
|
|
95
|
+
'fabric.editor.heading5': 'Überschrift 5',
|
|
96
|
+
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
|
97
|
+
'fabric.editor.heading6': 'Überschrift 6',
|
|
98
|
+
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
73
99
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
100
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
101
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Vorgang',
|
|
@@ -80,12 +106,15 @@ export default {
|
|
|
80
106
|
'fabric.editor.help.description': 'Alle Tastenkombinationen und Markdown-Optionen durchsuchen',
|
|
81
107
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
82
108
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
109
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
|
|
84
110
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Während Ihrer Eingabe in das Feld werden Vorschläge angezeigt',
|
|
85
111
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {Keine Ergebnisse gefunden} one {{count,number} Ergebnis gefunden} other {{count,number} Ergebnisse gefunden}}',
|
|
112
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Anzeigetext (optional)',
|
|
86
113
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Link einfügen oder suchen',
|
|
87
114
|
'fabric.editor.image': 'Bild',
|
|
88
115
|
'fabric.editor.improvement': 'Verbesserung',
|
|
116
|
+
'fabric.editor.infoPanel': 'Info-Panel',
|
|
117
|
+
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
|
89
118
|
'fabric.editor.inlineDescription': 'Link als Inline-Text anzeigen',
|
|
90
119
|
'fabric.editor.inlineTitle': 'Inline',
|
|
91
120
|
'fabric.editor.insertMenu': 'Einfügen',
|
|
@@ -107,14 +136,19 @@ export default {
|
|
|
107
136
|
'fabric.editor.moreFormatting': 'Mehr Formatierungsoptionen',
|
|
108
137
|
'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
|
|
109
138
|
'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
|
|
139
|
+
'fabric.editor.normal': 'Normaler Text',
|
|
140
|
+
'fabric.editor.notePanel': 'Hinweis-Panel',
|
|
141
|
+
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
110
142
|
'fabric.editor.off': '{formattingType} aus',
|
|
111
143
|
'fabric.editor.on': '{formattingType} ein',
|
|
112
144
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
113
145
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
114
146
|
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
147
|
+
'fabric.editor.other': 'Sonstige …',
|
|
115
148
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
116
149
|
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
117
150
|
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
151
|
+
'fabric.editor.redo': 'Wiederherstellen',
|
|
118
152
|
'fabric.editor.remove': 'Entfernen',
|
|
119
153
|
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
120
154
|
'fabric.editor.saveButton': 'Speichern',
|
|
@@ -126,12 +160,15 @@ export default {
|
|
|
126
160
|
'fabric.editor.subTask': 'Sub-Task',
|
|
127
161
|
'fabric.editor.subscript': 'Tiefgestellt',
|
|
128
162
|
'fabric.editor.subscript.off.superscript.on': 'Tiefgestelltes Zeichen aus, hochgestelltes Zeichen ein',
|
|
163
|
+
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
|
164
|
+
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
|
129
165
|
'fabric.editor.superscript': 'Hochgestellt',
|
|
130
166
|
'fabric.editor.superscript.off.subscript.on': 'Hochgestelltes Zeichen aus, tiefgestelltes Zeichen ein',
|
|
131
167
|
'fabric.editor.table': 'Tabelle',
|
|
132
168
|
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
133
169
|
'fabric.editor.task': 'Task',
|
|
134
170
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
171
|
+
'fabric.editor.textStyles': 'Textstil',
|
|
135
172
|
'fabric.editor.time.ago': 'vor',
|
|
136
173
|
'fabric.editor.time.updated': 'Aktualisiert',
|
|
137
174
|
'fabric.editor.time.viewed': 'Angesehen',
|
|
@@ -144,6 +181,7 @@ export default {
|
|
|
144
181
|
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
145
182
|
'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
|
|
146
183
|
'fabric.editor.underline': 'Unterstrichen',
|
|
184
|
+
'fabric.editor.undo': 'Rückgängig machen',
|
|
147
185
|
'fabric.editor.unlink': 'Verknüpfung löschen',
|
|
148
186
|
'fabric.editor.unorderedList': 'Aufzählung',
|
|
149
187
|
'fabric.editor.unorderedList.description': 'Unsortierte Liste erstellen',
|
|
@@ -155,6 +193,8 @@ export default {
|
|
|
155
193
|
'fabric.editor.urlTitle': 'URL',
|
|
156
194
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
157
195
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
196
|
+
'fabric.editor.warningPanel': 'Warn-Panel',
|
|
197
|
+
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen',
|
|
158
198
|
'fabric.editor.wrapLeft': 'Links umwickeln',
|
|
159
199
|
'fabric.editor.wrapRight': 'Rechts umwickeln',
|
|
160
200
|
'fabric.theme.blue': 'Blue',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -10,13 +10,19 @@ export default {
|
|
|
10
10
|
'fabric.editor.action': 'Action item',
|
|
11
11
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
12
12
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
13
|
+
'fabric.editor.alignCenter': 'Align center',
|
|
13
14
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
14
15
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
15
16
|
'fabric.editor.alignImageRight': 'Align right',
|
|
17
|
+
'fabric.editor.alignLeft': 'Align left',
|
|
18
|
+
'fabric.editor.alignRight': 'Align right',
|
|
19
|
+
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
16
20
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
17
21
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
18
22
|
'fabric.editor.blockTitle': 'Card',
|
|
19
23
|
'fabric.editor.blockquote': 'a quote',
|
|
24
|
+
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
25
|
+
'fabric.editor.blockquote2': 'Quote',
|
|
20
26
|
'fabric.editor.bold': 'Bold',
|
|
21
27
|
'fabric.editor.bug': 'Bug',
|
|
22
28
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -32,11 +38,17 @@ export default {
|
|
|
32
38
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
33
39
|
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': 'Turn off wrap',
|
|
34
40
|
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': 'Turn on wrap',
|
|
41
|
+
'fabric.editor.codeblock': 'Code snippet',
|
|
42
|
+
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
35
43
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
36
44
|
'fabric.editor.columns': 'Layouts',
|
|
37
45
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
38
46
|
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
39
47
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
48
|
+
'fabric.editor.createComment': 'Comment',
|
|
49
|
+
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
50
|
+
'fabric.editor.customPanel': 'Custom panel',
|
|
51
|
+
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
40
52
|
'fabric.editor.datasourceTitle': 'Edit search query',
|
|
41
53
|
'fabric.editor.date': 'Date',
|
|
42
54
|
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
@@ -53,6 +65,8 @@ export default {
|
|
|
53
65
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
54
66
|
'fabric.editor.editLink': 'Edit link',
|
|
55
67
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
68
|
+
'fabric.editor.editStatusColor': 'Edit Status Color',
|
|
69
|
+
'fabric.editor.editStatusText': 'Edit Status',
|
|
56
70
|
'fabric.editor.editableContentLabel': 'Editable content',
|
|
57
71
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
58
72
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
@@ -63,6 +77,8 @@ export default {
|
|
|
63
77
|
'fabric.editor.emoji.description': 'Use emojis to express ideas 🎉 and emotions 😄',
|
|
64
78
|
'fabric.editor.emptyLink': 'Please enter a link.',
|
|
65
79
|
'fabric.editor.epic': 'Epic',
|
|
80
|
+
'fabric.editor.errorPanel': 'Error panel',
|
|
81
|
+
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
66
82
|
'fabric.editor.expand': 'Expand',
|
|
67
83
|
'fabric.editor.expand.description': 'Insert an expand',
|
|
68
84
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
@@ -70,6 +86,18 @@ export default {
|
|
|
70
86
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
71
87
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
72
88
|
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
89
|
+
'fabric.editor.heading1': 'Heading 1',
|
|
90
|
+
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
91
|
+
'fabric.editor.heading2': 'Heading 2',
|
|
92
|
+
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
93
|
+
'fabric.editor.heading3': 'Heading 3',
|
|
94
|
+
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
95
|
+
'fabric.editor.heading4': 'Heading 4',
|
|
96
|
+
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
97
|
+
'fabric.editor.heading5': 'Heading 5',
|
|
98
|
+
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
99
|
+
'fabric.editor.heading6': 'Heading 6',
|
|
100
|
+
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
73
101
|
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
74
102
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Bug',
|
|
75
103
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Issue',
|
|
@@ -80,12 +108,15 @@ export default {
|
|
|
80
108
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
81
109
|
'fabric.editor.horizontalRule': 'Divider',
|
|
82
110
|
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
83
|
-
'fabric.editor.hyperlink.
|
|
111
|
+
'fabric.editor.hyperlink.linkVisibleLabel': 'Paste or search for link',
|
|
84
112
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Suggestions will appear below as you type into the field',
|
|
85
113
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {no results} one {# result} other {# results}} found',
|
|
114
|
+
'fabric.editor.hyperlink.textVisibleLabel': 'Display text (optional)',
|
|
86
115
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Paste or search for link',
|
|
87
116
|
'fabric.editor.image': 'Image',
|
|
88
117
|
'fabric.editor.improvement': 'Improvement',
|
|
118
|
+
'fabric.editor.infoPanel': 'Info panel',
|
|
119
|
+
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
89
120
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
90
121
|
'fabric.editor.inlineTitle': 'Inline',
|
|
91
122
|
'fabric.editor.insertMenu': 'Insert',
|
|
@@ -107,31 +138,40 @@ export default {
|
|
|
107
138
|
'fabric.editor.moreFormatting': 'More formatting',
|
|
108
139
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
109
140
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
141
|
+
'fabric.editor.normal': 'Normal text',
|
|
142
|
+
'fabric.editor.notePanel': 'Note panel',
|
|
143
|
+
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
110
144
|
'fabric.editor.off': '{formattingType} Off',
|
|
111
145
|
'fabric.editor.on': '{formattingType} On',
|
|
112
146
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
113
147
|
'fabric.editor.orderedList': 'Numbered list',
|
|
114
148
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
149
|
+
'fabric.editor.other': 'Others...',
|
|
115
150
|
'fabric.editor.pageActionsLabel': 'Page actions',
|
|
116
151
|
'fabric.editor.placeholderText': 'Placeholder text',
|
|
117
152
|
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
153
|
+
'fabric.editor.redo': 'Redo',
|
|
118
154
|
'fabric.editor.remove': 'Remove',
|
|
119
155
|
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
120
156
|
'fabric.editor.saveButton': 'Save',
|
|
121
157
|
'fabric.editor.settingsLinks': 'Go to Link Preferences',
|
|
122
158
|
'fabric.editor.status': 'Status',
|
|
123
159
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
160
|
+
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
124
161
|
'fabric.editor.story': 'Story',
|
|
125
162
|
'fabric.editor.strike': 'Strikethrough',
|
|
126
163
|
'fabric.editor.subTask': 'Sub-task',
|
|
127
164
|
'fabric.editor.subscript': 'Subscript',
|
|
128
165
|
'fabric.editor.subscript.off.superscript.on': 'Subscript Off, Superscript On',
|
|
166
|
+
'fabric.editor.successPanel': 'Success panel',
|
|
167
|
+
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
129
168
|
'fabric.editor.superscript': 'Superscript',
|
|
130
169
|
'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
|
|
131
170
|
'fabric.editor.table': 'Table',
|
|
132
171
|
'fabric.editor.table.description': 'Insert a table',
|
|
133
172
|
'fabric.editor.task': 'Task',
|
|
134
173
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
174
|
+
'fabric.editor.textStyles': 'Text styles',
|
|
135
175
|
'fabric.editor.time.ago': 'ago',
|
|
136
176
|
'fabric.editor.time.updated': 'Updated',
|
|
137
177
|
'fabric.editor.time.viewed': 'Viewed',
|
|
@@ -144,6 +184,7 @@ export default {
|
|
|
144
184
|
'fabric.editor.tooltip.taskList': 'an action item',
|
|
145
185
|
'fabric.editor.unableToOpenLink': 'Unable to open this link',
|
|
146
186
|
'fabric.editor.underline': 'Underline',
|
|
187
|
+
'fabric.editor.undo': 'Undo',
|
|
147
188
|
'fabric.editor.unlink': 'Unlink',
|
|
148
189
|
'fabric.editor.unorderedList': 'Bullet list',
|
|
149
190
|
'fabric.editor.unorderedList.description': 'Create an unordered list',
|
|
@@ -155,6 +196,8 @@ export default {
|
|
|
155
196
|
'fabric.editor.urlTitle': 'URL',
|
|
156
197
|
'fabric.editor.viewMore': 'View more',
|
|
157
198
|
'fabric.editor.visit': 'Open link in a new window',
|
|
199
|
+
'fabric.editor.warningPanel': 'Warning panel',
|
|
200
|
+
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
158
201
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
159
202
|
'fabric.editor.wrapRight': 'Wrap right',
|
|
160
203
|
'fabric.theme.blue': 'Blue',
|