@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/dist/cjs/i18n/zh.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Chinese (Simplified)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': '操作项',
|
|
17
|
+
'fabric.editor.action.description': '创建和指派操作项目',
|
|
18
|
+
'fabric.editor.alignImageCenter': '居中',
|
|
19
|
+
'fabric.editor.alignImageLeft': '左对齐',
|
|
20
|
+
'fabric.editor.alignImageRight': '右对齐',
|
|
21
|
+
'fabric.editor.blockquote': '引用',
|
|
22
|
+
'fabric.editor.cancelButton': '取消',
|
|
16
23
|
'fabric.editor.captionPlaceholder': '添加标题',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': '双向字符会更改文本的呈现顺序。这可能被用于掩盖恶意代码。',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制为文本',
|
|
18
27
|
'fabric.editor.collapseNode': '收起内容',
|
|
28
|
+
'fabric.editor.columns': '布局',
|
|
29
|
+
'fabric.editor.columns.description': '使用分段组织页面',
|
|
30
|
+
'fabric.editor.copiedToClipboard': '已复制!',
|
|
31
|
+
'fabric.editor.copyToClipboard': '复制',
|
|
32
|
+
'fabric.editor.date': '日期',
|
|
33
|
+
'fabric.editor.date.description': '使用日历添加日期',
|
|
34
|
+
'fabric.editor.decision': '决定',
|
|
35
|
+
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
37
|
+
'fabric.editor.emoji': '表情符号',
|
|
38
|
+
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
39
|
+
'fabric.editor.expand': '扩展',
|
|
40
|
+
'fabric.editor.expand.description': '插入扩展',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': '点击此处展开...',
|
|
20
42
|
'fabric.editor.expandNode': '展开内容',
|
|
21
43
|
'fabric.editor.expandPlaceholder': '为此展开添加标题......',
|
|
44
|
+
'fabric.editor.feedbackDialog': '提供反馈意见',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': '跟我们讲讲您对新编辑器的使用体验',
|
|
46
|
+
'fabric.editor.filesAndImages': '文件和图片',
|
|
47
|
+
'fabric.editor.filesAndImages.description': '向页面添加图像和其他文件',
|
|
48
|
+
'fabric.editor.help': '帮助',
|
|
49
|
+
'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
|
|
50
|
+
'fabric.editor.horizontalRule': '分隔条',
|
|
51
|
+
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
52
|
+
'fabric.editor.image': '图片',
|
|
53
|
+
'fabric.editor.insertMenu': '插入',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
55
|
+
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
56
|
+
'fabric.editor.layoutWide': '显示宽屏',
|
|
57
|
+
'fabric.editor.link': '链接',
|
|
58
|
+
'fabric.editor.link.description': '插入链接',
|
|
59
|
+
'fabric.editor.mention': '提到',
|
|
60
|
+
'fabric.editor.mention.description': '提及某人以发送通知',
|
|
22
61
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
62
|
+
'fabric.editor.placeholderText': '占位文本',
|
|
63
|
+
'fabric.editor.placeholderText.description': '向页面插入一个文本占位符',
|
|
64
|
+
'fabric.editor.remove': '删除',
|
|
65
|
+
'fabric.editor.removeEmoji': '删除表情',
|
|
66
|
+
'fabric.editor.saveButton': '保存',
|
|
67
|
+
'fabric.editor.status': '状态',
|
|
68
|
+
'fabric.editor.status.description': '添加自定义状态标签',
|
|
69
|
+
'fabric.editor.table': '表格',
|
|
70
|
+
'fabric.editor.table.description': '插入表格',
|
|
71
|
+
'fabric.editor.time.ago': '前',
|
|
72
|
+
'fabric.editor.time.updated': '上次更新时间',
|
|
73
|
+
'fabric.editor.time.viewed': '上次查看时间',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': '面板',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': '一个列表',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': '决策列表',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': '块节点',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
|
|
79
|
+
'fabric.editor.tooltip.taskList': '操作项',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': '此编辑器不支持显示此内容',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': '此编辑器中的内容不可用,在编辑和保存时将保留此内容',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': '内容不受支持'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': '内容不受支持',
|
|
83
|
+
'fabric.editor.viewMore': '查看更多',
|
|
84
|
+
'fabric.editor.visit': '在新窗口中打开链接',
|
|
85
|
+
'fabric.theme.blue': '蓝色',
|
|
86
|
+
'fabric.theme.dark-blue': '深蓝',
|
|
87
|
+
'fabric.theme.dark-green': '深绿',
|
|
88
|
+
'fabric.theme.dark-purple': '深紫',
|
|
89
|
+
'fabric.theme.dark-red': '深红',
|
|
90
|
+
'fabric.theme.dark-teal': '深青',
|
|
91
|
+
'fabric.theme.dark-yellow': '深黄',
|
|
92
|
+
'fabric.theme.gray': '灰色',
|
|
93
|
+
'fabric.theme.green': '绿色',
|
|
94
|
+
'fabric.theme.light-blue': '浅蓝色',
|
|
95
|
+
'fabric.theme.light-gray': '浅灰色',
|
|
96
|
+
'fabric.theme.light-green': '浅绿色',
|
|
97
|
+
'fabric.theme.light-purple': '浅紫色',
|
|
98
|
+
'fabric.theme.light-red': '浅红色',
|
|
99
|
+
'fabric.theme.light-teal': '浅蓝绿色',
|
|
100
|
+
'fabric.theme.light-yellow': '浅黄色',
|
|
101
|
+
'fabric.theme.orange': '橙色',
|
|
102
|
+
'fabric.theme.purple': '紫色',
|
|
103
|
+
'fabric.theme.red': '红色',
|
|
104
|
+
'fabric.theme.teal': '蓝绿色',
|
|
105
|
+
'fabric.theme.white': '白色',
|
|
106
|
+
'fabric.theme.yellow': '黄色'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -13,15 +13,96 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Chinese (Traditional)
|
|
15
15
|
var _default = {
|
|
16
|
+
'fabric.editor.action': '動作項目',
|
|
17
|
+
'fabric.editor.action.description': '建立並指派動作項目',
|
|
18
|
+
'fabric.editor.alignImageCenter': '置中對齊',
|
|
19
|
+
'fabric.editor.alignImageLeft': '靠左對齊',
|
|
20
|
+
'fabric.editor.alignImageRight': '靠右對齊',
|
|
21
|
+
'fabric.editor.blockquote': '引述',
|
|
22
|
+
'fabric.editor.cancelButton': '取消',
|
|
16
23
|
'fabric.editor.captionPlaceholder': '新增標題',
|
|
17
24
|
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
25
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
26
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
18
27
|
'fabric.editor.collapseNode': '摺疊內容',
|
|
28
|
+
'fabric.editor.columns': '版面配置',
|
|
29
|
+
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
30
|
+
'fabric.editor.copiedToClipboard': '已複製!',
|
|
31
|
+
'fabric.editor.copyToClipboard': '複製',
|
|
32
|
+
'fabric.editor.date': '日期',
|
|
33
|
+
'fabric.editor.date.description': '使用日曆新增日期',
|
|
34
|
+
'fabric.editor.decision': '決定',
|
|
35
|
+
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
36
|
+
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
37
|
+
'fabric.editor.emoji': '表情符號',
|
|
38
|
+
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
39
|
+
'fabric.editor.expand': '擴充',
|
|
40
|
+
'fabric.editor.expand.description': '插入擴充',
|
|
19
41
|
'fabric.editor.expandDefaultTitle': '按一下此處以展開...',
|
|
20
42
|
'fabric.editor.expandNode': '展開內容',
|
|
21
43
|
'fabric.editor.expandPlaceholder': '為此展開設定標題...',
|
|
44
|
+
'fabric.editor.feedbackDialog': '提供意見回饋',
|
|
45
|
+
'fabric.editor.feedbackDialog.description': '請說明您對於新編輯器的使用體驗',
|
|
46
|
+
'fabric.editor.filesAndImages': '檔案與影像',
|
|
47
|
+
'fabric.editor.filesAndImages.description': '將影像和其他檔案新增至頁面',
|
|
48
|
+
'fabric.editor.help': '說明',
|
|
49
|
+
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
50
|
+
'fabric.editor.horizontalRule': '分隔線',
|
|
51
|
+
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
52
|
+
'fabric.editor.image': '影像',
|
|
53
|
+
'fabric.editor.insertMenu': '插入',
|
|
54
|
+
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
55
|
+
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
56
|
+
'fabric.editor.layoutWide': '採用寬版',
|
|
57
|
+
'fabric.editor.link': '連結',
|
|
58
|
+
'fabric.editor.link.description': '插入連結',
|
|
59
|
+
'fabric.editor.mention': '提及',
|
|
60
|
+
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
22
61
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
62
|
+
'fabric.editor.placeholderText': '預留位置文字',
|
|
63
|
+
'fabric.editor.placeholderText.description': '在頁面中插入文字預留位置',
|
|
64
|
+
'fabric.editor.remove': '移除',
|
|
65
|
+
'fabric.editor.removeEmoji': '移除表情符號',
|
|
66
|
+
'fabric.editor.saveButton': '儲存',
|
|
67
|
+
'fabric.editor.status': '狀態',
|
|
68
|
+
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
69
|
+
'fabric.editor.table': '表格',
|
|
70
|
+
'fabric.editor.table.description': '插入表格',
|
|
71
|
+
'fabric.editor.time.ago': '前',
|
|
72
|
+
'fabric.editor.time.updated': '已更新',
|
|
73
|
+
'fabric.editor.time.viewed': '已檢視',
|
|
74
|
+
'fabric.editor.tooltip.blockPanel': '面板',
|
|
75
|
+
'fabric.editor.tooltip.bulletList': '清單',
|
|
76
|
+
'fabric.editor.tooltip.decisionList': '決定清單',
|
|
77
|
+
'fabric.editor.tooltip.defaultBlockNode': '區塊節點',
|
|
78
|
+
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
79
|
+
'fabric.editor.tooltip.taskList': '動作項目',
|
|
23
80
|
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
24
81
|
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
25
|
-
'fabric.editor.unsupportedInlineContent': '不支援的內容'
|
|
82
|
+
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
83
|
+
'fabric.editor.viewMore': '檢視更多',
|
|
84
|
+
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
85
|
+
'fabric.theme.blue': '藍色',
|
|
86
|
+
'fabric.theme.dark-blue': '深藍色',
|
|
87
|
+
'fabric.theme.dark-green': '深綠色',
|
|
88
|
+
'fabric.theme.dark-purple': '深紫色',
|
|
89
|
+
'fabric.theme.dark-red': '深紅色',
|
|
90
|
+
'fabric.theme.dark-teal': '深藍綠色',
|
|
91
|
+
'fabric.theme.dark-yellow': '深黃色',
|
|
92
|
+
'fabric.theme.gray': '灰色',
|
|
93
|
+
'fabric.theme.green': '綠色',
|
|
94
|
+
'fabric.theme.light-blue': '淺藍色',
|
|
95
|
+
'fabric.theme.light-gray': '淺灰色',
|
|
96
|
+
'fabric.theme.light-green': '淺綠色',
|
|
97
|
+
'fabric.theme.light-purple': '淺紫色',
|
|
98
|
+
'fabric.theme.light-red': '淺紅色',
|
|
99
|
+
'fabric.theme.light-teal': '淺藍綠色',
|
|
100
|
+
'fabric.theme.light-yellow': '淺黃色',
|
|
101
|
+
'fabric.theme.orange': '橘色',
|
|
102
|
+
'fabric.theme.purple': '紫色',
|
|
103
|
+
'fabric.theme.red': '紅色',
|
|
104
|
+
'fabric.theme.teal': '藍綠色',
|
|
105
|
+
'fabric.theme.white': '白色',
|
|
106
|
+
'fabric.theme.yellow': '黃色'
|
|
26
107
|
};
|
|
27
108
|
exports.default = _default;
|
|
@@ -46,7 +46,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
46
46
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
47
47
|
|
|
48
48
|
var packageName = "@atlaskit/editor-common";
|
|
49
|
-
var packageVersion = "70.1.
|
|
49
|
+
var packageVersion = "70.1.2";
|
|
50
50
|
var halfFocusRing = 1;
|
|
51
51
|
var dropOffset = "0, ".concat((0, _constants.gridSize)(), "px");
|
|
52
52
|
|
package/dist/cjs/version.json
CHANGED
|
@@ -204,12 +204,12 @@ export let ACTION_SUBJECT_ID;
|
|
|
204
204
|
ACTION_SUBJECT_ID["ANNOTATE_BUTTON"] = "annotateButton";
|
|
205
205
|
ACTION_SUBJECT_ID["AVATAR_GROUP_PLUGIN"] = "AvatarGroupInPlugin";
|
|
206
206
|
ACTION_SUBJECT_ID["BLOCK_QUOTE"] = "blockQuote";
|
|
207
|
+
ACTION_SUBJECT_ID["BUTTON_CATEGORY"] = "categoryButton";
|
|
207
208
|
ACTION_SUBJECT_ID["BUTTON_FEEDBACK"] = "feedbackButton";
|
|
208
209
|
ACTION_SUBJECT_ID["BUTTON_HELP"] = "helpButton";
|
|
209
|
-
ACTION_SUBJECT_ID["BUTTON_CATEGORY"] = "categoryButton";
|
|
210
210
|
ACTION_SUBJECT_ID["CANCEL"] = "cancel";
|
|
211
|
-
ACTION_SUBJECT_ID["CARD_BLOCK"] = "blockCard";
|
|
212
211
|
ACTION_SUBJECT_ID["CAPTION"] = "caption";
|
|
212
|
+
ACTION_SUBJECT_ID["CARD_BLOCK"] = "blockCard";
|
|
213
213
|
ACTION_SUBJECT_ID["CARD_INLINE"] = "inlineCard";
|
|
214
214
|
ACTION_SUBJECT_ID["CELL"] = "cell";
|
|
215
215
|
ACTION_SUBJECT_ID["CODE_BLOCK"] = "codeBlock";
|
|
@@ -219,6 +219,8 @@ export let ACTION_SUBJECT_ID;
|
|
|
219
219
|
ACTION_SUBJECT_ID["DATE_YEAR"] = "year";
|
|
220
220
|
ACTION_SUBJECT_ID["DECISION"] = "decision";
|
|
221
221
|
ACTION_SUBJECT_ID["DIVIDER"] = "divider";
|
|
222
|
+
ACTION_SUBJECT_ID["EDIT_LINK"] = "editLink";
|
|
223
|
+
ACTION_SUBJECT_ID["EMBEDS"] = "embeds";
|
|
222
224
|
ACTION_SUBJECT_ID["EMOJI"] = "emoji";
|
|
223
225
|
ACTION_SUBJECT_ID["EXPAND"] = "expand";
|
|
224
226
|
ACTION_SUBJECT_ID["EXTENSION"] = "extension";
|
|
@@ -240,21 +242,25 @@ export let ACTION_SUBJECT_ID;
|
|
|
240
242
|
ACTION_SUBJECT_ID["FORMAT_SUB"] = "subscript";
|
|
241
243
|
ACTION_SUBJECT_ID["FORMAT_SUPER"] = "superscript";
|
|
242
244
|
ACTION_SUBJECT_ID["FORMAT_UNDERLINE"] = "underline";
|
|
245
|
+
ACTION_SUBJECT_ID["FRAGMENT_MARKS"] = "fragmentMarks";
|
|
246
|
+
ACTION_SUBJECT_ID["GOTO_SMART_LINK_SETTINGS"] = "goToSmartLinkSettings";
|
|
243
247
|
ACTION_SUBJECT_ID["HELP_QUICK_INSERT"] = "helpQuickInsert";
|
|
248
|
+
ACTION_SUBJECT_ID["HYPERLINK"] = "hyperlink";
|
|
244
249
|
ACTION_SUBJECT_ID["INLINE_COMMENT"] = "inlineComment";
|
|
245
250
|
ACTION_SUBJECT_ID["LAYOUT"] = "layout";
|
|
246
|
-
ACTION_SUBJECT_ID["RICH_MEDIA_LAYOUT"] = "richMediaLayout";
|
|
247
251
|
ACTION_SUBJECT_ID["LINE_BREAK"] = "lineBreak";
|
|
248
252
|
ACTION_SUBJECT_ID["LINK"] = "link";
|
|
249
253
|
ACTION_SUBJECT_ID["LINK_PREVIEW"] = "linkPreview";
|
|
254
|
+
ACTION_SUBJECT_ID["LINK_SEARCH_INPUT"] = "linkSearchInput";
|
|
250
255
|
ACTION_SUBJECT_ID["MEDIA"] = "media";
|
|
251
256
|
ACTION_SUBJECT_ID["MEDIA_GROUP"] = "mediaGroup";
|
|
252
257
|
ACTION_SUBJECT_ID["MEDIA_INLINE"] = "mediaInline";
|
|
253
|
-
ACTION_SUBJECT_ID["MEDIA_SINGLE"] = "mediaSingle";
|
|
254
258
|
ACTION_SUBJECT_ID["MEDIA_LINK"] = "mediaLink";
|
|
259
|
+
ACTION_SUBJECT_ID["MEDIA_SINGLE"] = "mediaSingle";
|
|
255
260
|
ACTION_SUBJECT_ID["MENTION"] = "mention";
|
|
256
261
|
ACTION_SUBJECT_ID["NESTED_EXPAND"] = "nestedExpand";
|
|
257
262
|
ACTION_SUBJECT_ID["NODE"] = "node";
|
|
263
|
+
ACTION_SUBJECT_ID["OPEN_LINK"] = "openLink";
|
|
258
264
|
ACTION_SUBJECT_ID["PANEL"] = "panel";
|
|
259
265
|
ACTION_SUBJECT_ID["PASTE_BLOCK_CARD"] = "blockCard";
|
|
260
266
|
ACTION_SUBJECT_ID["PASTE_BLOCKQUOTE"] = "blockQuote";
|
|
@@ -277,15 +283,20 @@ export let ACTION_SUBJECT_ID;
|
|
|
277
283
|
ACTION_SUBJECT_ID["PASTE_TABLE_HEADER"] = "tableHeader";
|
|
278
284
|
ACTION_SUBJECT_ID["PASTE_TABLE_ROW"] = "tableRow";
|
|
279
285
|
ACTION_SUBJECT_ID["PASTE_TASK_LIST"] = "taskList";
|
|
280
|
-
ACTION_SUBJECT_ID["PICKER_COLOR"] = "colorPicker";
|
|
281
286
|
ACTION_SUBJECT_ID["PICKER_CLOUD"] = "cloudPicker";
|
|
287
|
+
ACTION_SUBJECT_ID["PICKER_COLOR"] = "colorPicker";
|
|
282
288
|
ACTION_SUBJECT_ID["PICKER_EMOJI"] = "emojiPicker";
|
|
283
|
-
ACTION_SUBJECT_ID["PRODUCT_NAME"] = "productName";
|
|
284
289
|
ACTION_SUBJECT_ID["PLACEHOLDER_TEXT"] = "placeholderText";
|
|
290
|
+
ACTION_SUBJECT_ID["POST_QUERY_SEARCH_RESULTS"] = "postQuerySearchResults";
|
|
291
|
+
ACTION_SUBJECT_ID["PRE_QUERY_SEARCH_RESULTS"] = "preQuerySearchResults";
|
|
292
|
+
ACTION_SUBJECT_ID["PRODUCT_NAME"] = "productName";
|
|
285
293
|
ACTION_SUBJECT_ID["PUNC"] = "punctuation";
|
|
294
|
+
ACTION_SUBJECT_ID["QUICK_SEARCH"] = "quickSearch";
|
|
286
295
|
ACTION_SUBJECT_ID["RANGE"] = "range";
|
|
287
296
|
ACTION_SUBJECT_ID["REACT_NODE_VIEW"] = "reactNodeView";
|
|
297
|
+
ACTION_SUBJECT_ID["RECENT_ACTIVITIES"] = "recentActivities";
|
|
288
298
|
ACTION_SUBJECT_ID["RESIZED"] = "resized";
|
|
299
|
+
ACTION_SUBJECT_ID["RICH_MEDIA_LAYOUT"] = "richMediaLayout";
|
|
289
300
|
ACTION_SUBJECT_ID["SAVE"] = "save";
|
|
290
301
|
ACTION_SUBJECT_ID["SECTION"] = "section";
|
|
291
302
|
ACTION_SUBJECT_ID["SMART_LINK"] = "smartLink";
|
|
@@ -297,21 +308,11 @@ export let ACTION_SUBJECT_ID;
|
|
|
297
308
|
ACTION_SUBJECT_ID["TYPEAHEAD_LINK"] = "linkTypeAhead";
|
|
298
309
|
ACTION_SUBJECT_ID["TYPEAHEAD_MENTION"] = "mentionTypeAhead";
|
|
299
310
|
ACTION_SUBJECT_ID["TYPEAHEAD_QUICK_INSERT"] = "quickInsertTypeAhead";
|
|
311
|
+
ACTION_SUBJECT_ID["UNKNOWN_NODE"] = "unknownNode";
|
|
312
|
+
ACTION_SUBJECT_ID["UNLINK"] = "unlink";
|
|
300
313
|
ACTION_SUBJECT_ID["UNSUPPORTED_BLOCK"] = "unsupportedBlock";
|
|
301
314
|
ACTION_SUBJECT_ID["UNSUPPORTED_INLINE"] = "unsupportedInline";
|
|
302
315
|
ACTION_SUBJECT_ID["UNSUPPORTED_MARK"] = "unsupportedMark";
|
|
303
|
-
ACTION_SUBJECT_ID["UNKNOWN_NODE"] = "unknownNode";
|
|
304
|
-
ACTION_SUBJECT_ID["RECENT_ACTIVITIES"] = "recentActivities";
|
|
305
|
-
ACTION_SUBJECT_ID["QUICK_SEARCH"] = "quickSearch";
|
|
306
|
-
ACTION_SUBJECT_ID["LINK_SEARCH_INPUT"] = "linkSearchInput";
|
|
307
|
-
ACTION_SUBJECT_ID["PRE_QUERY_SEARCH_RESULTS"] = "preQuerySearchResults";
|
|
308
|
-
ACTION_SUBJECT_ID["POST_QUERY_SEARCH_RESULTS"] = "postQuerySearchResults";
|
|
309
|
-
ACTION_SUBJECT_ID["EDIT_LINK"] = "editLink";
|
|
310
|
-
ACTION_SUBJECT_ID["UNLINK"] = "unlink";
|
|
311
|
-
ACTION_SUBJECT_ID["OPEN_LINK"] = "openLink";
|
|
312
|
-
ACTION_SUBJECT_ID["EMBEDS"] = "embeds";
|
|
313
|
-
ACTION_SUBJECT_ID["HYPERLINK"] = "hyperlink";
|
|
314
|
-
ACTION_SUBJECT_ID["GOTO_SMART_LINK_SETTINGS"] = "goToSmartLinkSettings";
|
|
315
316
|
})(ACTION_SUBJECT_ID || (ACTION_SUBJECT_ID = {}));
|
|
316
317
|
|
|
317
318
|
export let FLOATING_CONTROLS_TITLE;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Czech
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Aktuální úkol',
|
|
10
|
+
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Zarovnat vpravo',
|
|
14
|
+
'fabric.editor.blockquote': 'citace',
|
|
15
|
+
'fabric.editor.cancelButton': 'Zrušit',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
10
17
|
'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.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat jako text',
|
|
11
20
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
21
|
+
'fabric.editor.columns': 'Rozvržení',
|
|
22
|
+
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Zkopírováno!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
25
|
+
'fabric.editor.date': 'Datum',
|
|
26
|
+
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
27
|
+
'fabric.editor.decision': 'Rozhodnutí',
|
|
28
|
+
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
32
|
+
'fabric.editor.expand': 'Rozbalení',
|
|
33
|
+
'fabric.editor.expand.description': 'Vložit rozbalení',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Klikněte sem pro rozbalení...',
|
|
13
35
|
'fabric.editor.expandNode': 'Rozbalit obsah',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Dejte rozbalenému obsahu název...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Poskytnout zpětnou vazbu',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Podělte se s námi o pocity z práce v novém editoru',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Soubory a obrázky',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Přidejte na svou stránku obrázky a další soubory',
|
|
41
|
+
'fabric.editor.help': 'Nápověda',
|
|
42
|
+
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
45
|
+
'fabric.editor.image': 'Obrázek',
|
|
46
|
+
'fabric.editor.insertMenu': 'Vložit',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
49
|
+
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
|
50
|
+
'fabric.editor.link': 'Odkaz',
|
|
51
|
+
'fabric.editor.link.description': 'Vložit odkaz',
|
|
52
|
+
'fabric.editor.mention': 'Zmínka',
|
|
53
|
+
'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
|
|
15
54
|
'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
|
|
55
|
+
'fabric.editor.placeholderText': 'Text placeholderu',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Vložit na stránku textový zástupný symbol',
|
|
57
|
+
'fabric.editor.remove': 'Odebrat',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Uložit',
|
|
60
|
+
'fabric.editor.status': 'Stav',
|
|
61
|
+
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
62
|
+
'fabric.editor.table': 'Tabulka',
|
|
63
|
+
'fabric.editor.table.description': 'Vložit tabulku',
|
|
64
|
+
'fabric.editor.time.ago': 'zpět',
|
|
65
|
+
'fabric.editor.time.updated': 'Aktualizováno',
|
|
66
|
+
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutí',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'uzel bloku',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Tento editor zobrazování tohoto obsahu nepodporuje.',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Obsah není v tomto editoru k dispozici. Vaše úpravy se při uložení zachovají.',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Nepodporovaný obsah',
|
|
76
|
+
'fabric.editor.viewMore': 'Zobrazit více',
|
|
77
|
+
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
80
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
81
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
82
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
83
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
85
|
+
'fabric.theme.gray': 'Gray',
|
|
86
|
+
'fabric.theme.green': 'Green',
|
|
87
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Light green',
|
|
90
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
91
|
+
'fabric.theme.light-red': 'Light red',
|
|
92
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
93
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
94
|
+
'fabric.theme.orange': 'Orange',
|
|
95
|
+
'fabric.theme.purple': 'Purple',
|
|
96
|
+
'fabric.theme.red': 'Red',
|
|
97
|
+
'fabric.theme.teal': 'Teal',
|
|
98
|
+
'fabric.theme.white': 'White',
|
|
99
|
+
'fabric.theme.yellow': 'Yellow'
|
|
19
100
|
};
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Danish (Denmark)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Handlingsgenstand',
|
|
10
|
+
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Centrér',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
14
|
+
'fabric.editor.blockquote': 'et citat',
|
|
15
|
+
'fabric.editor.cancelButton': 'Annullér',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Tegn med tovejsfunktionalitet ændrer rækkefølgen, som teksten er gengivet i. Dette kan udnyttes til at skjule skadelig kode.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér som tekst',
|
|
11
20
|
'fabric.editor.collapseNode': 'skjul indhold',
|
|
21
|
+
'fabric.editor.columns': 'Layout',
|
|
22
|
+
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Kopieret!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
25
|
+
'fabric.editor.date': 'Dato',
|
|
26
|
+
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
27
|
+
'fabric.editor.decision': 'Beslutning',
|
|
28
|
+
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
32
|
+
'fabric.editor.expand': 'Udvid',
|
|
33
|
+
'fabric.editor.expand.description': 'Indsæt en udvidelse',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Klik her for at udvide...',
|
|
13
35
|
'fabric.editor.expandNode': 'Udvid indhold',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Giv denne udvidelse en titel...',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Giv feedback',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Fortæl os om din oplevelse med den nye editor.',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Filer og billeder',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Tilføj billeder eller andre filer til din side',
|
|
41
|
+
'fabric.editor.help': 'Hjælp',
|
|
42
|
+
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
45
|
+
'fabric.editor.image': 'Billeder',
|
|
46
|
+
'fabric.editor.insertMenu': 'Indsæt',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
49
|
+
'fabric.editor.layoutWide': 'Vis bred',
|
|
50
|
+
'fabric.editor.link': 'Link',
|
|
51
|
+
'fabric.editor.link.description': 'Indsæt et link',
|
|
52
|
+
'fabric.editor.mention': 'Benævnelse',
|
|
53
|
+
'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
|
|
15
54
|
'fabric.editor.openLink': 'Åbn link i en nye fane',
|
|
55
|
+
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Indsæt en pladsholdertekst på siden',
|
|
57
|
+
'fabric.editor.remove': 'Fjern',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
59
|
+
'fabric.editor.saveButton': 'Gem',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
62
|
+
'fabric.editor.table': 'Tabel',
|
|
63
|
+
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
64
|
+
'fabric.editor.time.ago': 'siden',
|
|
65
|
+
'fabric.editor.time.updated': 'Opdateret',
|
|
66
|
+
'fabric.editor.time.viewed': 'Vist',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'en bloknode',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Denne editor understøtter ikke visning af dette indhold',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Indholdet er ikke tilgængeligt i denne editor. Det bevares, når du redigerer og gemmer',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Ikke-understøttet indhold',
|
|
76
|
+
'fabric.editor.viewMore': 'Vis mere',
|
|
77
|
+
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
80
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
81
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
82
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
83
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
85
|
+
'fabric.theme.gray': 'Gray',
|
|
86
|
+
'fabric.theme.green': 'Green',
|
|
87
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Light green',
|
|
90
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
91
|
+
'fabric.theme.light-red': 'Light red',
|
|
92
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
93
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
94
|
+
'fabric.theme.orange': 'Orange',
|
|
95
|
+
'fabric.theme.purple': 'Purple',
|
|
96
|
+
'fabric.theme.red': 'Red',
|
|
97
|
+
'fabric.theme.teal': 'Teal',
|
|
98
|
+
'fabric.theme.white': 'White',
|
|
99
|
+
'fabric.theme.yellow': 'Yellow'
|
|
19
100
|
};
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//German (Germany)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': 'Aufgabe',
|
|
10
|
+
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
11
|
+
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
12
|
+
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
13
|
+
'fabric.editor.alignImageRight': 'Rechts ausrichten',
|
|
14
|
+
'fabric.editor.blockquote': 'ein Angebot',
|
|
15
|
+
'fabric.editor.cancelButton': 'Abbrechen',
|
|
9
16
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': 'Bidirektionale Zeichen ändern die Reihenfolge, in der Text gerendert wird. Dies könnte verwendet werden, um bösartigen Code zu verbergen.',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Als Text kopieren',
|
|
11
20
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
21
|
+
'fabric.editor.columns': 'Layouts',
|
|
22
|
+
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
23
|
+
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
24
|
+
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
25
|
+
'fabric.editor.date': 'Datum',
|
|
26
|
+
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
27
|
+
'fabric.editor.decision': 'Entscheidung',
|
|
28
|
+
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
|
|
30
|
+
'fabric.editor.emoji': 'Emoji',
|
|
31
|
+
'fabric.editor.emoji.description': 'Verwenden Sie Emojis, um Ideen 🎉 und Emotionen 😄 auszudrücken.',
|
|
32
|
+
'fabric.editor.expand': 'Erweiterung',
|
|
33
|
+
'fabric.editor.expand.description': 'Eine Erweiterung einfügen',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': 'Klicken Sie hier, um zu erweitern …',
|
|
13
35
|
'fabric.editor.expandNode': 'Inhaltsanzeige erweitern',
|
|
14
36
|
'fabric.editor.expandPlaceholder': 'Wählen Sie einen Titel für diese Erweiterung …',
|
|
37
|
+
'fabric.editor.feedbackDialog': 'Feedback geben',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': 'Teilen Sie uns Ihre Erfahrungen mit dem neuen Editor mit.',
|
|
39
|
+
'fabric.editor.filesAndImages': 'Dateien und Bilder',
|
|
40
|
+
'fabric.editor.filesAndImages.description': 'Bilder oder andere Dateien zu Ihrer Seite hinzufügen',
|
|
41
|
+
'fabric.editor.help': 'Hilfe',
|
|
42
|
+
'fabric.editor.help.description': 'Alle Tastaturkürzel und Markdown-Optionen durchsuchen',
|
|
43
|
+
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
44
|
+
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
45
|
+
'fabric.editor.image': 'Bild',
|
|
46
|
+
'fabric.editor.insertMenu': 'Einfügen',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
48
|
+
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
49
|
+
'fabric.editor.layoutWide': 'Verbreitern',
|
|
50
|
+
'fabric.editor.link': 'Link',
|
|
51
|
+
'fabric.editor.link.description': 'Link einfügen',
|
|
52
|
+
'fabric.editor.mention': 'Erwähnen',
|
|
53
|
+
'fabric.editor.mention.description': 'Erwähnen Sie einen Benutzer, um ihm eine Benachrichtigung zu senden.',
|
|
15
54
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
55
|
+
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
56
|
+
'fabric.editor.placeholderText.description': 'Textplatzhalter in die Seite einfügen',
|
|
57
|
+
'fabric.editor.remove': 'Entfernen',
|
|
58
|
+
'fabric.editor.removeEmoji': 'Emoji entfernen',
|
|
59
|
+
'fabric.editor.saveButton': 'Speichern',
|
|
60
|
+
'fabric.editor.status': 'Status',
|
|
61
|
+
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
62
|
+
'fabric.editor.table': 'Tabelle',
|
|
63
|
+
'fabric.editor.table.description': 'Tabelle einfügen',
|
|
64
|
+
'fabric.editor.time.ago': 'vor',
|
|
65
|
+
'fabric.editor.time.updated': 'Aktualisiert',
|
|
66
|
+
'fabric.editor.time.viewed': 'Angesehen',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': 'ein Panel',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': 'eine Liste',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': 'eine Entscheidungsliste',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': 'ein Blockknoten',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': 'eine verschachtelte Erweiterung',
|
|
72
|
+
'fabric.editor.tooltip.taskList': 'eine Aufgabe',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': 'Dieser Editor unterstützt die Anzeige dieses Inhalts nicht',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': 'Der Inhalt ist in diesem Editor nicht verfügbar, dies bleibt durch Bearbeiten und Speichern erhalten.',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': 'Nicht unterstützter Inhalt',
|
|
76
|
+
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
77
|
+
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
78
|
+
'fabric.theme.blue': 'Blue',
|
|
79
|
+
'fabric.theme.dark-blue': 'Dark blue',
|
|
80
|
+
'fabric.theme.dark-green': 'Dark green',
|
|
81
|
+
'fabric.theme.dark-purple': 'Dark purple',
|
|
82
|
+
'fabric.theme.dark-red': 'Dark red',
|
|
83
|
+
'fabric.theme.dark-teal': 'Dark teal',
|
|
84
|
+
'fabric.theme.dark-yellow': 'Dark yellow',
|
|
85
|
+
'fabric.theme.gray': 'Gray',
|
|
86
|
+
'fabric.theme.green': 'Green',
|
|
87
|
+
'fabric.theme.light-blue': 'Light blue',
|
|
88
|
+
'fabric.theme.light-gray': 'Light gray',
|
|
89
|
+
'fabric.theme.light-green': 'Light green',
|
|
90
|
+
'fabric.theme.light-purple': 'Light purple',
|
|
91
|
+
'fabric.theme.light-red': 'Light red',
|
|
92
|
+
'fabric.theme.light-teal': 'Light teal',
|
|
93
|
+
'fabric.theme.light-yellow': 'Light yellow',
|
|
94
|
+
'fabric.theme.orange': 'Orange',
|
|
95
|
+
'fabric.theme.purple': 'Purple',
|
|
96
|
+
'fabric.theme.red': 'Red',
|
|
97
|
+
'fabric.theme.teal': 'Teal',
|
|
98
|
+
'fabric.theme.white': 'White',
|
|
99
|
+
'fabric.theme.yellow': 'Yellow'
|
|
19
100
|
};
|