@atlaskit/afm-i18n-platform-editor-editor-common 2.2.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/build.js +131 -0
- package/dist/cjs/i18n/cs.js +889 -0
- package/dist/cjs/i18n/da.js +888 -0
- package/dist/cjs/i18n/de.js +888 -0
- package/dist/cjs/i18n/en.js +974 -0
- package/dist/cjs/i18n/en_GB.js +974 -0
- package/dist/cjs/i18n/en_ZZ.js +973 -0
- package/dist/cjs/i18n/es.js +889 -0
- package/dist/cjs/i18n/fi.js +889 -0
- package/dist/cjs/i18n/fr.js +889 -0
- package/dist/cjs/i18n/hr.js +949 -0
- package/dist/cjs/i18n/hu.js +888 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +888 -0
- package/dist/cjs/i18n/ja.js +889 -0
- package/dist/cjs/i18n/ko.js +889 -0
- package/dist/cjs/i18n/nb.js +888 -0
- package/dist/cjs/i18n/nl.js +888 -0
- package/dist/cjs/i18n/pl.js +889 -0
- package/dist/cjs/i18n/pt_BR.js +887 -0
- package/dist/cjs/i18n/ru.js +889 -0
- package/dist/cjs/i18n/sl.js +941 -0
- package/dist/cjs/i18n/sr_RS.js +949 -0
- package/dist/cjs/i18n/sr_YR.js +949 -0
- package/dist/cjs/i18n/sv.js +888 -0
- package/dist/cjs/i18n/th.js +874 -0
- package/dist/cjs/i18n/tr.js +889 -0
- package/dist/cjs/i18n/uk.js +874 -0
- package/dist/cjs/i18n/vi.js +874 -0
- package/dist/cjs/i18n/zh.js +889 -0
- package/dist/cjs/i18n/zh_TW.js +889 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +886 -0
- package/dist/esm/i18n/cs.js +887 -0
- package/dist/esm/i18n/da.d.ts +885 -0
- package/dist/esm/i18n/da.js +886 -0
- package/dist/esm/i18n/de.d.ts +885 -0
- package/dist/esm/i18n/de.js +886 -0
- package/dist/esm/i18n/en.d.ts +971 -0
- package/dist/esm/i18n/en.js +972 -0
- package/dist/esm/i18n/en_GB.d.ts +971 -0
- package/dist/esm/i18n/en_GB.js +972 -0
- package/dist/esm/i18n/en_ZZ.d.ts +970 -0
- package/dist/esm/i18n/en_ZZ.js +971 -0
- package/dist/esm/i18n/es.d.ts +886 -0
- package/dist/esm/i18n/es.js +887 -0
- package/dist/esm/i18n/fi.d.ts +886 -0
- package/dist/esm/i18n/fi.js +887 -0
- package/dist/esm/i18n/fr.d.ts +886 -0
- package/dist/esm/i18n/fr.js +887 -0
- package/dist/esm/i18n/hr.d.ts +946 -0
- package/dist/esm/i18n/hr.js +947 -0
- package/dist/esm/i18n/hu.d.ts +885 -0
- package/dist/esm/i18n/hu.js +886 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +885 -0
- package/dist/esm/i18n/it.js +886 -0
- package/dist/esm/i18n/ja.d.ts +886 -0
- package/dist/esm/i18n/ja.js +887 -0
- package/dist/esm/i18n/ko.d.ts +886 -0
- package/dist/esm/i18n/ko.js +887 -0
- package/dist/esm/i18n/nb.d.ts +885 -0
- package/dist/esm/i18n/nb.js +886 -0
- package/dist/esm/i18n/nl.d.ts +885 -0
- package/dist/esm/i18n/nl.js +886 -0
- package/dist/esm/i18n/pl.d.ts +886 -0
- package/dist/esm/i18n/pl.js +887 -0
- package/dist/esm/i18n/pt_BR.d.ts +884 -0
- package/dist/esm/i18n/pt_BR.js +885 -0
- package/dist/esm/i18n/ru.d.ts +886 -0
- package/dist/esm/i18n/ru.js +887 -0
- package/dist/esm/i18n/sl.d.ts +938 -0
- package/dist/esm/i18n/sl.js +939 -0
- package/dist/esm/i18n/sr_RS.d.ts +946 -0
- package/dist/esm/i18n/sr_RS.js +947 -0
- package/dist/esm/i18n/sr_YR.d.ts +946 -0
- package/dist/esm/i18n/sr_YR.js +947 -0
- package/dist/esm/i18n/sv.d.ts +885 -0
- package/dist/esm/i18n/sv.js +886 -0
- package/dist/esm/i18n/th.d.ts +871 -0
- package/dist/esm/i18n/th.js +872 -0
- package/dist/esm/i18n/tr.d.ts +886 -0
- package/dist/esm/i18n/tr.js +887 -0
- package/dist/esm/i18n/uk.d.ts +871 -0
- package/dist/esm/i18n/uk.js +872 -0
- package/dist/esm/i18n/vi.d.ts +871 -0
- package/dist/esm/i18n/vi.js +872 -0
- package/dist/esm/i18n/zh.d.ts +886 -0
- package/dist/esm/i18n/zh.js +887 -0
- package/dist/esm/i18n/zh_TW.d.ts +886 -0
- package/dist/esm/i18n/zh_TW.js +887 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +886 -0
- package/dist/types/i18n/da.d.ts +885 -0
- package/dist/types/i18n/de.d.ts +885 -0
- package/dist/types/i18n/en.d.ts +971 -0
- package/dist/types/i18n/en_GB.d.ts +971 -0
- package/dist/types/i18n/en_ZZ.d.ts +970 -0
- package/dist/types/i18n/es.d.ts +886 -0
- package/dist/types/i18n/fi.d.ts +886 -0
- package/dist/types/i18n/fr.d.ts +886 -0
- package/dist/types/i18n/hr.d.ts +946 -0
- package/dist/types/i18n/hu.d.ts +885 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +885 -0
- package/dist/types/i18n/ja.d.ts +886 -0
- package/dist/types/i18n/ko.d.ts +886 -0
- package/dist/types/i18n/nb.d.ts +885 -0
- package/dist/types/i18n/nl.d.ts +885 -0
- package/dist/types/i18n/pl.d.ts +886 -0
- package/dist/types/i18n/pt_BR.d.ts +884 -0
- package/dist/types/i18n/ru.d.ts +886 -0
- package/dist/types/i18n/sl.d.ts +938 -0
- package/dist/types/i18n/sr_RS.d.ts +946 -0
- package/dist/types/i18n/sr_YR.d.ts +946 -0
- package/dist/types/i18n/sv.d.ts +885 -0
- package/dist/types/i18n/th.d.ts +871 -0
- package/dist/types/i18n/tr.d.ts +886 -0
- package/dist/types/i18n/uk.d.ts +871 -0
- package/dist/types/i18n/vi.d.ts +871 -0
- package/dist/types/i18n/zh.d.ts +886 -0
- package/dist/types/i18n/zh_TW.d.ts +886 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +965 -0
- package/i18n/da.ts +961 -0
- package/i18n/de.ts +1002 -0
- package/i18n/en.ts +1060 -0
- package/i18n/en_GB.ts +1060 -0
- package/i18n/en_ZZ.ts +1184 -0
- package/i18n/es.ts +989 -0
- package/i18n/fi.ts +956 -0
- package/i18n/fr.ts +997 -0
- package/i18n/hr.ts +1048 -0
- package/i18n/hu.ts +972 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +983 -0
- package/i18n/ja.ts +952 -0
- package/i18n/ko.ts +937 -0
- package/i18n/nb.ts +954 -0
- package/i18n/nl.ts +988 -0
- package/i18n/pl.ts +987 -0
- package/i18n/pt_BR.ts +967 -0
- package/i18n/ru.ts +997 -0
- package/i18n/sl.ts +1048 -0
- package/i18n/sr_RS.ts +1041 -0
- package/i18n/sr_YR.ts +1029 -0
- package/i18n/sv.ts +957 -0
- package/i18n/th.ts +920 -0
- package/i18n/tr.ts +955 -0
- package/i18n/uk.ts +973 -0
- package/i18n/vi.ts +940 -0
- package/i18n/zh.ts +915 -0
- package/i18n/zh_TW.ts +915 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,887 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Chinese (Traditional)
|
|
9
|
+
export default {
|
|
10
|
+
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '完成編輯',
|
|
11
|
+
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '進行編輯',
|
|
12
|
+
'editor-common-extensibility.macro.button.configure': '設定 {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': '舊版內容',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': '此內容的功能有限,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': '深入了解',
|
|
16
|
+
'editor.trackChanges.toolbarIconLabel': '追蹤變更',
|
|
17
|
+
'fablric.editor.viewAllInserts': '檢視所有插入內容',
|
|
18
|
+
'fabric.editor.action': '動作項目',
|
|
19
|
+
'fabric.editor.action.description': '建立並指派動作項目',
|
|
20
|
+
'fabric.editor.addAltText': '替代文字',
|
|
21
|
+
'fabric.editor.addColumnLeft': '新增左側欄',
|
|
22
|
+
'fabric.editor.addColumnRight': '新增右欄',
|
|
23
|
+
'fabric.editor.addCommentOnMedia': '新增留言',
|
|
24
|
+
'fabric.editor.addImageBorder': '新增邊框',
|
|
25
|
+
'fabric.editor.addLoomVideo': '錄製 Loom 影片',
|
|
26
|
+
'fabric.editor.addLoomVideoComment': '錄製 Loom 影片的留言',
|
|
27
|
+
'fabric.editor.addMediaFiles': '新增圖片、影片或檔案',
|
|
28
|
+
'fabric.editor.addRowAbove': '在上方新增列',
|
|
29
|
+
'fabric.editor.addRowBelow': '在下方新增列',
|
|
30
|
+
'fabric.editor.addUpdatedAltText': '新增替代文字',
|
|
31
|
+
'fabric.editor.ai.ai-panels.actionItemsPageDescription': '使用 Atlassian Intelligence 尋找交辦事項並在面板中顯示',
|
|
32
|
+
'fabric.editor.ai.ai-panels.actionItemsPageTitle': '交辦事項面板 (測試版)',
|
|
33
|
+
'fabric.editor.ai.ai-panels.summarizePageDescription': '使用 Atlassian Intelligence 摘要此頁面,並在面板中顯示',
|
|
34
|
+
'fabric.editor.ai.ai-panels.summarizePageTitle': '頁面摘要面板 (測試版)',
|
|
35
|
+
'fabric.editor.ai.ai-smart-button.context.reference': '選取的內容',
|
|
36
|
+
'fabric.editor.ai.atlas-prebuilt.atlasGenerateContentConfigItemDescription': '產生要插入到更新中的內容',
|
|
37
|
+
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '總結更新內容',
|
|
38
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '產生',
|
|
39
|
+
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': '詢問 Atlassian Intelligence',
|
|
40
|
+
'fabric.editor.ai.config.item.action.edit': '編輯',
|
|
41
|
+
'fabric.editor.ai.config.item.action.insert': '插入',
|
|
42
|
+
'fabric.editor.ai.config.item.action.insertAtTop': '在頂端插入',
|
|
43
|
+
'fabric.editor.ai.config.item.action.insertBelow': '在下方插入',
|
|
44
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': '在原始內容下插入',
|
|
45
|
+
'fabric.editor.ai.config.item.action.replace': '取代',
|
|
46
|
+
'fabric.editor.ai.config.item.action.replaceTitle': '取代標題',
|
|
47
|
+
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': '標題不能超過 {maxLength} 個字元',
|
|
48
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': '在聊天中繼續',
|
|
49
|
+
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': '在聊天中開啟',
|
|
50
|
+
'fabric.editor.ai.config.item.addPolish.description': '潤飾內容,讓內容更精彩',
|
|
51
|
+
'fabric.editor.ai.config.item.addPolish.title': '新增潤飾',
|
|
52
|
+
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo 客服人員',
|
|
53
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.description': '縮短內容,提升簡潔度',
|
|
54
|
+
'fabric.editor.ai.config.item.atlas-shorten-update.title': '縮短更新',
|
|
55
|
+
'fabric.editor.ai.config.item.bb.pr.description.description': '建立包含變更摘要的提取要求描述',
|
|
56
|
+
'fabric.editor.ai.config.item.bb.pr.description.title': '建立提取要求描述',
|
|
57
|
+
'fabric.editor.ai.config.item.brainstorm.description': '為您提供的主題產生構想列表',
|
|
58
|
+
'fabric.editor.ai.config.item.brainstorm.promptHint': '告訴我這個主題...',
|
|
59
|
+
'fabric.editor.ai.config.item.brainstorm.promptLabel': '腦力激盪',
|
|
60
|
+
'fabric.editor.ai.config.item.brainstorm.title': '腦力激盪',
|
|
61
|
+
'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentShortTitle': '長度',
|
|
62
|
+
'fabric.editor.ai.config.item.changeTone.adjustLengthNestingParentTitle': '調整長度',
|
|
63
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.description': '將內容的語調變更為休閒',
|
|
64
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.selectionToolbar.dropdownItem.title': '休閒',
|
|
65
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.shortTitle': '休閒',
|
|
66
|
+
'fabric.editor.ai.config.item.changeTone.casualTone.title': '將語調變更為休閒',
|
|
67
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.description': '將內容的語調變更為教學',
|
|
68
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.selectionToolbar.dropdownItem.title': '教學',
|
|
69
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.shortTitle': '教學',
|
|
70
|
+
'fabric.editor.ai.config.item.changeTone.educationalTone.title': '將語調變更為教學',
|
|
71
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.description': '將內容的語調變更為富有同理心',
|
|
72
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.selectionToolbar.dropdownItem.title': '富有同理心',
|
|
73
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.shortTitle': '富有同理心',
|
|
74
|
+
'fabric.editor.ai.config.item.changeTone.empatheticTone.title': '將語調變更為富有同理心',
|
|
75
|
+
'fabric.editor.ai.config.item.changeTone.nestingParentTitlePostGA': '將語調變更為...',
|
|
76
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.description': '將內容的語調變更為中性',
|
|
77
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.selectionToolbar.dropdownItem.title': '中性',
|
|
78
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.shortTitle': '中性',
|
|
79
|
+
'fabric.editor.ai.config.item.changeTone.neutralTone.title': '將語調變更為中性',
|
|
80
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.description': '將內容的語調變更為專業',
|
|
81
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.selectionToolbar.dropdownItem.title': '專業',
|
|
82
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.shortTitle': '專業',
|
|
83
|
+
'fabric.editor.ai.config.item.changeTone.professionalTone.title': '將語調變更為專業',
|
|
84
|
+
'fabric.editor.ai.config.item.convertToBulletList.description': '將內容重新調整為項目符號清單',
|
|
85
|
+
'fabric.editor.ai.config.item.convertToBulletList.title': '轉換為項目符號清單',
|
|
86
|
+
'fabric.editor.ai.config.item.convertToTable.description': '將內容重新調整為包含標題的表格',
|
|
87
|
+
'fabric.editor.ai.config.item.convertToTable.title': '轉換為表格',
|
|
88
|
+
'fabric.editor.ai.config.item.draftReply.description': '根據您正在處理的類似議題草擬回覆',
|
|
89
|
+
'fabric.editor.ai.config.item.draftReply.title': '草擬回覆',
|
|
90
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.description': '修正拼寫和文法錯誤',
|
|
91
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.selectionToolbar.dropdownItem.title': '拼字與文法',
|
|
92
|
+
'fabric.editor.ai.config.item.enhance.fixSpellingGrammar.title': '修正拼字與文法',
|
|
93
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.description': '提升清晰度、結構和語調,以增進參與和理解',
|
|
94
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.selectionToolbar.dropdownItem.title': '改善寫作',
|
|
95
|
+
'fabric.editor.ai.config.item.enhance.improveWriting.title': '改善寫作',
|
|
96
|
+
'fabric.editor.ai.config.item.findActionItems.description': '在您提供的內容中尋找交辦事項',
|
|
97
|
+
'fabric.editor.ai.config.item.findActionItems.title': '尋找交辦事項',
|
|
98
|
+
'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint': '從下方選取 (自由生成目前已在 Elevate 中停用)',
|
|
99
|
+
'fabric.editor.ai.config.item.generateContent.promptHint': '透過 AI 撰寫或從下方選取',
|
|
100
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.description': '根據議題背景資訊產生向上呈報附註',
|
|
101
|
+
'fabric.editor.ai.config.item.generateEscalationNotes.title': '產生向上呈報附註',
|
|
102
|
+
'fabric.editor.ai.config.item.improveDescription.default.description': '根據議題類型重新建構議題描述',
|
|
103
|
+
'fabric.editor.ai.config.item.improveDescription.default.title.experiment.one': '改善描述',
|
|
104
|
+
'fabric.editor.ai.config.item.makeLonger.description': '根據您提供的背景資訊展開內容',
|
|
105
|
+
'fabric.editor.ai.config.item.makeLonger.title': '增加長度',
|
|
106
|
+
'fabric.editor.ai.config.item.range.agent.description': '沒有描述',
|
|
107
|
+
'fabric.editor.ai.config.item.range.agent.prompt.hint': '請客服人員撰寫任何內容或從下方選擇',
|
|
108
|
+
'fabric.editor.ai.config.item.rephrase.description': '提出重新撰寫句子的建議',
|
|
109
|
+
'fabric.editor.ai.config.item.rephrase.title': '換個方式描述',
|
|
110
|
+
'fabric.editor.ai.config.item.shorten.description': '縮短內容,提升簡潔度',
|
|
111
|
+
'fabric.editor.ai.config.item.shorten.selectionToolbar.dropdownItem.title': '縮短',
|
|
112
|
+
'fabric.editor.ai.config.item.shorten.title': '縮短',
|
|
113
|
+
'fabric.editor.ai.config.item.suggest.description': '為您提供的內容建議標題',
|
|
114
|
+
'fabric.editor.ai.config.item.suggest.title': '建議標題',
|
|
115
|
+
'fabric.editor.ai.config.item.summarize.description': '針對您正在處理的文字建立摘要,突顯重點',
|
|
116
|
+
'fabric.editor.ai.config.item.summarize.dropdownItem.title': '摘要寫作',
|
|
117
|
+
'fabric.editor.ai.config.item.summarize.title': '摘要寫作',
|
|
118
|
+
'fabric.editor.ai.config.item.translate.czech': '捷克文',
|
|
119
|
+
'fabric.editor.ai.config.item.translate.danish': '丹麥文',
|
|
120
|
+
'fabric.editor.ai.config.item.translate.dutch': '荷蘭文',
|
|
121
|
+
'fabric.editor.ai.config.item.translate.english': '英文',
|
|
122
|
+
'fabric.editor.ai.config.item.translate.finnish': '芬蘭文',
|
|
123
|
+
'fabric.editor.ai.config.item.translate.french': '法文',
|
|
124
|
+
'fabric.editor.ai.config.item.translate.german': '德文',
|
|
125
|
+
'fabric.editor.ai.config.item.translate.hungarian': '匈牙利文',
|
|
126
|
+
'fabric.editor.ai.config.item.translate.italian': '義大利文',
|
|
127
|
+
'fabric.editor.ai.config.item.translate.japanese': '日文',
|
|
128
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitle.ga': '翻譯',
|
|
129
|
+
'fabric.editor.ai.config.item.translate.nestingParentTitlePostGA': '翻譯成...',
|
|
130
|
+
'fabric.editor.ai.config.item.translate.norwegian': '挪威文',
|
|
131
|
+
'fabric.editor.ai.config.item.translate.russian': '俄文',
|
|
132
|
+
'fabric.editor.ai.config.item.translate.spanish': '西班牙文',
|
|
133
|
+
'fabric.editor.ai.config.item.translate.swedish': '瑞典文',
|
|
134
|
+
'fabric.editor.ai.config.item.translate.thai': '泰語',
|
|
135
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.description': '將您正在處理的文字翻譯成中文 (簡體)',
|
|
136
|
+
'fabric.editor.ai.config.item.translateTo.chineseSimplified.title': '翻譯成中文 (簡體)',
|
|
137
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.description': '將您正在處理的文字翻譯成中文 (繁體)',
|
|
138
|
+
'fabric.editor.ai.config.item.translateTo.chineseTraditional.title': '翻譯成中文 (繁體)',
|
|
139
|
+
'fabric.editor.ai.config.item.translateTo.czech.description': '將您正在處理的文字翻譯成捷克文',
|
|
140
|
+
'fabric.editor.ai.config.item.translateTo.czech.title': '翻譯成捷克文',
|
|
141
|
+
'fabric.editor.ai.config.item.translateTo.danish.description': '將您正在處理的文字翻譯成丹麥文',
|
|
142
|
+
'fabric.editor.ai.config.item.translateTo.danish.title': '翻譯成丹麥文',
|
|
143
|
+
'fabric.editor.ai.config.item.translateTo.dutch.description': '將您正在處理的文字翻譯成荷蘭文',
|
|
144
|
+
'fabric.editor.ai.config.item.translateTo.dutch.title': '翻譯成荷蘭文',
|
|
145
|
+
'fabric.editor.ai.config.item.translateTo.english.description': '將您正在處理的文字翻譯成英文',
|
|
146
|
+
'fabric.editor.ai.config.item.translateTo.english.title': '翻譯成英文',
|
|
147
|
+
'fabric.editor.ai.config.item.translateTo.finnish.description': '將您正在處理的文字翻譯成芬蘭文',
|
|
148
|
+
'fabric.editor.ai.config.item.translateTo.finnish.title': '翻譯成芬蘭文',
|
|
149
|
+
'fabric.editor.ai.config.item.translateTo.french.description': '將您正在處理的文字翻譯成法文',
|
|
150
|
+
'fabric.editor.ai.config.item.translateTo.french.title': '翻譯成法文',
|
|
151
|
+
'fabric.editor.ai.config.item.translateTo.german.description': '將您正在處理的文字翻譯成德文',
|
|
152
|
+
'fabric.editor.ai.config.item.translateTo.german.title': '翻譯成德文',
|
|
153
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.description': '將您正在處理的文字翻譯成匈牙利文',
|
|
154
|
+
'fabric.editor.ai.config.item.translateTo.hungarian.title': '翻譯成匈牙利文',
|
|
155
|
+
'fabric.editor.ai.config.item.translateTo.italian.description': '將您正在處理的文字翻譯成義大利文',
|
|
156
|
+
'fabric.editor.ai.config.item.translateTo.italian.title': '翻譯成義大利文',
|
|
157
|
+
'fabric.editor.ai.config.item.translateTo.japanese.description': '將您正在處理的文字翻譯成日文',
|
|
158
|
+
'fabric.editor.ai.config.item.translateTo.japanese.title': '翻譯成日文',
|
|
159
|
+
'fabric.editor.ai.config.item.translateTo.korean.description': '將您正在處理的文字翻譯成韓文',
|
|
160
|
+
'fabric.editor.ai.config.item.translateTo.korean.title': '翻譯成韓文',
|
|
161
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.description': '將您正在處理的文字翻譯成挪威文',
|
|
162
|
+
'fabric.editor.ai.config.item.translateTo.norwegian.title': '翻譯成挪威文',
|
|
163
|
+
'fabric.editor.ai.config.item.translateTo.polish.description': '將您正在處理的文字翻譯成波蘭文',
|
|
164
|
+
'fabric.editor.ai.config.item.translateTo.polish.title': '翻譯成波蘭文',
|
|
165
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.description': '將您正在處理的文字翻譯成葡萄牙文 (巴西)',
|
|
166
|
+
'fabric.editor.ai.config.item.translateTo.portugueseBrazilian.title': '翻譯成葡萄牙文 (巴西)',
|
|
167
|
+
'fabric.editor.ai.config.item.translateTo.russian.description': '將您正在處理的文字翻譯成俄文',
|
|
168
|
+
'fabric.editor.ai.config.item.translateTo.russian.title': '翻譯成俄文',
|
|
169
|
+
'fabric.editor.ai.config.item.translateTo.spanish.description': '將您正在處理的文字翻譯成西班牙文',
|
|
170
|
+
'fabric.editor.ai.config.item.translateTo.spanish.title': '翻譯成西班牙文',
|
|
171
|
+
'fabric.editor.ai.config.item.translateTo.swedish.description': '將您正在處理的文字翻譯成瑞典文',
|
|
172
|
+
'fabric.editor.ai.config.item.translateTo.swedish.title': '翻譯成瑞典文',
|
|
173
|
+
'fabric.editor.ai.config.item.translateTo.thai.description': '將您正在處理的文字翻譯成泰文',
|
|
174
|
+
'fabric.editor.ai.config.item.translateTo.thai.title': '翻譯成泰文',
|
|
175
|
+
'fabric.editor.ai.config.item.translateTo.turkish.description': '將您正在處理的文字翻譯成土耳其文',
|
|
176
|
+
'fabric.editor.ai.config.item.translateTo.turkish.title': '翻譯成土耳其文',
|
|
177
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.description': '將您正在處理的文字翻譯成烏克蘭文',
|
|
178
|
+
'fabric.editor.ai.config.item.translateTo.ukrainian.title': '翻譯成烏克蘭文',
|
|
179
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.description': '將您正在處理的文字翻譯成越南文',
|
|
180
|
+
'fabric.editor.ai.config.item.translateTo.vietnamese.title': '翻譯成越南文',
|
|
181
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceChangeToneSelectionToolbarDropdownMenuTitle': '改變語調',
|
|
182
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceRewriteSelectionToolbarDropdownMenuTitle': '重寫',
|
|
183
|
+
'fabric.editor.ai.confluence-prebuilt.confluenceTranslateSelectionToolbarDropdownMenuTitle': '翻譯',
|
|
184
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitle': '頁面標題',
|
|
185
|
+
'fabric.editor.ai.eventHub.fallbackSuggestedTitlePrefix': '頁面',
|
|
186
|
+
'fabric.editor.ai.experience-application.cmdPaletteUnhandledErrorMessage': '我們遇到問題,現在無法產生回應。請稍後再試一次。',
|
|
187
|
+
'fabric.editor.ai.experience-application.documentInsertError': '我們在插入回應時遇到問題。請關閉對話方塊,然後再試一次。',
|
|
188
|
+
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': '我們無法產生預覽。請關閉對話方塊,然後再試一次。',
|
|
189
|
+
'fabric.editor.ai.experience-application.rateLimitEnforced': '我們近期收到過多 Atlassian Intelligence (AI) 要求。請在幾分鐘後再試一次,或參閱 <link>AI 使用過量</link>。',
|
|
190
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': '我們無法取得回應。您的提示或回應已超過此要求的限制。請關閉對話方塊,然後再試一次。',
|
|
191
|
+
'fabric.editor.ai.experience-application.unhandledErrorMessage': '我們遇到問題。請關閉對話方塊,然後再試一次。',
|
|
192
|
+
'fabric.editor.ai.experience.apiError': '我們無法收到回覆,請再試一次。',
|
|
193
|
+
'fabric.editor.ai.experience.aupViolationMessage': '您的提示或內容可能不符合我們的《可接受使用政策》。請檢閱提示和內容,並視需要參閱我們的<link>《可接受使用政策》</link>。如果問題仍然存在,請考慮嘗試不同的提示或內容。',
|
|
194
|
+
'fabric.editor.ai.experience.browseMore.agents': '瀏覽客服人員',
|
|
195
|
+
'fabric.editor.ai.experience.cmdPaletteApiError': '產生您的回應時發生錯誤。',
|
|
196
|
+
'fabric.editor.ai.experience.cmdPaletteAupViolationMessage': '我們無法完成該要求,因為它不符合我們的<link>可接受使用政策</link>。',
|
|
197
|
+
'fabric.editor.ai.experience.discardMessagePrompt': '您要捨棄提示嗎?',
|
|
198
|
+
'fabric.editor.ai.experience.discardMessageResponse': '您要捨棄回覆嗎?',
|
|
199
|
+
'fabric.editor.ai.experience.discardStreamingInDocumennt': '要取消要求並刪除所產生的回應嗎?',
|
|
200
|
+
'fabric.editor.ai.experience.elevateDisabledGenetateError': '自由生成目前已在 Elevate 中停用。',
|
|
201
|
+
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 您現在可以在提示中貼上 Jira 和 Confluence 內容的連結 🔗。',
|
|
202
|
+
'fabric.editor.ai.experience.footerRightText.agents': '由 Rovo 提供技術支援',
|
|
203
|
+
'fabric.editor.ai.experience.generatingAiResponse': '正在產生',
|
|
204
|
+
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence 無法處理您的要求,因為您的內容包含 HIPAA 受限內容的連結。請移除這些連結,然後再試一次。',
|
|
205
|
+
'fabric.editor.ai.experience.inputTooShortError': '內容太短,無法總結。請新增更多內容並再試一次。',
|
|
206
|
+
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) 沒有回應。請稍後再試一次,或<link>檢查 AI 的狀態</link>。',
|
|
207
|
+
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
208
|
+
'fabric.editor.ai.experience.labelRight.rovo': 'Rovo',
|
|
209
|
+
'fabric.editor.ai.experience.loadingTitle': '正在產生',
|
|
210
|
+
'fabric.editor.ai.experience.messageTemplateAnalysingQuery': '正在分析:正在檢閱您的問題。',
|
|
211
|
+
'fabric.editor.ai.experience.messageTemplateContentSearch': '正在搜尋:請稍候,我們正在搜尋資訊。',
|
|
212
|
+
'fabric.editor.ai.experience.messageTemplateNextBestTask': '正在搜尋:請稍候,我們正在搜尋 Jira。',
|
|
213
|
+
'fabric.editor.ai.experience.messageTemplatePageHydration': '正在搜尋:請稍候,我們正在搜尋頁面。',
|
|
214
|
+
'fabric.editor.ai.experience.noResultsSuggestion': '沒有結果',
|
|
215
|
+
'fabric.editor.ai.experience.responseTooSimilarMessage': 'Atlassian Intelligence 目前沒有建議。歡迎嘗試不同的提示或內容。',
|
|
216
|
+
'fabric.editor.ai.experience.showMoreButton': '顯示更多',
|
|
217
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.actions': '動作',
|
|
218
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.agents': '客服人員',
|
|
219
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.atlassianIntelligence': 'Atlassian intelligence',
|
|
220
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.knowledgeSource': '知識來源',
|
|
221
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgents': 'Rovo 客服人員',
|
|
222
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.rovoAgentsCount': 'Rovo 客服人員 ({numberOfAgents})',
|
|
223
|
+
'fabric.editor.ai.experience.suggestionGroupHeading.useRovoAgentsCount': '使用 Rovo 客服人員 ({numberOfAgents})',
|
|
224
|
+
'fabric.editor.ai.experience.useGeneralAiKnowledgeLabel': '使用一般知識',
|
|
225
|
+
'fabric.editor.ai.experience.useRovoOrganisationKnowledgeLabel': '使用組織的知識',
|
|
226
|
+
'fabric.editor.ai.proactive.error.markdownErrorMessage': '我們無法產生預覽。請關閉對話方塊,然後再試一次。',
|
|
227
|
+
'fabric.editor.ai.proactive.error.unhandledErrorMessage': '我們遇到問題。請關閉對話方塊,然後再試一次。',
|
|
228
|
+
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': '在下方插入',
|
|
229
|
+
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': '取代',
|
|
230
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': '參考 URL 的內容產生要求正處於測試階段。',
|
|
231
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '突顯術語、縮寫或簡稱',
|
|
232
|
+
'fabric.editor.ai.selectionToolbar.define.title': '定義',
|
|
233
|
+
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
234
|
+
'fabric.editor.ai.toolbar.askAI.title': '詢問 Atlassian Intelligence',
|
|
235
|
+
'fabric.editor.ai.toolbar.askRovo.title': '詢問 Rovo',
|
|
236
|
+
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "詢問 Rovo {key}+'",
|
|
237
|
+
'fabric.editor.ai.toolbar.askRovoAiSplitButton.label': '詢問 Rovo AI',
|
|
238
|
+
'fabric.editor.ai.toolbar.changeTone.title': '改變語調',
|
|
239
|
+
'fabric.editor.ai.toolbar.changeToneOptions.title': '變更音調選項',
|
|
240
|
+
'fabric.editor.ai.toolbar.improveWriting.title': '改善寫作',
|
|
241
|
+
'fabric.editor.ai.toolbar.improveWriting.tooltip': '告訴 Atlassian Intelligence 如何改善您選取的寫作範圍',
|
|
242
|
+
'fabric.editor.ai.toolbar.makeLonger.title': '增加長度',
|
|
243
|
+
'fabric.editor.ai.toolbar.makeShorter.title': '縮短',
|
|
244
|
+
'fabric.editor.ai.toolbar.moreCasualTone.title': '更休閒',
|
|
245
|
+
'fabric.editor.ai.toolbar.moreEmpatheticTone.title': '更富有同理心',
|
|
246
|
+
'fabric.editor.ai.toolbar.moreProfessionalTone.title': '更專業',
|
|
247
|
+
'fabric.editor.ai.toolbar.moreRovoOptions.label': '更多 Rovo 選項',
|
|
248
|
+
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
249
|
+
'fabric.editor.ai.toolbar.spellingAndGrammar.title': '修正拼字與文法',
|
|
250
|
+
'fabric.editor.ai.toolbar.summarize.title': '摘要',
|
|
251
|
+
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
252
|
+
'fabric.editor.ai.toolbar.translate.title': '翻譯',
|
|
253
|
+
'fabric.editor.ai.toolbar.translateOptions.label': '翻譯選項',
|
|
254
|
+
'fabric.editor.ai.toolbar.tryAI.title': '試用 AI',
|
|
255
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip': '開啟 Atlassian Intelligence',
|
|
256
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "詢問 Atlassian Intellgience {key}+'",
|
|
257
|
+
'fabric.editor.alignCenter': '置中對齊',
|
|
258
|
+
'fabric.editor.alignImageCenter': '置中對齊',
|
|
259
|
+
'fabric.editor.alignImageLeft': '靠左對齊',
|
|
260
|
+
'fabric.editor.alignImageRight': '靠右對齊',
|
|
261
|
+
'fabric.editor.alignLeft': '靠左對齊',
|
|
262
|
+
'fabric.editor.alignRight': '靠右對齊',
|
|
263
|
+
'fabric.editor.alignTableCenter': '置中對齊',
|
|
264
|
+
'fabric.editor.alignTableLeft': '靠左對齊',
|
|
265
|
+
'fabric.editor.alignment': '文字對齊',
|
|
266
|
+
'fabric.editor.altText': '替代文字',
|
|
267
|
+
'fabric.editor.alttext.validation': '請移除替代文字中的所有特殊字元。',
|
|
268
|
+
'fabric.editor.annotationToolbar': '註解工具列',
|
|
269
|
+
'fabric.editor.backLink': '返回',
|
|
270
|
+
'fabric.editor.backgroundColor': '背景顏色',
|
|
271
|
+
'fabric.editor.block.menu.copy.block': '複製區塊',
|
|
272
|
+
'fabric.editor.block.menu.copy.link': '複製連結',
|
|
273
|
+
'fabric.editor.block.menu.delete.block': '刪除',
|
|
274
|
+
'fabric.editor.block.menu.move.down': '向下移動',
|
|
275
|
+
'fabric.editor.block.menu.move.up': '向上移動',
|
|
276
|
+
'fabric.editor.block.menu.paragraph': '段落',
|
|
277
|
+
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
278
|
+
'fabric.editor.blockControlDelete': '刪除',
|
|
279
|
+
'fabric.editor.blockControlDragHandleMove': '拖曳即可移動',
|
|
280
|
+
'fabric.editor.blockControlDragHandleRearrange': '拖曳以重新排列',
|
|
281
|
+
'fabric.editor.blockControlInsert': '插入',
|
|
282
|
+
'fabric.editor.blockControlMoveDown': '向下移動',
|
|
283
|
+
'fabric.editor.blockControlMoveLeft': '向左移動',
|
|
284
|
+
'fabric.editor.blockControlMoveRight': '向右移動',
|
|
285
|
+
'fabric.editor.blockControlMoveUp': '向上移動',
|
|
286
|
+
'fabric.editor.blockControlMovedDown': '內容已向下移動',
|
|
287
|
+
'fabric.editor.blockControlMovedUp': '內容已向上移動',
|
|
288
|
+
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
289
|
+
'fabric.editor.blockTitle': '卡片',
|
|
290
|
+
'fabric.editor.blockquote': '引述',
|
|
291
|
+
'fabric.editor.blockquote.description': '插入引述或引文',
|
|
292
|
+
'fabric.editor.blockquote2': '引述',
|
|
293
|
+
'fabric.editor.bold': '粗體',
|
|
294
|
+
'fabric.editor.breakout.resizeCodeBlock': '調整程式碼片段的大小',
|
|
295
|
+
'fabric.editor.breakout.resizeElement': '調整元素大小',
|
|
296
|
+
'fabric.editor.breakout.resizeExpand': '調整展開大小',
|
|
297
|
+
'fabric.editor.breakout.resizeLayout': '調整版面配置的大小',
|
|
298
|
+
'fabric.editor.breakoutFullWidthLabel': '全寬',
|
|
299
|
+
'fabric.editor.breakoutWideWidthLabel': '寬',
|
|
300
|
+
'fabric.editor.bug': '錯誤',
|
|
301
|
+
'fabric.editor.bulletedList': '項目符號清單',
|
|
302
|
+
'fabric.editor.canNotSortTable': '⚠️ 您無法排序包含合併儲存格的表格',
|
|
303
|
+
'fabric.editor.cancelButton': '取消',
|
|
304
|
+
'fabric.editor.captionPlaceholder': '新增標題',
|
|
305
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': '新增標題 - 按兩下即可預覽',
|
|
306
|
+
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
307
|
+
'fabric.editor.cellBackground': '儲存格背景',
|
|
308
|
+
'fabric.editor.cellOptions': '儲存格選項',
|
|
309
|
+
'fabric.editor.checkUncheckActionItem': '切換交辦事項',
|
|
310
|
+
'fabric.editor.clearAltTextEdit': '清除替代文字',
|
|
311
|
+
'fabric.editor.clearCells': '{0, plural, other {清除儲存格}}',
|
|
312
|
+
'fabric.editor.clearFormatting': '清除格式設定',
|
|
313
|
+
'fabric.editor.clearLink': '清除連結',
|
|
314
|
+
'fabric.editor.clearLinkText': '清除文字',
|
|
315
|
+
'fabric.editor.closeAltTextEdit': '返回',
|
|
316
|
+
'fabric.editor.closeFindReplaceDialog': '關閉',
|
|
317
|
+
'fabric.editor.closeHelpDialog': '關閉說明對話方塊',
|
|
318
|
+
'fabric.editor.code': '程式碼',
|
|
319
|
+
'fabric.editor.code.on': '{textFormattingOff},程式碼開啟',
|
|
320
|
+
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
321
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
322
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
323
|
+
'fabric.editor.codeBlockWrapButton.unwrapCodeBlock': '關閉圍繞',
|
|
324
|
+
'fabric.editor.codeBlockWrapButton.wrapCodeBlock': '開啟圍繞',
|
|
325
|
+
'fabric.editor.codeblock': '程式碼片段',
|
|
326
|
+
'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
|
|
327
|
+
'fabric.editor.collapseNode': '摺疊內容',
|
|
328
|
+
'fabric.editor.collapseTable': '摺疊表格',
|
|
329
|
+
'fabric.editor.colorPicker.menuLabel': '顏色選擇器選單',
|
|
330
|
+
'fabric.editor.columnDragHandle': '欄選項',
|
|
331
|
+
'fabric.editor.columnMovedLeft': '直欄已左移至第 {index} 欄,總共有 {total} 欄',
|
|
332
|
+
'fabric.editor.columnMovedRight': '直欄已右移至第 {index} 欄,總共有 {total} 欄',
|
|
333
|
+
'fabric.editor.columnSelected': '已選取第 {index} 欄,總共有 {total} 欄',
|
|
334
|
+
'fabric.editor.columns': '版面配置',
|
|
335
|
+
'fabric.editor.columns.advanced.layout.description': '{numberOfColumns, plural, other {插入 {numberOfColumns} 個相等的欄}}',
|
|
336
|
+
'fabric.editor.columns.advanced.layout.single.description': '插入單一欄版面配置',
|
|
337
|
+
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
338
|
+
'fabric.editor.columnsAreInserted': '{count, plural, other {已插入 {count} 欄}}',
|
|
339
|
+
'fabric.editor.columnsAreRemoved': '{count, plural, other {已移除 {count} 欄}}',
|
|
340
|
+
'fabric.editor.configFailedToLoad': '無法載入',
|
|
341
|
+
'fabric.editor.configPanel.cancel': '取消',
|
|
342
|
+
'fabric.editor.configPanel.close': '關閉',
|
|
343
|
+
'fabric.editor.configPanel.customSelect.createOption': '建立',
|
|
344
|
+
'fabric.editor.configPanel.dateRange.custom.from': '從',
|
|
345
|
+
'fabric.editor.configPanel.dateRange.custom.to': '至',
|
|
346
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': '摺疊',
|
|
347
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': '展開',
|
|
348
|
+
'fabric.editor.configPanel.dateRange.option.custom': '自訂',
|
|
349
|
+
'fabric.editor.configPanel.documentation': '說明文件',
|
|
350
|
+
'fabric.editor.configPanel.errorBoundary.note': '我們已經通知團隊。您仍然可以編輯和發布此頁面,或查看錯誤主控台以取得更多資訊。',
|
|
351
|
+
'fabric.editor.configPanel.errorBoundary.title': '發生錯誤。',
|
|
352
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '無法結合 isMultiple 與 radio 風格',
|
|
353
|
+
'fabric.editor.configPanel.formType.addField': '新增欄位',
|
|
354
|
+
'fabric.editor.configPanel.formType.removeField': '移除欄位',
|
|
355
|
+
'fabric.editor.configPanel.help': '需要協助嗎?',
|
|
356
|
+
'fabric.editor.configPanel.invalid': '無效欄位',
|
|
357
|
+
'fabric.editor.configPanel.required': '必要欄位',
|
|
358
|
+
'fabric.editor.configPanel.submit': '提交',
|
|
359
|
+
'fabric.editor.contextPanel.panelLabel': '背景資訊面板',
|
|
360
|
+
'fabric.editor.copiedToClipboard': '已複製!',
|
|
361
|
+
'fabric.editor.copyToClipboard': '複製',
|
|
362
|
+
'fabric.editor.cornerControl': '醒目提示表格',
|
|
363
|
+
'fabric.editor.createComment': '留言',
|
|
364
|
+
'fabric.editor.createCommentDisabled': '您只能在文字、標題、表情符號、日期、提及、連結和狀態上留言。',
|
|
365
|
+
'fabric.editor.createCommentInvalid': '您只能在文字和標題上留言',
|
|
366
|
+
'fabric.editor.customPanel': '自訂面板',
|
|
367
|
+
'fabric.editor.customPanel.description': '新增一個帶有表情符號和彩色背景的附註',
|
|
368
|
+
'fabric.editor.datasource.assetsObjects.description': '透過搜尋和篩選,從 Jira Service Management 中的 Assets 插入物件',
|
|
369
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
370
|
+
'fabric.editor.datasource.confluenceSearch': '插入 Confluence 列表',
|
|
371
|
+
'fabric.editor.datasource.confluenceSearch.description': '插入 Confluence 搜尋結果列表,包含增強的搜尋、篩選和組態。',
|
|
372
|
+
'fabric.editor.datasource.jiraIssue': 'Jira 議題',
|
|
373
|
+
'fabric.editor.datasource.jiraIssue.description': '透過增強的搜尋、篩選和組態,從 Jira Cloud 插入 Jira 議題。',
|
|
374
|
+
'fabric.editor.datasource.jiraIssue.description.issue-term-refresh': '透過增強的搜尋、篩選和組態,從 Jira Cloud 插入 Jira 工作項目。',
|
|
375
|
+
'fabric.editor.datasource.jiraIssue.issue-term-refresh': 'Jira 工作項目',
|
|
376
|
+
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
377
|
+
'fabric.editor.datasourceTitle': '編輯搜尋查詢',
|
|
378
|
+
'fabric.editor.date': '日期',
|
|
379
|
+
'fabric.editor.date.description': '使用日曆新增日期',
|
|
380
|
+
'fabric.editor.datePickerOpenedAlert': '日期編輯器快顯視窗已開啟,按 Tab 即可前往快顯視窗',
|
|
381
|
+
'fabric.editor.decision': '決定',
|
|
382
|
+
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
383
|
+
'fabric.editor.decisionPlaceholder': '新增決定…',
|
|
384
|
+
'fabric.editor.decreaseElementSize': '縮小元素大小',
|
|
385
|
+
'fabric.editor.decreaseSize': '縮小表格或媒體大小',
|
|
386
|
+
'fabric.editor.defaultAltText': '文件',
|
|
387
|
+
'fabric.editor.delete': '刪除',
|
|
388
|
+
'fabric.editor.description': '描述',
|
|
389
|
+
'fabric.editor.displayBlock': '顯示卡片',
|
|
390
|
+
'fabric.editor.displayEmbed': '顯示嵌入',
|
|
391
|
+
'fabric.editor.displayInline': '顯示內嵌',
|
|
392
|
+
'fabric.editor.displayLink': '以文字顯示',
|
|
393
|
+
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
|
|
394
|
+
'fabric.editor.displayText': '要顯示的文字',
|
|
395
|
+
'fabric.editor.distributeColumns': '平均分配直欄寬度',
|
|
396
|
+
'fabric.editor.dragHandleZone': '啟用拖曳控制區',
|
|
397
|
+
'fabric.editor.dropPlaceholderLabel': '文件',
|
|
398
|
+
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
399
|
+
'fabric.editor.edit': '編輯',
|
|
400
|
+
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
401
|
+
'fabric.editor.edit.searchInput': '新增連結',
|
|
402
|
+
'fabric.editor.editAccessTitle': '您需要編輯權限',
|
|
403
|
+
'fabric.editor.editAltText': '編輯替代文字',
|
|
404
|
+
'fabric.editor.editDatasourceStandalone': '編輯',
|
|
405
|
+
'fabric.editor.editDatasourceStandaloneTooltip': '編輯搜尋查詢',
|
|
406
|
+
'fabric.editor.editDateText': '編輯日期',
|
|
407
|
+
'fabric.editor.editDropdownEditDatasourceTitle': '編輯搜尋查詢',
|
|
408
|
+
'fabric.editor.editDropdownEditLinkTitle': '編輯連結',
|
|
409
|
+
'fabric.editor.editDropdownExpandIconLabel': '展開下拉式選單',
|
|
410
|
+
'fabric.editor.editDropdownTriggerTitle': '編輯',
|
|
411
|
+
'fabric.editor.editLink': '編輯連結',
|
|
412
|
+
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
413
|
+
'fabric.editor.editStatusColor': '編輯狀態顏色',
|
|
414
|
+
'fabric.editor.editStatusText': '編輯狀態',
|
|
415
|
+
'fabric.editor.editableContentLabel': '可編輯內容',
|
|
416
|
+
'fabric.editor.editorHelp': '編輯器說明',
|
|
417
|
+
'fabric.editor.editors': '編輯者',
|
|
418
|
+
'fabric.editor.elementBrowser.help': '說明',
|
|
419
|
+
'fabric.editor.elementInsertSidePanel.title': '插入',
|
|
420
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
421
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
422
|
+
'fabric.editor.elementbrowser.categorylist.category-all': '全部',
|
|
423
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': '通訊',
|
|
424
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence 內容',
|
|
425
|
+
'fabric.editor.elementbrowser.categorylist.category-development': '開發',
|
|
426
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': '外部內容',
|
|
427
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': '格式設定',
|
|
428
|
+
'fabric.editor.elementbrowser.categorylist.category-media': '媒體',
|
|
429
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': '導覽',
|
|
430
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': '建立報告',
|
|
431
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': '視覺與影像',
|
|
432
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': '使用白板,將視覺效果新增至頁面',
|
|
433
|
+
'fabric.editor.elementbrowser.search.empty-state.heading': '沒有任何項目符合您的搜尋內容',
|
|
434
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
435
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
|
|
436
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': '{count, plural, =0 {沒有任何項目符合您的搜尋內容。} other {依預設有 {count} 個適用的建議。}}',
|
|
437
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {沒有任何項目符合您的搜尋內容。} other {適用於輸入文字的 {count} 個建議。}}',
|
|
438
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
439
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': '搜尋',
|
|
440
|
+
'fabric.editor.elementbrowser.sidebar.heading': '瀏覽',
|
|
441
|
+
'fabric.editor.embedTitle': '嵌入',
|
|
442
|
+
'fabric.editor.embedToBlockCardWarning': '在較小的畫面上顯示為卡片',
|
|
443
|
+
'fabric.editor.emoji': '表情符號',
|
|
444
|
+
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
445
|
+
'fabric.editor.emptyLink': '請輸入連結。',
|
|
446
|
+
'fabric.editor.emptySearchResults': '我們找不到任何結果。',
|
|
447
|
+
'fabric.editor.emptySearchResultsSuggestion': '請選取 {buttonName} 以瀏覽插入內容。',
|
|
448
|
+
'fabric.editor.epic': '大型工作',
|
|
449
|
+
'fabric.editor.error': '錯誤',
|
|
450
|
+
'fabric.editor.errorPanel': '錯誤面板',
|
|
451
|
+
'fabric.editor.errorPanel.description': '以彩色面板呼叫錯誤',
|
|
452
|
+
'fabric.editor.expand': '擴充',
|
|
453
|
+
'fabric.editor.expand.description': '插入擴充',
|
|
454
|
+
'fabric.editor.expandAriaLabel': '為此展開節點設定標題',
|
|
455
|
+
'fabric.editor.expandDefaultTitle': '按一下此處以展開...',
|
|
456
|
+
'fabric.editor.expandNode': '展開內容',
|
|
457
|
+
'fabric.editor.expandPlaceholder': '為此展開設定標題...',
|
|
458
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
459
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '正在刪除',
|
|
460
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '刪除',
|
|
461
|
+
'fabric.editor.extension.deleteElementTitle': '刪除元素',
|
|
462
|
+
'fabric.editor.extension.sourceNoTitledName': '這個元素',
|
|
463
|
+
'fabric.editor.extensions.config-panel.save-indicator': '系統會隨時自動儲存所有變更',
|
|
464
|
+
'fabric.editor.externalExtensionsHeading': '應用程式',
|
|
465
|
+
'fabric.editor.externalMediaFile': '外部媒體檔案',
|
|
466
|
+
'fabric.editor.failed_to_upload': '無法上傳',
|
|
467
|
+
'fabric.editor.feedbackDialog': '提供意見回饋',
|
|
468
|
+
'fabric.editor.feedbackDialog.description': '告訴我們您的雲端編輯器使用經驗',
|
|
469
|
+
'fabric.editor.find': '尋找',
|
|
470
|
+
'fabric.editor.findNext': '尋找下一個',
|
|
471
|
+
'fabric.editor.findPrevious': '尋找上一個',
|
|
472
|
+
'fabric.editor.findReplaceToolbarButton': '尋找與取代',
|
|
473
|
+
'fabric.editor.fiveColumns': '5 欄版面配置',
|
|
474
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': '取消',
|
|
475
|
+
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '同時刪除已連結的元素',
|
|
476
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+{amount,number} 個連結的元素)}}',
|
|
477
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': '您確定嗎?',
|
|
478
|
+
'fabric.editor.floatingToolbar.confirmModalOK': '確定',
|
|
479
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '已開啟浮動工具列控制項',
|
|
480
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '浮動工具列',
|
|
481
|
+
'fabric.editor.floatingToolbar.floatingToolbarRadioGroupAriaLabel': '版面配置選項',
|
|
482
|
+
'fabric.editor.floatingToolbar.scrollLeft': '向左捲動',
|
|
483
|
+
'fabric.editor.floatingToolbar.scrollRight': '向右捲動',
|
|
484
|
+
'fabric.editor.focusTableResizeHandle': '聚焦於表格調整大小控點',
|
|
485
|
+
'fabric.editor.fourColumns': '4 欄版面配置',
|
|
486
|
+
'fabric.editor.headerColumn': '標題欄',
|
|
487
|
+
'fabric.editor.headerRow': '標題列',
|
|
488
|
+
'fabric.editor.heading1': '標題 1',
|
|
489
|
+
'fabric.editor.heading1Description': '用於最高層級的標題',
|
|
490
|
+
'fabric.editor.heading2': '標題 2',
|
|
491
|
+
'fabric.editor.heading2Description': '用於主要區段',
|
|
492
|
+
'fabric.editor.heading3': '標題 3',
|
|
493
|
+
'fabric.editor.heading3Description': '用於子區段和群組標題',
|
|
494
|
+
'fabric.editor.heading4': '標題 4',
|
|
495
|
+
'fabric.editor.heading4Description': '用於多層標題',
|
|
496
|
+
'fabric.editor.heading5': '標題 5',
|
|
497
|
+
'fabric.editor.heading5Description': '用於分組清單項目',
|
|
498
|
+
'fabric.editor.heading6': '標題 6',
|
|
499
|
+
'fabric.editor.heading6Description': '用於低層級標題',
|
|
500
|
+
'fabric.editor.headingLink.ascOrderLabel': '從 Z 欄排序到 A 欄',
|
|
501
|
+
'fabric.editor.headingLink.descOrderLabel': '清除排序',
|
|
502
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '部落格',
|
|
503
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '錯誤',
|
|
504
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '問題',
|
|
505
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel.issue-term-refresh': '工作項目',
|
|
506
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '頁面',
|
|
507
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '故事',
|
|
508
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '任務',
|
|
509
|
+
'fabric.editor.headingLink.invalidLabel': '⚠️ 您無法排序包含合併儲存格的表格',
|
|
510
|
+
'fabric.editor.headingLink.noOrderLabel': '從 A 欄排序到 Z 欄',
|
|
511
|
+
'fabric.editor.help': '說明',
|
|
512
|
+
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
513
|
+
'fabric.editor.helpDialogTips': '您可以隨時按下 {keyMap} 來快速開啟此對話方塊',
|
|
514
|
+
'fabric.editor.highlight': '醒目提示顏色',
|
|
515
|
+
'fabric.editor.highlightColor': '切換醒目提示調色盤',
|
|
516
|
+
'fabric.editor.highlightFloatingToolbar': '醒目提示',
|
|
517
|
+
'fabric.editor.horizontalRule': '分隔線',
|
|
518
|
+
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
519
|
+
'fabric.editor.hyperlink.linkVisibleLabel': '貼上或搜尋連結',
|
|
520
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': '當您在欄位中輸入內容時,建議會顯示在下方',
|
|
521
|
+
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {沒有找到任何結果} other {找到 {count,number} 個結果}}',
|
|
522
|
+
'fabric.editor.hyperlink.textVisibleLabel': '顯示文字 (選擇性)',
|
|
523
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
524
|
+
'fabric.editor.image': '影像',
|
|
525
|
+
'fabric.editor.image.fullWidthLabel': '全寬',
|
|
526
|
+
'fabric.editor.imageBorderBold': '粗體',
|
|
527
|
+
'fabric.editor.imageBorderColor': '顏色',
|
|
528
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': '圖片邊框選項顏色下拉式選單',
|
|
529
|
+
'fabric.editor.imageBorderMedium': '中等',
|
|
530
|
+
'fabric.editor.imageBorderOptions': '邊框選項',
|
|
531
|
+
'fabric.editor.imageBorderSize': '大小',
|
|
532
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': '影像邊框選項大小下拉式選單',
|
|
533
|
+
'fabric.editor.imageBorderSubtle': '不明顯的',
|
|
534
|
+
'fabric.editor.improvement': '改善',
|
|
535
|
+
'fabric.editor.increaseElementSize': '放大元素大小',
|
|
536
|
+
'fabric.editor.increaseSize': '增加表格或媒體大小',
|
|
537
|
+
'fabric.editor.indent': '增加縮排',
|
|
538
|
+
'fabric.editor.info': '資訊',
|
|
539
|
+
'fabric.editor.infoPanel': '資訊面板',
|
|
540
|
+
'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
|
|
541
|
+
'fabric.editor.inlineConfigureLink': '設定連結',
|
|
542
|
+
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
543
|
+
'fabric.editor.inlineGoToLink': '前往連結',
|
|
544
|
+
'fabric.editor.inlineOverlay': '設定',
|
|
545
|
+
'fabric.editor.inlineTitle': '內嵌',
|
|
546
|
+
'fabric.editor.inputQueryAssistiveTxt': '自動完成結果可用時,請使用向上和向下箭頭查看,並輸入以進行選取。若您使用觸控螢幕裝置,請透過觸控或滑動手勢探索內容。',
|
|
547
|
+
'fabric.editor.insertColumn': '在右側插入直欄',
|
|
548
|
+
'fabric.editor.insertColumnDrag': '插入直欄',
|
|
549
|
+
'fabric.editor.insertMenu': '插入元素',
|
|
550
|
+
'fabric.editor.insertRightRail.close': '關閉',
|
|
551
|
+
'fabric.editor.insertRightRail.title': '插入',
|
|
552
|
+
'fabric.editor.insertRow': '在下方插入列',
|
|
553
|
+
'fabric.editor.insertRowDrag': '插入列',
|
|
554
|
+
'fabric.editor.insertTableColumn': '插入表格欄',
|
|
555
|
+
'fabric.editor.insertTableRow': '插入表格列',
|
|
556
|
+
'fabric.editor.invalidDateError': '請輸入有效的日期',
|
|
557
|
+
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
558
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {邀請團隊成員加入 {productName}} trusted {邀請團隊成員加入 {productName}} other {將團隊成員新增至 {productName}}}',
|
|
559
|
+
'fabric.editor.italic': '斜體',
|
|
560
|
+
'fabric.editor.keyboardShortcuts': '鍵盤快速鍵',
|
|
561
|
+
'fabric.editor.layout.columnOption': '{count, plural, other {{count} 欄}}',
|
|
562
|
+
'fabric.editor.layout.controls.placeholder': '輸入 / 即可插入內容',
|
|
563
|
+
'fabric.editor.layout.placeholder': '新增內容',
|
|
564
|
+
'fabric.editor.layout.resizeLayout': '重新調整版面配置的大小',
|
|
565
|
+
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
566
|
+
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
567
|
+
'fabric.editor.layoutStateFixedWidth': '置中',
|
|
568
|
+
'fabric.editor.layoutStateFullWidth': '全寬',
|
|
569
|
+
'fabric.editor.layoutStateWide': '寬',
|
|
570
|
+
'fabric.editor.layoutWide': '採用寬版',
|
|
571
|
+
'fabric.editor.leftSidebar': '左側邊欄版面配置',
|
|
572
|
+
'fabric.editor.link': '連結',
|
|
573
|
+
'fabric.editor.link.description': '插入連結',
|
|
574
|
+
'fabric.editor.linkAddress': '連結位址',
|
|
575
|
+
'fabric.editor.linkPlaceholder': '貼上連結',
|
|
576
|
+
'fabric.editor.lists': '清單',
|
|
577
|
+
'fabric.editor.listsFormat': '列表格式設定',
|
|
578
|
+
'fabric.editor.lockColumns': '固定欄寬',
|
|
579
|
+
'fabric.editor.longEmptyNodePlaceholderText': '輸入 / 以插入元素',
|
|
580
|
+
'fabric.editor.markdown': 'Markdown',
|
|
581
|
+
'fabric.editor.matchCase': '大小寫須相符',
|
|
582
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, other {媒體寬度已降低至 {newMediaWidth,number} 像素。}}',
|
|
583
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, other {媒體寬度已提升至 {newMediaWidth,number} 像素。}}',
|
|
584
|
+
'fabric.editor.media.MediaWidthIsMin': '媒體已縮減至最小',
|
|
585
|
+
'fabric.editor.media.insert.cancel': '取消',
|
|
586
|
+
'fabric.editor.media.insert.fileTabTitle': '檔案',
|
|
587
|
+
'fabric.editor.media.insert.fromUrlErrorMessage': '很抱歉,我們無法新增此圖片連結。請下載圖片,然後拖放到頁面上。',
|
|
588
|
+
'fabric.editor.media.insert.fromUrlWarning': '由於來源限制,其他人可能無法看到此圖片。您可以考慮改為上傳檔案。',
|
|
589
|
+
'fabric.editor.media.insert.insert': '插入',
|
|
590
|
+
'fabric.editor.media.insert.invalidUrlErrorMessage': '無效的連結',
|
|
591
|
+
'fabric.editor.media.insert.linkTabTitle': '連結',
|
|
592
|
+
'fabric.editor.media.insert.loadPreview': '載入預覽',
|
|
593
|
+
'fabric.editor.media.insert.localFileErrorMessage': '無法上傳此檔案。',
|
|
594
|
+
'fabric.editor.media.insert.localFileNetworkErrorMessage': '檔案上傳錯誤。請檢查檔案路徑或網路。',
|
|
595
|
+
'fabric.editor.media.insert.mediaAlt': '上傳的圖片或影片檔案預覽',
|
|
596
|
+
'fabric.editor.media.insert.mediaPickerPopupAriaLabel': '媒體選擇器',
|
|
597
|
+
'fabric.editor.media.insert.pasteLinkToUpload': '貼上連結以上傳',
|
|
598
|
+
'fabric.editor.media.insert.upload': '上傳',
|
|
599
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': '媒體已增加至最大',
|
|
600
|
+
'fabric.editor.media.pixelEntry.ResizeOption': '調整大小',
|
|
601
|
+
'fabric.editor.media.pixelEntry.closePixelEntry': '關閉',
|
|
602
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高度輸入',
|
|
603
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高度',
|
|
604
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大寬度 {maxWidth}px',
|
|
605
|
+
'fabric.editor.media.pixelEntry.inputWidthLabel': '寬度',
|
|
606
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '最大寬度 {maxWidth}px',
|
|
607
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': '轉換為像素',
|
|
608
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '從百分比移轉為固定像素大小',
|
|
609
|
+
'fabric.editor.media.pixelEntry.submitButtonText': '提交',
|
|
610
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': '寬度驗證失敗',
|
|
611
|
+
'fabric.editor.mediaAddLink': '新增連結',
|
|
612
|
+
'fabric.editor.mediaFiles': '圖片、影片或檔案',
|
|
613
|
+
'fabric.editor.mediaFiles.description': '將影像和其他檔案新增至頁面',
|
|
614
|
+
'fabric.editor.mediaGroupDeleteLabel': '刪除',
|
|
615
|
+
'fabric.editor.media_change_mediainline_caption_warn': '內嵌 (標題將會移除)',
|
|
616
|
+
'fabric.editor.media_change_mediainline_default': '內嵌',
|
|
617
|
+
'fabric.editor.media_change_mediasingle': '原始尺寸',
|
|
618
|
+
'fabric.editor.mention': '提及',
|
|
619
|
+
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
620
|
+
'fabric.editor.mentionNode.label': '已標記使用者',
|
|
621
|
+
'fabric.editor.mentionsAddLabel': '新增圖示',
|
|
622
|
+
'fabric.editor.mentionsIconLabel': '提及',
|
|
623
|
+
'fabric.editor.mergeCells': '合併儲存格',
|
|
624
|
+
'fabric.editor.moreFormatting': '更多格式設定',
|
|
625
|
+
'fabric.editor.moveColumnLeft': '{0, plural, other {將欄向左移動}}',
|
|
626
|
+
'fabric.editor.moveColumnRight': '{0, plural, other {將欄向右移動}}',
|
|
627
|
+
'fabric.editor.moveDownDown': '{0, plural, other {向下移動列}}',
|
|
628
|
+
'fabric.editor.moveRowUp': '{0, plural, other {向上移動列}}',
|
|
629
|
+
'fabric.editor.navigate.toolbar.askAI': '詢問人工智慧',
|
|
630
|
+
'fabric.editor.navigate.toolbar.editor': '導覽至編輯器工具列',
|
|
631
|
+
'fabric.editor.navigate.toolbar.floating': '導覽至浮動工具列',
|
|
632
|
+
'fabric.editor.noPermissionToAddComment': '{contentType, select, blogpost {您沒有將留言新增至此部落格貼文的權限} page {您沒有將留言新增至此頁面的權限} other {您沒有將留言新增至此頁面的權限}}',
|
|
633
|
+
'fabric.editor.noResultsFound': '沒有結果',
|
|
634
|
+
'fabric.editor.noSearchResults': '沒有搜尋結果',
|
|
635
|
+
'fabric.editor.normal': '一般文字',
|
|
636
|
+
'fabric.editor.note': '附註',
|
|
637
|
+
'fabric.editor.notePanel': '附註面板',
|
|
638
|
+
'fabric.editor.notePanel.description': '以彩色面板新增附註',
|
|
639
|
+
'fabric.editor.numberedColumn': '編號直欄',
|
|
640
|
+
'fabric.editor.off': '{formattingType} 關閉',
|
|
641
|
+
'fabric.editor.on': '{formattingType} 開啟',
|
|
642
|
+
'fabric.editor.openButtonTitle': '開啟',
|
|
643
|
+
'fabric.editor.openCellOptions': '開啟儲存格選項',
|
|
644
|
+
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
645
|
+
'fabric.editor.openPreviewPanel': '開放預覽看板',
|
|
646
|
+
'fabric.editor.orderedList': '編號清單',
|
|
647
|
+
'fabric.editor.orderedList.description': '建立已排序的清單',
|
|
648
|
+
'fabric.editor.other': '其他...',
|
|
649
|
+
'fabric.editor.outdent': '減少縮排',
|
|
650
|
+
'fabric.editor.overflowMenuViewMore': '檢視更多',
|
|
651
|
+
'fabric.editor.pageActionsLabel': '頁面動作',
|
|
652
|
+
'fabric.editor.panel': '面板',
|
|
653
|
+
'fabric.editor.panel.backgroundColor': '背景顏色',
|
|
654
|
+
'fabric.editor.panel.custom': '自訂',
|
|
655
|
+
'fabric.editor.panel.emoji': '新增表情符號',
|
|
656
|
+
'fabric.editor.panel.panelsGroup': '面板類型',
|
|
657
|
+
'fabric.editor.panelButtonTitle': '面板',
|
|
658
|
+
'fabric.editor.pasteOptions': '貼上選項',
|
|
659
|
+
'fabric.editor.pastePlainText': '貼上純文字',
|
|
660
|
+
'fabric.editor.placeholderAltText': '使用替代文字描述這張圖片',
|
|
661
|
+
'fabric.editor.placeholderText': '預留位置文字',
|
|
662
|
+
'fabric.editor.placeholderText.description': '在頁面中插入文字預留位置',
|
|
663
|
+
'fabric.editor.placeholderTextPlaceholder': '新增預留位置文字',
|
|
664
|
+
'fabric.editor.plainText': '使用純文字',
|
|
665
|
+
'fabric.editor.preferencesLink': '連結喜好設定',
|
|
666
|
+
'fabric.editor.previewButtonTitle': '預覽',
|
|
667
|
+
'fabric.editor.quickInsert': '快速插入',
|
|
668
|
+
'fabric.editor.recordLoomShortTitle': '錄製',
|
|
669
|
+
'fabric.editor.recordVideo': '錄製 Loom 影片',
|
|
670
|
+
'fabric.editor.recordVideo.description': '錄製並分享您的畫面和想法',
|
|
671
|
+
'fabric.editor.redo': '重做',
|
|
672
|
+
'fabric.editor.remove': '移除',
|
|
673
|
+
'fabric.editor.removeColumns': '{0, plural, other {刪除直欄}}',
|
|
674
|
+
'fabric.editor.removeEmoji': '移除表情符號',
|
|
675
|
+
'fabric.editor.removeImageBorder': '移除邊框',
|
|
676
|
+
'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
|
|
677
|
+
'fabric.editor.replace': '取代',
|
|
678
|
+
'fabric.editor.replaceAll': '全部取代',
|
|
679
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, other {已替換 {numberOfMatches,number} 個相符項目}}',
|
|
680
|
+
'fabric.editor.replaceWith': '取代為',
|
|
681
|
+
'fabric.editor.requestToEdit': '要求編輯',
|
|
682
|
+
'fabric.editor.requestToEditDescription': '您要求權限時,頁面負責人會收到通知。',
|
|
683
|
+
'fabric.editor.requestToEditDismiss': '關閉',
|
|
684
|
+
'fabric.editor.resizeHandle': '重新調整控點大小',
|
|
685
|
+
'fabric.editor.resultsCount': '第 {selectedMatchPosition} 個,共 {totalResultsCount} 個',
|
|
686
|
+
'fabric.editor.richText': '使用 RTF',
|
|
687
|
+
'fabric.editor.rightSidebar': '右側邊欄版面配置',
|
|
688
|
+
'fabric.editor.rowControl': '醒目提示列',
|
|
689
|
+
'fabric.editor.rowDragHandle': '列選項',
|
|
690
|
+
'fabric.editor.rowMovedDown': '列已下移至第 {index} 列,總共有 {total} 列',
|
|
691
|
+
'fabric.editor.rowMovedUp': '列已上移至第 {index} 列,總共有 {total} 列',
|
|
692
|
+
'fabric.editor.rowSelected': '已選取第 {index} 列,總共有 {total} 列',
|
|
693
|
+
'fabric.editor.rowsAreInserted': '{count, plural, other {已插入 {count} 列}}',
|
|
694
|
+
'fabric.editor.rowsAreRemoved': '{count, plural, other {已移除 {count} 列}}',
|
|
695
|
+
'fabric.editor.saveButton': '儲存',
|
|
696
|
+
'fabric.editor.searchResults': '{itemsLength, plural, other {有 {itemsLength,number} 個搜尋結果。請使用向上鍵和向下鍵導覽選項。按 Enter 鍵可選取選項。}}',
|
|
697
|
+
'fabric.editor.selectColumnResize': '選取欄重新調整大小',
|
|
698
|
+
'fabric.editor.selectLanguage': '選取語言',
|
|
699
|
+
'fabric.editor.selectTableColumn': '選取表格欄',
|
|
700
|
+
'fabric.editor.selectTableRow': '選取表格列',
|
|
701
|
+
'fabric.editor.selectionExtensionDropdownButtonLabel': '選取應用程式',
|
|
702
|
+
'fabric.editor.selectionToolbarOverflowMenuTooltip': '更多選項',
|
|
703
|
+
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
704
|
+
'fabric.editor.shortEmptyNodePlaceholderText': '輸入 / 即可插入內容',
|
|
705
|
+
'fabric.editor.shortcut': '文字快顯',
|
|
706
|
+
'fabric.editor.single': '單一欄版面配置',
|
|
707
|
+
'fabric.editor.singleColumns': '1 欄版面配置',
|
|
708
|
+
'fabric.editor.sortColumnASC': '以 A → Z 排序直欄',
|
|
709
|
+
'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
|
|
710
|
+
'fabric.editor.sortColumnDecreasing': '排序遞減',
|
|
711
|
+
'fabric.editor.sortColumnIncreasing': '排序遞增',
|
|
712
|
+
'fabric.editor.splitCell': '分割儲存格',
|
|
713
|
+
'fabric.editor.status': '狀態',
|
|
714
|
+
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
715
|
+
'fabric.editor.statusEditorLabel': '狀態編輯器',
|
|
716
|
+
'fabric.editor.statusPickerOpenedAlert': '狀態編輯器快顯視窗已開啟,按 Tab 即可前往快顯視窗',
|
|
717
|
+
'fabric.editor.statusPlaceholder': '設定狀態',
|
|
718
|
+
'fabric.editor.story': '故事',
|
|
719
|
+
'fabric.editor.strike': '刪除線',
|
|
720
|
+
'fabric.editor.subTask': '子任務',
|
|
721
|
+
'fabric.editor.subscript': '下標',
|
|
722
|
+
'fabric.editor.subscript.off.superscript.on': '下標關閉,上標開啟',
|
|
723
|
+
'fabric.editor.success': '成功',
|
|
724
|
+
'fabric.editor.successPanel': '成功面板',
|
|
725
|
+
'fabric.editor.successPanel.description': '以彩色面板新增提示',
|
|
726
|
+
'fabric.editor.superscript': '上標',
|
|
727
|
+
'fabric.editor.superscript.off.subscript.on': '上標關閉,下標開啟',
|
|
728
|
+
'fabric.editor.supportAltText': '替代文字對於因為視障而使用螢幕閱讀器的人相當實用。',
|
|
729
|
+
'fabric.editor.table': '表格',
|
|
730
|
+
'fabric.editor.table.description': '插入表格',
|
|
731
|
+
'fabric.editor.tableAlignmentOptions': '對齊選項',
|
|
732
|
+
'fabric.editor.tableFullWidthLabel': '全寬',
|
|
733
|
+
'fabric.editor.tableHeader.sorting.asc': '已套用遞增排序',
|
|
734
|
+
'fabric.editor.tableHeader.sorting.default': '排序直欄',
|
|
735
|
+
'fabric.editor.tableHeader.sorting.desc': '已套用遞減排序',
|
|
736
|
+
'fabric.editor.tableHeader.sorting.invalid': '您無法使用合併的儲存格來排序表格',
|
|
737
|
+
'fabric.editor.tableHeader.sorting.no': '沒有套用至直欄的排序',
|
|
738
|
+
'fabric.editor.tableOptions': '表格選項',
|
|
739
|
+
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已降低至 {newWidth,number} 像素。}}',
|
|
740
|
+
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已提升至 {newWidth,number} 像素。}}',
|
|
741
|
+
'fabric.editor.tableScrollRegion': '表格捲動區域',
|
|
742
|
+
'fabric.editor.tableSelector': '表格尺寸',
|
|
743
|
+
'fabric.editor.tableSelector.description': '使用彈出視窗新增表格,以選取自訂大小',
|
|
744
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} 乘以 {numberOfRows}',
|
|
745
|
+
'fabric.editor.tableSizeSelectorPopup': '表格大小選取器',
|
|
746
|
+
'fabric.editor.tables.adjustColumn': '調整欄',
|
|
747
|
+
'fabric.editor.tables.columnResizeLast': '您只能重新調整此欄左側的大小。',
|
|
748
|
+
'fabric.editor.tables.columnResizeOverflow': '您只能在表格有捲軸時重新調整此欄的大小。',
|
|
749
|
+
'fabric.editor.tables.columnWidth': '{width, plural, other {欄寬已變更為 {width} 像素}}',
|
|
750
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
751
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
|
|
752
|
+
'fabric.editor.tables.resizeStop': '已停止調整大小',
|
|
753
|
+
'fabric.editor.tables.resizeTable': '重新調整表格大小',
|
|
754
|
+
'fabric.editor.tables.startedColumnResize': '已開始調整欄的大小',
|
|
755
|
+
'fabric.editor.task': '任務',
|
|
756
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': '將任務標示為已完成',
|
|
757
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': '將任務標示為未完成',
|
|
758
|
+
'fabric.editor.taskList': '任務列表',
|
|
759
|
+
'fabric.editor.taskPlaceholder': '輸入動作,使用「@」以指派給他人。',
|
|
760
|
+
'fabric.editor.text.formatting.off': '文字格式設定關閉',
|
|
761
|
+
'fabric.editor.textColor': '{selectedColorName}的文字顏色',
|
|
762
|
+
'fabric.editor.textColorHighlightTooltip': '文字和醒目提示顏色',
|
|
763
|
+
'fabric.editor.textColorTooltip': '文字顏色',
|
|
764
|
+
'fabric.editor.textFormat': '設定文字格式',
|
|
765
|
+
'fabric.editor.textFormatting': '文字格式設定',
|
|
766
|
+
'fabric.editor.textStyles': '{blockTypeName}的文字樣式',
|
|
767
|
+
'fabric.editor.textStylesTooltip': '文字樣式',
|
|
768
|
+
'fabric.editor.threeColumns': '3 欄版面配置',
|
|
769
|
+
'fabric.editor.threeColumnsWithLeftSidebars': '包含左側邊欄的三欄版面配置',
|
|
770
|
+
'fabric.editor.threeColumnsWithRightSidebars': '包含右側邊欄的三欄版面配置',
|
|
771
|
+
'fabric.editor.threeColumnsWithSidebars': '包含側邊欄的三欄版面配置',
|
|
772
|
+
'fabric.editor.time.ago': '前',
|
|
773
|
+
'fabric.editor.time.updated': '已更新',
|
|
774
|
+
'fabric.editor.time.viewed': '已檢視',
|
|
775
|
+
'fabric.editor.toolbarAppears': '工具列顯示',
|
|
776
|
+
'fabric.editor.toolbarLabel': '編輯器',
|
|
777
|
+
'fabric.editor.toolbarMediaTitle': '新增圖片、影片或檔案',
|
|
778
|
+
'fabric.editor.toolbarPositionFixedAtTop': '固定在頂部',
|
|
779
|
+
'fabric.editor.toolbarPositionInline': '與文字內嵌',
|
|
780
|
+
'fabric.editor.toolbarPositionPinedAtTop': '取消釘選工具列',
|
|
781
|
+
'fabric.editor.toolbarPositionUnpined': '將工具列釘選在頂端',
|
|
782
|
+
'fabric.editor.toolbarPositionUnpinnedConcise': '將工具列固定至頂部',
|
|
783
|
+
'fabric.editor.tooltip.blockPanel': '面板',
|
|
784
|
+
'fabric.editor.tooltip.bulletList': '清單',
|
|
785
|
+
'fabric.editor.tooltip.decisionList': '決定清單',
|
|
786
|
+
'fabric.editor.tooltip.defaultBlockNode': '區塊節點',
|
|
787
|
+
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
788
|
+
'fabric.editor.tooltip.taskList': '動作項目',
|
|
789
|
+
'fabric.editor.turnInto': '轉變成',
|
|
790
|
+
'fabric.editor.twoColumns': '2 欄版面配置',
|
|
791
|
+
'fabric.editor.typeAhead.popupLabel': '自動提示結果',
|
|
792
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': '開始輸入以搜尋或篩選快速鍵選項',
|
|
793
|
+
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': '搜尋',
|
|
794
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': '插入和格式化的快速鍵',
|
|
795
|
+
'fabric.editor.typeAheadErrorFallbackDescription': '沒有可用的結果。 請再試一次。',
|
|
796
|
+
'fabric.editor.typeAheadErrorFallbackHeading': '發生錯誤',
|
|
797
|
+
'fabric.editor.typeahead.emojiInputLabel': '開始輸入以搜尋或篩選表情符號選項',
|
|
798
|
+
'fabric.editor.typeahead.emojiListItemLabel': '表情符號 {name} 文字快速鍵 {shortcut}',
|
|
799
|
+
'fabric.editor.typeahead.emojiPopupLabel': '表情符號快速鍵',
|
|
800
|
+
'fabric.editor.typeahead.mentionInputLabel': '開始輸入以搜尋要標記的使用者',
|
|
801
|
+
'fabric.editor.typeahead.mentionPopupLabel': '您可以標記的使用者',
|
|
802
|
+
'fabric.editor.typeahead.metionListItemLabel': '使用者 {name} @{shortName}',
|
|
803
|
+
'fabric.editor.unableToLoadContent': '我們無法載入此內容',
|
|
804
|
+
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
805
|
+
'fabric.editor.underline': '底線',
|
|
806
|
+
'fabric.editor.undo': '復原',
|
|
807
|
+
'fabric.editor.unknown.label': '未知',
|
|
808
|
+
'fabric.editor.unlink': '取消連結',
|
|
809
|
+
'fabric.editor.unorderedList': '項目符號清單',
|
|
810
|
+
'fabric.editor.unorderedList.description': '建立未排序的清單',
|
|
811
|
+
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
812
|
+
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
813
|
+
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
814
|
+
'fabric.editor.upDown': '在下列輸入欄位中使用向上和向下箭頭按鍵時,日期將在下方更新',
|
|
815
|
+
'fabric.editor.url': '顯示 URL',
|
|
816
|
+
'fabric.editor.urlDescription': '將連結顯示為 URL',
|
|
817
|
+
'fabric.editor.urlTitle': 'URL',
|
|
818
|
+
'fabric.editor.useMarkdown': '使用 Markdown',
|
|
819
|
+
'fabric.editor.viewAndAddCommentsOnMedia': '檢視和新增留言',
|
|
820
|
+
'fabric.editor.viewCommentOnMedia': '檢視留言',
|
|
821
|
+
'fabric.editor.viewMore': '檢視更多',
|
|
822
|
+
'fabric.editor.viewMoreAriaLabel': '檢視所有元素',
|
|
823
|
+
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
824
|
+
'fabric.editor.warning': '警告',
|
|
825
|
+
'fabric.editor.warningPanel': '警告面板',
|
|
826
|
+
'fabric.editor.warningPanel.description': '以彩色面板新增注意附註',
|
|
827
|
+
'fabric.editor.wrapLeft': '靠左圍繞',
|
|
828
|
+
'fabric.editor.wrapRight': '靠右圍繞',
|
|
829
|
+
'fabric.emoji.label': '表情符號',
|
|
830
|
+
'fabric.theme.blue': '藍色',
|
|
831
|
+
'fabric.theme.bold-blue': '個性藍',
|
|
832
|
+
'fabric.theme.bold-gray': '個性灰',
|
|
833
|
+
'fabric.theme.bold-green': '個性綠',
|
|
834
|
+
'fabric.theme.bold-magenta': '個性洋紅',
|
|
835
|
+
'fabric.theme.bold-orange': '個性橘',
|
|
836
|
+
'fabric.theme.bold-purple': '個性紫',
|
|
837
|
+
'fabric.theme.bold-red': '個性紅',
|
|
838
|
+
'fabric.theme.bold-teal': '個性藍綠',
|
|
839
|
+
'fabric.theme.bold-yellow': '個性黃',
|
|
840
|
+
'fabric.theme.bolder-blue': '酷炫藍',
|
|
841
|
+
'fabric.theme.bolder-gray': '酷炫灰',
|
|
842
|
+
'fabric.theme.bolder-green': '酷炫綠',
|
|
843
|
+
'fabric.theme.bolder-magenta': '酷炫洋紅',
|
|
844
|
+
'fabric.theme.bolder-orange': '酷炫橘',
|
|
845
|
+
'fabric.theme.bolder-purple': '酷炫紫',
|
|
846
|
+
'fabric.theme.bolder-red': '酷炫紅',
|
|
847
|
+
'fabric.theme.bolder-teal': '酷炫藍綠',
|
|
848
|
+
'fabric.theme.bolder-yellow': '酷炫黃',
|
|
849
|
+
'fabric.theme.dark-blue': '深藍色',
|
|
850
|
+
'fabric.theme.dark-gray': '深灰色',
|
|
851
|
+
'fabric.theme.dark-green': '深綠色',
|
|
852
|
+
'fabric.theme.dark-purple': '深紫色',
|
|
853
|
+
'fabric.theme.dark-red': '深紅色',
|
|
854
|
+
'fabric.theme.dark-teal': '深藍綠色',
|
|
855
|
+
'fabric.theme.dark-yellow': '深黃色',
|
|
856
|
+
'fabric.theme.default': '預設',
|
|
857
|
+
'fabric.theme.gray': '灰色',
|
|
858
|
+
'fabric.theme.green': '綠色',
|
|
859
|
+
'fabric.theme.light-blue': '淺藍色',
|
|
860
|
+
'fabric.theme.light-gray': '淺灰色',
|
|
861
|
+
'fabric.theme.light-green': '淺綠色',
|
|
862
|
+
'fabric.theme.light-purple': '淺紫色',
|
|
863
|
+
'fabric.theme.light-red': '淺紅色',
|
|
864
|
+
'fabric.theme.light-teal': '淺藍綠色',
|
|
865
|
+
'fabric.theme.light-yellow': '淺黃色',
|
|
866
|
+
'fabric.theme.lime': '檸檬黃',
|
|
867
|
+
'fabric.theme.magenta': '洋紅色',
|
|
868
|
+
'fabric.theme.no-color': '沒有醒目提示',
|
|
869
|
+
'fabric.theme.orange': '橘色',
|
|
870
|
+
'fabric.theme.purple': '紫色',
|
|
871
|
+
'fabric.theme.red': '紅色',
|
|
872
|
+
'fabric.theme.subtle-blue': '內斂藍',
|
|
873
|
+
'fabric.theme.subtle-gray': '內斂灰',
|
|
874
|
+
'fabric.theme.subtle-green': '內斂綠',
|
|
875
|
+
'fabric.theme.subtle-magenta': '內斂洋紅',
|
|
876
|
+
'fabric.theme.subtle-orange': '內斂橘',
|
|
877
|
+
'fabric.theme.subtle-purple': '內斂紫',
|
|
878
|
+
'fabric.theme.subtle-red': '內斂紅',
|
|
879
|
+
'fabric.theme.subtle-teal': '內斂藍綠',
|
|
880
|
+
'fabric.theme.subtle-yellow': '內斂黃',
|
|
881
|
+
'fabric.theme.teal': '藍綠色',
|
|
882
|
+
'fabric.theme.white': '白色',
|
|
883
|
+
'fabric.theme.yellow': '黃色',
|
|
884
|
+
'fabrid.editor.rowNumbers': '列數',
|
|
885
|
+
'rovo.agents.dropdown.title': '客服人員',
|
|
886
|
+
'rovo.agents.dropdown.viewAgents.label': '檢視所有客服人員',
|
|
887
|
+
};
|