@atlaskit/editor-core 158.0.1 → 159.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 +6 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/package.json +6 -6
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -8,10 +8,10 @@ exports.default = void 0;
|
|
|
8
8
|
/**
|
|
9
9
|
* NOTE:
|
|
10
10
|
*
|
|
11
|
-
* This file is automatically generated by
|
|
11
|
+
* This file is automatically generated by Traduki 2.0.
|
|
12
12
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
13
|
*/
|
|
14
|
-
//
|
|
14
|
+
//Chinese (Traditional)
|
|
15
15
|
var _default = {
|
|
16
16
|
'fabric.editor.action': '動作項目',
|
|
17
17
|
'fabric.editor.action.description': '建立並指派動作項目',
|
|
@@ -29,6 +29,8 @@ var _default = {
|
|
|
29
29
|
'fabric.editor.annotationToolbar': '註解工具列',
|
|
30
30
|
'fabric.editor.backLink': '返回',
|
|
31
31
|
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
32
|
+
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
33
|
+
'fabric.editor.blockTitle': '卡片',
|
|
32
34
|
'fabric.editor.blockquote': '引述',
|
|
33
35
|
'fabric.editor.blockquote.description': '插入引述或引文',
|
|
34
36
|
'fabric.editor.blockquote2': '引述',
|
|
@@ -40,6 +42,7 @@ var _default = {
|
|
|
40
42
|
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
41
43
|
'fabric.editor.cellBackground': '儲存格背景',
|
|
42
44
|
'fabric.editor.cellOptions': '儲存格選項',
|
|
45
|
+
'fabric.editor.chromeCollapsedPlaceholder': '輸入一些內容...',
|
|
43
46
|
'fabric.editor.clearAltTextEdit': '清除替代文字',
|
|
44
47
|
'fabric.editor.clearCells': '{0, plural, other {清除儲存格}}',
|
|
45
48
|
'fabric.editor.clearFormatting': '清除格式設定',
|
|
@@ -49,6 +52,7 @@ var _default = {
|
|
|
49
52
|
'fabric.editor.closeFindReplaceDialog': '關閉',
|
|
50
53
|
'fabric.editor.closeHelpDialog': '關閉說明對話方塊',
|
|
51
54
|
'fabric.editor.code': '程式碼',
|
|
55
|
+
'fabric.editor.code.on': '{textFormattingOff},程式碼開啟',
|
|
52
56
|
'fabric.editor.codeblock': '程式碼片段',
|
|
53
57
|
'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
|
|
54
58
|
'fabric.editor.collapseTable': '摺疊表格',
|
|
@@ -75,6 +79,8 @@ var _default = {
|
|
|
75
79
|
'fabric.editor.copyToClipboard': '複製',
|
|
76
80
|
'fabric.editor.createComment': '留言',
|
|
77
81
|
'fabric.editor.createCommentInvalid': '您只能在文字和標題上留言',
|
|
82
|
+
'fabric.editor.customPanel': '自訂面板',
|
|
83
|
+
'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
|
|
78
84
|
'fabric.editor.date': '日期',
|
|
79
85
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
80
86
|
'fabric.editor.decision': '決定',
|
|
@@ -88,6 +94,8 @@ var _default = {
|
|
|
88
94
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
|
|
89
95
|
'fabric.editor.displayText': '要顯示的文字',
|
|
90
96
|
'fabric.editor.distributeColumns': '平均分配直欄寬度',
|
|
97
|
+
'fabric.editor.dropPlaceholderLabel': '文件',
|
|
98
|
+
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
91
99
|
'fabric.editor.edit': '編輯',
|
|
92
100
|
'fabric.editor.editAltText': '編輯替代文字',
|
|
93
101
|
'fabric.editor.editDateText': '編輯日期',
|
|
@@ -95,7 +103,9 @@ var _default = {
|
|
|
95
103
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
96
104
|
'fabric.editor.editStatusColor': '編輯狀態顏色',
|
|
97
105
|
'fabric.editor.editStatusText': '編輯狀態',
|
|
106
|
+
'fabric.editor.editableContentLabel': '可編輯內容',
|
|
98
107
|
'fabric.editor.editorHelp': '編輯器說明',
|
|
108
|
+
'fabric.editor.editors': '編輯者',
|
|
99
109
|
'fabric.editor.elementBrowser.help': '說明',
|
|
100
110
|
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
101
111
|
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
@@ -112,6 +122,7 @@ var _default = {
|
|
|
112
122
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
113
123
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
|
|
114
124
|
'fabric.editor.elementbrowser.sidebar.heading': '瀏覽',
|
|
125
|
+
'fabric.editor.embedTitle': '嵌入',
|
|
115
126
|
'fabric.editor.emoji': '表情符號',
|
|
116
127
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
117
128
|
'fabric.editor.emptyLink': '請輸入連結。',
|
|
@@ -133,6 +144,8 @@ var _default = {
|
|
|
133
144
|
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
134
145
|
'fabric.editor.floatingToolbar.confirmModalHeading': '您確定嗎?',
|
|
135
146
|
'fabric.editor.floatingToolbar.confirmModalOK': '確定',
|
|
147
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '已開啟浮動工具列控制項',
|
|
148
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮動工具列',
|
|
136
149
|
'fabric.editor.headerColumn': '標題欄',
|
|
137
150
|
'fabric.editor.headerRow': '標題列',
|
|
138
151
|
'fabric.editor.heading1': '標題 1',
|
|
@@ -147,11 +160,19 @@ var _default = {
|
|
|
147
160
|
'fabric.editor.heading5Description': '用於分組清單項目',
|
|
148
161
|
'fabric.editor.heading6': '標題 6',
|
|
149
162
|
'fabric.editor.heading6Description': '用於低層級標題',
|
|
163
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '部落格',
|
|
164
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '錯誤',
|
|
165
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '問題',
|
|
166
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '頁面',
|
|
167
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '故事',
|
|
168
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任務',
|
|
169
|
+
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊',
|
|
150
170
|
'fabric.editor.help': '說明',
|
|
151
171
|
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
152
172
|
'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
|
|
153
173
|
'fabric.editor.horizontalRule': '分隔線',
|
|
154
174
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
175
|
+
'fabric.editor.hyperlink.linkAriaLabel': '連結標籤',
|
|
155
176
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '當您在欄位中輸入內容時,建議會顯示在下方',
|
|
156
177
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {沒有找到任何結果} other {找到 {count,number} 個結果}}',
|
|
157
178
|
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
@@ -160,6 +181,8 @@ var _default = {
|
|
|
160
181
|
'fabric.editor.info': '資訊',
|
|
161
182
|
'fabric.editor.infoPanel': '資訊面板',
|
|
162
183
|
'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
|
|
184
|
+
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
185
|
+
'fabric.editor.inlineTitle': '內嵌',
|
|
163
186
|
'fabric.editor.insertColumn': '在右側插入直欄',
|
|
164
187
|
'fabric.editor.insertMenu': '插入',
|
|
165
188
|
'fabric.editor.insertRow': '在下方插入列',
|
|
@@ -180,8 +203,11 @@ var _default = {
|
|
|
180
203
|
'fabric.editor.markdown': 'Markdown',
|
|
181
204
|
'fabric.editor.matchCase': '大小寫須相符',
|
|
182
205
|
'fabric.editor.mediaAddLink': '新增連結',
|
|
206
|
+
'fabric.editor.mediaGroupDeleteLabel': '刪除',
|
|
183
207
|
'fabric.editor.mention': '提及',
|
|
184
208
|
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
209
|
+
'fabric.editor.mentionsAddLabel': '新增圖示',
|
|
210
|
+
'fabric.editor.mentionsIconLabel': '提及',
|
|
185
211
|
'fabric.editor.mergeCells': '合併儲存格',
|
|
186
212
|
'fabric.editor.moreFormatting': '更多格式設定',
|
|
187
213
|
'fabric.editor.noResultsFound': '沒有結果',
|
|
@@ -190,9 +216,12 @@ var _default = {
|
|
|
190
216
|
'fabric.editor.notePanel': '附註面板',
|
|
191
217
|
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
192
218
|
'fabric.editor.numberedColumn': '編號直欄',
|
|
219
|
+
'fabric.editor.off': '{formattingType} 關閉',
|
|
220
|
+
'fabric.editor.on': '{formattingType} 開啟',
|
|
193
221
|
'fabric.editor.orderedList': '編號清單',
|
|
194
222
|
'fabric.editor.orderedList.description': '建立已排序的清單',
|
|
195
223
|
'fabric.editor.other': '其他...',
|
|
224
|
+
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
196
225
|
'fabric.editor.panel.backgroundColor': '背景顏色',
|
|
197
226
|
'fabric.editor.panel.emoji': '新增表情符號',
|
|
198
227
|
'fabric.editor.pastePlainText': '貼上純文字',
|
|
@@ -204,6 +233,7 @@ var _default = {
|
|
|
204
233
|
'fabric.editor.redo': '重做',
|
|
205
234
|
'fabric.editor.remove': '移除',
|
|
206
235
|
'fabric.editor.removeColumns': '{0, plural, other {刪除直欄}}',
|
|
236
|
+
'fabric.editor.removeEmoji': '移除表情符號',
|
|
207
237
|
'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
|
|
208
238
|
'fabric.editor.replace': '取代',
|
|
209
239
|
'fabric.editor.replaceAll': '全部取代',
|
|
@@ -212,7 +242,7 @@ var _default = {
|
|
|
212
242
|
'fabric.editor.rightSidebar': '右側資訊看板',
|
|
213
243
|
'fabric.editor.saveButton': '儲存',
|
|
214
244
|
'fabric.editor.selectLanguage': '選取語言',
|
|
215
|
-
'fabric.editor.
|
|
245
|
+
'fabric.editor.single': '單欄',
|
|
216
246
|
'fabric.editor.sortColumnASC': '以 A → Z 排序直欄',
|
|
217
247
|
'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
|
|
218
248
|
'fabric.editor.splitCell': '分割儲存格',
|
|
@@ -223,27 +253,30 @@ var _default = {
|
|
|
223
253
|
'fabric.editor.strike': '刪除線',
|
|
224
254
|
'fabric.editor.subTask': '子任務',
|
|
225
255
|
'fabric.editor.subscript': '下標',
|
|
256
|
+
'fabric.editor.subscript.off.superscript.on': '下標關閉,上標開啟',
|
|
226
257
|
'fabric.editor.success': '成功',
|
|
227
258
|
'fabric.editor.successPanel': '成功面板',
|
|
228
259
|
'fabric.editor.successPanel.description': '以彩色面板新增提示',
|
|
229
260
|
'fabric.editor.superscript': '上標',
|
|
261
|
+
'fabric.editor.superscript.off.subscript.on': '上標關閉,下標開啟',
|
|
230
262
|
'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
|
|
231
263
|
'fabric.editor.table': '表格',
|
|
232
264
|
'fabric.editor.table.description': '插入表格',
|
|
233
265
|
'fabric.editor.tableOptions': '表格選項',
|
|
234
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
266
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '移除此表格會破壞所有與之連結的圖表。',
|
|
235
267
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '移除表格和資料',
|
|
236
268
|
'fabric.editor.task': '任務',
|
|
237
269
|
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
|
|
270
|
+
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
238
271
|
'fabric.editor.textColor': '文字顏色',
|
|
239
|
-
'fabric.editor.textColor.lessColors': '較少色彩',
|
|
240
|
-
'fabric.editor.textColor.moreColors': '較多色彩',
|
|
241
272
|
'fabric.editor.textStyles': '文字樣式',
|
|
242
273
|
'fabric.editor.threeColumns': '三欄',
|
|
243
274
|
'fabric.editor.threeColumnsWithSidebars': '三個包含資訊看板的直欄',
|
|
244
275
|
'fabric.editor.time.ago': '前',
|
|
245
276
|
'fabric.editor.time.updated': '已更新',
|
|
246
277
|
'fabric.editor.time.viewed': '已檢視',
|
|
278
|
+
'fabric.editor.toolbarLabel': '編輯器工具列',
|
|
279
|
+
'fabric.editor.toolbarMediaTitle': '檔案與影像',
|
|
247
280
|
'fabric.editor.tooltip.blockPanel': '面板',
|
|
248
281
|
'fabric.editor.tooltip.bulletList': '清單',
|
|
249
282
|
'fabric.editor.tooltip.decisionList': '決定清單',
|
|
@@ -251,6 +284,7 @@ var _default = {
|
|
|
251
284
|
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
252
285
|
'fabric.editor.tooltip.taskList': '動作項目',
|
|
253
286
|
'fabric.editor.twoColumns': '兩欄',
|
|
287
|
+
'fabric.editor.typeAheadResultLabel': '自動提示結果',
|
|
254
288
|
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
255
289
|
'fabric.editor.underline': '底線',
|
|
256
290
|
'fabric.editor.undo': '復原',
|
|
@@ -258,6 +292,8 @@ var _default = {
|
|
|
258
292
|
'fabric.editor.unorderedList': '項目符號清單',
|
|
259
293
|
'fabric.editor.unorderedList.description': '建立未排序的清單',
|
|
260
294
|
'fabric.editor.url': '顯示 URL',
|
|
295
|
+
'fabric.editor.urlDescription': '將連結顯示為 URL',
|
|
296
|
+
'fabric.editor.urlTitle': 'URL',
|
|
261
297
|
'fabric.editor.viewMore': '檢視更多',
|
|
262
298
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
263
299
|
'fabric.editor.warning': '警告',
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = "@atlaskit/editor-core";
|
|
8
8
|
exports.name = name;
|
|
9
|
-
var version = "
|
|
9
|
+
var version = "159.0.0";
|
|
10
10
|
exports.version = version;
|
|
11
11
|
|
|
12
12
|
var nextMajorVersion = function nextMajorVersion() {
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Czech
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Aktuální úkol',
|
|
10
10
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
|
|
23
23
|
'fabric.editor.backLink': 'Zpět',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
25
|
+
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
26
|
+
'fabric.editor.blockTitle': 'Karta',
|
|
25
27
|
'fabric.editor.blockquote': 'citace',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
27
29
|
'fabric.editor.blockquote2': 'Citace',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
34
36
|
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
35
37
|
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Vymazat alternativní text',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Vymazat buňku} few {Vymazat buňky} many {Vymazat buňky} other {Vymazat buňky}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Odstranit formátování',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Zavřít dialog nápovědy',
|
|
44
47
|
'fabric.editor.code': 'Kód',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, zapnuto formátování kódu',
|
|
45
49
|
'fabric.editor.codeblock': 'Fragment kódu',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
47
51
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
69
73
|
'fabric.editor.createComment': 'Komentář',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
75
|
+
'fabric.editor.customPanel': 'Vlastní panel',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
71
77
|
'fabric.editor.date': 'Datum',
|
|
72
78
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
73
79
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Tato možnost zobrazení není v uzlu {node} dostupná',
|
|
82
88
|
'fabric.editor.displayText': 'Text k zobrazení',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Rozložení sloupců',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
84
92
|
'fabric.editor.edit': 'Upravit',
|
|
85
93
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
86
94
|
'fabric.editor.editDateText': 'Upravit datum',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Pozvat k úpravám',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Upravit barvu stavu',
|
|
90
98
|
'fabric.editor.editStatusText': 'Upravit stav',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Upravitelný obsah',
|
|
91
100
|
'fabric.editor.editorHelp': 'Nápověda editoru.',
|
|
101
|
+
'fabric.editor.editors': 'Editoři',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
118
|
+
'fabric.editor.embedTitle': 'Vložit',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Používejte emoji k vyjádření nápadů 🎉 a emocí 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Zadejte odkaz.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Jste si jistí?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládací prvky plovoucího panelu nástrojů byly otevřeny.',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
129
142
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
130
143
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
131
144
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
|
141
154
|
'fabric.editor.heading6': 'Nadpis 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Chyba',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Požadavek',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Stránka',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Úkol',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
143
163
|
'fabric.editor.help': 'Nápověda',
|
|
144
164
|
'fabric.editor.help.description': 'Projděte si všechny klávesové zkratky a možnosti markdownu',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Popisek odkazu',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Níže se objeví návrhy na základě vámi napsaného textu v poli',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {nebyly nalezeny žádné výsledky} one {{count,number} nalezený výsledek} few {{count,number} nalezené výsledky} many {{count,number} nalezeného výsledku} other {{count,number} nalezených výsledků}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Vložit nebo vyhledat odkaz',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Informace',
|
|
154
175
|
'fabric.editor.infoPanel': 'Informační panel',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Zobrazit odkaz jako vložený text',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Vložený',
|
|
156
179
|
'fabric.editor.insertColumn': 'Vložit sloupec napravo',
|
|
157
180
|
'fabric.editor.insertMenu': 'Vložit',
|
|
158
181
|
'fabric.editor.insertRow': 'Vložit řádek pod',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Snížení',
|
|
174
197
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Přidat odkaz',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Odstranit',
|
|
176
200
|
'fabric.editor.mention': 'Zmínka',
|
|
177
201
|
'fabric.editor.mention.description': 'Zmiňte někoho, abyste jim zaslali oznámení',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'přidat-ikonu',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Zmínka',
|
|
178
204
|
'fabric.editor.mergeCells': 'Sloučit buňky',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Další formátování',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Panel poznámek',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
212
|
+
'fabric.editor.off': '{formattingType} vypnuto',
|
|
213
|
+
'fabric.editor.on': '{formattingType} zapnuto',
|
|
186
214
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
188
216
|
'fabric.editor.other': 'Jiné...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Vložit prostý text',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Znovu',
|
|
198
227
|
'fabric.editor.remove': 'Odebrat',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Odstranit sloupec} few {Odstranit sloupce} many {Odstranit sloupce} other {Odstranit sloupce}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Odstranit emoji',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
201
231
|
'fabric.editor.replace': 'Nahradit',
|
|
202
232
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Pravý postranní panel',
|
|
206
236
|
'fabric.editor.saveButton': 'Uložit',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Vyberte programovací jazyk',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Jeden sloupec',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Seřadit sloupec A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Seřadit sloupec Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Rozdělit buňky',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Přeškrtnutí',
|
|
217
247
|
'fabric.editor.subTask': 'Podúkol',
|
|
218
248
|
'fabric.editor.subscript': 'Dolní index',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Dolní index vypnutý, horní index zapnutý',
|
|
219
250
|
'fabric.editor.success': 'Úspěch',
|
|
220
251
|
'fabric.editor.successPanel': 'Panel úspěchů',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
|
222
253
|
'fabric.editor.superscript': 'Horní index',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Horní index vypnutý, dolní index zapnutý',
|
|
223
255
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
224
256
|
'fabric.editor.table': 'Tabulka',
|
|
225
257
|
'fabric.editor.table.description': 'Vložit tabulku',
|
|
226
258
|
'fabric.editor.tableOptions': 'Možnosti tabulky',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Odebrání této tabulky způsobí, že všechny k ní připojené grafy přestanou fungovat.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Odstranit tabulku a data',
|
|
229
261
|
'fabric.editor.task': 'Úkol',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
231
264
|
'fabric.editor.textColor': 'Barva textu',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Méně barev',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Více barev',
|
|
234
265
|
'fabric.editor.textStyles': 'Styly textu',
|
|
235
266
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
|
237
268
|
'fabric.editor.time.ago': 'zpět',
|
|
238
269
|
'fabric.editor.time.updated': 'Aktualizováno',
|
|
239
270
|
'fabric.editor.time.viewed': 'Zobrazeno',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Panel nástrojů editoru',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Soubory a obrázky',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutí',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'vnořený rozbalovací uzel',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'položka akce',
|
|
246
279
|
'fabric.editor.twoColumns': 'Dva sloupce',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Výsledky našeptávače',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
|
|
248
282
|
'fabric.editor.underline': 'Podtržení',
|
|
249
283
|
'fabric.editor.undo': 'Vrátit',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Seznam s odrážkami',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Vytvořit neseřazený seznam',
|
|
253
287
|
'fabric.editor.url': 'Zobrazit adresu URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Zobrazit odkaz jako adresu URL',
|
|
289
|
+
'fabric.editor.urlTitle': 'Adresa URL',
|
|
254
290
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
255
291
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
256
292
|
'fabric.editor.warning': 'Varování',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Danish (Denmark)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
10
10
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
11
11
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
12
|
-
'fabric.editor.alignCenter': '
|
|
12
|
+
'fabric.editor.alignCenter': 'Centreret',
|
|
13
13
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
14
14
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
15
15
|
'fabric.editor.alignImageRight': 'Højrejustér',
|
|
16
16
|
'fabric.editor.alignLeft': 'Venstrejustér',
|
|
17
|
-
'fabric.editor.alignRight': '
|
|
17
|
+
'fabric.editor.alignRight': 'Højrejusteret',
|
|
18
18
|
'fabric.editor.alignment': 'Tekstjustering',
|
|
19
19
|
'fabric.editor.altText': 'Al tekst',
|
|
20
20
|
'fabric.editor.alttext.validation': 'Fjern alle specialtegn i ALT-tekst.',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
|
|
23
23
|
'fabric.editor.backLink': 'Gå tilbage',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
25
|
+
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
26
|
+
'fabric.editor.blockTitle': 'Kort',
|
|
25
27
|
'fabric.editor.blockquote': 'et citat',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
27
29
|
'fabric.editor.blockquote2': 'Citat',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
34
36
|
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
35
37
|
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Ryd alternativ tekst',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Ryd celle} other {Ryd celler}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Ryd fomattering',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Luk',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Luk dialogboksen',
|
|
44
47
|
'fabric.editor.code': 'Kode',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, kode aktiveret',
|
|
45
49
|
'fabric.editor.codeblock': 'Kodestump',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
|
47
51
|
'fabric.editor.collapseTable': 'Luk tabel',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
69
73
|
'fabric.editor.createComment': 'Kommentar',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
75
|
+
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
71
77
|
'fabric.editor.date': 'Dato',
|
|
72
78
|
'fabric.editor.date.description': 'Tilføj en dato med en kalender',
|
|
73
79
|
'fabric.editor.decision': 'Beslutning',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Denne visningsmulighed er ikke tilgængelig i {node}',
|
|
82
88
|
'fabric.editor.displayText': 'Vist tekst',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Fordel kolonner',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
84
92
|
'fabric.editor.edit': 'Redigér',
|
|
85
93
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
86
94
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Rediger statusfarve',
|
|
90
98
|
'fabric.editor.editStatusText': 'Rediger status',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Redigerbart indhold',
|
|
91
100
|
'fabric.editor.editorHelp': 'Hjælp til redigering',
|
|
101
|
+
'fabric.editor.editors': 'Redaktører',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Hjælp',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
|
|
118
|
+
'fabric.editor.embedTitle': 'Indlejr',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Brug humørikoner for at udtrykke idéer 🎉 og følelser 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Indtast et link.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuller',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
|
|
129
142
|
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
130
143
|
'fabric.editor.headerRow': 'Overskriftsrække',
|
|
131
144
|
'fabric.editor.heading1': 'Overskrift 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
|
141
154
|
'fabric.editor.heading6': 'Overskrift 6',
|
|
142
155
|
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blog',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
143
163
|
'fabric.editor.help': 'Hjælp',
|
|
144
164
|
'fabric.editor.help.description': 'Se alle tastaturgenveje og Markdown-muligheder',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Linkmærkat',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Der vises forslag nedenfor, når du skriver i feltet',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {ingen resultater fundet} one {Der blev fundet {count,number} resultat} other {Der blev fundet {count,number} resultater}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Indsæt eller søg efter link',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Info',
|
|
154
175
|
'fabric.editor.infoPanel': 'Informationspanel',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Vis link som indbygget tekst',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Indbyg',
|
|
156
179
|
'fabric.editor.insertColumn': 'Indsæt kolonne til højre',
|
|
157
180
|
'fabric.editor.insertMenu': 'Indsæt',
|
|
158
181
|
'fabric.editor.insertRow': 'Indsæt række under',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Tilføj link',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Slet',
|
|
176
200
|
'fabric.editor.mention': 'Benævnelse',
|
|
177
201
|
'fabric.editor.mention.description': 'Omtal nogen for at sende dem en notifikation',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'ikon for tilføj',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Benævnelse',
|
|
178
204
|
'fabric.editor.mergeCells': 'Flet celler',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Mere formatering',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
212
|
+
'fabric.editor.off': '{formattingType} fra',
|
|
213
|
+
'fabric.editor.on': '{formattingType} til',
|
|
186
214
|
'fabric.editor.orderedList': 'Nummereret liste',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
188
216
|
'fabric.editor.other': 'Andre ...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Gentag',
|
|
198
227
|
'fabric.editor.remove': 'Fjern',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Slet kolonne} other {Slet kolonner}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
201
231
|
'fabric.editor.replace': 'Erstat',
|
|
202
232
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Højre sidebjælke',
|
|
206
236
|
'fabric.editor.saveButton': 'Gem',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Vælg sprog',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Enkelt kolonne',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Sorter kolonnen fra A → Å',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Sorter kolonnen fra Å → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Opdel celle',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Gennemstreget',
|
|
217
247
|
'fabric.editor.subTask': 'Underopgave',
|
|
218
248
|
'fabric.editor.subscript': 'Sænket skrift',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Sænket skrift fra, hævet skrift til',
|
|
219
250
|
'fabric.editor.success': 'Succes',
|
|
220
251
|
'fabric.editor.successPanel': 'Succespanel',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
|
222
253
|
'fabric.editor.superscript': 'Hævet skrift',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Hævet skrift fra, sænket skrift til',
|
|
223
255
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
224
256
|
'fabric.editor.table': 'Tabel',
|
|
225
257
|
'fabric.editor.table.description': 'Indsæt en tabel',
|
|
226
258
|
'fabric.editor.tableOptions': 'Egenskaber for tabel',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabel,
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabel, ødelægges alle de tilknyttede diagrammer.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Fjern tabel og data',
|
|
229
261
|
'fabric.editor.task': 'Opgave',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
231
264
|
'fabric.editor.textColor': 'Tekstfarve',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Færre farver',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Flere farver',
|
|
234
265
|
'fabric.editor.textStyles': 'Tekstformatering',
|
|
235
266
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
|
|
237
268
|
'fabric.editor.time.ago': 'siden',
|
|
238
269
|
'fabric.editor.time.updated': 'Opdateret',
|
|
239
270
|
'fabric.editor.time.viewed': 'Vist',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Værktøjslinje til redigeringsprogram',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Filer og billeder',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'en indlejret udvidelse',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
246
279
|
'fabric.editor.twoColumns': 'To kolonner',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Resultater for automatisk fuldførelse',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
|
|
248
282
|
'fabric.editor.underline': 'Understreget',
|
|
249
283
|
'fabric.editor.undo': 'Fortryd',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Punktopstilling',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Opret en ikke-sorteret liste',
|
|
253
287
|
'fabric.editor.url': 'Visnings-URL',
|
|
288
|
+
'fabric.editor.urlDescription': 'Vis link som URL-adresse',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL-adresse',
|
|
254
290
|
'fabric.editor.viewMore': 'Vis mere',
|
|
255
291
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
256
292
|
'fabric.editor.warning': 'Advarsel',
|