@atlaskit/editor-common 78.11.2 → 78.11.3
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 +7 -0
- package/afm-cc/tsconfig.json +3 -0
- package/dist/cjs/doc-utils/editor-use-only.js +33 -0
- package/dist/cjs/doc-utils/index.js +12 -0
- package/dist/cjs/element-browser/messages.js +2 -2
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/cjs/i18n/cs.js +8 -5
- package/dist/cjs/i18n/da.js +12 -8
- package/dist/cjs/i18n/de.js +13 -8
- package/dist/cjs/i18n/en.js +14 -10
- package/dist/cjs/i18n/en_GB.js +14 -10
- package/dist/cjs/i18n/en_ZZ.js +15 -11
- package/dist/cjs/i18n/es.js +12 -8
- package/dist/cjs/i18n/fi.js +12 -8
- package/dist/cjs/i18n/fr.js +12 -8
- package/dist/cjs/i18n/hu.js +12 -8
- package/dist/cjs/i18n/it.js +12 -8
- package/dist/cjs/i18n/ja.js +12 -8
- package/dist/cjs/i18n/ko.js +12 -8
- package/dist/cjs/i18n/nb.js +12 -8
- package/dist/cjs/i18n/nl.js +12 -8
- package/dist/cjs/i18n/pl.js +12 -8
- package/dist/cjs/i18n/pt_BR.js +14 -6
- package/dist/cjs/i18n/ru.js +12 -8
- package/dist/cjs/i18n/sv.js +12 -8
- package/dist/cjs/i18n/th.js +12 -8
- package/dist/cjs/i18n/tr.js +14 -9
- package/dist/cjs/i18n/uk.js +12 -8
- package/dist/cjs/i18n/vi.js +59 -5
- package/dist/cjs/i18n/zh.js +59 -5
- package/dist/cjs/i18n/zh_TW.js +59 -5
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/doc-utils/editor-use-only.js +25 -0
- package/dist/es2019/doc-utils/index.js +1 -0
- package/dist/es2019/element-browser/messages.js +2 -2
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/es2019/i18n/cs.js +8 -5
- package/dist/es2019/i18n/da.js +12 -8
- package/dist/es2019/i18n/de.js +13 -8
- package/dist/es2019/i18n/en.js +14 -10
- package/dist/es2019/i18n/en_GB.js +14 -10
- package/dist/es2019/i18n/en_ZZ.js +15 -11
- package/dist/es2019/i18n/es.js +12 -8
- package/dist/es2019/i18n/fi.js +12 -8
- package/dist/es2019/i18n/fr.js +12 -8
- package/dist/es2019/i18n/hu.js +12 -8
- package/dist/es2019/i18n/it.js +12 -8
- package/dist/es2019/i18n/ja.js +12 -8
- package/dist/es2019/i18n/ko.js +12 -8
- package/dist/es2019/i18n/nb.js +12 -8
- package/dist/es2019/i18n/nl.js +12 -8
- package/dist/es2019/i18n/pl.js +12 -8
- package/dist/es2019/i18n/pt_BR.js +14 -6
- package/dist/es2019/i18n/ru.js +12 -8
- package/dist/es2019/i18n/sv.js +12 -8
- package/dist/es2019/i18n/th.js +12 -8
- package/dist/es2019/i18n/tr.js +14 -9
- package/dist/es2019/i18n/uk.js +12 -8
- package/dist/es2019/i18n/vi.js +59 -5
- package/dist/es2019/i18n/zh.js +59 -5
- package/dist/es2019/i18n/zh_TW.js +59 -5
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/doc-utils/editor-use-only.js +26 -0
- package/dist/esm/doc-utils/index.js +1 -0
- package/dist/esm/element-browser/messages.js +2 -2
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/esm/i18n/cs.js +8 -5
- package/dist/esm/i18n/da.js +12 -8
- package/dist/esm/i18n/de.js +13 -8
- package/dist/esm/i18n/en.js +14 -10
- package/dist/esm/i18n/en_GB.js +14 -10
- package/dist/esm/i18n/en_ZZ.js +15 -11
- package/dist/esm/i18n/es.js +12 -8
- package/dist/esm/i18n/fi.js +12 -8
- package/dist/esm/i18n/fr.js +12 -8
- package/dist/esm/i18n/hu.js +12 -8
- package/dist/esm/i18n/it.js +12 -8
- package/dist/esm/i18n/ja.js +12 -8
- package/dist/esm/i18n/ko.js +12 -8
- package/dist/esm/i18n/nb.js +12 -8
- package/dist/esm/i18n/nl.js +12 -8
- package/dist/esm/i18n/pl.js +12 -8
- package/dist/esm/i18n/pt_BR.js +14 -6
- package/dist/esm/i18n/ru.js +12 -8
- package/dist/esm/i18n/sv.js +12 -8
- package/dist/esm/i18n/th.js +12 -8
- package/dist/esm/i18n/tr.js +14 -9
- package/dist/esm/i18n/uk.js +12 -8
- package/dist/esm/i18n/vi.js +59 -5
- package/dist/esm/i18n/zh.js +59 -5
- package/dist/esm/i18n/zh_TW.js +59 -5
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types/doc-utils/index.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +8 -5
- package/dist/types/i18n/da.d.ts +9 -5
- package/dist/types/i18n/de.d.ts +10 -5
- package/dist/types/i18n/en.d.ts +10 -6
- package/dist/types/i18n/en_GB.d.ts +10 -6
- package/dist/types/i18n/en_ZZ.d.ts +10 -6
- package/dist/types/i18n/es.d.ts +9 -5
- package/dist/types/i18n/fi.d.ts +9 -5
- package/dist/types/i18n/fr.d.ts +9 -5
- package/dist/types/i18n/hu.d.ts +9 -5
- package/dist/types/i18n/it.d.ts +9 -5
- package/dist/types/i18n/ja.d.ts +9 -5
- package/dist/types/i18n/ko.d.ts +9 -5
- package/dist/types/i18n/nb.d.ts +9 -5
- package/dist/types/i18n/nl.d.ts +9 -5
- package/dist/types/i18n/pl.d.ts +9 -5
- package/dist/types/i18n/pt_BR.d.ts +11 -3
- package/dist/types/i18n/ru.d.ts +9 -5
- package/dist/types/i18n/sv.d.ts +9 -5
- package/dist/types/i18n/th.d.ts +9 -5
- package/dist/types/i18n/tr.d.ts +10 -5
- package/dist/types/i18n/uk.d.ts +9 -5
- package/dist/types/i18n/vi.d.ts +57 -3
- package/dist/types/i18n/zh.d.ts +57 -3
- package/dist/types/i18n/zh_TW.d.ts +57 -3
- package/dist/types-ts4.5/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types-ts4.5/doc-utils/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +8 -5
- package/dist/types-ts4.5/i18n/da.d.ts +9 -5
- package/dist/types-ts4.5/i18n/de.d.ts +10 -5
- package/dist/types-ts4.5/i18n/en.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -6
- package/dist/types-ts4.5/i18n/es.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fi.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -5
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -5
- package/dist/types-ts4.5/i18n/it.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ja.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +11 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -5
- package/dist/types-ts4.5/i18n/sv.d.ts +9 -5
- package/dist/types-ts4.5/i18n/th.d.ts +9 -5
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -5
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -5
- package/dist/types-ts4.5/i18n/vi.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +57 -3
- package/doc-utils/package.json +15 -0
- package/package.json +6 -4
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -18,6 +18,7 @@ var _default = exports.default = {
|
|
|
18
18
|
'fabric.editor.addAltText': '替代文字',
|
|
19
19
|
'fabric.editor.addColumnLeft': '新增左側欄',
|
|
20
20
|
'fabric.editor.addColumnRight': '新增右欄',
|
|
21
|
+
'fabric.editor.addCommentOnMedia': '新增留言',
|
|
21
22
|
'fabric.editor.addImageBorder': '新增邊框',
|
|
22
23
|
'fabric.editor.addMediaFiles': '新增圖片、影片或檔案',
|
|
23
24
|
'fabric.editor.addRowAbove': '在上方新增列',
|
|
@@ -32,6 +33,7 @@ var _default = exports.default = {
|
|
|
32
33
|
'fabric.editor.altText': '替代文字',
|
|
33
34
|
'fabric.editor.alttext.validation': '請移除替代文字中的所有特殊字元。',
|
|
34
35
|
'fabric.editor.annotationToolbar': '註解工具列',
|
|
36
|
+
'fabric.editor.backLink': '返回',
|
|
35
37
|
'fabric.editor.backgroundColor': '背景顏色',
|
|
36
38
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
37
39
|
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
@@ -53,6 +55,8 @@ var _default = exports.default = {
|
|
|
53
55
|
'fabric.editor.clearFormatting': '清除格式設定',
|
|
54
56
|
'fabric.editor.clearLink': '清除連結',
|
|
55
57
|
'fabric.editor.clearLinkText': '清除文字',
|
|
58
|
+
'fabric.editor.closeAltTextEdit': '返回',
|
|
59
|
+
'fabric.editor.closeFindReplaceDialog': '關閉',
|
|
56
60
|
'fabric.editor.closeHelpDialog': '關閉說明對話方塊',
|
|
57
61
|
'fabric.editor.code': '程式碼',
|
|
58
62
|
'fabric.editor.code.on': '{textFormattingOff},程式碼開啟',
|
|
@@ -69,7 +73,16 @@ var _default = exports.default = {
|
|
|
69
73
|
'fabric.editor.columns': '版面配置',
|
|
70
74
|
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
71
75
|
'fabric.editor.configFailedToLoad': '無法載入',
|
|
76
|
+
'fabric.editor.configPanel.cancel': '取消',
|
|
77
|
+
'fabric.editor.configPanel.close': '關閉',
|
|
78
|
+
'fabric.editor.configPanel.customSelect.createOption': '建立',
|
|
79
|
+
'fabric.editor.configPanel.dateRange.custom.from': '從',
|
|
80
|
+
'fabric.editor.configPanel.dateRange.custom.to': '至',
|
|
81
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': '摺疊',
|
|
82
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': '展開',
|
|
83
|
+
'fabric.editor.configPanel.dateRange.option.custom': '自訂',
|
|
72
84
|
'fabric.editor.configPanel.documentation': '說明文件',
|
|
85
|
+
'fabric.editor.configPanel.errorBoundary.note': '我們已經告訴團隊了。您仍然可以編輯和發布此頁面,或查看錯誤主控台以取得更多資訊。',
|
|
73
86
|
'fabric.editor.configPanel.errorBoundary.title': '發生錯誤。',
|
|
74
87
|
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '無法結合 isMultiple 與 radio 風格',
|
|
75
88
|
'fabric.editor.configPanel.formType.addField': '新增欄位',
|
|
@@ -89,13 +102,15 @@ var _default = exports.default = {
|
|
|
89
102
|
'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
|
|
90
103
|
'fabric.editor.datasource.jiraIssue': 'Jira 議題',
|
|
91
104
|
'fabric.editor.datasource.jiraIssue.description': '透過增強的搜尋、篩選和組態,從 Jira Cloud 插入 Jira 議題。',
|
|
105
|
+
'fabric.editor.datasourceAppearanceTitle': '表格',
|
|
92
106
|
'fabric.editor.datasourceTitle': '編輯搜尋查詢',
|
|
93
107
|
'fabric.editor.date': '日期',
|
|
94
108
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
95
109
|
'fabric.editor.decision': '決定',
|
|
96
110
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
97
111
|
'fabric.editor.decisionPlaceholder': '新增決定…',
|
|
98
|
-
'fabric.editor.
|
|
112
|
+
'fabric.editor.decreaseSize': '縮減大小',
|
|
113
|
+
'fabric.editor.defaultAltText': '文件',
|
|
99
114
|
'fabric.editor.description': '描述',
|
|
100
115
|
'fabric.editor.displayBlock': '顯示卡片',
|
|
101
116
|
'fabric.editor.displayEmbed': '顯示嵌入',
|
|
@@ -108,6 +123,7 @@ var _default = exports.default = {
|
|
|
108
123
|
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
109
124
|
'fabric.editor.edit': '編輯',
|
|
110
125
|
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
126
|
+
'fabric.editor.edit.searchInput': '新增連結',
|
|
111
127
|
'fabric.editor.editAltText': '編輯替代文字',
|
|
112
128
|
'fabric.editor.editDateText': '編輯日期',
|
|
113
129
|
'fabric.editor.editLink': '編輯連結',
|
|
@@ -119,6 +135,7 @@ var _default = exports.default = {
|
|
|
119
135
|
'fabric.editor.editors': '編輯者',
|
|
120
136
|
'fabric.editor.elementBrowser.help': '說明',
|
|
121
137
|
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
122
139
|
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
123
140
|
'fabric.editor.elementbrowser.categorylist.category-communication': '通訊',
|
|
124
141
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence 內容',
|
|
@@ -132,9 +149,7 @@ var _default = exports.default = {
|
|
|
132
149
|
'fabric.editor.elementbrowser.search.empty-state.heading': '沒有任何項目符合您的搜尋內容',
|
|
133
150
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
134
151
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
|
|
135
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
136
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '輸入文字的建議。',
|
|
137
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': '輸入文字的建議。',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {沒有任何項目符合您的搜尋內容} other {適用於輸入文字的 {count} 個建議。}}',
|
|
138
153
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
139
154
|
'fabric.editor.elementbrowser.searchbar.placeholder': '搜尋',
|
|
140
155
|
'fabric.editor.elementbrowser.sidebar.heading': '瀏覽',
|
|
@@ -153,15 +168,18 @@ var _default = exports.default = {
|
|
|
153
168
|
'fabric.editor.expandPlaceholder': '為此展開設定標題...',
|
|
154
169
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
155
170
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '正在刪除',
|
|
171
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '刪除',
|
|
156
172
|
'fabric.editor.extension.deleteElementTitle': '刪除元素',
|
|
157
173
|
'fabric.editor.extension.sourceNoTitledName': '這個元素',
|
|
158
174
|
'fabric.editor.extensions.config-panel.save-indicator': '系統會隨時自動儲存所有變更',
|
|
159
175
|
'fabric.editor.failed_to_upload': '無法上傳',
|
|
160
176
|
'fabric.editor.feedbackDialog': '提供意見回饋',
|
|
161
177
|
'fabric.editor.feedbackDialog.description': '請說明您對於新編輯器的使用體驗',
|
|
178
|
+
'fabric.editor.find': '尋找',
|
|
162
179
|
'fabric.editor.findNext': '尋找下一個',
|
|
163
180
|
'fabric.editor.findPrevious': '尋找上一個',
|
|
164
181
|
'fabric.editor.findReplaceToolbarButton': '尋找與取代',
|
|
182
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
165
183
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同時刪除已連結的元素',
|
|
166
184
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} 個連結的元素)}}',
|
|
167
185
|
'fabric.editor.floatingToolbar.confirmModalHeading': '您確定嗎?',
|
|
@@ -170,6 +188,7 @@ var _default = exports.default = {
|
|
|
170
188
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮動工具列',
|
|
171
189
|
'fabric.editor.floatingToolbar.scrollLeft': '向左捲動',
|
|
172
190
|
'fabric.editor.floatingToolbar.scrollRight': '向右捲動',
|
|
191
|
+
'fabric.editor.focusTableResizeHandle': '聚焦於表格調整大小控點',
|
|
173
192
|
'fabric.editor.headerColumn': '標題欄',
|
|
174
193
|
'fabric.editor.headerRow': '標題列',
|
|
175
194
|
'fabric.editor.heading1': '標題 1',
|
|
@@ -202,9 +221,16 @@ var _default = exports.default = {
|
|
|
202
221
|
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
203
222
|
'fabric.editor.image': '影像',
|
|
204
223
|
'fabric.editor.image.fullWidthLabel': '全寬',
|
|
224
|
+
'fabric.editor.imageBorderBold': '粗體',
|
|
225
|
+
'fabric.editor.imageBorderColor': '顏色',
|
|
226
|
+
'fabric.editor.imageBorderMedium': '普通',
|
|
205
227
|
'fabric.editor.imageBorderOptions': '邊框選項',
|
|
228
|
+
'fabric.editor.imageBorderSize': '大小',
|
|
229
|
+
'fabric.editor.imageBorderSubtle': '不明顯的',
|
|
206
230
|
'fabric.editor.improvement': '改善',
|
|
231
|
+
'fabric.editor.increaseSize': '增加大小',
|
|
207
232
|
'fabric.editor.indent': '增加縮排',
|
|
233
|
+
'fabric.editor.info': '資訊',
|
|
208
234
|
'fabric.editor.infoPanel': '資訊面板',
|
|
209
235
|
'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
|
|
210
236
|
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
@@ -230,16 +256,25 @@ var _default = exports.default = {
|
|
|
230
256
|
'fabric.editor.linkAddress': '連結位址',
|
|
231
257
|
'fabric.editor.linkPlaceholder': '貼上連結',
|
|
232
258
|
'fabric.editor.lists': '清單',
|
|
259
|
+
'fabric.editor.listsFormat': '列表格式設定',
|
|
233
260
|
'fabric.editor.markdown': 'Markdown',
|
|
234
261
|
'fabric.editor.matchCase': '大小寫須相符',
|
|
262
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {媒體寬度已降低至 {newMediaWidth,number} 像素。}}',
|
|
263
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {媒體寬度已提升至 {newMediaWidth,number} 像素。}}',
|
|
264
|
+
'fabric.editor.media.MediaWidthIsMin': '媒體已縮減至最小',
|
|
265
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': '媒體已增加至最大',
|
|
235
266
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度輸入',
|
|
267
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高度',
|
|
236
268
|
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大寬度 {maxWidth}px',
|
|
269
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '最大寬度 {maxWidth}px',
|
|
237
270
|
'fabric.editor.media.pixelEntry.migrationButtonText': '轉換為像素',
|
|
238
271
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '從百分比移轉為固定像素大小',
|
|
272
|
+
'fabric.editor.media.pixelEntry.submitButtonText': '提交',
|
|
239
273
|
'fabric.editor.media.pixelEntry.validationFailedMessage': '寬度驗證失敗',
|
|
240
274
|
'fabric.editor.mediaAddLink': '新增連結',
|
|
241
275
|
'fabric.editor.mediaFiles': '圖片、影片或檔案',
|
|
242
276
|
'fabric.editor.mediaFiles.description': '將影像和其他檔案新增至頁面',
|
|
277
|
+
'fabric.editor.mediaGroupDeleteLabel': '刪除',
|
|
243
278
|
'fabric.editor.media_change_mediainline_caption_warn': '內嵌 (標題將會移除)',
|
|
244
279
|
'fabric.editor.media_change_mediainline_default': '內嵌',
|
|
245
280
|
'fabric.editor.media_change_mediasingle': '原始尺寸',
|
|
@@ -247,6 +282,7 @@ var _default = exports.default = {
|
|
|
247
282
|
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
248
283
|
'fabric.editor.mentionNode.label': '已標記使用者',
|
|
249
284
|
'fabric.editor.mentionsAddLabel': '新增圖示',
|
|
285
|
+
'fabric.editor.mentionsIconLabel': '提及',
|
|
250
286
|
'fabric.editor.mergeCells': '合併儲存格',
|
|
251
287
|
'fabric.editor.moreFormatting': '更多格式設定',
|
|
252
288
|
'fabric.editor.moveColumnLeft': '{0, plural, other {將欄向左移動}}',
|
|
@@ -258,6 +294,7 @@ var _default = exports.default = {
|
|
|
258
294
|
'fabric.editor.noResultsFound': '沒有結果',
|
|
259
295
|
'fabric.editor.noSearchResults': '沒有搜尋結果',
|
|
260
296
|
'fabric.editor.normal': '一般文字',
|
|
297
|
+
'fabric.editor.note': '附註',
|
|
261
298
|
'fabric.editor.notePanel': '附註面板',
|
|
262
299
|
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
263
300
|
'fabric.editor.numberedColumn': '編號直欄',
|
|
@@ -270,11 +307,15 @@ var _default = exports.default = {
|
|
|
270
307
|
'fabric.editor.outdent': '減少縮排',
|
|
271
308
|
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
272
309
|
'fabric.editor.panel.backgroundColor': '背景顏色',
|
|
310
|
+
'fabric.editor.panel.emoji': '新增表情符號',
|
|
311
|
+
'fabric.editor.pasteOptions': '貼上選項',
|
|
273
312
|
'fabric.editor.pastePlainText': '貼上純文字',
|
|
274
313
|
'fabric.editor.placeholderAltText': '使用替代文字描述這張圖片',
|
|
275
314
|
'fabric.editor.placeholderText': '預留位置文字',
|
|
276
315
|
'fabric.editor.placeholderText.description': '在頁面中插入文字預留位置',
|
|
277
316
|
'fabric.editor.placeholderTextPlaceholder': '新增預留位置文字',
|
|
317
|
+
'fabric.editor.plainText': '使用純文字',
|
|
318
|
+
'fabric.editor.quickInsert': '快速插入',
|
|
278
319
|
'fabric.editor.recordVideo': '錄製影片',
|
|
279
320
|
'fabric.editor.recordVideo.description': '使用 Loom 錄製影片',
|
|
280
321
|
'fabric.editor.redo': '重做',
|
|
@@ -283,12 +324,20 @@ var _default = exports.default = {
|
|
|
283
324
|
'fabric.editor.removeEmoji': '移除表情符號',
|
|
284
325
|
'fabric.editor.removeImageBorder': '移除邊框',
|
|
285
326
|
'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
|
|
327
|
+
'fabric.editor.replace': '取代',
|
|
328
|
+
'fabric.editor.replaceAll': '全部取代',
|
|
329
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {已替換 {numberOfMatches,number} 個相符項目}}',
|
|
330
|
+
'fabric.editor.replaceWith': '取代為',
|
|
286
331
|
'fabric.editor.resultsCount': '第 {selectedMatchPosition} 個,共 {totalResultsCount} 個',
|
|
332
|
+
'fabric.editor.richText': '使用 RTF',
|
|
287
333
|
'fabric.editor.rightSidebar': '右側資訊看板',
|
|
288
334
|
'fabric.editor.rowControl': '醒目提示列',
|
|
289
335
|
'fabric.editor.rowDragHandle': '列選項',
|
|
290
336
|
'fabric.editor.saveButton': '儲存',
|
|
337
|
+
'fabric.editor.searchResults': '{itemsLength, plural, other {有 {itemsLength,number} 個搜尋結果。請使用向上鍵和向下鍵導覽選項。按 Enter 鍵可選取選項。}}',
|
|
291
338
|
'fabric.editor.selectLanguage': '選取語言',
|
|
339
|
+
'fabric.editor.selectTableColumn': '選取表格欄',
|
|
340
|
+
'fabric.editor.selectTableRow': '選取表格列',
|
|
292
341
|
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
293
342
|
'fabric.editor.shortcut': '文字快顯',
|
|
294
343
|
'fabric.editor.single': '單欄',
|
|
@@ -305,6 +354,7 @@ var _default = exports.default = {
|
|
|
305
354
|
'fabric.editor.subTask': '子任務',
|
|
306
355
|
'fabric.editor.subscript': '下標',
|
|
307
356
|
'fabric.editor.subscript.off.superscript.on': '下標關閉,上標開啟',
|
|
357
|
+
'fabric.editor.success': '成功',
|
|
308
358
|
'fabric.editor.successPanel': '成功面板',
|
|
309
359
|
'fabric.editor.successPanel.description': '以彩色面板新增提示',
|
|
310
360
|
'fabric.editor.superscript': '上標',
|
|
@@ -317,7 +367,7 @@ var _default = exports.default = {
|
|
|
317
367
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已提升至 {newWidth,number} 像素。}}',
|
|
318
368
|
'fabric.editor.tableSelector': '表格尺寸',
|
|
319
369
|
'fabric.editor.tableSelector.description': '使用彈出視窗新增表格,以選取自訂大小',
|
|
320
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
370
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} 乘以 {numberOfRows}',
|
|
321
371
|
'fabric.editor.tableSizeSelectorPopup': '表格大小選取器',
|
|
322
372
|
'fabric.editor.tables.adjustColumn': '調整欄',
|
|
323
373
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
@@ -327,6 +377,7 @@ var _default = exports.default = {
|
|
|
327
377
|
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
|
|
328
378
|
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
329
379
|
'fabric.editor.textColor': '文字顏色',
|
|
380
|
+
'fabric.editor.textFormatting': '文字格式設定',
|
|
330
381
|
'fabric.editor.textStyles': '文字樣式',
|
|
331
382
|
'fabric.editor.threeColumns': '三欄',
|
|
332
383
|
'fabric.editor.threeColumnsWithSidebars': '三個包含資訊看板的直欄',
|
|
@@ -364,12 +415,15 @@ var _default = exports.default = {
|
|
|
364
415
|
'fabric.editor.url': '顯示 URL',
|
|
365
416
|
'fabric.editor.urlDescription': '將連結顯示為 URL',
|
|
366
417
|
'fabric.editor.urlTitle': 'URL',
|
|
418
|
+
'fabric.editor.useMarkdown': '使用 Markdown',
|
|
367
419
|
'fabric.editor.viewMore': '檢視更多',
|
|
368
420
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
421
|
+
'fabric.editor.warning': '警告',
|
|
369
422
|
'fabric.editor.warningPanel': '警告面板',
|
|
370
423
|
'fabric.editor.warningPanel.description': '以彩色面板新增注意附註',
|
|
371
424
|
'fabric.editor.wrapLeft': '靠左圍繞',
|
|
372
425
|
'fabric.editor.wrapRight': '靠右圍繞',
|
|
426
|
+
'fabric.emoji.label': '表情符號',
|
|
373
427
|
'fabric.theme.blue': '藍色',
|
|
374
428
|
'fabric.theme.bold-blue': '個性藍',
|
|
375
429
|
'fabric.theme.bold-gray': '個性灰',
|
|
@@ -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 = "78.11.
|
|
19
|
+
var packageVersion = "78.11.3";
|
|
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 = "78.11.
|
|
25
|
+
var packageVersion = "78.11.3";
|
|
26
26
|
var halfFocusRing = 1;
|
|
27
27
|
var dropOffset = '0, 8';
|
|
28
28
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import SectionMessage from '@atlaskit/section-message';
|
|
3
|
+
function AlternativePackagesMessage({
|
|
4
|
+
alternatePackages
|
|
5
|
+
}) {
|
|
6
|
+
if (!alternatePackages) {
|
|
7
|
+
return null;
|
|
8
|
+
}
|
|
9
|
+
if (alternatePackages.length === 1) {
|
|
10
|
+
return /*#__PURE__*/React.createElement("p", null, "Consider using", ' ', /*#__PURE__*/React.createElement("a", {
|
|
11
|
+
href: alternatePackages[0].link
|
|
12
|
+
}, alternatePackages[0].name), ' ', "instead.");
|
|
13
|
+
}
|
|
14
|
+
return /*#__PURE__*/React.createElement("p", null, "Consider using one of these packages instead:", /*#__PURE__*/React.createElement("ul", null, alternatePackages.map(p => /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement("a", {
|
|
15
|
+
href: p.link
|
|
16
|
+
}, p.name)))));
|
|
17
|
+
}
|
|
18
|
+
export function createEditorUseOnlyNotice(componentName, alternatePackages) {
|
|
19
|
+
return /*#__PURE__*/React.createElement(SectionMessage, {
|
|
20
|
+
title: "Internal Editor Use Only",
|
|
21
|
+
appearance: "error"
|
|
22
|
+
}, /*#__PURE__*/React.createElement("p", null, componentName, " is intended for internal use by the Editor Platform as a plugin dependency of the Editor within your product."), /*#__PURE__*/React.createElement("p", null, "Direct use of this component is not supported."), /*#__PURE__*/React.createElement(AlternativePackagesMessage, {
|
|
23
|
+
alternatePackages: alternatePackages
|
|
24
|
+
}));
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { createEditorUseOnlyNotice } from './editor-use-only';
|
|
@@ -12,12 +12,12 @@ export default defineMessages({
|
|
|
12
12
|
},
|
|
13
13
|
assistiveTextDefault: {
|
|
14
14
|
id: 'fabric.editor.elementbrowser.searchbar.assistive.text.default',
|
|
15
|
-
defaultMessage: '{count} suggestions available by default.',
|
|
15
|
+
defaultMessage: '{count, plural, =0 {Nothing matches your search.} one {{count} suggestion available by default.} other {{count} suggestions available by default.}}',
|
|
16
16
|
description: 'Assistive text to describe the default list of suggestions'
|
|
17
17
|
},
|
|
18
18
|
assistiveTextResult: {
|
|
19
19
|
id: 'fabric.editor.elementbrowser.searchbar.assistive.text.result',
|
|
20
|
-
defaultMessage: '{count, plural, =0 {Nothing matches your search} one {{count} suggestion available for typed text.} other {{count} suggestions available for typed text.}}',
|
|
20
|
+
defaultMessage: '{count, plural, =0 {Nothing matches your search.} one {{count} suggestion available for typed text.} other {{count} suggestions available for typed text.}}',
|
|
21
21
|
description: 'Assistive text to describe the list of suggestions filtered by typed user input'
|
|
22
22
|
}
|
|
23
23
|
});
|
|
@@ -29,9 +29,14 @@ export const useMultiBodiedExtensionActions = ({
|
|
|
29
29
|
const possiblyMbeNode = state.doc.nodeAt(pos);
|
|
30
30
|
let desiredPos = pos;
|
|
31
31
|
if (possiblyMbeNode && (possiblyMbeNode === null || possiblyMbeNode === void 0 ? void 0 : (_possiblyMbeNode$type = possiblyMbeNode.type) === null || _possiblyMbeNode$type === void 0 ? void 0 : _possiblyMbeNode$type.name) === 'multiBodiedExtension' && possiblyMbeNode !== null && possiblyMbeNode !== void 0 && possiblyMbeNode.content) {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
var _possiblyMbeNode$cont;
|
|
33
|
+
if (index < 0 || index >= (possiblyMbeNode === null || possiblyMbeNode === void 0 ? void 0 : (_possiblyMbeNode$cont = possiblyMbeNode.content) === null || _possiblyMbeNode$cont === void 0 ? void 0 : _possiblyMbeNode$cont.childCount)) {
|
|
34
|
+
var _possiblyMbeNode$cont2;
|
|
35
|
+
throw new Error(`Index out of bounds: valid range is 0-${(possiblyMbeNode === null || possiblyMbeNode === void 0 ? void 0 : (_possiblyMbeNode$cont2 = possiblyMbeNode.content) === null || _possiblyMbeNode$cont2 === void 0 ? void 0 : _possiblyMbeNode$cont2.childCount) - 1} inclusive`);
|
|
36
|
+
}
|
|
37
|
+
for (let i = 0; i <= index && i < (possiblyMbeNode === null || possiblyMbeNode === void 0 ? void 0 : (_possiblyMbeNode$cont3 = possiblyMbeNode.content) === null || _possiblyMbeNode$cont3 === void 0 ? void 0 : _possiblyMbeNode$cont3.childCount); i++) {
|
|
38
|
+
var _possiblyMbeNode$cont3, _possiblyMbeNode$cont4, _possiblyMbeNode$cont5;
|
|
39
|
+
desiredPos += (possiblyMbeNode === null || possiblyMbeNode === void 0 ? void 0 : (_possiblyMbeNode$cont4 = possiblyMbeNode.content) === null || _possiblyMbeNode$cont4 === void 0 ? void 0 : (_possiblyMbeNode$cont5 = _possiblyMbeNode$cont4.child(i)) === null || _possiblyMbeNode$cont5 === void 0 ? void 0 : _possiblyMbeNode$cont5.nodeSize) || 0;
|
|
35
40
|
}
|
|
36
41
|
/* desiredPos gives the cursor at the end of last child of the current frame, in case of paragraph nodes, this will be the end of the paragraph
|
|
37
42
|
* Performing -1 brings the cursor inside the paragraph, similar to a user click, so any pasted text will be inside the last paragraph rather than a new line
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -116,6 +116,7 @@ export default {
|
|
|
116
116
|
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
117
117
|
'fabric.editor.edit': 'Upravit',
|
|
118
118
|
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
119
|
+
'fabric.editor.edit.searchInput': 'Přidat odkaz',
|
|
119
120
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
120
121
|
'fabric.editor.editDateText': 'Upravit datum',
|
|
121
122
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
@@ -127,6 +128,7 @@ export default {
|
|
|
127
128
|
'fabric.editor.editors': 'Editoři',
|
|
128
129
|
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
129
130
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
131
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
132
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
131
133
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikace',
|
|
132
134
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Obsah Confluence',
|
|
@@ -140,9 +142,6 @@ export default {
|
|
|
140
142
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
141
143
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
142
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'návrh je k dispozici pro zadaný text.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'návrhů je k dispozici pro zadaný text.',
|
|
146
145
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
147
146
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Vyhledat',
|
|
148
147
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
@@ -181,6 +180,7 @@ export default {
|
|
|
181
180
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
182
181
|
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
183
182
|
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
183
|
+
'fabric.editor.focusTableResizeHandle': 'Zaměření na úchyt ke změně velikosti tabulky',
|
|
184
184
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
185
185
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
186
186
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -248,11 +248,12 @@ export default {
|
|
|
248
248
|
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
249
249
|
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
250
250
|
'fabric.editor.lists': 'Seznamy',
|
|
251
|
+
'fabric.editor.listsFormat': 'Formátování seznamu',
|
|
251
252
|
'fabric.editor.markdown': 'Snížení',
|
|
252
253
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
254
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Šířka multimédia byla snížena na {newMediaWidth,number} pixel.} few {Šířka multimédia byla snížena na {newMediaWidth,number} pixely.} many {Šířka multimédia byla snížena na {newMediaWidth,number} pixelu.} other {Šířka multimédia byla snížena na {newMediaWidth,number} pixelů.}}',
|
|
255
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixel.} few {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixely.} many {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixelu.} other {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixelů.}}',
|
|
253
256
|
'fabric.editor.media.MediaWidthIsMin': 'Velikost multimediálního prvku byla snížena na minimum.',
|
|
254
|
-
'fabric.editor.media.decreased': 'sníženo',
|
|
255
|
-
'fabric.editor.media.increased': 'zvýšeno',
|
|
256
257
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Velikost multimediálního prvku byla zvýšena na maximum.',
|
|
257
258
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'vstup výšky',
|
|
258
259
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Výška',
|
|
@@ -317,6 +318,7 @@ export default {
|
|
|
317
318
|
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
318
319
|
'fabric.editor.replace': 'Nahradit',
|
|
319
320
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
321
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} shoda nahrazena} few {{numberOfMatches,number} shody nahrazeny} many {{numberOfMatches,number} shody nahrazeno} other {{numberOfMatches,number} shod nahrazeno}}',
|
|
320
322
|
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
321
323
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
322
324
|
'fabric.editor.richText': 'Použít formátovaný text',
|
|
@@ -367,6 +369,7 @@ export default {
|
|
|
367
369
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
368
370
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
369
371
|
'fabric.editor.textColor': 'Barva textu',
|
|
372
|
+
'fabric.editor.textFormatting': 'Formátování textu',
|
|
370
373
|
'fabric.editor.textStyles': 'Styly textu',
|
|
371
374
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
372
375
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'Tilføj kolonne til venstre',
|
|
14
14
|
'fabric.editor.addColumnRight': 'Tilføj kolonne til højre',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'Tilføj kommentar',
|
|
15
16
|
'fabric.editor.addImageBorder': 'Tilføj kant',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
|
|
17
18
|
'fabric.editor.addRowAbove': 'Tilføj række ovenfor',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
105
106
|
'fabric.editor.decreaseSize': 'Reducer størrelse',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'Dokument',
|
|
107
108
|
'fabric.editor.description': 'Beskrivelse',
|
|
108
109
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
109
110
|
'fabric.editor.displayEmbed': 'Vis som indlejret',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
117
118
|
'fabric.editor.edit': 'Redigér',
|
|
118
119
|
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'Tilføj et link',
|
|
119
121
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
120
122
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
121
123
|
'fabric.editor.editLink': 'Redigér link',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'Redaktører',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'Hjælp',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-indhold',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen resultater matcher din søgning',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'muligt forslag til indtastet tekst.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'mulige forslag til indtastet tekst.',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Der er ikke noget, der matcher din søgning} one {{count} muligt forslag til indtastet tekst.} other {{count} mulige forslag til indtastet tekst.}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Indtast',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Søg',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
|
|
@@ -249,11 +250,12 @@ export default {
|
|
|
249
250
|
'fabric.editor.linkAddress': 'Linkadresse',
|
|
250
251
|
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
251
252
|
'fabric.editor.lists': 'Liste',
|
|
253
|
+
'fabric.editor.listsFormat': 'Listeformatering',
|
|
252
254
|
'fabric.editor.markdown': 'Markdown',
|
|
253
255
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediebredde reduceret til {newMediaWidth,number} pixel.} other {Mediebredde reduceret til {newMediaWidth,number} pixels.}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Mediebredde øget til {newMediaWidth,number} pixel.} other {Mediebredde øget til {newMediaWidth,number} pixels.}}',
|
|
254
258
|
'fabric.editor.media.MediaWidthIsMin': 'Medier reduceret til minimumsstørrelsen',
|
|
255
|
-
'fabric.editor.media.decreased': 'reduceret',
|
|
256
|
-
'fabric.editor.media.increased': 'øget',
|
|
257
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medier øget til maksimumsstørrelsen',
|
|
258
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'højdeinput',
|
|
259
261
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Højde',
|
|
@@ -300,7 +302,7 @@ export default {
|
|
|
300
302
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
301
303
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
302
304
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
303
|
-
'fabric.editor.pasteOptions': '
|
|
305
|
+
'fabric.editor.pasteOptions': 'Indstillinger for indsæt',
|
|
304
306
|
'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
|
|
305
307
|
'fabric.editor.placeholderAltText': 'Beskriv billedet med alternativ tekst',
|
|
306
308
|
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
@@ -318,6 +320,7 @@ export default {
|
|
|
318
320
|
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
319
321
|
'fabric.editor.replace': 'Erstat',
|
|
320
322
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} match erstattet} other {{numberOfMatches,number} match erstattet}}',
|
|
321
324
|
'fabric.editor.replaceWith': 'Erstat med',
|
|
322
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
323
326
|
'fabric.editor.richText': 'Brug RTF',
|
|
@@ -358,7 +361,7 @@ export default {
|
|
|
358
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde øget til {newWidth,number} pixel.} other {Tabelbredde øget til {newWidth,number} pixels.}}',
|
|
359
362
|
'fabric.editor.tableSelector': 'Tabelstørrelse',
|
|
360
363
|
'fabric.editor.tableSelector.description': 'Tilføj en tabel ved hjælp af popup for at vælge en brugerdefineret størrelse',
|
|
361
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} af {numberOfRows}',
|
|
362
365
|
'fabric.editor.tableSizeSelectorPopup': 'Vælger til tabelstørrelse',
|
|
363
366
|
'fabric.editor.tables.adjustColumn': 'Tilpas kolonne',
|
|
364
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
@@ -368,6 +371,7 @@ export default {
|
|
|
368
371
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
369
372
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
370
373
|
'fabric.editor.textColor': 'Tekstfarve',
|
|
374
|
+
'fabric.editor.textFormatting': 'Tekstformatering',
|
|
371
375
|
'fabric.editor.textStyles': 'Tekstformatering',
|
|
372
376
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
373
377
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -12,6 +12,7 @@ export default {
|
|
|
12
12
|
'fabric.editor.addAltText': 'Alternativtext',
|
|
13
13
|
'fabric.editor.addColumnLeft': 'Spalte links hinzufügen',
|
|
14
14
|
'fabric.editor.addColumnRight': 'Spalte rechts hinzufügen',
|
|
15
|
+
'fabric.editor.addCommentOnMedia': 'Kommentar hinzufügen',
|
|
15
16
|
'fabric.editor.addImageBorder': 'Rahmen hinzufügen',
|
|
16
17
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
17
18
|
'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
|
|
@@ -103,7 +104,7 @@ export default {
|
|
|
103
104
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
104
105
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
105
106
|
'fabric.editor.decreaseSize': 'Größe verringern',
|
|
106
|
-
'fabric.editor.defaultAltText': '
|
|
107
|
+
'fabric.editor.defaultAltText': 'Dokument',
|
|
107
108
|
'fabric.editor.description': 'Beschreibung',
|
|
108
109
|
'fabric.editor.displayBlock': 'Karte anzeigen',
|
|
109
110
|
'fabric.editor.displayEmbed': 'Einbettung anzeigen',
|
|
@@ -116,6 +117,7 @@ export default {
|
|
|
116
117
|
'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
|
|
117
118
|
'fabric.editor.edit': 'Bearbeiten',
|
|
118
119
|
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
120
|
+
'fabric.editor.edit.searchInput': 'Einen Link hinzufügen',
|
|
119
121
|
'fabric.editor.editAltText': 'Alternativtext bearbeiten',
|
|
120
122
|
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
121
123
|
'fabric.editor.editLink': 'Link bearbeiten',
|
|
@@ -127,6 +129,7 @@ export default {
|
|
|
127
129
|
'fabric.editor.editors': 'Editoren',
|
|
128
130
|
'fabric.editor.elementBrowser.help': 'Hilfe',
|
|
129
131
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
130
133
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
131
134
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
132
135
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-Inhalt',
|
|
@@ -140,9 +143,7 @@ export default {
|
|
|
140
143
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Keine Treffer für Ihre Suchanfrage',
|
|
141
144
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Versuchen Sie, nach einem anderen Begriff zu suchen, oder entdecken Sie neue Apps für Atlassian-Produkte.',
|
|
142
145
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
|
|
143
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
144
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'Vorschlag für eingegebenen Text verfügbar.',
|
|
145
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'Vorschläge für eingegebenen Text verfügbar.',
|
|
146
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Keine Treffer für Ihre Suchanfrage} one {{count} Vorschlag für eingegebenen Text verfügbar.} other {{count} Vorschläge für eingegebenen Text verfügbar.}}',
|
|
146
147
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Eingeben',
|
|
147
148
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Suchen',
|
|
148
149
|
'fabric.editor.elementbrowser.sidebar.heading': 'Durchsuchen',
|
|
@@ -181,6 +182,7 @@ export default {
|
|
|
181
182
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
|
|
182
183
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
183
184
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
185
|
+
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
184
186
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
185
187
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
186
188
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -248,11 +250,12 @@ export default {
|
|
|
248
250
|
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
249
251
|
'fabric.editor.linkPlaceholder': 'Link einfügen',
|
|
250
252
|
'fabric.editor.lists': 'Listen',
|
|
253
|
+
'fabric.editor.listsFormat': 'Listenformatierung',
|
|
251
254
|
'fabric.editor.markdown': 'Markdown',
|
|
252
255
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
256
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.}}',
|
|
257
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel erhöht.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel erhöht.}}',
|
|
253
258
|
'fabric.editor.media.MediaWidthIsMin': 'Medien auf Mindestgröße verringert',
|
|
254
|
-
'fabric.editor.media.decreased': 'verringert',
|
|
255
|
-
'fabric.editor.media.increased': 'erhöht',
|
|
256
259
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medien auf maximale Größe erhöht',
|
|
257
260
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'Eingabe der Höhe',
|
|
258
261
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Höhe',
|
|
@@ -299,7 +302,7 @@ export default {
|
|
|
299
302
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
300
303
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
301
304
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
302
|
-
'fabric.editor.pasteOptions': 'Optionen
|
|
305
|
+
'fabric.editor.pasteOptions': 'Optionen zum Einfügen',
|
|
303
306
|
'fabric.editor.pastePlainText': 'Einfachen Text einfügen',
|
|
304
307
|
'fabric.editor.placeholderAltText': 'Dieses Bild mit Alternativtext beschreiben',
|
|
305
308
|
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
@@ -317,6 +320,7 @@ export default {
|
|
|
317
320
|
'fabric.editor.removeRows': '{0, plural, one {Zeile löschen} other {Zeilen löschen}}',
|
|
318
321
|
'fabric.editor.replace': 'Ersetzen',
|
|
319
322
|
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
323
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} Übereinstimmung ersetzt} other {{numberOfMatches,number} Übereinstimmungen ersetzt}}',
|
|
320
324
|
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
321
325
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
322
326
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
@@ -357,7 +361,7 @@ export default {
|
|
|
357
361
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.}}',
|
|
358
362
|
'fabric.editor.tableSelector': 'Tabellengröße',
|
|
359
363
|
'fabric.editor.tableSelector.description': 'Fügen Sie eine Tabelle hinzu und wählen Sie im Popup-Fenster eine benutzerdefinierte Größe aus.',
|
|
360
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
364
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} von {numberOfRows}',
|
|
361
365
|
'fabric.editor.tableSizeSelectorPopup': 'Auswahl der Tabellengröße',
|
|
362
366
|
'fabric.editor.tables.adjustColumn': 'Spalte anpassen',
|
|
363
367
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
@@ -367,6 +371,7 @@ export default {
|
|
|
367
371
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
368
372
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
369
373
|
'fabric.editor.textColor': 'Textfarbe',
|
|
374
|
+
'fabric.editor.textFormatting': 'Textformatierung',
|
|
370
375
|
'fabric.editor.textStyles': 'Textstil',
|
|
371
376
|
'fabric.editor.threeColumns': 'Drei Spalten',
|
|
372
377
|
'fabric.editor.threeColumnsWithSidebars': 'Drei Spalten mit Seitenleisten',
|