@atlaskit/editor-common 77.4.5 → 78.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +38 -0
- package/dist/cjs/i18n/cs.js +166 -3
- package/dist/cjs/i18n/da.js +143 -2
- package/dist/cjs/i18n/de.js +166 -3
- package/dist/cjs/i18n/en.js +143 -1
- package/dist/cjs/i18n/en_GB.js +143 -1
- package/dist/cjs/i18n/en_ZZ.js +143 -1
- package/dist/cjs/i18n/es.js +143 -2
- package/dist/cjs/i18n/fi.js +144 -2
- package/dist/cjs/i18n/fr.js +143 -2
- package/dist/cjs/i18n/hu.js +143 -2
- package/dist/cjs/i18n/it.js +143 -2
- package/dist/cjs/i18n/ja.js +144 -2
- package/dist/cjs/i18n/ko.js +143 -2
- package/dist/cjs/i18n/nb.js +145 -2
- package/dist/cjs/i18n/nl.js +143 -2
- package/dist/cjs/i18n/pl.js +144 -2
- package/dist/cjs/i18n/pt_BR.js +141 -2
- package/dist/cjs/i18n/ru.js +145 -2
- package/dist/cjs/i18n/sv.js +143 -2
- package/dist/cjs/i18n/th.js +143 -2
- package/dist/cjs/i18n/tr.js +144 -2
- package/dist/cjs/i18n/uk.js +143 -2
- package/dist/cjs/i18n/vi.js +93 -2
- package/dist/cjs/i18n/zh.js +95 -2
- package/dist/cjs/i18n/zh_TW.js +93 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +166 -3
- package/dist/es2019/i18n/da.js +143 -2
- package/dist/es2019/i18n/de.js +166 -3
- package/dist/es2019/i18n/en.js +143 -1
- package/dist/es2019/i18n/en_GB.js +143 -1
- package/dist/es2019/i18n/en_ZZ.js +143 -1
- package/dist/es2019/i18n/es.js +143 -2
- package/dist/es2019/i18n/fi.js +144 -2
- package/dist/es2019/i18n/fr.js +143 -2
- package/dist/es2019/i18n/hu.js +143 -2
- package/dist/es2019/i18n/it.js +143 -2
- package/dist/es2019/i18n/ja.js +144 -2
- package/dist/es2019/i18n/ko.js +143 -2
- package/dist/es2019/i18n/nb.js +145 -2
- package/dist/es2019/i18n/nl.js +143 -2
- package/dist/es2019/i18n/pl.js +144 -2
- package/dist/es2019/i18n/pt_BR.js +141 -2
- package/dist/es2019/i18n/ru.js +145 -2
- package/dist/es2019/i18n/sv.js +143 -2
- package/dist/es2019/i18n/th.js +143 -2
- package/dist/es2019/i18n/tr.js +144 -2
- package/dist/es2019/i18n/uk.js +143 -2
- package/dist/es2019/i18n/vi.js +93 -2
- package/dist/es2019/i18n/zh.js +95 -2
- package/dist/es2019/i18n/zh_TW.js +93 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +166 -3
- package/dist/esm/i18n/da.js +143 -2
- package/dist/esm/i18n/de.js +166 -3
- package/dist/esm/i18n/en.js +143 -1
- package/dist/esm/i18n/en_GB.js +143 -1
- package/dist/esm/i18n/en_ZZ.js +143 -1
- package/dist/esm/i18n/es.js +143 -2
- package/dist/esm/i18n/fi.js +144 -2
- package/dist/esm/i18n/fr.js +143 -2
- package/dist/esm/i18n/hu.js +143 -2
- package/dist/esm/i18n/it.js +143 -2
- package/dist/esm/i18n/ja.js +144 -2
- package/dist/esm/i18n/ko.js +143 -2
- package/dist/esm/i18n/nb.js +145 -2
- package/dist/esm/i18n/nl.js +143 -2
- package/dist/esm/i18n/pl.js +144 -2
- package/dist/esm/i18n/pt_BR.js +141 -2
- package/dist/esm/i18n/ru.js +145 -2
- package/dist/esm/i18n/sv.js +143 -2
- package/dist/esm/i18n/th.js +143 -2
- package/dist/esm/i18n/tr.js +144 -2
- package/dist/esm/i18n/uk.js +143 -2
- package/dist/esm/i18n/vi.js +93 -2
- package/dist/esm/i18n/zh.js +95 -2
- package/dist/esm/i18n/zh_TW.js +93 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/list-events.d.ts +2 -2
- package/dist/types/analytics/types/table-events.d.ts +6 -6
- package/dist/types/analytics/types/utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +163 -0
- package/dist/types/i18n/da.d.ts +141 -0
- package/dist/types/i18n/de.d.ts +163 -0
- package/dist/types/i18n/en.d.ts +143 -1
- package/dist/types/i18n/en_GB.d.ts +143 -1
- package/dist/types/i18n/en_ZZ.d.ts +143 -1
- package/dist/types/i18n/es.d.ts +141 -0
- package/dist/types/i18n/fi.d.ts +142 -0
- package/dist/types/i18n/fr.d.ts +141 -0
- package/dist/types/i18n/hu.d.ts +141 -0
- package/dist/types/i18n/it.d.ts +141 -0
- package/dist/types/i18n/ja.d.ts +142 -0
- package/dist/types/i18n/ko.d.ts +141 -0
- package/dist/types/i18n/nb.d.ts +143 -0
- package/dist/types/i18n/nl.d.ts +141 -0
- package/dist/types/i18n/pl.d.ts +142 -0
- package/dist/types/i18n/pt_BR.d.ts +139 -0
- package/dist/types/i18n/ru.d.ts +143 -0
- package/dist/types/i18n/sv.d.ts +141 -0
- package/dist/types/i18n/th.d.ts +141 -0
- package/dist/types/i18n/tr.d.ts +142 -0
- package/dist/types/i18n/uk.d.ts +141 -0
- package/dist/types/i18n/vi.d.ts +91 -0
- package/dist/types/i18n/zh.d.ts +93 -0
- package/dist/types/i18n/zh_TW.d.ts +91 -0
- package/dist/types/types/feature-flags.d.ts +0 -41
- package/dist/types-ts4.5/analytics/types/list-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +6 -6
- package/dist/types-ts4.5/analytics/types/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +163 -0
- package/dist/types-ts4.5/i18n/da.d.ts +141 -0
- package/dist/types-ts4.5/i18n/de.d.ts +163 -0
- package/dist/types-ts4.5/i18n/en.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +143 -1
- package/dist/types-ts4.5/i18n/es.d.ts +141 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +142 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +141 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +141 -0
- package/dist/types-ts4.5/i18n/it.d.ts +141 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +142 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +141 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +143 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +141 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +142 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +139 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +143 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +141 -0
- package/dist/types-ts4.5/i18n/th.d.ts +141 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +142 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +141 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +91 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +93 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +91 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -41
- package/package.json +3 -3
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -15,8 +15,10 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': '操作项',
|
|
17
17
|
'fabric.editor.action.description': '创建和指派操作项目',
|
|
18
|
+
'fabric.editor.addAltText': '替代文本',
|
|
18
19
|
'fabric.editor.addColumnLeft': '在左侧添加列',
|
|
19
20
|
'fabric.editor.addColumnRight': '在右侧添加列',
|
|
21
|
+
'fabric.editor.addImageBorder': '添加边框',
|
|
20
22
|
'fabric.editor.addMediaFiles': '添加图像、视频或文件',
|
|
21
23
|
'fabric.editor.addRowAbove': '在上方添加行',
|
|
22
24
|
'fabric.editor.addRowBelow': '在下方添加行',
|
|
@@ -26,6 +28,9 @@ var _default = exports.default = {
|
|
|
26
28
|
'fabric.editor.alignImageRight': '右对齐',
|
|
27
29
|
'fabric.editor.alignLeft': '左对齐',
|
|
28
30
|
'fabric.editor.alignRight': '右对齐',
|
|
31
|
+
'fabric.editor.alignment': '文本对齐',
|
|
32
|
+
'fabric.editor.altText': '替代文本',
|
|
33
|
+
'fabric.editor.alttext.validation': '请删除替换文字中的所有特殊字符。',
|
|
29
34
|
'fabric.editor.annotationToolbar': '标注工具栏',
|
|
30
35
|
'fabric.editor.backgroundColor': '背景颜色',
|
|
31
36
|
'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
|
|
@@ -42,10 +47,13 @@ var _default = exports.default = {
|
|
|
42
47
|
'fabric.editor.cardFloatingControls': '卡片选项',
|
|
43
48
|
'fabric.editor.cellBackground': '单元格背景',
|
|
44
49
|
'fabric.editor.cellOptions': '单元格选项',
|
|
50
|
+
'fabric.editor.checkUncheckActionItem': '切换操作项',
|
|
51
|
+
'fabric.editor.clearAltTextEdit': '清除替代文本',
|
|
45
52
|
'fabric.editor.clearCells': '{0, plural, other {清除单元格}}',
|
|
46
53
|
'fabric.editor.clearFormatting': '清除格式',
|
|
47
54
|
'fabric.editor.clearLink': '清除链接',
|
|
48
55
|
'fabric.editor.clearLinkText': '清除文本',
|
|
56
|
+
'fabric.editor.closeHelpDialog': '关闭帮助对话',
|
|
49
57
|
'fabric.editor.code': '代码',
|
|
50
58
|
'fabric.editor.code.on': '{textFormattingOff},代码已开启',
|
|
51
59
|
'fabric.editor.codeBidiWarningLabel': '双向字符会更改文本的呈现顺序。这可能被用于掩盖恶意代码。',
|
|
@@ -60,6 +68,16 @@ var _default = exports.default = {
|
|
|
60
68
|
'fabric.editor.columnDragHandle': '列选项',
|
|
61
69
|
'fabric.editor.columns': '布局',
|
|
62
70
|
'fabric.editor.columns.description': '使用分段组织页面',
|
|
71
|
+
'fabric.editor.configFailedToLoad': '无法加载',
|
|
72
|
+
'fabric.editor.configPanel.documentation': '文档',
|
|
73
|
+
'fabric.editor.configPanel.errorBoundary.title': '出错了。',
|
|
74
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '无法组合 isMultiple 与样式:radio',
|
|
75
|
+
'fabric.editor.configPanel.formType.addField': '添加字段',
|
|
76
|
+
'fabric.editor.configPanel.formType.removeField': '删除字段',
|
|
77
|
+
'fabric.editor.configPanel.help': '需要帮助?',
|
|
78
|
+
'fabric.editor.configPanel.invalid': '无效字段',
|
|
79
|
+
'fabric.editor.configPanel.required': '必填字段',
|
|
80
|
+
'fabric.editor.configPanel.submit': '提交',
|
|
63
81
|
'fabric.editor.copiedToClipboard': '已复制!',
|
|
64
82
|
'fabric.editor.copyToClipboard': '复制',
|
|
65
83
|
'fabric.editor.cornerControl': '突出显示表格',
|
|
@@ -76,7 +94,9 @@ var _default = exports.default = {
|
|
|
76
94
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
77
95
|
'fabric.editor.decision': '决定',
|
|
78
96
|
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
97
|
+
'fabric.editor.decisionPlaceholder': '添加决定...',
|
|
79
98
|
'fabric.editor.defaultAltText': '列出项目',
|
|
99
|
+
'fabric.editor.description': '描述',
|
|
80
100
|
'fabric.editor.displayBlock': '显示卡片',
|
|
81
101
|
'fabric.editor.displayEmbed': '显示嵌入',
|
|
82
102
|
'fabric.editor.displayInline': '显示内联',
|
|
@@ -84,19 +104,38 @@ var _default = exports.default = {
|
|
|
84
104
|
'fabric.editor.displayOptionUnavailableInParentNode': '无法在 {node} 内使用此显示选项',
|
|
85
105
|
'fabric.editor.displayText': '待显示的文本',
|
|
86
106
|
'fabric.editor.distributeColumns': '分散列',
|
|
107
|
+
'fabric.editor.dropPlaceholderLabel': '文档',
|
|
87
108
|
'fabric.editor.ecombedDescription': '显示链接的交互式预览',
|
|
109
|
+
'fabric.editor.edit': '编辑',
|
|
88
110
|
'fabric.editor.edit.datasource': '编辑搜索查询',
|
|
111
|
+
'fabric.editor.editAltText': '编辑替代文本',
|
|
89
112
|
'fabric.editor.editDateText': '编辑日期',
|
|
90
113
|
'fabric.editor.editLink': '编辑链接',
|
|
91
114
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
92
115
|
'fabric.editor.editStatusColor': '编辑状态颜色',
|
|
93
116
|
'fabric.editor.editStatusText': '编辑状态',
|
|
94
117
|
'fabric.editor.editableContentLabel': '可编辑内容',
|
|
118
|
+
'fabric.editor.editorHelp': '编辑器帮助',
|
|
119
|
+
'fabric.editor.editors': '编辑者',
|
|
120
|
+
'fabric.editor.elementBrowser.help': '帮助',
|
|
121
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
122
|
+
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
123
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': '通讯',
|
|
124
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence 内容',
|
|
125
|
+
'fabric.editor.elementbrowser.categorylist.category-development': '开发',
|
|
126
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': '外部内容',
|
|
127
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': '格式化',
|
|
128
|
+
'fabric.editor.elementbrowser.categorylist.category-media': '媒体',
|
|
129
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': '导航',
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': '报告',
|
|
131
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': '视觉与图像',
|
|
95
132
|
'fabric.editor.elementbrowser.search.empty-state.heading': '未找到与您的搜索条件相匹配的内容',
|
|
96
133
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '请尝试用其他术语搜索或寻找适用于 Atlassian 产品的新应用。',
|
|
97
134
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '浏览 Atlassian Marketplace',
|
|
98
135
|
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': '未找到与您的搜索条件相匹配的内容',
|
|
99
136
|
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '条针对已输入文本的建议已生成。',
|
|
137
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': '条针对已输入文本的建议已生成。',
|
|
138
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter 键',
|
|
100
139
|
'fabric.editor.elementbrowser.searchbar.placeholder': '搜索',
|
|
101
140
|
'fabric.editor.elementbrowser.sidebar.heading': '浏览',
|
|
102
141
|
'fabric.editor.embedTitle': '嵌入',
|
|
@@ -104,6 +143,7 @@ var _default = exports.default = {
|
|
|
104
143
|
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
105
144
|
'fabric.editor.emptyLink': '请输入链接。',
|
|
106
145
|
'fabric.editor.epic': '长篇故事',
|
|
146
|
+
'fabric.editor.error': '错误',
|
|
107
147
|
'fabric.editor.errorPanel': '错误面板',
|
|
108
148
|
'fabric.editor.errorPanel.description': '在彩色面板调出错误',
|
|
109
149
|
'fabric.editor.expand': '扩展',
|
|
@@ -111,13 +151,25 @@ var _default = exports.default = {
|
|
|
111
151
|
'fabric.editor.expandDefaultTitle': '点击此处展开...',
|
|
112
152
|
'fabric.editor.expandNode': '展开内容',
|
|
113
153
|
'fabric.editor.expandPlaceholder': '为此展开添加标题......',
|
|
154
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
114
155
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '正在删除',
|
|
115
156
|
'fabric.editor.extension.deleteElementTitle': '删除元素',
|
|
116
157
|
'fabric.editor.extension.sourceNoTitledName': '此元素',
|
|
158
|
+
'fabric.editor.extensions.config-panel.save-indicator': '始终自动保存所有更改',
|
|
117
159
|
'fabric.editor.failed_to_upload': '上传失败',
|
|
118
160
|
'fabric.editor.feedbackDialog': '提供反馈意见',
|
|
119
161
|
'fabric.editor.feedbackDialog.description': '跟我们讲讲您对新编辑器的使用体验',
|
|
162
|
+
'fabric.editor.findNext': '查找下一个',
|
|
163
|
+
'fabric.editor.findPrevious': '查找上一个',
|
|
164
|
+
'fabric.editor.findReplaceToolbarButton': '查找和替换',
|
|
120
165
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同时删除已连接的元素',
|
|
166
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name}(另外 {amount,number} 个已连接元素)}}',
|
|
167
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': '您确定吗?',
|
|
168
|
+
'fabric.editor.floatingToolbar.confirmModalOK': '确定',
|
|
169
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '浮动工具栏控件已打开',
|
|
170
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮动工具栏',
|
|
171
|
+
'fabric.editor.floatingToolbar.scrollLeft': '向左滚动',
|
|
172
|
+
'fabric.editor.floatingToolbar.scrollRight': '向右滚动',
|
|
121
173
|
'fabric.editor.headerColumn': '标题列',
|
|
122
174
|
'fabric.editor.headerRow': '标题行',
|
|
123
175
|
'fabric.editor.heading1': '标题 1',
|
|
@@ -140,6 +192,7 @@ var _default = exports.default = {
|
|
|
140
192
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任务',
|
|
141
193
|
'fabric.editor.help': '帮助',
|
|
142
194
|
'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
|
|
195
|
+
'fabric.editor.helpDialogTips': '点击 {keyMap} 可以随时快速打开此对话',
|
|
143
196
|
'fabric.editor.horizontalRule': '分隔条',
|
|
144
197
|
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
145
198
|
'fabric.editor.hyperlink.linkVisibleLabel': '粘贴或搜索链接',
|
|
@@ -148,6 +201,8 @@ var _default = exports.default = {
|
|
|
148
201
|
'fabric.editor.hyperlink.textVisibleLabel': '显示文本(可选)',
|
|
149
202
|
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
150
203
|
'fabric.editor.image': '图片',
|
|
204
|
+
'fabric.editor.image.fullWidthLabel': '全宽',
|
|
205
|
+
'fabric.editor.imageBorderOptions': '边框选项',
|
|
151
206
|
'fabric.editor.improvement': '改进',
|
|
152
207
|
'fabric.editor.indent': '增大缩进',
|
|
153
208
|
'fabric.editor.infoPanel': '信息面板',
|
|
@@ -155,13 +210,17 @@ var _default = exports.default = {
|
|
|
155
210
|
'fabric.editor.inlineDescription': '以内联文本显示链接',
|
|
156
211
|
'fabric.editor.inlineOverlay': '配置',
|
|
157
212
|
'fabric.editor.inlineTitle': '内联',
|
|
213
|
+
'fabric.editor.inputQueryAssistiveTxt': '有可用的自动完成结果时,可以使用向上和向下箭头键进行查看,并按 Enter 键进行选择。触摸设备用户,并通过触摸或滑动手势进行浏览。',
|
|
158
214
|
'fabric.editor.insertColumn': '在右侧插入列',
|
|
159
215
|
'fabric.editor.insertColumnDrag': '插入列',
|
|
160
|
-
'fabric.editor.insertMenu': '
|
|
216
|
+
'fabric.editor.insertMenu': '插入元素',
|
|
161
217
|
'fabric.editor.insertRow': '在下方插入行',
|
|
162
218
|
'fabric.editor.insertRowDrag': '插入行',
|
|
219
|
+
'fabric.editor.invalidDateError': '输入有效日期',
|
|
163
220
|
'fabric.editor.invalidLink': '请输入有效链接。',
|
|
221
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀请团队成员加入 {productName}} trusted {邀请团队成员加入 {productName}} other {将团队成员添加至 {productName}}}',
|
|
164
222
|
'fabric.editor.italic': '斜体',
|
|
223
|
+
'fabric.editor.keyboardShortcuts': '键盘快捷键',
|
|
165
224
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
166
225
|
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
167
226
|
'fabric.editor.layoutWide': '显示宽屏',
|
|
@@ -171,12 +230,23 @@ var _default = exports.default = {
|
|
|
171
230
|
'fabric.editor.linkAddress': '链接地址',
|
|
172
231
|
'fabric.editor.linkPlaceholder': '粘贴链接',
|
|
173
232
|
'fabric.editor.lists': '列表',
|
|
233
|
+
'fabric.editor.markdown': '进行标记',
|
|
234
|
+
'fabric.editor.matchCase': '匹配大小写',
|
|
235
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度输入',
|
|
236
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大宽度 {maxWidth} 像素',
|
|
237
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': '转换为像素',
|
|
238
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '从百分比迁移到固定像素大小',
|
|
239
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': '宽度验证失败',
|
|
174
240
|
'fabric.editor.mediaAddLink': '添加链接',
|
|
175
241
|
'fabric.editor.mediaFiles': '图像、视频或文件',
|
|
176
242
|
'fabric.editor.mediaFiles.description': '向页面添加图像和其他文件',
|
|
243
|
+
'fabric.editor.media_change_mediainline_caption_warn': '内联(标题将被移除)',
|
|
244
|
+
'fabric.editor.media_change_mediainline_default': '内联',
|
|
177
245
|
'fabric.editor.media_change_mediasingle': '原始大小',
|
|
178
246
|
'fabric.editor.mention': '提到',
|
|
179
247
|
'fabric.editor.mention.description': '提及某人以发送通知',
|
|
248
|
+
'fabric.editor.mentionNode.label': '已标记用户',
|
|
249
|
+
'fabric.editor.mentionsAddLabel': '“添加”图标',
|
|
180
250
|
'fabric.editor.mergeCells': '合并单元格',
|
|
181
251
|
'fabric.editor.moreFormatting': '更多格式',
|
|
182
252
|
'fabric.editor.moveColumnLeft': '{0, plural, other {将列左移}}',
|
|
@@ -185,6 +255,8 @@ var _default = exports.default = {
|
|
|
185
255
|
'fabric.editor.moveRowUp': '{0, plural, other {将行上移}}',
|
|
186
256
|
'fabric.editor.navigate.toolbar.editor': '导航到编辑器工具栏',
|
|
187
257
|
'fabric.editor.navigate.toolbar.floating': '导航到浮动工具栏',
|
|
258
|
+
'fabric.editor.noResultsFound': '无结果',
|
|
259
|
+
'fabric.editor.noSearchResults': '无搜索结果',
|
|
188
260
|
'fabric.editor.normal': '普通文本',
|
|
189
261
|
'fabric.editor.notePanel': '备注面板',
|
|
190
262
|
'fabric.editor.notePanel.description': '在彩色面板添加注释',
|
|
@@ -197,20 +269,28 @@ var _default = exports.default = {
|
|
|
197
269
|
'fabric.editor.other': '其他...',
|
|
198
270
|
'fabric.editor.outdent': '减小缩进',
|
|
199
271
|
'fabric.editor.pageActionsLabel': '页面操作',
|
|
272
|
+
'fabric.editor.panel.backgroundColor': '背景颜色',
|
|
273
|
+
'fabric.editor.pastePlainText': '粘贴纯文本',
|
|
274
|
+
'fabric.editor.placeholderAltText': '用替代文本描述此图片',
|
|
200
275
|
'fabric.editor.placeholderText': '占位文本',
|
|
201
276
|
'fabric.editor.placeholderText.description': '向页面插入一个文本占位符',
|
|
277
|
+
'fabric.editor.placeholderTextPlaceholder': '添加占位文本',
|
|
202
278
|
'fabric.editor.recordVideo': '录制视频',
|
|
203
279
|
'fabric.editor.recordVideo.description': '使用 Loom 录制视频',
|
|
204
280
|
'fabric.editor.redo': '重做',
|
|
205
281
|
'fabric.editor.remove': '删除',
|
|
206
282
|
'fabric.editor.removeColumns': '{0, plural, other {删除列}}',
|
|
207
283
|
'fabric.editor.removeEmoji': '删除表情',
|
|
284
|
+
'fabric.editor.removeImageBorder': '移除边框',
|
|
208
285
|
'fabric.editor.removeRows': '{0, plural, other {删除行}}',
|
|
286
|
+
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
209
287
|
'fabric.editor.rightSidebar': '右侧栏',
|
|
210
288
|
'fabric.editor.rowControl': '突出显示行',
|
|
211
289
|
'fabric.editor.rowDragHandle': '行选项',
|
|
212
290
|
'fabric.editor.saveButton': '保存',
|
|
291
|
+
'fabric.editor.selectLanguage': '选择语言',
|
|
213
292
|
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
293
|
+
'fabric.editor.shortcut': '文本快捷方式',
|
|
214
294
|
'fabric.editor.single': '单列',
|
|
215
295
|
'fabric.editor.sortColumnASC': '对列 A → Z 进行排序',
|
|
216
296
|
'fabric.editor.sortColumnDESC': '对列 Z → A 进行排序',
|
|
@@ -229,6 +309,7 @@ var _default = exports.default = {
|
|
|
229
309
|
'fabric.editor.successPanel.description': '在彩色面板添加提示',
|
|
230
310
|
'fabric.editor.superscript': '上标',
|
|
231
311
|
'fabric.editor.superscript.off.subscript.on': '禁用上标,启用下标',
|
|
312
|
+
'fabric.editor.supportAltText': '对于因有视觉障碍而使用屏幕朗读器的用户,替代文本很有帮助。',
|
|
232
313
|
'fabric.editor.table': '表格',
|
|
233
314
|
'fabric.editor.table.description': '插入表格',
|
|
234
315
|
'fabric.editor.tableOptions': '表格选项',
|
|
@@ -243,14 +324,17 @@ var _default = exports.default = {
|
|
|
243
324
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '删除',
|
|
244
325
|
'fabric.editor.tables.resizeTable': '调整表格大小',
|
|
245
326
|
'fabric.editor.task': '任务',
|
|
327
|
+
'fabric.editor.taskPlaceholder': '输入您的操作,使用“@”进行分配。',
|
|
246
328
|
'fabric.editor.text.formatting.off': '文本格式已关闭',
|
|
329
|
+
'fabric.editor.textColor': '文本颜色',
|
|
247
330
|
'fabric.editor.textStyles': '文本样式',
|
|
248
331
|
'fabric.editor.threeColumns': '三栏',
|
|
249
332
|
'fabric.editor.threeColumnsWithSidebars': '具有侧边栏的三列',
|
|
250
333
|
'fabric.editor.time.ago': '前',
|
|
251
334
|
'fabric.editor.time.updated': '上次更新时间',
|
|
252
335
|
'fabric.editor.time.viewed': '上次查看时间',
|
|
253
|
-
'fabric.editor.toolbarLabel': '
|
|
336
|
+
'fabric.editor.toolbarLabel': '编辑器',
|
|
337
|
+
'fabric.editor.toolbarMediaTitle': '添加图像、视频或文件',
|
|
254
338
|
'fabric.editor.tooltip.blockPanel': '面板',
|
|
255
339
|
'fabric.editor.tooltip.bulletList': '一个列表',
|
|
256
340
|
'fabric.editor.tooltip.decisionList': '决策列表',
|
|
@@ -258,6 +342,15 @@ var _default = exports.default = {
|
|
|
258
342
|
'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
|
|
259
343
|
'fabric.editor.tooltip.taskList': '操作项',
|
|
260
344
|
'fabric.editor.twoColumns': '两栏',
|
|
345
|
+
'fabric.editor.typeAhead.popupLabel': '输入提示结果',
|
|
346
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': '开始输入以搜索或筛选快捷方式选项',
|
|
347
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': '插入操作和格式设置操作的快捷方式',
|
|
348
|
+
'fabric.editor.typeahead.emojiInputLabel': '开始输入以搜索或筛选表情选项',
|
|
349
|
+
'fabric.editor.typeahead.emojiListItemLabel': '表情 {name} 文本快捷方式 {shortcut}',
|
|
350
|
+
'fabric.editor.typeahead.emojiPopupLabel': '表情快捷方式',
|
|
351
|
+
'fabric.editor.typeahead.mentionInputLabel': '开始输入以搜索要标记的用户',
|
|
352
|
+
'fabric.editor.typeahead.mentionPopupLabel': '您可以标记的用户',
|
|
353
|
+
'fabric.editor.typeahead.metionListItemLabel': '用户 {name} @{shortName}',
|
|
261
354
|
'fabric.editor.unableToLoadContent': '无法加载此内容',
|
|
262
355
|
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
263
356
|
'fabric.editor.underline': '下划线',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -15,8 +15,10 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': '動作項目',
|
|
17
17
|
'fabric.editor.action.description': '建立並指派動作項目',
|
|
18
|
+
'fabric.editor.addAltText': '替代文字',
|
|
18
19
|
'fabric.editor.addColumnLeft': '新增左側欄',
|
|
19
20
|
'fabric.editor.addColumnRight': '新增右欄',
|
|
21
|
+
'fabric.editor.addImageBorder': '新增邊框',
|
|
20
22
|
'fabric.editor.addMediaFiles': '新增圖片、影片或檔案',
|
|
21
23
|
'fabric.editor.addRowAbove': '在上方新增列',
|
|
22
24
|
'fabric.editor.addRowBelow': '在下方新增列',
|
|
@@ -26,6 +28,9 @@ var _default = exports.default = {
|
|
|
26
28
|
'fabric.editor.alignImageRight': '靠右對齊',
|
|
27
29
|
'fabric.editor.alignLeft': '靠左對齊',
|
|
28
30
|
'fabric.editor.alignRight': '靠右對齊',
|
|
31
|
+
'fabric.editor.alignment': '文字對齊',
|
|
32
|
+
'fabric.editor.altText': '替代文字',
|
|
33
|
+
'fabric.editor.alttext.validation': '請移除替代文字中的所有特殊字元。',
|
|
29
34
|
'fabric.editor.annotationToolbar': '註解工具列',
|
|
30
35
|
'fabric.editor.backgroundColor': '背景顏色',
|
|
31
36
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
@@ -42,10 +47,13 @@ var _default = exports.default = {
|
|
|
42
47
|
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
43
48
|
'fabric.editor.cellBackground': '儲存格背景',
|
|
44
49
|
'fabric.editor.cellOptions': '儲存格選項',
|
|
50
|
+
'fabric.editor.checkUncheckActionItem': '切換交辦事項',
|
|
51
|
+
'fabric.editor.clearAltTextEdit': '清除替代文字',
|
|
45
52
|
'fabric.editor.clearCells': '{0, plural, other {清除儲存格}}',
|
|
46
53
|
'fabric.editor.clearFormatting': '清除格式設定',
|
|
47
54
|
'fabric.editor.clearLink': '清除連結',
|
|
48
55
|
'fabric.editor.clearLinkText': '清除文字',
|
|
56
|
+
'fabric.editor.closeHelpDialog': '關閉說明對話方塊',
|
|
49
57
|
'fabric.editor.code': '程式碼',
|
|
50
58
|
'fabric.editor.code.on': '{textFormattingOff},程式碼開啟',
|
|
51
59
|
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
@@ -60,6 +68,16 @@ var _default = exports.default = {
|
|
|
60
68
|
'fabric.editor.columnDragHandle': '欄選項',
|
|
61
69
|
'fabric.editor.columns': '版面配置',
|
|
62
70
|
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
71
|
+
'fabric.editor.configFailedToLoad': '無法載入',
|
|
72
|
+
'fabric.editor.configPanel.documentation': '說明文件',
|
|
73
|
+
'fabric.editor.configPanel.errorBoundary.title': '發生錯誤。',
|
|
74
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '無法結合 isMultiple 與 radio 風格',
|
|
75
|
+
'fabric.editor.configPanel.formType.addField': '新增欄位',
|
|
76
|
+
'fabric.editor.configPanel.formType.removeField': '移除欄位',
|
|
77
|
+
'fabric.editor.configPanel.help': '需要協助嗎?',
|
|
78
|
+
'fabric.editor.configPanel.invalid': '無效欄位',
|
|
79
|
+
'fabric.editor.configPanel.required': '必要欄位',
|
|
80
|
+
'fabric.editor.configPanel.submit': '提交',
|
|
63
81
|
'fabric.editor.copiedToClipboard': '已複製!',
|
|
64
82
|
'fabric.editor.copyToClipboard': '複製',
|
|
65
83
|
'fabric.editor.cornerControl': '醒目提示表格',
|
|
@@ -76,7 +94,9 @@ var _default = exports.default = {
|
|
|
76
94
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
77
95
|
'fabric.editor.decision': '決定',
|
|
78
96
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
97
|
+
'fabric.editor.decisionPlaceholder': '新增決定…',
|
|
79
98
|
'fabric.editor.defaultAltText': '清單項目',
|
|
99
|
+
'fabric.editor.description': '描述',
|
|
80
100
|
'fabric.editor.displayBlock': '顯示卡片',
|
|
81
101
|
'fabric.editor.displayEmbed': '顯示嵌入',
|
|
82
102
|
'fabric.editor.displayInline': '顯示內嵌',
|
|
@@ -84,14 +104,31 @@ var _default = exports.default = {
|
|
|
84
104
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
|
|
85
105
|
'fabric.editor.displayText': '要顯示的文字',
|
|
86
106
|
'fabric.editor.distributeColumns': '平均分配直欄寬度',
|
|
107
|
+
'fabric.editor.dropPlaceholderLabel': '文件',
|
|
87
108
|
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
109
|
+
'fabric.editor.edit': '編輯',
|
|
88
110
|
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
111
|
+
'fabric.editor.editAltText': '編輯替代文字',
|
|
89
112
|
'fabric.editor.editDateText': '編輯日期',
|
|
90
113
|
'fabric.editor.editLink': '編輯連結',
|
|
91
114
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
92
115
|
'fabric.editor.editStatusColor': '編輯狀態顏色',
|
|
93
116
|
'fabric.editor.editStatusText': '編輯狀態',
|
|
94
117
|
'fabric.editor.editableContentLabel': '可編輯內容',
|
|
118
|
+
'fabric.editor.editorHelp': '編輯器說明',
|
|
119
|
+
'fabric.editor.editors': '編輯者',
|
|
120
|
+
'fabric.editor.elementBrowser.help': '說明',
|
|
121
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
122
|
+
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
123
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': '通訊',
|
|
124
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence 內容',
|
|
125
|
+
'fabric.editor.elementbrowser.categorylist.category-development': '開發',
|
|
126
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': '外部內容',
|
|
127
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': '格式設定',
|
|
128
|
+
'fabric.editor.elementbrowser.categorylist.category-media': '媒體',
|
|
129
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': '導覽',
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': '建立報告',
|
|
131
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': '視覺與影像',
|
|
95
132
|
'fabric.editor.elementbrowser.search.empty-state.heading': '沒有任何項目符合您的搜尋內容',
|
|
96
133
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
97
134
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
|
|
@@ -106,6 +143,7 @@ var _default = exports.default = {
|
|
|
106
143
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
107
144
|
'fabric.editor.emptyLink': '請輸入連結。',
|
|
108
145
|
'fabric.editor.epic': '大型工作',
|
|
146
|
+
'fabric.editor.error': '錯誤',
|
|
109
147
|
'fabric.editor.errorPanel': '錯誤面板',
|
|
110
148
|
'fabric.editor.errorPanel.description': '以彩色面板呼叫錯誤',
|
|
111
149
|
'fabric.editor.expand': '擴充',
|
|
@@ -113,13 +151,25 @@ var _default = exports.default = {
|
|
|
113
151
|
'fabric.editor.expandDefaultTitle': '按一下此處以展開...',
|
|
114
152
|
'fabric.editor.expandNode': '展開內容',
|
|
115
153
|
'fabric.editor.expandPlaceholder': '為此展開設定標題...',
|
|
154
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
116
155
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '正在刪除',
|
|
117
156
|
'fabric.editor.extension.deleteElementTitle': '刪除元素',
|
|
118
157
|
'fabric.editor.extension.sourceNoTitledName': '這個元素',
|
|
158
|
+
'fabric.editor.extensions.config-panel.save-indicator': '系統會隨時自動儲存所有變更',
|
|
119
159
|
'fabric.editor.failed_to_upload': '無法上傳',
|
|
120
160
|
'fabric.editor.feedbackDialog': '提供意見回饋',
|
|
121
161
|
'fabric.editor.feedbackDialog.description': '請說明您對於新編輯器的使用體驗',
|
|
162
|
+
'fabric.editor.findNext': '尋找下一個',
|
|
163
|
+
'fabric.editor.findPrevious': '尋找上一個',
|
|
164
|
+
'fabric.editor.findReplaceToolbarButton': '尋找與取代',
|
|
122
165
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同時刪除已連結的元素',
|
|
166
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} 個連結的元素)}}',
|
|
167
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': '您確定嗎?',
|
|
168
|
+
'fabric.editor.floatingToolbar.confirmModalOK': '確定',
|
|
169
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '已開啟浮動工具列控制項',
|
|
170
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮動工具列',
|
|
171
|
+
'fabric.editor.floatingToolbar.scrollLeft': '向左捲動',
|
|
172
|
+
'fabric.editor.floatingToolbar.scrollRight': '向右捲動',
|
|
123
173
|
'fabric.editor.headerColumn': '標題欄',
|
|
124
174
|
'fabric.editor.headerRow': '標題列',
|
|
125
175
|
'fabric.editor.heading1': '標題 1',
|
|
@@ -142,6 +192,7 @@ var _default = exports.default = {
|
|
|
142
192
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任務',
|
|
143
193
|
'fabric.editor.help': '說明',
|
|
144
194
|
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
195
|
+
'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
|
|
145
196
|
'fabric.editor.horizontalRule': '分隔線',
|
|
146
197
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
147
198
|
'fabric.editor.hyperlink.linkVisibleLabel': '貼上或搜尋連結',
|
|
@@ -150,6 +201,8 @@ var _default = exports.default = {
|
|
|
150
201
|
'fabric.editor.hyperlink.textVisibleLabel': '顯示文字 (選擇性)',
|
|
151
202
|
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
152
203
|
'fabric.editor.image': '影像',
|
|
204
|
+
'fabric.editor.image.fullWidthLabel': '全寬',
|
|
205
|
+
'fabric.editor.imageBorderOptions': '邊框選項',
|
|
153
206
|
'fabric.editor.improvement': '改善',
|
|
154
207
|
'fabric.editor.indent': '增加縮排',
|
|
155
208
|
'fabric.editor.infoPanel': '資訊面板',
|
|
@@ -157,13 +210,17 @@ var _default = exports.default = {
|
|
|
157
210
|
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
158
211
|
'fabric.editor.inlineOverlay': '設定',
|
|
159
212
|
'fabric.editor.inlineTitle': '內嵌',
|
|
213
|
+
'fabric.editor.inputQueryAssistiveTxt': '自動完成結果可用時,請使用向上和向下箭頭查看,並輸入以進行選取。若您使用觸控螢幕裝置,請透過觸控或滑動手勢探索內容。',
|
|
160
214
|
'fabric.editor.insertColumn': '在右側插入直欄',
|
|
161
215
|
'fabric.editor.insertColumnDrag': '插入直欄',
|
|
162
|
-
'fabric.editor.insertMenu': '
|
|
216
|
+
'fabric.editor.insertMenu': '插入元素',
|
|
163
217
|
'fabric.editor.insertRow': '在下方插入列',
|
|
164
218
|
'fabric.editor.insertRowDrag': '插入列',
|
|
219
|
+
'fabric.editor.invalidDateError': '請輸入有效的日期',
|
|
165
220
|
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
221
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀請團隊成員加入 {productName}} trusted {邀請團隊成員加入 {productName}} other {將團隊成員新增至 {productName}}}',
|
|
166
222
|
'fabric.editor.italic': '斜體',
|
|
223
|
+
'fabric.editor.keyboardShortcuts': '鍵盤快速鍵',
|
|
167
224
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
168
225
|
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
169
226
|
'fabric.editor.layoutWide': '採用寬版',
|
|
@@ -173,12 +230,23 @@ var _default = exports.default = {
|
|
|
173
230
|
'fabric.editor.linkAddress': '連結位址',
|
|
174
231
|
'fabric.editor.linkPlaceholder': '貼上連結',
|
|
175
232
|
'fabric.editor.lists': '清單',
|
|
233
|
+
'fabric.editor.markdown': 'Markdown',
|
|
234
|
+
'fabric.editor.matchCase': '大小寫須相符',
|
|
235
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度輸入',
|
|
236
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大寬度 {maxWidth}px',
|
|
237
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': '轉換為像素',
|
|
238
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '從百分比移轉為固定像素大小',
|
|
239
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': '寬度驗證失敗',
|
|
176
240
|
'fabric.editor.mediaAddLink': '新增連結',
|
|
177
241
|
'fabric.editor.mediaFiles': '圖片、影片或檔案',
|
|
178
242
|
'fabric.editor.mediaFiles.description': '將影像和其他檔案新增至頁面',
|
|
243
|
+
'fabric.editor.media_change_mediainline_caption_warn': '內嵌 (標題將會移除)',
|
|
244
|
+
'fabric.editor.media_change_mediainline_default': '內嵌',
|
|
179
245
|
'fabric.editor.media_change_mediasingle': '原始尺寸',
|
|
180
246
|
'fabric.editor.mention': '提及',
|
|
181
247
|
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
248
|
+
'fabric.editor.mentionNode.label': '已標記使用者',
|
|
249
|
+
'fabric.editor.mentionsAddLabel': '新增圖示',
|
|
182
250
|
'fabric.editor.mergeCells': '合併儲存格',
|
|
183
251
|
'fabric.editor.moreFormatting': '更多格式設定',
|
|
184
252
|
'fabric.editor.moveColumnLeft': '{0, plural, other {將欄向左移動}}',
|
|
@@ -187,6 +255,8 @@ var _default = exports.default = {
|
|
|
187
255
|
'fabric.editor.moveRowUp': '{0, plural, other {向上移動列}}',
|
|
188
256
|
'fabric.editor.navigate.toolbar.editor': '導覽至編輯器工具列',
|
|
189
257
|
'fabric.editor.navigate.toolbar.floating': '導覽至浮動工具列',
|
|
258
|
+
'fabric.editor.noResultsFound': '沒有結果',
|
|
259
|
+
'fabric.editor.noSearchResults': '沒有搜尋結果',
|
|
190
260
|
'fabric.editor.normal': '一般文字',
|
|
191
261
|
'fabric.editor.notePanel': '附註面板',
|
|
192
262
|
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
@@ -199,20 +269,28 @@ var _default = exports.default = {
|
|
|
199
269
|
'fabric.editor.other': '其他...',
|
|
200
270
|
'fabric.editor.outdent': '減少縮排',
|
|
201
271
|
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
272
|
+
'fabric.editor.panel.backgroundColor': '背景顏色',
|
|
273
|
+
'fabric.editor.pastePlainText': '貼上純文字',
|
|
274
|
+
'fabric.editor.placeholderAltText': '使用替代文字描述這張圖片',
|
|
202
275
|
'fabric.editor.placeholderText': '預留位置文字',
|
|
203
276
|
'fabric.editor.placeholderText.description': '在頁面中插入文字預留位置',
|
|
277
|
+
'fabric.editor.placeholderTextPlaceholder': '新增預留位置文字',
|
|
204
278
|
'fabric.editor.recordVideo': '錄製影片',
|
|
205
279
|
'fabric.editor.recordVideo.description': '使用 Loom 錄製影片',
|
|
206
280
|
'fabric.editor.redo': '重做',
|
|
207
281
|
'fabric.editor.remove': '移除',
|
|
208
282
|
'fabric.editor.removeColumns': '{0, plural, other {刪除直欄}}',
|
|
209
283
|
'fabric.editor.removeEmoji': '移除表情符號',
|
|
284
|
+
'fabric.editor.removeImageBorder': '移除邊框',
|
|
210
285
|
'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
|
|
286
|
+
'fabric.editor.resultsCount': '第 {selectedMatchPosition} 個,共 {totalResultsCount} 個',
|
|
211
287
|
'fabric.editor.rightSidebar': '右側資訊看板',
|
|
212
288
|
'fabric.editor.rowControl': '醒目提示列',
|
|
213
289
|
'fabric.editor.rowDragHandle': '列選項',
|
|
214
290
|
'fabric.editor.saveButton': '儲存',
|
|
291
|
+
'fabric.editor.selectLanguage': '選取語言',
|
|
215
292
|
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
293
|
+
'fabric.editor.shortcut': '文字快顯',
|
|
216
294
|
'fabric.editor.single': '單欄',
|
|
217
295
|
'fabric.editor.sortColumnASC': '以 A → Z 排序直欄',
|
|
218
296
|
'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
|
|
@@ -231,6 +309,7 @@ var _default = exports.default = {
|
|
|
231
309
|
'fabric.editor.successPanel.description': '以彩色面板新增提示',
|
|
232
310
|
'fabric.editor.superscript': '上標',
|
|
233
311
|
'fabric.editor.superscript.off.subscript.on': '上標關閉,下標開啟',
|
|
312
|
+
'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
|
|
234
313
|
'fabric.editor.table': '表格',
|
|
235
314
|
'fabric.editor.table.description': '插入表格',
|
|
236
315
|
'fabric.editor.tableOptions': '表格選項',
|
|
@@ -245,14 +324,17 @@ var _default = exports.default = {
|
|
|
245
324
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
|
|
246
325
|
'fabric.editor.tables.resizeTable': '重新調整表格大小',
|
|
247
326
|
'fabric.editor.task': '任務',
|
|
327
|
+
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
|
|
248
328
|
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
329
|
+
'fabric.editor.textColor': '文字顏色',
|
|
249
330
|
'fabric.editor.textStyles': '文字樣式',
|
|
250
331
|
'fabric.editor.threeColumns': '三欄',
|
|
251
332
|
'fabric.editor.threeColumnsWithSidebars': '三個包含資訊看板的直欄',
|
|
252
333
|
'fabric.editor.time.ago': '前',
|
|
253
334
|
'fabric.editor.time.updated': '已更新',
|
|
254
335
|
'fabric.editor.time.viewed': '已檢視',
|
|
255
|
-
'fabric.editor.toolbarLabel': '
|
|
336
|
+
'fabric.editor.toolbarLabel': '編輯器',
|
|
337
|
+
'fabric.editor.toolbarMediaTitle': '新增圖片、影片或檔案',
|
|
256
338
|
'fabric.editor.tooltip.blockPanel': '面板',
|
|
257
339
|
'fabric.editor.tooltip.bulletList': '清單',
|
|
258
340
|
'fabric.editor.tooltip.decisionList': '決定清單',
|
|
@@ -260,6 +342,15 @@ var _default = exports.default = {
|
|
|
260
342
|
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
261
343
|
'fabric.editor.tooltip.taskList': '動作項目',
|
|
262
344
|
'fabric.editor.twoColumns': '兩欄',
|
|
345
|
+
'fabric.editor.typeAhead.popupLabel': '自動提示結果',
|
|
346
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': '開始輸入以搜尋或篩選快速鍵選項',
|
|
347
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': '插入和格式化的快速鍵',
|
|
348
|
+
'fabric.editor.typeahead.emojiInputLabel': '開始輸入以搜尋或篩選表情符號選項',
|
|
349
|
+
'fabric.editor.typeahead.emojiListItemLabel': '表情符號 {name} 文字快速鍵 {shortcut}',
|
|
350
|
+
'fabric.editor.typeahead.emojiPopupLabel': '表情符號快速鍵',
|
|
351
|
+
'fabric.editor.typeahead.mentionInputLabel': '開始輸入以搜尋要標記的使用者',
|
|
352
|
+
'fabric.editor.typeahead.mentionPopupLabel': '您可以標記的使用者',
|
|
353
|
+
'fabric.editor.typeahead.metionListItemLabel': '使用者 {name} @{shortName}',
|
|
263
354
|
'fabric.editor.unableToLoadContent': '我們無法載入此內容',
|
|
264
355
|
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
265
356
|
'fabric.editor.underline': '底線',
|
|
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
16
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "
|
|
19
|
+
var packageVersion = "78.0.0";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -22,7 +22,7 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
22
22
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
23
23
|
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; } } /** @jsx jsx */
|
|
24
24
|
var packageName = "@atlaskit/editor-common";
|
|
25
|
-
var packageVersion = "
|
|
25
|
+
var packageVersion = "78.0.0";
|
|
26
26
|
var halfFocusRing = 1;
|
|
27
27
|
var dropOffset = '0, 8';
|
|
28
28
|
var DropList = /*#__PURE__*/function (_Component) {
|