@cloudscape-design/components 3.0.346 → 3.0.348

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.
Files changed (257) hide show
  1. package/alert/internal.js +1 -1
  2. package/alert/internal.js.map +1 -1
  3. package/app-layout/index.js +1 -1
  4. package/app-layout/index.js.map +1 -1
  5. package/area-chart/chart-container.d.ts.map +1 -1
  6. package/area-chart/chart-container.js +8 -4
  7. package/area-chart/chart-container.js.map +1 -1
  8. package/area-chart/elements/use-highlight-details.js +1 -1
  9. package/area-chart/elements/use-highlight-details.js.map +1 -1
  10. package/attribute-editor/row.js +1 -1
  11. package/attribute-editor/row.js.map +1 -1
  12. package/autosuggest/autosuggest-option.js +1 -1
  13. package/autosuggest/autosuggest-option.js.map +1 -1
  14. package/autosuggest/internal.js +1 -1
  15. package/autosuggest/internal.js.map +1 -1
  16. package/breadcrumb-group/internal.js +1 -1
  17. package/breadcrumb-group/internal.js.map +1 -1
  18. package/button/internal.d.ts.map +1 -1
  19. package/button/internal.js +24 -2
  20. package/button/internal.js.map +1 -1
  21. package/button-dropdown/interfaces.d.ts +2 -15
  22. package/button-dropdown/interfaces.d.ts.map +1 -1
  23. package/button-dropdown/interfaces.js.map +1 -1
  24. package/calendar/internal.js +1 -1
  25. package/calendar/internal.js.map +1 -1
  26. package/cards/index.js +1 -1
  27. package/cards/index.js.map +1 -1
  28. package/code-editor/index.js +1 -1
  29. package/code-editor/index.js.map +1 -1
  30. package/code-editor/status-bar.js +1 -1
  31. package/code-editor/status-bar.js.map +1 -1
  32. package/collection-preferences/content-display/index.js +1 -1
  33. package/collection-preferences/content-display/index.js.map +1 -1
  34. package/collection-preferences/index.js +1 -1
  35. package/collection-preferences/index.js.map +1 -1
  36. package/collection-preferences/utils.js +1 -1
  37. package/collection-preferences/utils.js.map +1 -1
  38. package/date-picker/index.js +1 -1
  39. package/date-picker/index.js.map +1 -1
  40. package/date-range-picker/calendar/index.js +1 -1
  41. package/date-range-picker/calendar/index.js.map +1 -1
  42. package/date-range-picker/calendar/range-inputs.js +1 -1
  43. package/date-range-picker/calendar/range-inputs.js.map +1 -1
  44. package/date-range-picker/dropdown.js +1 -1
  45. package/date-range-picker/dropdown.js.map +1 -1
  46. package/date-range-picker/index.js +1 -1
  47. package/date-range-picker/index.js.map +1 -1
  48. package/date-range-picker/mode-switcher.js +1 -1
  49. package/date-range-picker/mode-switcher.js.map +1 -1
  50. package/date-range-picker/relative-range/index.js +1 -1
  51. package/date-range-picker/relative-range/index.js.map +1 -1
  52. package/flashbar/collapsible-flashbar.js +1 -1
  53. package/flashbar/collapsible-flashbar.js.map +1 -1
  54. package/flashbar/non-collapsible-flashbar.js +1 -1
  55. package/flashbar/non-collapsible-flashbar.js.map +1 -1
  56. package/form/internal.js +1 -1
  57. package/form/internal.js.map +1 -1
  58. package/form-field/internal.js +1 -1
  59. package/form-field/internal.js.map +1 -1
  60. package/help-panel/index.js +1 -1
  61. package/help-panel/index.js.map +1 -1
  62. package/i18n/index.d.ts +1 -1
  63. package/i18n/index.d.ts.map +1 -1
  64. package/i18n/index.js +1 -1
  65. package/i18n/index.js.map +1 -1
  66. package/i18n/provider.d.ts.map +1 -1
  67. package/i18n/provider.js +4 -2
  68. package/i18n/provider.js.map +1 -1
  69. package/i18n/testing.d.ts.map +1 -1
  70. package/i18n/testing.js +2 -0
  71. package/i18n/testing.js.map +1 -1
  72. package/input/internal.js +1 -1
  73. package/input/internal.js.map +1 -1
  74. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  75. package/internal/analytics/components/analytics-funnel.js +50 -1
  76. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  77. package/internal/analytics/context/analytics-context.d.ts +13 -0
  78. package/internal/analytics/context/analytics-context.d.ts.map +1 -1
  79. package/internal/analytics/context/analytics-context.js +4 -0
  80. package/internal/analytics/context/analytics-context.js.map +1 -1
  81. package/internal/analytics/hooks/use-funnel.d.ts +4 -0
  82. package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  83. package/internal/analytics/hooks/use-funnel.js +73 -20
  84. package/internal/analytics/hooks/use-funnel.js.map +1 -1
  85. package/internal/components/cartesian-chart/bottom-labels.d.ts +14 -5
  86. package/internal/components/cartesian-chart/bottom-labels.d.ts.map +1 -1
  87. package/internal/components/cartesian-chart/bottom-labels.js +14 -15
  88. package/internal/components/cartesian-chart/bottom-labels.js.map +1 -1
  89. package/internal/components/cartesian-chart/left-labels.js +1 -1
  90. package/internal/components/cartesian-chart/left-labels.js.map +1 -1
  91. package/internal/components/chart-filter/index.js +1 -1
  92. package/internal/components/chart-filter/index.js.map +1 -1
  93. package/internal/components/chart-legend/index.js +1 -1
  94. package/internal/components/chart-legend/index.js.map +1 -1
  95. package/internal/components/chart-plot/index.js +1 -1
  96. package/internal/components/chart-plot/index.js.map +1 -1
  97. package/internal/components/chart-status-container/index.js +1 -1
  98. package/internal/components/chart-status-container/index.js.map +1 -1
  99. package/internal/components/dropdown/interfaces.d.ts +8 -5
  100. package/internal/components/dropdown/interfaces.d.ts.map +1 -1
  101. package/internal/components/dropdown/interfaces.js.map +1 -1
  102. package/internal/components/token-list/token-limit-toggle.js +1 -1
  103. package/internal/components/token-list/token-limit-toggle.js.map +1 -1
  104. package/internal/environment.js +1 -1
  105. package/internal/environment.json +1 -1
  106. package/internal/manifest.json +1 -1
  107. package/link/internal.js +1 -1
  108. package/link/internal.js.map +1 -1
  109. package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
  110. package/mixed-line-bar-chart/chart-container.js +60 -37
  111. package/mixed-line-bar-chart/chart-container.js.map +1 -1
  112. package/modal/internal.js +1 -1
  113. package/modal/internal.js.map +1 -1
  114. package/multiselect/internal.js +1 -1
  115. package/multiselect/internal.js.map +1 -1
  116. package/package.json +2 -29
  117. package/pagination/internal.js +1 -1
  118. package/pagination/internal.js.map +1 -1
  119. package/pie-chart/pie-chart.js +1 -1
  120. package/pie-chart/pie-chart.js.map +1 -1
  121. package/pie-chart/segments.js +1 -1
  122. package/pie-chart/segments.js.map +1 -1
  123. package/pie-chart/utils.d.ts +1 -1
  124. package/pie-chart/utils.d.ts.map +1 -1
  125. package/pie-chart/utils.js.map +1 -1
  126. package/popover/body.js +1 -1
  127. package/popover/body.js.map +1 -1
  128. package/popover/internal.js +1 -1
  129. package/popover/internal.js.map +1 -1
  130. package/property-filter/index.js +1 -1
  131. package/property-filter/index.js.map +1 -1
  132. package/s3-resource-selector/s3-in-context/index.js +1 -1
  133. package/s3-resource-selector/s3-in-context/index.js.map +1 -1
  134. package/s3-resource-selector/s3-in-context/validation.d.ts +1 -1
  135. package/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
  136. package/s3-resource-selector/s3-in-context/validation.js.map +1 -1
  137. package/s3-resource-selector/s3-modal/basic-table.d.ts +1 -1
  138. package/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
  139. package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
  140. package/s3-resource-selector/s3-modal/buckets-table.js +1 -1
  141. package/s3-resource-selector/s3-modal/buckets-table.js.map +1 -1
  142. package/s3-resource-selector/s3-modal/index.js +1 -1
  143. package/s3-resource-selector/s3-modal/index.js.map +1 -1
  144. package/s3-resource-selector/s3-modal/objects-table.js +1 -1
  145. package/s3-resource-selector/s3-modal/objects-table.js.map +1 -1
  146. package/s3-resource-selector/s3-modal/table-utils.d.ts +1 -1
  147. package/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
  148. package/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
  149. package/s3-resource-selector/s3-modal/versions-table.js +1 -1
  150. package/s3-resource-selector/s3-modal/versions-table.js.map +1 -1
  151. package/select/internal.js +1 -1
  152. package/select/internal.js.map +1 -1
  153. package/split-panel/index.js +1 -1
  154. package/split-panel/index.js.map +1 -1
  155. package/table/body-cell/index.js +1 -1
  156. package/table/body-cell/index.js.map +1 -1
  157. package/table/body-cell/inline-editor.js +1 -1
  158. package/table/body-cell/inline-editor.js.map +1 -1
  159. package/table/body-cell/td-element.d.ts +3 -1
  160. package/table/body-cell/td-element.d.ts.map +1 -1
  161. package/table/body-cell/td-element.js +5 -7
  162. package/table/body-cell/td-element.js.map +1 -1
  163. package/table/header-cell/index.d.ts +2 -0
  164. package/table/header-cell/index.d.ts.map +1 -1
  165. package/table/header-cell/index.js +5 -4
  166. package/table/header-cell/index.js.map +1 -1
  167. package/table/header-cell/utils.d.ts +0 -1
  168. package/table/header-cell/utils.d.ts.map +1 -1
  169. package/table/header-cell/utils.js +0 -6
  170. package/table/header-cell/utils.js.map +1 -1
  171. package/table/internal.d.ts.map +1 -1
  172. package/table/internal.js +9 -8
  173. package/table/internal.js.map +1 -1
  174. package/table/sticky-header.d.ts +2 -0
  175. package/table/sticky-header.d.ts.map +1 -1
  176. package/table/sticky-header.js +3 -2
  177. package/table/sticky-header.js.map +1 -1
  178. package/table/table-role/index.d.ts +2 -0
  179. package/table/table-role/index.d.ts.map +1 -0
  180. package/table/table-role/index.js +4 -0
  181. package/table/table-role/index.js.map +1 -0
  182. package/table/table-role/table-role-helper.d.ts +22 -0
  183. package/table/table-role/table-role-helper.d.ts.map +1 -0
  184. package/table/table-role/table-role-helper.js +47 -0
  185. package/table/table-role/table-role-helper.js.map +1 -0
  186. package/table/thead.d.ts +2 -0
  187. package/table/thead.d.ts.map +1 -1
  188. package/table/thead.js +4 -3
  189. package/table/thead.js.map +1 -1
  190. package/tabs/tab-header-bar.js +1 -1
  191. package/tabs/tab-header-bar.js.map +1 -1
  192. package/tag-editor/index.js +1 -1
  193. package/tag-editor/index.js.map +1 -1
  194. package/tag-editor/validation.d.ts +1 -1
  195. package/tag-editor/validation.d.ts.map +1 -1
  196. package/tag-editor/validation.js.map +1 -1
  197. package/top-navigation/internal.js +1 -1
  198. package/top-navigation/internal.js.map +1 -1
  199. package/top-navigation/parts/overflow-menu/index.js +1 -1
  200. package/top-navigation/parts/overflow-menu/index.js.map +1 -1
  201. package/wizard/internal.js +1 -1
  202. package/wizard/internal.js.map +1 -1
  203. package/internal/i18n/context.d.ts +0 -2
  204. package/internal/i18n/context.d.ts.map +0 -1
  205. package/internal/i18n/context.js +0 -4
  206. package/internal/i18n/context.js.map +0 -1
  207. package/internal/i18n/index.d.ts +0 -2
  208. package/internal/i18n/index.d.ts.map +0 -1
  209. package/internal/i18n/index.js +0 -4
  210. package/internal/i18n/index.js.map +0 -1
  211. package/internal/i18n/messages/all.all.d.ts +0 -3
  212. package/internal/i18n/messages/all.all.js +0 -8627
  213. package/internal/i18n/messages/all.all.json +0 -8697
  214. package/internal/i18n/messages/all.de.d.ts +0 -3
  215. package/internal/i18n/messages/all.de.js +0 -741
  216. package/internal/i18n/messages/all.de.json +0 -751
  217. package/internal/i18n/messages/all.en-GB.d.ts +0 -3
  218. package/internal/i18n/messages/all.en-GB.js +0 -721
  219. package/internal/i18n/messages/all.en-GB.json +0 -724
  220. package/internal/i18n/messages/all.en.d.ts +0 -3
  221. package/internal/i18n/messages/all.en.js +0 -722
  222. package/internal/i18n/messages/all.en.json +0 -721
  223. package/internal/i18n/messages/all.es.d.ts +0 -3
  224. package/internal/i18n/messages/all.es.js +0 -726
  225. package/internal/i18n/messages/all.es.json +0 -732
  226. package/internal/i18n/messages/all.fr.d.ts +0 -3
  227. package/internal/i18n/messages/all.fr.js +0 -759
  228. package/internal/i18n/messages/all.fr.json +0 -765
  229. package/internal/i18n/messages/all.id.d.ts +0 -3
  230. package/internal/i18n/messages/all.id.js +0 -718
  231. package/internal/i18n/messages/all.id.json +0 -726
  232. package/internal/i18n/messages/all.it.d.ts +0 -3
  233. package/internal/i18n/messages/all.it.js +0 -730
  234. package/internal/i18n/messages/all.it.json +0 -737
  235. package/internal/i18n/messages/all.ja.d.ts +0 -3
  236. package/internal/i18n/messages/all.ja.js +0 -725
  237. package/internal/i18n/messages/all.ja.json +0 -730
  238. package/internal/i18n/messages/all.ko.d.ts +0 -3
  239. package/internal/i18n/messages/all.ko.js +0 -699
  240. package/internal/i18n/messages/all.ko.json +0 -713
  241. package/internal/i18n/messages/all.pt-BR.d.ts +0 -3
  242. package/internal/i18n/messages/all.pt-BR.js +0 -729
  243. package/internal/i18n/messages/all.pt-BR.json +0 -737
  244. package/internal/i18n/messages/all.zh-CN.d.ts +0 -3
  245. package/internal/i18n/messages/all.zh-CN.js +0 -701
  246. package/internal/i18n/messages/all.zh-CN.json +0 -703
  247. package/internal/i18n/messages/all.zh-TW.d.ts +0 -3
  248. package/internal/i18n/messages/all.zh-TW.js +0 -700
  249. package/internal/i18n/messages/all.zh-TW.json +0 -702
  250. package/internal/i18n/provider.d.ts +0 -2
  251. package/internal/i18n/provider.d.ts.map +0 -1
  252. package/internal/i18n/provider.js +0 -4
  253. package/internal/i18n/provider.js.map +0 -1
  254. package/internal/i18n/testing.d.ts +0 -2
  255. package/internal/i18n/testing.d.ts.map +0 -1
  256. package/internal/i18n/testing.js +0 -4
  257. package/internal/i18n/testing.js.map +0 -1
@@ -1,700 +0,0 @@
1
- export default {
2
- '@cloudscape-design/components': {
3
- 'zh-TW': {
4
- '[charts]': {
5
- loadingText: [{ type: 0, value: '正在載入圖表' }],
6
- errorText: [{ type: 0, value: '無法擷取資料。請稍後再試一次。' }],
7
- recoveryText: [{ type: 0, value: '重試' }],
8
- 'i18nStrings.filterLabel': [{ type: 0, value: '篩選顯示的資料' }],
9
- 'i18nStrings.filterPlaceholder': [{ type: 0, value: '篩選資料' }],
10
- 'i18nStrings.legendAriaLabel': [{ type: 0, value: '圖例' }],
11
- 'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'X 軸' }],
12
- 'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'Y 軸' }],
13
- },
14
- alert: { dismissAriaLabel: [{ type: 0, value: '關閉提醒' }] },
15
- 'annotation-context': {
16
- 'i18nStrings.nextButtonText': [{ type: 0, value: '下一步' }],
17
- 'i18nStrings.previousButtonText': [{ type: 0, value: '上一步' }],
18
- 'i18nStrings.finishButtonText': [{ type: 0, value: '完成' }],
19
- 'i18nStrings.labelDismissAnnotation': [{ type: 0, value: '關閉註釋' }],
20
- 'i18nStrings.stepCounterText': [
21
- { type: 0, value: '步驟 ' },
22
- { type: 1, value: 'stepNumber' },
23
- { type: 0, value: ',共 ' },
24
- { type: 1, value: 'totalStepCount' },
25
- { type: 0, value: ' 步' },
26
- ],
27
- 'i18nStrings.taskTitle': [
28
- { type: 0, value: '任務 ' },
29
- { type: 1, value: 'taskNumber' },
30
- { type: 0, value: ':' },
31
- { type: 1, value: 'taskTitle' },
32
- ],
33
- 'i18nStrings.labelHotspot': [
34
- {
35
- type: 5,
36
- value: 'openState',
37
- options: {
38
- true: {
39
- value: [
40
- { type: 0, value: '關閉步驟 ' },
41
- { type: 1, value: 'totalStepCount' },
42
- { type: 0, value: ' 之 ' },
43
- { type: 1, value: 'stepNumber' },
44
- { type: 0, value: ' 的註釋' },
45
- ],
46
- },
47
- false: {
48
- value: [
49
- { type: 0, value: '開啟步驟 ' },
50
- { type: 1, value: 'totalStepCount' },
51
- { type: 0, value: ' 之 ' },
52
- { type: 1, value: 'stepNumber' },
53
- { type: 0, value: ' 的註釋' },
54
- ],
55
- },
56
- other: { value: [] },
57
- },
58
- },
59
- ],
60
- },
61
- 'app-layout': {
62
- 'ariaLabels.navigation': [{ type: 0, value: '側邊導覽' }],
63
- 'ariaLabels.navigationClose': [{ type: 0, value: '關閉側邊導覽' }],
64
- 'ariaLabels.navigationToggle': [{ type: 0, value: '開啟側邊導覽' }],
65
- 'ariaLabels.notifications': [{ type: 0, value: '通知' }],
66
- 'ariaLabels.tools': [{ type: 0, value: '說明面板' }],
67
- 'ariaLabels.toolsClose': [{ type: 0, value: '關閉說明面板' }],
68
- 'ariaLabels.toolsToggle': [{ type: 0, value: '開啟說明面板' }],
69
- },
70
- 'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: '合計' }] },
71
- 'attribute-editor': { removeButtonText: [{ type: 0, value: '移除' }] },
72
- autosuggest: {
73
- errorIconAriaLabel: [{ type: 0, value: '錯誤' }],
74
- selectedAriaLabel: [{ type: 0, value: '已選取' }],
75
- enteredTextLabel: [
76
- { type: 0, value: '使用:“' },
77
- { type: 1, value: 'value' },
78
- { type: 0, value: '”' },
79
- ],
80
- recoveryText: [{ type: 0, value: '重試' }],
81
- },
82
- 'breadcrumb-group': { expandAriaLabel: [{ type: 0, value: '顯示路徑' }] },
83
- calendar: {
84
- nextMonthAriaLabel: [{ type: 0, value: '下個月' }],
85
- previousMonthAriaLabel: [{ type: 0, value: '上個月' }],
86
- todayAriaLabel: [{ type: 0, value: '今天' }],
87
- },
88
- cards: { 'ariaLabels.selectionGroupLabel': [{ type: 0, value: '項目選擇' }] },
89
- 'code-editor': {
90
- 'i18nStrings.loadingState': [{ type: 0, value: '正在載入程式碼編輯器' }],
91
- 'i18nStrings.errorState': [{ type: 0, value: '載入程式碼編輯器時發生錯誤。' }],
92
- 'i18nStrings.errorStateRecovery': [{ type: 0, value: '重試' }],
93
- 'i18nStrings.editorGroupAriaLabel': [{ type: 0, value: '程式碼編輯器' }],
94
- 'i18nStrings.statusBarGroupAriaLabel': [{ type: 0, value: '狀態列' }],
95
- 'i18nStrings.cursorPosition': [
96
- { type: 0, value: '行 ' },
97
- { type: 1, value: 'row' },
98
- { type: 0, value: '、欄 ' },
99
- { type: 1, value: 'column' },
100
- ],
101
- 'i18nStrings.errorsTab': [{ type: 0, value: '錯誤' }],
102
- 'i18nStrings.warningsTab': [{ type: 0, value: '警告' }],
103
- 'i18nStrings.preferencesButtonAriaLabel': [{ type: 0, value: '偏好設定' }],
104
- 'i18nStrings.paneCloseButtonAriaLabel': [{ type: 0, value: '關閉' }],
105
- 'i18nStrings.preferencesModalHeader': [{ type: 0, value: '偏好設定' }],
106
- 'i18nStrings.preferencesModalCancel': [{ type: 0, value: '取消' }],
107
- 'i18nStrings.preferencesModalConfirm': [{ type: 0, value: '確認' }],
108
- 'i18nStrings.preferencesModalWrapLines': [{ type: 0, value: '換行' }],
109
- 'i18nStrings.preferencesModalTheme': [{ type: 0, value: '佈景主題' }],
110
- 'i18nStrings.preferencesModalLightThemes': [{ type: 0, value: '淺色佈景主題' }],
111
- 'i18nStrings.preferencesModalDarkThemes': [{ type: 0, value: '深色佈景主題' }],
112
- },
113
- 'collection-preferences': {
114
- title: [{ type: 0, value: '偏好設定' }],
115
- confirmLabel: [{ type: 0, value: '確認' }],
116
- cancelLabel: [{ type: 0, value: '取消' }],
117
- 'pageSizePreference.title': [{ type: 0, value: '頁面大小' }],
118
- 'wrapLinesPreference.label': [{ type: 0, value: '換行' }],
119
- 'wrapLinesPreference.description': [{ type: 0, value: '選取以查看所有文字並換行' }],
120
- 'stripedRowsPreference.label': [{ type: 0, value: '條紋列' }],
121
- 'stripedRowsPreference.description': [{ type: 0, value: '選取以新增加網底的列' }],
122
- 'contentDensityPreference.label': [{ type: 0, value: '精簡模式' }],
123
- 'contentDensityPreference.description': [{ type: 0, value: '選擇以更密集、更精簡的模式顯示內容' }],
124
- 'contentDisplayPreference.title': [{ type: 0, value: '欄偏好設定' }],
125
- 'contentDisplayPreference.description': [{ type: 0, value: '自訂欄的可見性和順序。' }],
126
- 'contentDisplayPreference.dragHandleAriaLabel': [{ type: 0, value: '拖曳控點' }],
127
- 'contentDisplayPreference.dragHandleAriaDescription': [
128
- {
129
- type: 0,
130
- value:
131
- '使用空白鍵或 ENTER 鍵啟用項目拖曳功能,然後使用方向鍵移動項目的位置。若要完成位置移動,請使用空白鍵或 ENTER 鍵,或者若要捨棄移動,請使用 ESC 鍵。',
132
- },
133
- ],
134
- 'contentDisplayPreference.liveAnnouncementDndStarted': [
135
- { type: 0, value: '在第 ' },
136
- { type: 1, value: 'position' },
137
- { type: 0, value: ' 位置 (共 ' },
138
- { type: 1, value: 'total' },
139
- { type: 0, value: ' 個位置) 拾取了項目' },
140
- ],
141
- 'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: '重新排序已取消' }],
142
- 'contentDisplayPreference.liveAnnouncementDndItemReordered': [
143
- {
144
- type: 5,
145
- value: 'isInitialPosition',
146
- options: {
147
- true: {
148
- value: [
149
- { type: 0, value: '將項目移回 ' },
150
- { type: 1, value: 'currentPosition' },
151
- { type: 0, value: ' 位置 (共 ' },
152
- { type: 1, value: 'total' },
153
- { type: 0, value: ' 個位置)' },
154
- ],
155
- },
156
- false: {
157
- value: [
158
- { type: 0, value: '將項目移到 ' },
159
- { type: 1, value: 'currentPosition' },
160
- { type: 0, value: ' 位置 (共 ' },
161
- { type: 1, value: 'total' },
162
- { type: 0, value: ' 個位置)' },
163
- ],
164
- },
165
- other: { value: [] },
166
- },
167
- },
168
- ],
169
- 'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
170
- {
171
- type: 5,
172
- value: 'isInitialPosition',
173
- options: {
174
- true: {
175
- value: [
176
- { type: 0, value: '項目移回原來的 ' },
177
- { type: 1, value: 'initialPosition' },
178
- { type: 0, value: ' 位置 (共 ' },
179
- { type: 1, value: 'total' },
180
- { type: 0, value: ' 個位置)' },
181
- ],
182
- },
183
- false: {
184
- value: [
185
- { type: 0, value: '項目已從 ' },
186
- { type: 1, value: 'initialPosition' },
187
- { type: 0, value: ' 位置移到 ' },
188
- { type: 1, value: 'finalPosition' },
189
- { type: 0, value: ' 位置 (共 ' },
190
- { type: 1, value: 'total' },
191
- { type: 0, value: ' 個位置)' },
192
- ],
193
- },
194
- other: { value: [] },
195
- },
196
- },
197
- ],
198
- },
199
- 'date-range-picker': {
200
- 'i18nStrings.relativeModeTitle': [{ type: 0, value: '相對模式' }],
201
- 'i18nStrings.absoluteModeTitle': [{ type: 0, value: '絕對模式' }],
202
- 'i18nStrings.relativeRangeSelectionHeading': [{ type: 0, value: '選擇範圍' }],
203
- 'i18nStrings.cancelButtonLabel': [{ type: 0, value: '取消' }],
204
- 'i18nStrings.clearButtonLabel': [{ type: 0, value: '清除和關閉' }],
205
- 'i18nStrings.applyButtonLabel': [{ type: 0, value: '套用' }],
206
- 'i18nStrings.customRelativeRangeOptionLabel': [{ type: 0, value: '自訂範圍' }],
207
- 'i18nStrings.customRelativeRangeOptionDescription': [{ type: 0, value: '設定過去的自訂範圍' }],
208
- 'i18nStrings.customRelativeRangeUnitLabel': [{ type: 0, value: '時間單位' }],
209
- 'i18nStrings.customRelativeRangeDurationLabel': [{ type: 0, value: '持續時間' }],
210
- 'i18nStrings.customRelativeRangeDurationPlaceholder': [{ type: 0, value: '輸入持續時間' }],
211
- 'i18nStrings.startDateLabel': [{ type: 0, value: '開始日期' }],
212
- 'i18nStrings.startTimeLabel': [{ type: 0, value: '開始時間' }],
213
- 'i18nStrings.endDateLabel': [{ type: 0, value: '結束日期' }],
214
- 'i18nStrings.endTimeLabel': [{ type: 0, value: '結束時間' }],
215
- 'i18nStrings.dateTimeConstraintText': [
216
- { type: 0, value: '日期請使用 YYYY/MM/DD 格式。時間請使用 24 小時格式。' },
217
- ],
218
- 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
219
- 'i18nStrings.renderSelectedAbsoluteRangeAriaLive': [
220
- { type: 0, value: '已選取從 ' },
221
- { type: 1, value: 'startDate' },
222
- { type: 0, value: ' 到 ' },
223
- { type: 1, value: 'endDate' },
224
- { type: 0, value: ' 的範圍' },
225
- ],
226
- 'i18nStrings.formatRelativeRange': [
227
- {
228
- type: 6,
229
- value: 'amount',
230
- options: {
231
- one: {
232
- value: [
233
- { type: 0, value: '最後 ' },
234
- { type: 1, value: 'amount' },
235
- { type: 0, value: ' ' },
236
- { type: 1, value: 'unit' },
237
- ],
238
- },
239
- other: {
240
- value: [
241
- { type: 0, value: '最後 ' },
242
- { type: 1, value: 'amount' },
243
- { type: 0, value: ' ' },
244
- { type: 1, value: 'unit' },
245
- ],
246
- },
247
- },
248
- offset: 0,
249
- pluralType: 'cardinal',
250
- },
251
- ],
252
- 'i18nStrings.formatUnit': [
253
- {
254
- type: 6,
255
- value: 'amount',
256
- options: { one: { value: [{ type: 1, value: 'unit' }] }, other: { value: [{ type: 1, value: 'unit' }] } },
257
- offset: 0,
258
- pluralType: 'cardinal',
259
- },
260
- ],
261
- },
262
- flashbar: {
263
- 'i18nStrings.ariaLabel': [{ type: 0, value: '通知' }],
264
- 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
265
- 'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: '進行中' }],
266
- 'i18nStrings.infoIconAriaLabel': [{ type: 0, value: '資訊' }],
267
- 'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: '所有通知' }],
268
- 'i18nStrings.notificationBarText': [{ type: 0, value: '通知' }],
269
- 'i18nStrings.successIconAriaLabel': [{ type: 0, value: '成功' }],
270
- 'i18nStrings.warningIconAriaLabel': [{ type: 0, value: '警告' }],
271
- },
272
- 'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: '錯誤' }] },
273
- form: { errorIconAriaLabel: [{ type: 0, value: '錯誤' }] },
274
- 'help-panel': { loadingText: [{ type: 0, value: '載入內容' }] },
275
- input: { clearAriaLabel: [{ type: 0, value: '清除' }] },
276
- link: { externalIconAriaLabel: [{ type: 0, value: '在新索引標籤中開啟' }] },
277
- modal: { closeAriaLabel: [{ type: 0, value: '關閉強制回應' }] },
278
- multiselect: {
279
- deselectAriaLabel: [
280
- { type: 0, value: '移除 ' },
281
- { type: 1, value: 'option__label' },
282
- ],
283
- },
284
- pagination: {
285
- 'ariaLabels.nextPageLabel': [{ type: 0, value: '下一頁' }],
286
- 'ariaLabels.pageLabel': [
287
- { type: 0, value: '所有頁面中的第 ' },
288
- { type: 1, value: 'pageNumber' },
289
- { type: 0, value: ' 頁' },
290
- ],
291
- 'ariaLabels.previousPageLabel': [{ type: 0, value: '上一頁' }],
292
- },
293
- 'pie-chart': {
294
- 'i18nStrings.detailsValue': [{ type: 0, value: '值' }],
295
- 'i18nStrings.detailsPercentage': [{ type: 0, value: '百分比' }],
296
- 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: '圓餅圖' }],
297
- 'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: '區段' }],
298
- },
299
- popover: { dismissAriaLabel: [{ type: 0, value: '關閉彈出視窗' }] },
300
- 'property-filter': {
301
- 'i18nStrings.allPropertiesLabel': [{ type: 0, value: '所有屬性' }],
302
- 'i18nStrings.applyActionText': [{ type: 0, value: '套用' }],
303
- 'i18nStrings.cancelActionText': [{ type: 0, value: '取消' }],
304
- 'i18nStrings.clearFiltersText': [{ type: 0, value: '清除篩選條件' }],
305
- 'i18nStrings.editTokenHeader': [{ type: 0, value: '編輯篩選條件' }],
306
- 'i18nStrings.groupPropertiesText': [{ type: 0, value: '屬性' }],
307
- 'i18nStrings.groupValuesText': [{ type: 0, value: '值' }],
308
- 'i18nStrings.operationAndText': [{ type: 0, value: '和' }],
309
- 'i18nStrings.operationOrText': [{ type: 0, value: '或' }],
310
- 'i18nStrings.operatorContainsText': [{ type: 0, value: '包含' }],
311
- 'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: '不包含' }],
312
- 'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: '不等於' }],
313
- 'i18nStrings.operatorEqualsText': [{ type: 0, value: '等於' }],
314
- 'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: '大於或等於' }],
315
- 'i18nStrings.operatorGreaterText': [{ type: 0, value: '大於' }],
316
- 'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: '小於或等於' }],
317
- 'i18nStrings.operatorLessText': [{ type: 0, value: '小於' }],
318
- 'i18nStrings.operatorText': [{ type: 0, value: '運算子' }],
319
- 'i18nStrings.operatorsText': [{ type: 0, value: '運算子' }],
320
- 'i18nStrings.propertyText': [{ type: 0, value: '屬性' }],
321
- 'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: '顯示較少' }],
322
- 'i18nStrings.tokenLimitShowMore': [{ type: 0, value: '顯示更多' }],
323
- 'i18nStrings.valueText': [{ type: 0, value: '值' }],
324
- 'i18nStrings.removeTokenButtonAriaLabel': [
325
- {
326
- type: 5,
327
- value: 'token__operator',
328
- options: {
329
- equals: {
330
- value: [
331
- { type: 0, value: '移除篩選條件,' },
332
- { type: 1, value: 'token__propertyKey' },
333
- { type: 0, value: ' 等於 ' },
334
- { type: 1, value: 'token__value' },
335
- ],
336
- },
337
- not_equals: {
338
- value: [
339
- { type: 0, value: '移除篩選條件,' },
340
- { type: 1, value: 'token__propertyKey' },
341
- { type: 0, value: ' 不等於 ' },
342
- { type: 1, value: 'token__value' },
343
- ],
344
- },
345
- greater_than: {
346
- value: [
347
- { type: 0, value: '移除篩選條件,' },
348
- { type: 1, value: 'token__propertyKey' },
349
- { type: 0, value: ' 大於 ' },
350
- { type: 1, value: 'token__value' },
351
- ],
352
- },
353
- greater_than_equal: {
354
- value: [
355
- { type: 0, value: '移除篩選條件,' },
356
- { type: 1, value: 'token__propertyKey' },
357
- { type: 0, value: ' 大於或等於 ' },
358
- { type: 1, value: 'token__value' },
359
- ],
360
- },
361
- less_than: {
362
- value: [
363
- { type: 0, value: '移除篩選條件,' },
364
- { type: 1, value: 'token__propertyKey' },
365
- { type: 0, value: ' 小於 ' },
366
- { type: 1, value: 'token__value' },
367
- ],
368
- },
369
- less_than_equal: {
370
- value: [
371
- { type: 0, value: '移除篩選條件,' },
372
- { type: 1, value: 'token__propertyKey' },
373
- { type: 0, value: ' 小於或等於 ' },
374
- { type: 1, value: 'token__value' },
375
- ],
376
- },
377
- contains: {
378
- value: [
379
- { type: 0, value: '移除篩選條件,' },
380
- { type: 1, value: 'token__propertyKey' },
381
- { type: 0, value: ' 包含 ' },
382
- { type: 1, value: 'token__value' },
383
- ],
384
- },
385
- not_contains: {
386
- value: [
387
- { type: 0, value: '移除篩選條件,' },
388
- { type: 1, value: 'token__propertyKey' },
389
- { type: 0, value: ' 不包含 ' },
390
- { type: 1, value: 'token__value' },
391
- ],
392
- },
393
- other: { value: [] },
394
- },
395
- },
396
- ],
397
- },
398
- 's3-resource-selector': {
399
- 'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: '選擇一個版本' }],
400
- 'i18nStrings.inContextBrowseButton': [{ type: 0, value: '瀏覽 S3' }],
401
- 'i18nStrings.inContextViewButton': [{ type: 0, value: '檢視' }],
402
- 'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: '檢視 (在新索引標籤中開啟)' }],
403
- 'i18nStrings.inContextLoadingText': [{ type: 0, value: '正在載入資源' }],
404
- 'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
405
- 'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: '選取版本' }],
406
- 'i18nStrings.modalTitle': [{ type: 0, value: '選擇 S3 中的存檔' }],
407
- 'i18nStrings.modalCancelButton': [{ type: 0, value: '取消' }],
408
- 'i18nStrings.modalSubmitButton': [{ type: 0, value: '選擇' }],
409
- 'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 儲存貯體' }],
410
- 'i18nStrings.selectionBuckets': [{ type: 0, value: '儲存貯體' }],
411
- 'i18nStrings.selectionObjects': [{ type: 0, value: '物件' }],
412
- 'i18nStrings.selectionVersions': [{ type: 0, value: '版本' }],
413
- 'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: '尋找儲存貯體' }],
414
- 'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: '按前綴查找物件' }],
415
- 'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: '尋找版本' }],
416
- 'i18nStrings.selectionBucketsLoading': [{ type: 0, value: '裝載儲存貯體' }],
417
- 'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: '沒有儲存貯體' }],
418
- 'i18nStrings.selectionObjectsLoading': [{ type: 0, value: '載入物件' }],
419
- 'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: '沒有物件' }],
420
- 'i18nStrings.selectionVersionsLoading': [{ type: 0, value: '載入版本' }],
421
- 'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: '沒有版本' }],
422
- 'i18nStrings.filteringNoMatches': [{ type: 0, value: '無相符項目' }],
423
- 'i18nStrings.filteringCantFindMatch': [{ type: 0, value: '找不到相符項目' }],
424
- 'i18nStrings.clearFilterButtonText': [{ type: 0, value: '清除篩選條件' }],
425
- 'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
426
- 'i18nStrings.columnBucketName': [{ type: 0, value: '名稱' }],
427
- 'i18nStrings.columnBucketCreationDate': [{ type: 0, value: '建立日期' }],
428
- 'i18nStrings.columnBucketRegion': [{ type: 0, value: '區域' }],
429
- 'i18nStrings.columnObjectKey': [{ type: 0, value: '索引鍵' }],
430
- 'i18nStrings.columnObjectLastModified': [{ type: 0, value: '上次修改' }],
431
- 'i18nStrings.columnObjectSize': [{ type: 0, value: '尺寸' }],
432
- 'i18nStrings.columnVersionID': [{ type: 0, value: '版本 ID' }],
433
- 'i18nStrings.columnVersionLastModified': [{ type: 0, value: '上次修改' }],
434
- 'i18nStrings.columnVersionSize': [{ type: 0, value: '尺寸' }],
435
- 'i18nStrings.validationPathMustBegin': [{ type: 0, value: '路徑必須以 s3:// 開頭' }],
436
- 'i18nStrings.validationBucketLowerCase': [{ type: 0, value: '儲存貯體名稱必須以小寫字元或數字開頭。' }],
437
- 'i18nStrings.validationBucketMustNotContain': [{ type: 0, value: '儲存貯體名稱不得包含大寫字元。' }],
438
- 'i18nStrings.validationBucketLength': [{ type: 0, value: '儲存貯體名稱必須介於 3 到 63 個字元之間。' }],
439
- 'i18nStrings.validationBucketMustComplyDns': [{ type: 0, value: '儲存貯體名稱必須符合 DNS 命名慣例。' }],
440
- 'i18nStrings.labelSortedDescending': [
441
- { type: 1, value: 'columnName' },
442
- { type: 0, value: ',遞減排序' },
443
- ],
444
- 'i18nStrings.labelSortedAscending': [
445
- { type: 1, value: 'columnName' },
446
- { type: 0, value: ',升序排序' },
447
- ],
448
- 'i18nStrings.labelNotSorted': [
449
- { type: 1, value: 'columnName' },
450
- { type: 0, value: ',未排序' },
451
- ],
452
- 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: '儲存貯體' }],
453
- 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
454
- 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: '物件' }],
455
- 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
456
- 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: '版本' }],
457
- 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
458
- 'i18nStrings.labelFiltering': [
459
- { type: 0, value: '尋找 ' },
460
- { type: 1, value: 'itemsType' },
461
- ],
462
- 'i18nStrings.labelRefresh': [{ type: 0, value: '重新整理資料' }],
463
- 'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'S3 導覽' }],
464
- 'i18nStrings.filteringCounterText': [
465
- {
466
- type: 6,
467
- value: 'count',
468
- options: {
469
- one: { value: [{ type: 0, value: '1 個符合' }] },
470
- other: {
471
- value: [
472
- { type: 1, value: 'count' },
473
- { type: 0, value: ' 個符合' },
474
- ],
475
- },
476
- },
477
- offset: 0,
478
- pluralType: 'cardinal',
479
- },
480
- ],
481
- },
482
- select: {
483
- errorIconAriaLabel: [{ type: 0, value: '錯誤' }],
484
- selectedAriaLabel: [{ type: 0, value: '已選取' }],
485
- recoveryText: [{ type: 0, value: '重試' }],
486
- },
487
- 'split-panel': {
488
- 'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: '關閉面板' }],
489
- 'i18nStrings.openButtonAriaLabel': [{ type: 0, value: '打開面板' }],
490
- 'i18nStrings.preferencesTitle': [{ type: 0, value: '分割面板偏好' }],
491
- 'i18nStrings.preferencesPositionLabel': [{ type: 0, value: '分割面板位置' }],
492
- 'i18nStrings.preferencesPositionDescription': [{ type: 0, value: '選擇服務的預設分割面板位置。' }],
493
- 'i18nStrings.preferencesPositionSide': [{ type: 0, value: '側邊' }],
494
- 'i18nStrings.preferencesPositionBottom': [{ type: 0, value: '底部' }],
495
- 'i18nStrings.preferencesConfirm': [{ type: 0, value: '確認' }],
496
- 'i18nStrings.preferencesCancel': [{ type: 0, value: '取消' }],
497
- 'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: '調整分割面板大小' }],
498
- },
499
- table: {
500
- 'ariaLabels.submittingEditText': [{ type: 0, value: '提交編輯' }],
501
- 'ariaLabels.successfulEditLabel': [{ type: 0, value: '編輯成功' }],
502
- 'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: '錯誤' }],
503
- 'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: '可編輯' }],
504
- },
505
- tabs: {
506
- 'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: '向左捲動' }],
507
- 'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: '向右捲動' }],
508
- },
509
- 'tag-editor': {
510
- 'i18nStrings.keyPlaceholder': [{ type: 0, value: '輸入索引鍵' }],
511
- 'i18nStrings.valuePlaceholder': [{ type: 0, value: '輸入值' }],
512
- 'i18nStrings.addButton': [{ type: 0, value: '新增標籤' }],
513
- 'i18nStrings.removeButton': [{ type: 0, value: '移除' }],
514
- 'i18nStrings.removeButtonAriaLabel': [
515
- { type: 0, value: '移除 ' },
516
- { type: 1, value: 'tag__key' },
517
- ],
518
- 'i18nStrings.undoButton': [{ type: 0, value: '復原' }],
519
- 'i18nStrings.undoPrompt': [{ type: 0, value: '此標籤會在儲存變更時移除' }],
520
- 'i18nStrings.loading': [{ type: 0, value: '正在載入與此資源相關聯的標籤' }],
521
- 'i18nStrings.keyHeader': [{ type: 0, value: '索引鍵' }],
522
- 'i18nStrings.valueHeader': [{ type: 0, value: '值' }],
523
- 'i18nStrings.optional': [{ type: 0, value: '選用' }],
524
- 'i18nStrings.keySuggestion': [{ type: 0, value: '自訂標籤索引鍵' }],
525
- 'i18nStrings.valueSuggestion': [{ type: 0, value: '自訂標籤值' }],
526
- 'i18nStrings.emptyTags': [{ type: 0, value: '沒有與資源相關聯的標籤。' }],
527
- 'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: '您的索引鍵數目超過可顯示的數目' }],
528
- 'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: '您的值數目超過可顯示的數目' }],
529
- 'i18nStrings.keysSuggestionLoading': [{ type: 0, value: '正在載入標籤索引鍵' }],
530
- 'i18nStrings.keysSuggestionError': [{ type: 0, value: '無法擷取標籤索引鍵' }],
531
- 'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: '正在載入標籤值' }],
532
- 'i18nStrings.valuesSuggestionError': [{ type: 0, value: '無法擷取標籤值' }],
533
- 'i18nStrings.emptyKeyError': [{ type: 0, value: '您必須指定標籤索引鍵' }],
534
- 'i18nStrings.maxKeyCharLengthError': [{ type: 0, value: '標籤索引鍵中可使用的字元數上限為 128 個字元。' }],
535
- 'i18nStrings.maxValueCharLengthError': [{ type: 0, value: '標籤值中可使用的字元數上限為 256 個字元。' }],
536
- 'i18nStrings.duplicateKeyError': [{ type: 0, value: '您必須指定唯一的標籤索引鍵。' }],
537
- 'i18nStrings.invalidKeyError': [
538
- { type: 0, value: '無效的金鑰。金鑰只能包含 Unicode 字母、數字、空格和下列符號︰ _.:/=+@–' },
539
- ],
540
- 'i18nStrings.invalidValueError': [
541
- { type: 0, value: '無效的值。值只能包含 Unicode 字母、數字、空格和下列符號︰_.:/=+@ –' },
542
- ],
543
- 'i18nStrings.awsPrefixError': [{ type: 0, value: '開頭不能為 aws:' }],
544
- 'i18nStrings.tagLimitReached': [
545
- {
546
- type: 6,
547
- value: 'tagLimit',
548
- options: {
549
- one: { value: [{ type: 0, value: '您已達到 1 個標籤的上限。' }] },
550
- other: {
551
- value: [
552
- { type: 0, value: '您已達到 ' },
553
- { type: 1, value: 'tagLimit' },
554
- { type: 0, value: ' 個標籤的上限。' },
555
- ],
556
- },
557
- },
558
- offset: 0,
559
- pluralType: 'cardinal',
560
- },
561
- ],
562
- 'i18nStrings.tagLimitExceeded': [
563
- {
564
- type: 6,
565
- value: 'tagLimit',
566
- options: {
567
- one: { value: [{ type: 0, value: '您已超過 1 個標籤的上限。' }] },
568
- other: {
569
- value: [
570
- { type: 0, value: '您已超過 ' },
571
- { type: 1, value: 'tagLimit' },
572
- { type: 0, value: ' 個標籤的上限。' },
573
- ],
574
- },
575
- },
576
- offset: 0,
577
- pluralType: 'cardinal',
578
- },
579
- ],
580
- 'i18nStrings.tagLimit': [
581
- {
582
- type: 5,
583
- value: 'tagLimitAvailable',
584
- options: {
585
- true: {
586
- value: [
587
- {
588
- type: 6,
589
- value: 'availableTags',
590
- options: {
591
- other: {
592
- value: [
593
- { type: 0, value: '您最多可以新增 ' },
594
- { type: 1, value: 'tagLimit' },
595
- { type: 0, value: ' 個標籤。' },
596
- ],
597
- },
598
- },
599
- offset: 0,
600
- pluralType: 'cardinal',
601
- },
602
- ],
603
- },
604
- false: {
605
- value: [
606
- {
607
- type: 6,
608
- value: 'availableTags',
609
- options: {
610
- one: { value: [{ type: 0, value: '您最多可以再新增 1 個標籤。' }] },
611
- other: {
612
- value: [
613
- { type: 0, value: '您最多可以再新增 ' },
614
- { type: 1, value: 'availableTags' },
615
- { type: 0, value: ' 個標籤。' },
616
- ],
617
- },
618
- },
619
- offset: 0,
620
- pluralType: 'cardinal',
621
- },
622
- ],
623
- },
624
- other: { value: [] },
625
- },
626
- },
627
- ],
628
- },
629
- 'token-group': {
630
- 'i18nStrings.limitShowFewer': [{ type: 0, value: '顯示較少' }],
631
- 'i18nStrings.limitShowMore': [{ type: 0, value: '顯示更多' }],
632
- },
633
- 'top-navigation': {
634
- 'i18nStrings.searchIconAriaLabel': [{ type: 0, value: '搜尋' }],
635
- 'i18nStrings.searchDismissIconAriaLabel': [{ type: 0, value: '關閉搜尋' }],
636
- 'i18nStrings.overflowMenuTriggerText': [{ type: 0, value: '更多' }],
637
- 'i18nStrings.overflowMenuDismissIconAriaLabel': [{ type: 0, value: '關閉選單' }],
638
- 'i18nStrings.overflowMenuBackIconAriaLabel': [{ type: 0, value: '返回' }],
639
- 'i18nStrings.overflowMenuTitleText': [{ type: 0, value: '全部' }],
640
- },
641
- 'tutorial-panel': {
642
- 'i18nStrings.loadingText': [{ type: 0, value: '正在載入' }],
643
- 'i18nStrings.tutorialListTitle': [{ type: 0, value: '選擇教學' }],
644
- 'i18nStrings.tutorialListDownloadLinkText': [{ type: 0, value: '下載 PDF 版本' }],
645
- 'i18nStrings.labelTutorialListDownloadLink': [{ type: 0, value: '下載本教學課程的 PDF 版本' }],
646
- 'i18nStrings.tutorialCompletedText': [{ type: 0, value: '教學已完成' }],
647
- 'i18nStrings.learnMoreLinkText': [{ type: 0, value: '進一步了解' }],
648
- 'i18nStrings.startTutorialButtonText': [{ type: 0, value: '開始教學' }],
649
- 'i18nStrings.restartTutorialButtonText': [{ type: 0, value: '重新啟動教學課程' }],
650
- 'i18nStrings.completionScreenTitle': [{ type: 0, value: '恭喜!您已完成了教學課程。' }],
651
- 'i18nStrings.feedbackLinkText': [{ type: 0, value: '意見回饋' }],
652
- 'i18nStrings.dismissTutorialButtonText': [{ type: 0, value: '結束教學' }],
653
- 'i18nStrings.taskTitle': [
654
- { type: 0, value: '任務 ' },
655
- { type: 1, value: 'taskNumber' },
656
- { type: 0, value: ':' },
657
- { type: 1, value: 'taskTitle' },
658
- ],
659
- 'i18nStrings.stepTitle': [
660
- { type: 0, value: '步驟' },
661
- { type: 1, value: 'stepNumber' },
662
- { type: 0, value: '︰' },
663
- { type: 1, value: 'stepTitle' },
664
- ],
665
- 'i18nStrings.labelExitTutorial': [{ type: 0, value: '結束教學' }],
666
- 'i18nStrings.labelTotalSteps': [
667
- { type: 0, value: '總步驟︰' },
668
- { type: 1, value: 'totalStepCount' },
669
- ],
670
- 'i18nStrings.labelsTaskStatus.pending': [{ type: 0, value: '等待中' }],
671
- 'i18nStrings.labelsTaskStatus.in-progress': [{ type: 0, value: '進行中' }],
672
- 'i18nStrings.labelsTaskStatus.success': [{ type: 0, value: '成功' }],
673
- },
674
- wizard: {
675
- 'i18nStrings.stepNumberLabel': [
676
- { type: 0, value: '步驟 ' },
677
- { type: 1, value: 'stepNumber' },
678
- ],
679
- 'i18nStrings.collapsedStepsLabel': [
680
- { type: 0, value: '步驟 ' },
681
- { type: 1, value: 'stepNumber' },
682
- { type: 0, value: ',共 ' },
683
- { type: 1, value: 'stepsCount' },
684
- { type: 0, value: ' 步' },
685
- ],
686
- 'i18nStrings.skipToButtonLabel': [
687
- { type: 0, value: '跳到 ' },
688
- { type: 1, value: 'task__title' },
689
- ],
690
- 'i18nStrings.navigationAriaLabel': [{ type: 0, value: '步驟' }],
691
- 'i18nStrings.cancelButton': [{ type: 0, value: '取消' }],
692
- 'i18nStrings.previousButton': [{ type: 0, value: '上一步' }],
693
- 'i18nStrings.nextButton': [{ type: 0, value: '下一步' }],
694
- 'i18nStrings.optional': [{ type: 0, value: '選用' }],
695
- 'i18nStrings.nextButtonLoadingAnnouncement': [{ type: 0, value: '載入下一個步驟' }],
696
- 'i18nStrings.submitButtonLoadingAnnouncement': [{ type: 0, value: '提交表單' }],
697
- },
698
- },
699
- },
700
- };