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