@atlaskit/editor-common 70.1.0 β 70.1.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 +12 -0
- package/dist/cjs/analytics/types/enums.js +19 -18
- package/dist/cjs/analytics/types/referentiality-events.js +5 -0
- package/dist/cjs/i18n/cs.js +82 -1
- package/dist/cjs/i18n/da.js +82 -1
- package/dist/cjs/i18n/de.js +82 -1
- package/dist/cjs/i18n/en.js +82 -1
- package/dist/cjs/i18n/en_GB.js +82 -1
- package/dist/cjs/i18n/en_ZZ.js +82 -1
- package/dist/cjs/i18n/es.js +82 -1
- package/dist/cjs/i18n/fi.js +82 -1
- package/dist/cjs/i18n/fr.js +82 -1
- package/dist/cjs/i18n/hu.js +82 -1
- package/dist/cjs/i18n/it.js +82 -1
- package/dist/cjs/i18n/ja.js +82 -1
- package/dist/cjs/i18n/ko.js +82 -1
- package/dist/cjs/i18n/nb.js +82 -1
- package/dist/cjs/i18n/nl.js +82 -1
- package/dist/cjs/i18n/pl.js +82 -1
- package/dist/cjs/i18n/pt_BR.js +82 -1
- package/dist/cjs/i18n/ru.js +82 -1
- package/dist/cjs/i18n/sv.js +82 -1
- package/dist/cjs/i18n/th.js +82 -1
- package/dist/cjs/i18n/tr.js +82 -1
- package/dist/cjs/i18n/uk.js +82 -1
- package/dist/cjs/i18n/vi.js +82 -1
- package/dist/cjs/i18n/zh.js +82 -1
- package/dist/cjs/i18n/zh_TW.js +82 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/analytics/types/enums.js +19 -18
- package/dist/es2019/analytics/types/referentiality-events.js +1 -0
- package/dist/es2019/i18n/cs.js +82 -1
- package/dist/es2019/i18n/da.js +82 -1
- package/dist/es2019/i18n/de.js +82 -1
- package/dist/es2019/i18n/en.js +82 -1
- package/dist/es2019/i18n/en_GB.js +82 -1
- package/dist/es2019/i18n/en_ZZ.js +82 -1
- package/dist/es2019/i18n/es.js +82 -1
- package/dist/es2019/i18n/fi.js +82 -1
- package/dist/es2019/i18n/fr.js +82 -1
- package/dist/es2019/i18n/hu.js +82 -1
- package/dist/es2019/i18n/it.js +82 -1
- package/dist/es2019/i18n/ja.js +82 -1
- package/dist/es2019/i18n/ko.js +82 -1
- package/dist/es2019/i18n/nb.js +82 -1
- package/dist/es2019/i18n/nl.js +82 -1
- package/dist/es2019/i18n/pl.js +82 -1
- package/dist/es2019/i18n/pt_BR.js +82 -1
- package/dist/es2019/i18n/ru.js +82 -1
- package/dist/es2019/i18n/sv.js +82 -1
- package/dist/es2019/i18n/th.js +82 -1
- package/dist/es2019/i18n/tr.js +82 -1
- package/dist/es2019/i18n/uk.js +82 -1
- package/dist/es2019/i18n/vi.js +82 -1
- package/dist/es2019/i18n/zh.js +82 -1
- package/dist/es2019/i18n/zh_TW.js +82 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/analytics/types/enums.js +19 -18
- package/dist/esm/analytics/types/referentiality-events.js +1 -0
- package/dist/esm/i18n/cs.js +82 -1
- package/dist/esm/i18n/da.js +82 -1
- package/dist/esm/i18n/de.js +82 -1
- package/dist/esm/i18n/en.js +82 -1
- package/dist/esm/i18n/en_GB.js +82 -1
- package/dist/esm/i18n/en_ZZ.js +82 -1
- package/dist/esm/i18n/es.js +82 -1
- package/dist/esm/i18n/fi.js +82 -1
- package/dist/esm/i18n/fr.js +82 -1
- package/dist/esm/i18n/hu.js +82 -1
- package/dist/esm/i18n/it.js +82 -1
- package/dist/esm/i18n/ja.js +82 -1
- package/dist/esm/i18n/ko.js +82 -1
- package/dist/esm/i18n/nb.js +82 -1
- package/dist/esm/i18n/nl.js +82 -1
- package/dist/esm/i18n/pl.js +82 -1
- package/dist/esm/i18n/pt_BR.js +82 -1
- package/dist/esm/i18n/ru.js +82 -1
- package/dist/esm/i18n/sv.js +82 -1
- package/dist/esm/i18n/th.js +82 -1
- package/dist/esm/i18n/tr.js +82 -1
- package/dist/esm/i18n/uk.js +82 -1
- package/dist/esm/i18n/vi.js +82 -1
- package/dist/esm/i18n/zh.js +82 -1
- package/dist/esm/i18n/zh_TW.js +82 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/enums.d.ts +20 -19
- package/dist/types/analytics/types/events.d.ts +2 -1
- package/dist/types/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types/i18n/cs.d.ts +81 -0
- package/dist/types/i18n/da.d.ts +81 -0
- package/dist/types/i18n/de.d.ts +81 -0
- package/dist/types/i18n/en.d.ts +81 -0
- package/dist/types/i18n/en_GB.d.ts +81 -0
- package/dist/types/i18n/en_ZZ.d.ts +81 -0
- package/dist/types/i18n/es.d.ts +81 -0
- package/dist/types/i18n/fi.d.ts +81 -0
- package/dist/types/i18n/fr.d.ts +81 -0
- package/dist/types/i18n/hu.d.ts +81 -0
- package/dist/types/i18n/it.d.ts +81 -0
- package/dist/types/i18n/ja.d.ts +81 -0
- package/dist/types/i18n/ko.d.ts +81 -0
- package/dist/types/i18n/nb.d.ts +81 -0
- package/dist/types/i18n/nl.d.ts +81 -0
- package/dist/types/i18n/pl.d.ts +81 -0
- package/dist/types/i18n/pt_BR.d.ts +81 -0
- package/dist/types/i18n/ru.d.ts +81 -0
- package/dist/types/i18n/sv.d.ts +81 -0
- package/dist/types/i18n/th.d.ts +81 -0
- package/dist/types/i18n/tr.d.ts +81 -0
- package/dist/types/i18n/uk.d.ts +81 -0
- package/dist/types/i18n/vi.d.ts +81 -0
- package/dist/types/i18n/zh.d.ts +81 -0
- package/dist/types/i18n/zh_TW.d.ts +81 -0
- package/dist/types-ts4.0/analytics/types/enums.d.ts +20 -19
- package/dist/types-ts4.0/analytics/types/events.d.ts +2 -1
- package/dist/types-ts4.0/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types-ts4.0/i18n/cs.d.ts +81 -0
- package/dist/types-ts4.0/i18n/da.d.ts +81 -0
- package/dist/types-ts4.0/i18n/de.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_GB.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +81 -0
- package/dist/types-ts4.0/i18n/es.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/hu.d.ts +81 -0
- package/dist/types-ts4.0/i18n/it.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ja.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ko.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nb.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ru.d.ts +81 -0
- package/dist/types-ts4.0/i18n/sv.d.ts +81 -0
- package/dist/types-ts4.0/i18n/th.d.ts +81 -0
- package/dist/types-ts4.0/i18n/tr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/uk.d.ts +81 -0
- package/dist/types-ts4.0/i18n/vi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +81 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 70.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 70.1.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`fa5c9465369`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa5c9465369) - [ED-15753] adds types for editor-referentiality plugin analytics events
|
|
14
|
+
|
|
3
15
|
## 70.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -216,12 +216,12 @@ exports.ACTION_SUBJECT_ID = ACTION_SUBJECT_ID;
|
|
|
216
216
|
ACTION_SUBJECT_ID["ANNOTATE_BUTTON"] = "annotateButton";
|
|
217
217
|
ACTION_SUBJECT_ID["AVATAR_GROUP_PLUGIN"] = "AvatarGroupInPlugin";
|
|
218
218
|
ACTION_SUBJECT_ID["BLOCK_QUOTE"] = "blockQuote";
|
|
219
|
+
ACTION_SUBJECT_ID["BUTTON_CATEGORY"] = "categoryButton";
|
|
219
220
|
ACTION_SUBJECT_ID["BUTTON_FEEDBACK"] = "feedbackButton";
|
|
220
221
|
ACTION_SUBJECT_ID["BUTTON_HELP"] = "helpButton";
|
|
221
|
-
ACTION_SUBJECT_ID["BUTTON_CATEGORY"] = "categoryButton";
|
|
222
222
|
ACTION_SUBJECT_ID["CANCEL"] = "cancel";
|
|
223
|
-
ACTION_SUBJECT_ID["CARD_BLOCK"] = "blockCard";
|
|
224
223
|
ACTION_SUBJECT_ID["CAPTION"] = "caption";
|
|
224
|
+
ACTION_SUBJECT_ID["CARD_BLOCK"] = "blockCard";
|
|
225
225
|
ACTION_SUBJECT_ID["CARD_INLINE"] = "inlineCard";
|
|
226
226
|
ACTION_SUBJECT_ID["CELL"] = "cell";
|
|
227
227
|
ACTION_SUBJECT_ID["CODE_BLOCK"] = "codeBlock";
|
|
@@ -231,6 +231,8 @@ exports.ACTION_SUBJECT_ID = ACTION_SUBJECT_ID;
|
|
|
231
231
|
ACTION_SUBJECT_ID["DATE_YEAR"] = "year";
|
|
232
232
|
ACTION_SUBJECT_ID["DECISION"] = "decision";
|
|
233
233
|
ACTION_SUBJECT_ID["DIVIDER"] = "divider";
|
|
234
|
+
ACTION_SUBJECT_ID["EDIT_LINK"] = "editLink";
|
|
235
|
+
ACTION_SUBJECT_ID["EMBEDS"] = "embeds";
|
|
234
236
|
ACTION_SUBJECT_ID["EMOJI"] = "emoji";
|
|
235
237
|
ACTION_SUBJECT_ID["EXPAND"] = "expand";
|
|
236
238
|
ACTION_SUBJECT_ID["EXTENSION"] = "extension";
|
|
@@ -252,21 +254,25 @@ exports.ACTION_SUBJECT_ID = ACTION_SUBJECT_ID;
|
|
|
252
254
|
ACTION_SUBJECT_ID["FORMAT_SUB"] = "subscript";
|
|
253
255
|
ACTION_SUBJECT_ID["FORMAT_SUPER"] = "superscript";
|
|
254
256
|
ACTION_SUBJECT_ID["FORMAT_UNDERLINE"] = "underline";
|
|
257
|
+
ACTION_SUBJECT_ID["FRAGMENT_MARKS"] = "fragmentMarks";
|
|
258
|
+
ACTION_SUBJECT_ID["GOTO_SMART_LINK_SETTINGS"] = "goToSmartLinkSettings";
|
|
255
259
|
ACTION_SUBJECT_ID["HELP_QUICK_INSERT"] = "helpQuickInsert";
|
|
260
|
+
ACTION_SUBJECT_ID["HYPERLINK"] = "hyperlink";
|
|
256
261
|
ACTION_SUBJECT_ID["INLINE_COMMENT"] = "inlineComment";
|
|
257
262
|
ACTION_SUBJECT_ID["LAYOUT"] = "layout";
|
|
258
|
-
ACTION_SUBJECT_ID["RICH_MEDIA_LAYOUT"] = "richMediaLayout";
|
|
259
263
|
ACTION_SUBJECT_ID["LINE_BREAK"] = "lineBreak";
|
|
260
264
|
ACTION_SUBJECT_ID["LINK"] = "link";
|
|
261
265
|
ACTION_SUBJECT_ID["LINK_PREVIEW"] = "linkPreview";
|
|
266
|
+
ACTION_SUBJECT_ID["LINK_SEARCH_INPUT"] = "linkSearchInput";
|
|
262
267
|
ACTION_SUBJECT_ID["MEDIA"] = "media";
|
|
263
268
|
ACTION_SUBJECT_ID["MEDIA_GROUP"] = "mediaGroup";
|
|
264
269
|
ACTION_SUBJECT_ID["MEDIA_INLINE"] = "mediaInline";
|
|
265
|
-
ACTION_SUBJECT_ID["MEDIA_SINGLE"] = "mediaSingle";
|
|
266
270
|
ACTION_SUBJECT_ID["MEDIA_LINK"] = "mediaLink";
|
|
271
|
+
ACTION_SUBJECT_ID["MEDIA_SINGLE"] = "mediaSingle";
|
|
267
272
|
ACTION_SUBJECT_ID["MENTION"] = "mention";
|
|
268
273
|
ACTION_SUBJECT_ID["NESTED_EXPAND"] = "nestedExpand";
|
|
269
274
|
ACTION_SUBJECT_ID["NODE"] = "node";
|
|
275
|
+
ACTION_SUBJECT_ID["OPEN_LINK"] = "openLink";
|
|
270
276
|
ACTION_SUBJECT_ID["PANEL"] = "panel";
|
|
271
277
|
ACTION_SUBJECT_ID["PASTE_BLOCK_CARD"] = "blockCard";
|
|
272
278
|
ACTION_SUBJECT_ID["PASTE_BLOCKQUOTE"] = "blockQuote";
|
|
@@ -289,15 +295,20 @@ exports.ACTION_SUBJECT_ID = ACTION_SUBJECT_ID;
|
|
|
289
295
|
ACTION_SUBJECT_ID["PASTE_TABLE_HEADER"] = "tableHeader";
|
|
290
296
|
ACTION_SUBJECT_ID["PASTE_TABLE_ROW"] = "tableRow";
|
|
291
297
|
ACTION_SUBJECT_ID["PASTE_TASK_LIST"] = "taskList";
|
|
292
|
-
ACTION_SUBJECT_ID["PICKER_COLOR"] = "colorPicker";
|
|
293
298
|
ACTION_SUBJECT_ID["PICKER_CLOUD"] = "cloudPicker";
|
|
299
|
+
ACTION_SUBJECT_ID["PICKER_COLOR"] = "colorPicker";
|
|
294
300
|
ACTION_SUBJECT_ID["PICKER_EMOJI"] = "emojiPicker";
|
|
295
|
-
ACTION_SUBJECT_ID["PRODUCT_NAME"] = "productName";
|
|
296
301
|
ACTION_SUBJECT_ID["PLACEHOLDER_TEXT"] = "placeholderText";
|
|
302
|
+
ACTION_SUBJECT_ID["POST_QUERY_SEARCH_RESULTS"] = "postQuerySearchResults";
|
|
303
|
+
ACTION_SUBJECT_ID["PRE_QUERY_SEARCH_RESULTS"] = "preQuerySearchResults";
|
|
304
|
+
ACTION_SUBJECT_ID["PRODUCT_NAME"] = "productName";
|
|
297
305
|
ACTION_SUBJECT_ID["PUNC"] = "punctuation";
|
|
306
|
+
ACTION_SUBJECT_ID["QUICK_SEARCH"] = "quickSearch";
|
|
298
307
|
ACTION_SUBJECT_ID["RANGE"] = "range";
|
|
299
308
|
ACTION_SUBJECT_ID["REACT_NODE_VIEW"] = "reactNodeView";
|
|
309
|
+
ACTION_SUBJECT_ID["RECENT_ACTIVITIES"] = "recentActivities";
|
|
300
310
|
ACTION_SUBJECT_ID["RESIZED"] = "resized";
|
|
311
|
+
ACTION_SUBJECT_ID["RICH_MEDIA_LAYOUT"] = "richMediaLayout";
|
|
301
312
|
ACTION_SUBJECT_ID["SAVE"] = "save";
|
|
302
313
|
ACTION_SUBJECT_ID["SECTION"] = "section";
|
|
303
314
|
ACTION_SUBJECT_ID["SMART_LINK"] = "smartLink";
|
|
@@ -309,21 +320,11 @@ exports.ACTION_SUBJECT_ID = ACTION_SUBJECT_ID;
|
|
|
309
320
|
ACTION_SUBJECT_ID["TYPEAHEAD_LINK"] = "linkTypeAhead";
|
|
310
321
|
ACTION_SUBJECT_ID["TYPEAHEAD_MENTION"] = "mentionTypeAhead";
|
|
311
322
|
ACTION_SUBJECT_ID["TYPEAHEAD_QUICK_INSERT"] = "quickInsertTypeAhead";
|
|
323
|
+
ACTION_SUBJECT_ID["UNKNOWN_NODE"] = "unknownNode";
|
|
324
|
+
ACTION_SUBJECT_ID["UNLINK"] = "unlink";
|
|
312
325
|
ACTION_SUBJECT_ID["UNSUPPORTED_BLOCK"] = "unsupportedBlock";
|
|
313
326
|
ACTION_SUBJECT_ID["UNSUPPORTED_INLINE"] = "unsupportedInline";
|
|
314
327
|
ACTION_SUBJECT_ID["UNSUPPORTED_MARK"] = "unsupportedMark";
|
|
315
|
-
ACTION_SUBJECT_ID["UNKNOWN_NODE"] = "unknownNode";
|
|
316
|
-
ACTION_SUBJECT_ID["RECENT_ACTIVITIES"] = "recentActivities";
|
|
317
|
-
ACTION_SUBJECT_ID["QUICK_SEARCH"] = "quickSearch";
|
|
318
|
-
ACTION_SUBJECT_ID["LINK_SEARCH_INPUT"] = "linkSearchInput";
|
|
319
|
-
ACTION_SUBJECT_ID["PRE_QUERY_SEARCH_RESULTS"] = "preQuerySearchResults";
|
|
320
|
-
ACTION_SUBJECT_ID["POST_QUERY_SEARCH_RESULTS"] = "postQuerySearchResults";
|
|
321
|
-
ACTION_SUBJECT_ID["EDIT_LINK"] = "editLink";
|
|
322
|
-
ACTION_SUBJECT_ID["UNLINK"] = "unlink";
|
|
323
|
-
ACTION_SUBJECT_ID["OPEN_LINK"] = "openLink";
|
|
324
|
-
ACTION_SUBJECT_ID["EMBEDS"] = "embeds";
|
|
325
|
-
ACTION_SUBJECT_ID["HYPERLINK"] = "hyperlink";
|
|
326
|
-
ACTION_SUBJECT_ID["GOTO_SMART_LINK_SETTINGS"] = "goToSmartLinkSettings";
|
|
327
328
|
})(ACTION_SUBJECT_ID || (exports.ACTION_SUBJECT_ID = ACTION_SUBJECT_ID = {}));
|
|
328
329
|
|
|
329
330
|
var FLOATING_CONTROLS_TITLE;
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -13,15 +13,96 @@ 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
|
+
'fabric.editor.alignImageCenter': 'Zarovnat na stΕed',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
21
|
+
'fabric.editor.blockquote': 'citace',
|
|
22
|
+
'fabric.editor.cancelButton': 'ZruΕ‘it',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'PΕidejte popisek',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'ObousmΔrnΓ© znaky mΔnΓ poΕadΓ vykreslovΓ‘nΓ textu. MΕ―ΕΎe to bΓ½t pouΕΎito kΒ zakrytΓ Ε‘kodlivΓ©ho kΓ³du.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'ZkopΓrovΓ‘no!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'KopΓrovat jako text',
|
|
18
27
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
28
|
+
'fabric.editor.columns': 'RozvrΕΎenΓ',
|
|
29
|
+
'fabric.editor.columns.description': 'UspoΕΓ‘dejte svou strΓ‘nku pomocΓ oddΓlΕ―',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'ZkopΓrovΓ‘no!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'KopΓrovat',
|
|
32
|
+
'fabric.editor.date': 'Datum',
|
|
33
|
+
'fabric.editor.date.description': 'PΕidat datum pomocΓ kalendΓ‘Εe',
|
|
34
|
+
'fabric.editor.decision': 'RozhodnutΓ',
|
|
35
|
+
'fabric.editor.decision.description': 'ZaznamenΓ‘vejte rozhodnutΓ, aby se snadnΔji sledovala',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k ΓΊpravΓ‘m',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'PouΕΎΓvejte emoji k vyjΓ‘dΕenΓ nΓ‘padΕ― π a emocΓ π',
|
|
39
|
+
'fabric.editor.expand': 'RozbalenΓ',
|
|
40
|
+
'fabric.editor.expand.description': 'VloΕΎit rozbalenΓ',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'KliknΔte sem pro rozbalenΓ...',
|
|
20
42
|
'fabric.editor.expandNode': 'Rozbalit obsah',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Dejte rozbalenΓ©mu obsahu nΓ‘zev...',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Poskytnout zpΔtnou vazbu',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'PodΔlte se s nΓ‘mi o pocity z prΓ‘ce v novΓ©m editoru',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Soubory a obrΓ‘zky',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'PΕidejte na svou strΓ‘nku obrΓ‘zky a dalΕ‘Γ soubory',
|
|
48
|
+
'fabric.editor.help': 'NΓ‘povΔda',
|
|
49
|
+
'fabric.editor.help.description': 'ProjdΔte si vΕ‘echny klΓ‘vesovΓ© zkratky a moΕΎnosti markdownu',
|
|
50
|
+
'fabric.editor.horizontalRule': 'DΓlΔΓ pΕΓΔka',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'RozdΔlit obsah horizontΓ‘lnΓ ΔΓ‘rou',
|
|
52
|
+
'fabric.editor.image': 'ObrΓ‘zek',
|
|
53
|
+
'fabric.editor.insertMenu': 'VloΕΎit',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'ZpΔt na zobrazenΓ standardnΓ Ε‘ΓΕky',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'PΕepnout do zobrazenΓ na celou Ε‘ΓΕku',
|
|
56
|
+
'fabric.editor.layoutWide': 'PΕepnout do zobrazenΓ na Ε‘ΓΕku',
|
|
57
|
+
'fabric.editor.link': 'Odkaz',
|
|
58
|
+
'fabric.editor.link.description': 'VloΕΎit odkaz',
|
|
59
|
+
'fabric.editor.mention': 'ZmΓnka',
|
|
60
|
+
'fabric.editor.mention.description': 'ZmiΕte nΔkoho, abyste jim zaslali oznΓ‘menΓ',
|
|
22
61
|
'fabric.editor.openLink': 'OtevΕΓt odkaz na novΓ© kartΔ',
|
|
62
|
+
'fabric.editor.placeholderText': 'Text placeholderu',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'VloΕΎit na strΓ‘nku textovΓ½ zΓ‘stupnΓ½ symbol',
|
|
64
|
+
'fabric.editor.remove': 'Odebrat',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
66
|
+
'fabric.editor.saveButton': 'UloΕΎit',
|
|
67
|
+
'fabric.editor.status': 'Stav',
|
|
68
|
+
'fabric.editor.status.description': 'PΕidat vlastnΓ Ε‘tΓtek stavu',
|
|
69
|
+
'fabric.editor.table': 'Tabulka',
|
|
70
|
+
'fabric.editor.table.description': 'VloΕΎit tabulku',
|
|
71
|
+
'fabric.editor.time.ago': 'zpΔt',
|
|
72
|
+
'fabric.editor.time.updated': 'AktualizovΓ‘no',
|
|
73
|
+
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutΓ',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'vnoΕenΓ½ rozbalovacΓ uzel',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'poloΕΎka akce',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazovΓ‘nΓ tohoto obsahu nepodporuje.',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Obsah nenΓ vΒ tomto editoru kΒ dispozici. VaΕ‘e ΓΊpravy se pΕi uloΕΎenΓ zachovajΓ.',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'NepodporovanΓ½ obsah'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'NepodporovanΓ½ obsah',
|
|
83
|
+
'fabric.editor.viewMore': 'Zobrazit vΓce',
|
|
84
|
+
'fabric.editor.visit': 'OtevΕΓt odkaz v novΓ©m oknΔ',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
87
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
88
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
89
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
90
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Green',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Light green',
|
|
97
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
98
|
+
'fabric.theme.light-red': 'Light red',
|
|
99
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
100
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
101
|
+
'fabric.theme.orange': 'Orange',
|
|
102
|
+
'fabric.theme.purple': 'Purple',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'White',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -13,15 +13,96 @@ 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
|
+
'fabric.editor.alignImageCenter': 'CentrΓ©r',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'VenstrejustΓ©r',
|
|
20
|
+
'fabric.editor.alignImageRight': 'HΓΈjrejustΓ©r',
|
|
21
|
+
'fabric.editor.blockquote': 'et citat',
|
|
22
|
+
'fabric.editor.cancelButton': 'AnnullΓ©r',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'TilfΓΈj en billedtekst',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Tegn med tovejsfunktionalitet ændrer rækkefølgen, som teksten er gengivet i. Dette kan udnyttes til at skjule skadelig kode.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'KopiΓ©r som tekst',
|
|
18
27
|
'fabric.editor.collapseNode': 'skjul indhold',
|
|
28
|
+
'fabric.editor.columns': 'Layout',
|
|
29
|
+
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Kopieret!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'KopiΓ©r',
|
|
32
|
+
'fabric.editor.date': 'Dato',
|
|
33
|
+
'fabric.editor.date.description': 'TilfΓΈj en dato med en kalender',
|
|
34
|
+
'fabric.editor.decision': 'Beslutning',
|
|
35
|
+
'fabric.editor.decision.description': 'RegistrΓ©r beslutninger, sΓ₯ de er lette at finde igen',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'InvitΓ©r til at redigere',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'Brug humΓΈrikoner for at udtrykke idΓ©er π og fΓΈlelser π',
|
|
39
|
+
'fabric.editor.expand': 'Udvid',
|
|
40
|
+
'fabric.editor.expand.description': 'Indsæt en udvidelse',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
|
|
20
42
|
'fabric.editor.expandNode': 'Udvid indhold',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Giv denne udvidelse en titel...',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Giv feedback',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Filer og billeder',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'TilfΓΈj billeder eller andre filer til din side',
|
|
48
|
+
'fabric.editor.help': 'Hjælp',
|
|
49
|
+
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
52
|
+
'fabric.editor.image': 'Billeder',
|
|
53
|
+
'fabric.editor.insertMenu': 'Indsæt',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
56
|
+
'fabric.editor.layoutWide': 'Vis bred',
|
|
57
|
+
'fabric.editor.link': 'Link',
|
|
58
|
+
'fabric.editor.link.description': 'Indsæt et link',
|
|
59
|
+
'fabric.editor.mention': 'Benævnelse',
|
|
60
|
+
'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
|
|
22
61
|
'fabric.editor.openLink': 'Γ
bn link i en nye fane',
|
|
62
|
+
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'IndsΓ¦t en pladsholdertekst pΓ₯ siden',
|
|
64
|
+
'fabric.editor.remove': 'Fjern',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
66
|
+
'fabric.editor.saveButton': 'Gem',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'TilfΓΈj en brugerdefineret statusetiket',
|
|
69
|
+
'fabric.editor.table': 'Tabel',
|
|
70
|
+
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
71
|
+
'fabric.editor.time.ago': 'siden',
|
|
72
|
+
'fabric.editor.time.updated': 'Opdateret',
|
|
73
|
+
'fabric.editor.time.viewed': 'Vist',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'Denne editor understΓΈtter ikke visning af dette indhold',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgΓ¦ngeligt i denne editor. Det bevares, nΓ₯r du redigerer og gemmer',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Ikke-understΓΈttet indhold'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Ikke-understΓΈttet indhold',
|
|
83
|
+
'fabric.editor.viewMore': 'Vis mere',
|
|
84
|
+
'fabric.editor.visit': 'Γ
bn link i et nyt vindue',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
87
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
88
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
89
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
90
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Green',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Light green',
|
|
97
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
98
|
+
'fabric.theme.light-red': 'Light red',
|
|
99
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
100
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
101
|
+
'fabric.theme.orange': 'Orange',
|
|
102
|
+
'fabric.theme.purple': 'Purple',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'White',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//German (Germany)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Aufgabe',
|
|
17
|
+
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
18
|
+
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
21
|
+
'fabric.editor.blockquote': 'ein Angebot',
|
|
22
|
+
'fabric.editor.cancelButton': 'Abbrechen',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufΓΌgen',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen Γ€ndern die Reihenfolge, in der Text gerendert wird. Dies kΓΆnnte verwendet werden, um bΓΆsartigen Code zu verbergen.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
18
27
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
28
|
+
'fabric.editor.columns': 'Layouts',
|
|
29
|
+
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
32
|
+
'fabric.editor.date': 'Datum',
|
|
33
|
+
'fabric.editor.date.description': 'Datum mittels Kalender hinzufΓΌgen',
|
|
34
|
+
'fabric.editor.decision': 'Entscheidung',
|
|
35
|
+
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen π und Emotionen π auszudrΓΌcken.',
|
|
39
|
+
'fabric.editor.expand': 'Erweiterung',
|
|
40
|
+
'fabric.editor.expand.description': 'Eine Erweiterung einfΓΌgen',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweiternΒ β¦',
|
|
20
42
|
'fabric.editor.expandNode': 'Inhaltsanzeige erweitern',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'WΓ€hlen Sie einen Titel fΓΌr diese ErweiterungΒ β¦',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Dateien und Bilder',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufΓΌgen',
|
|
48
|
+
'fabric.editor.help': 'Hilfe',
|
|
49
|
+
'fabric.editor.help.description': 'Alle TastaturkΓΌrzel und Markdown-Optionen durchsuchen',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
52
|
+
'fabric.editor.image': 'Bild',
|
|
53
|
+
'fabric.editor.insertMenu': 'EinfΓΌgen',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'ZurΓΌck zur Mitte',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Volle Breite wΓ€hlen',
|
|
56
|
+
'fabric.editor.layoutWide': 'Verbreitern',
|
|
57
|
+
'fabric.editor.link': 'Link',
|
|
58
|
+
'fabric.editor.link.description': 'Link einfΓΌgen',
|
|
59
|
+
'fabric.editor.mention': 'ErwΓ€hnen',
|
|
60
|
+
'fabric.editor.mention.description': 'ErwΓ€hnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
|
|
22
61
|
'fabric.editor.openLink': 'Link in neuer Registerkarte ΓΆffnen',
|
|
62
|
+
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfΓΌgen',
|
|
64
|
+
'fabric.editor.remove': 'Entfernen',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
66
|
+
'fabric.editor.saveButton': 'Speichern',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufΓΌgen',
|
|
69
|
+
'fabric.editor.table': 'Tabelle',
|
|
70
|
+
'fabric.editor.table.description': 'Tabelle einfΓΌgen',
|
|
71
|
+
'fabric.editor.time.ago': 'vor',
|
|
72
|
+
'fabric.editor.time.updated': 'Aktualisiert',
|
|
73
|
+
'fabric.editor.time.viewed': 'Angesehen',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'ein Panel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'eine Liste',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'eine Entscheidungsliste',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstΓΌtzt die Anzeige dieses Inhalts nicht',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfΓΌgbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Nicht unterstΓΌtzter Inhalt'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Nicht unterstΓΌtzter Inhalt',
|
|
83
|
+
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
84
|
+
'fabric.editor.visit': 'Link in neuem Fenster ΓΆffnen',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
87
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
88
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
89
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
90
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Green',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Light green',
|
|
97
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
98
|
+
'fabric.theme.light-red': 'Light red',
|
|
99
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
100
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
101
|
+
'fabric.theme.orange': 'Orange',
|
|
102
|
+
'fabric.theme.purple': 'Purple',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'White',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Action item',
|
|
17
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
21
|
+
'fabric.editor.blockquote': 'a quote',
|
|
22
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
18
27
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
28
|
+
'fabric.editor.columns': 'Layouts',
|
|
29
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
32
|
+
'fabric.editor.date': 'Date',
|
|
33
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
34
|
+
'fabric.editor.decision': 'Decision',
|
|
35
|
+
'fabric.editor.decision.description': 'Capture decisions so theyβre easy to track',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas π and emotions π',
|
|
39
|
+
'fabric.editor.expand': 'Expand',
|
|
40
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
20
42
|
'fabric.editor.expandNode': 'Expand content',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
48
|
+
'fabric.editor.help': 'Help',
|
|
49
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
52
|
+
'fabric.editor.image': 'Image',
|
|
53
|
+
'fabric.editor.insertMenu': 'Insert',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
56
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
57
|
+
'fabric.editor.link': 'Link',
|
|
58
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
59
|
+
'fabric.editor.mention': 'Mention',
|
|
60
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
22
61
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
62
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
64
|
+
'fabric.editor.remove': 'Remove',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
66
|
+
'fabric.editor.saveButton': 'Save',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
69
|
+
'fabric.editor.table': 'Table',
|
|
70
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
71
|
+
'fabric.editor.time.ago': 'ago',
|
|
72
|
+
'fabric.editor.time.updated': 'Updated',
|
|
73
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Unsupported content'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
83
|
+
'fabric.editor.viewMore': 'View more',
|
|
84
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
87
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
88
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
89
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
90
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Green',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Light green',
|
|
97
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
98
|
+
'fabric.theme.light-red': 'Light red',
|
|
99
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
100
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
101
|
+
'fabric.theme.orange': 'Orange',
|
|
102
|
+
'fabric.theme.purple': 'Purple',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'White',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//English (United Kingdom)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': 'Action item',
|
|
17
|
+
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
|
+
'fabric.editor.alignImageCenter': 'Align center',
|
|
19
|
+
'fabric.editor.alignImageLeft': 'Align left',
|
|
20
|
+
'fabric.editor.alignImageRight': 'Align right',
|
|
21
|
+
'fabric.editor.blockquote': 'a quote',
|
|
22
|
+
'fabric.editor.cancelButton': 'Cancel',
|
|
16
23
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copied!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copy as text',
|
|
18
27
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
28
|
+
'fabric.editor.columns': 'Layouts',
|
|
29
|
+
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
30
|
+
'fabric.editor.copiedToClipboard': 'Copied!',
|
|
31
|
+
'fabric.editor.copyToClipboard': 'Copy',
|
|
32
|
+
'fabric.editor.date': 'Date',
|
|
33
|
+
'fabric.editor.date.description': 'Add a date using a calendar',
|
|
34
|
+
'fabric.editor.decision': 'Decision',
|
|
35
|
+
'fabric.editor.decision.description': 'Capture decisions so theyβre easy to track',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invite to edit',
|
|
37
|
+
'fabric.editor.emoji': 'Emoji',
|
|
38
|
+
'fabric.editor.emoji.description': 'Use emojis to express ideas π and emotions π',
|
|
39
|
+
'fabric.editor.expand': 'Expand',
|
|
40
|
+
'fabric.editor.expand.description': 'Insert an expand',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': 'Click here to expand...',
|
|
20
42
|
'fabric.editor.expandNode': 'Expand content',
|
|
21
43
|
'fabric.editor.expandPlaceholder': 'Give this expand a title...',
|
|
44
|
+
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
|
|
46
|
+
'fabric.editor.filesAndImages': 'Files & images',
|
|
47
|
+
'fabric.editor.filesAndImages.description': 'Add images and other files to your page',
|
|
48
|
+
'fabric.editor.help': 'Help',
|
|
49
|
+
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
50
|
+
'fabric.editor.horizontalRule': 'Divider',
|
|
51
|
+
'fabric.editor.horizontalRule.description': 'Separate content with a horizontal line',
|
|
52
|
+
'fabric.editor.image': 'Image',
|
|
53
|
+
'fabric.editor.insertMenu': 'Insert',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': 'Back to center',
|
|
55
|
+
'fabric.editor.layoutFullWidth': 'Go full width',
|
|
56
|
+
'fabric.editor.layoutWide': 'Go wide',
|
|
57
|
+
'fabric.editor.link': 'Link',
|
|
58
|
+
'fabric.editor.link.description': 'Insert a link',
|
|
59
|
+
'fabric.editor.mention': 'Mention',
|
|
60
|
+
'fabric.editor.mention.description': 'Mention someone to send them a notification',
|
|
22
61
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
62
|
+
'fabric.editor.placeholderText': 'Placeholder text',
|
|
63
|
+
'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
|
|
64
|
+
'fabric.editor.remove': 'Remove',
|
|
65
|
+
'fabric.editor.removeEmoji': 'Remove emoji',
|
|
66
|
+
'fabric.editor.saveButton': 'Save',
|
|
67
|
+
'fabric.editor.status': 'Status',
|
|
68
|
+
'fabric.editor.status.description': 'Add a custom status label',
|
|
69
|
+
'fabric.editor.table': 'Table',
|
|
70
|
+
'fabric.editor.table.description': 'Insert a table',
|
|
71
|
+
'fabric.editor.time.ago': 'ago',
|
|
72
|
+
'fabric.editor.time.updated': 'Updated',
|
|
73
|
+
'fabric.editor.time.viewed': 'Viewed',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': 'a list',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': 'a decision list',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': 'a block node',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': 'a nested expand',
|
|
79
|
+
'fabric.editor.tooltip.taskList': 'an action item',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': 'Unsupported content'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': 'Unsupported content',
|
|
83
|
+
'fabric.editor.viewMore': 'View more',
|
|
84
|
+
'fabric.editor.visit': 'Open link in a new window',
|
|
85
|
+
'fabric.theme.blue': 'Blue',
|
|
86
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
87
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
88
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
89
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
90
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
91
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
92
|
+
'fabric.theme.gray': 'Gray',
|
|
93
|
+
'fabric.theme.green': 'Green',
|
|
94
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
95
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
96
|
+
'fabric.theme.light-green': 'Light green',
|
|
97
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
98
|
+
'fabric.theme.light-red': 'Light red',
|
|
99
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
100
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
101
|
+
'fabric.theme.orange': 'Orange',
|
|
102
|
+
'fabric.theme.purple': 'Purple',
|
|
103
|
+
'fabric.theme.red': 'Red',
|
|
104
|
+
'fabric.theme.teal': 'Teal',
|
|
105
|
+
'fabric.theme.white': 'White',
|
|
106
|
+
'fabric.theme.yellow': 'Yellow'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|