@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,721 +0,0 @@
1
- export default {
2
- '@cloudscape-design/components': {
3
- 'en-GB': {
4
- '[charts]': {
5
- loadingText: [{ type: 0, value: 'Loading chart' }],
6
- errorText: [{ type: 0, value: "The data couldn't be fetched. Try again later." }],
7
- recoveryText: [{ type: 0, value: 'Retry' }],
8
- 'i18nStrings.filterLabel': [{ type: 0, value: 'Filter displayed data' }],
9
- 'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filter data' }],
10
- 'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legend' }],
11
- 'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'x-axis' }],
12
- 'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'y-axis' }],
13
- },
14
- alert: { dismissAriaLabel: [{ type: 0, value: 'Dismiss alert' }] },
15
- 'annotation-context': {
16
- 'i18nStrings.nextButtonText': [{ type: 0, value: 'Next' }],
17
- 'i18nStrings.previousButtonText': [{ type: 0, value: 'Previous' }],
18
- 'i18nStrings.finishButtonText': [{ type: 0, value: 'Finish' }],
19
- 'i18nStrings.labelDismissAnnotation': [{ type: 0, value: 'Dismiss annotation' }],
20
- 'i18nStrings.stepCounterText': [
21
- { type: 0, value: 'Step ' },
22
- { type: 1, value: 'stepNumber' },
23
- { type: 0, value: ' of ' },
24
- { type: 1, value: 'totalStepCount' },
25
- ],
26
- 'i18nStrings.taskTitle': [
27
- { type: 0, value: 'Task ' },
28
- { type: 1, value: 'taskNumber' },
29
- { type: 0, value: ': ' },
30
- { type: 1, value: 'taskTitle' },
31
- ],
32
- 'i18nStrings.labelHotspot': [
33
- {
34
- type: 5,
35
- value: 'openState',
36
- options: {
37
- true: {
38
- value: [
39
- { type: 0, value: 'Close annotation for step ' },
40
- { type: 1, value: 'stepNumber' },
41
- { type: 0, value: ' of ' },
42
- { type: 1, value: 'totalStepCount' },
43
- ],
44
- },
45
- false: {
46
- value: [
47
- { type: 0, value: 'Open annotation for step ' },
48
- { type: 1, value: 'stepNumber' },
49
- { type: 0, value: ' of ' },
50
- { type: 1, value: 'totalStepCount' },
51
- ],
52
- },
53
- other: { value: [] },
54
- },
55
- },
56
- ],
57
- },
58
- 'app-layout': {
59
- 'ariaLabels.navigation': [{ type: 0, value: 'Side navigation' }],
60
- 'ariaLabels.navigationClose': [{ type: 0, value: 'Close side navigation' }],
61
- 'ariaLabels.navigationToggle': [{ type: 0, value: 'Open side navigation' }],
62
- 'ariaLabels.notifications': [{ type: 0, value: 'Notifications' }],
63
- 'ariaLabels.tools': [{ type: 0, value: 'Help panel' }],
64
- 'ariaLabels.toolsClose': [{ type: 0, value: 'Close help panel' }],
65
- 'ariaLabels.toolsToggle': [{ type: 0, value: 'Open help panel' }],
66
- },
67
- 'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
68
- 'attribute-editor': { removeButtonText: [{ type: 0, value: 'Remove' }] },
69
- autosuggest: {
70
- errorIconAriaLabel: [{ type: 0, value: 'Error' }],
71
- selectedAriaLabel: [{ type: 0, value: 'Selected' }],
72
- enteredTextLabel: [
73
- { type: 0, value: 'Use: ‘' },
74
- { type: 1, value: 'value' },
75
- { type: 0, value: '’' },
76
- ],
77
- recoveryText: [{ type: 0, value: 'Retry' }],
78
- },
79
- 'breadcrumb-group': { expandAriaLabel: [{ type: 0, value: 'Show path' }] },
80
- calendar: {
81
- nextMonthAriaLabel: [{ type: 0, value: 'Next month' }],
82
- previousMonthAriaLabel: [{ type: 0, value: 'Previous month' }],
83
- todayAriaLabel: [{ type: 0, value: 'Today' }],
84
- },
85
- cards: { 'ariaLabels.selectionGroupLabel': [{ type: 0, value: 'Item selection' }] },
86
- 'code-editor': {
87
- 'i18nStrings.loadingState': [{ type: 0, value: 'Loading code editor' }],
88
- 'i18nStrings.errorState': [{ type: 0, value: 'There was an error loading the code editor.' }],
89
- 'i18nStrings.errorStateRecovery': [{ type: 0, value: 'Retry' }],
90
- 'i18nStrings.editorGroupAriaLabel': [{ type: 0, value: 'Code editor' }],
91
- 'i18nStrings.statusBarGroupAriaLabel': [{ type: 0, value: 'Status bar' }],
92
- 'i18nStrings.cursorPosition': [
93
- { type: 0, value: 'Ln ' },
94
- { type: 1, value: 'row' },
95
- { type: 0, value: ', Col ' },
96
- { type: 1, value: 'column' },
97
- ],
98
- 'i18nStrings.errorsTab': [{ type: 0, value: 'Errors' }],
99
- 'i18nStrings.warningsTab': [{ type: 0, value: 'Warnings' }],
100
- 'i18nStrings.preferencesButtonAriaLabel': [{ type: 0, value: 'Preferences' }],
101
- 'i18nStrings.paneCloseButtonAriaLabel': [{ type: 0, value: 'Close' }],
102
- 'i18nStrings.preferencesModalHeader': [{ type: 0, value: 'Preferences' }],
103
- 'i18nStrings.preferencesModalCancel': [{ type: 0, value: 'Cancel' }],
104
- 'i18nStrings.preferencesModalConfirm': [{ type: 0, value: 'Confirm' }],
105
- 'i18nStrings.preferencesModalWrapLines': [{ type: 0, value: 'Wrap lines' }],
106
- 'i18nStrings.preferencesModalTheme': [{ type: 0, value: 'Theme' }],
107
- 'i18nStrings.preferencesModalLightThemes': [{ type: 0, value: 'Light themes' }],
108
- 'i18nStrings.preferencesModalDarkThemes': [{ type: 0, value: 'Dark themes' }],
109
- },
110
- 'collection-preferences': {
111
- title: [{ type: 0, value: 'Preferences' }],
112
- confirmLabel: [{ type: 0, value: 'Confirm' }],
113
- cancelLabel: [{ type: 0, value: 'Cancel' }],
114
- 'pageSizePreference.title': [{ type: 0, value: 'Page size' }],
115
- 'wrapLinesPreference.label': [{ type: 0, value: 'Wrap lines' }],
116
- 'wrapLinesPreference.description': [{ type: 0, value: 'Select to see all the text and wrap the lines' }],
117
- 'stripedRowsPreference.label': [{ type: 0, value: 'Striped rows' }],
118
- 'stripedRowsPreference.description': [{ type: 0, value: 'Select to add alternating shaded rows' }],
119
- 'contentDensityPreference.label': [{ type: 0, value: 'Compact mode' }],
120
- 'contentDensityPreference.description': [
121
- { type: 0, value: 'Select to display content in a denser, more compact mode' },
122
- ],
123
- 'contentDisplayPreference.title': [{ type: 0, value: 'Column preferences' }],
124
- 'contentDisplayPreference.description': [{ type: 0, value: 'Customise the columns visibility and order.' }],
125
- 'contentDisplayPreference.dragHandleAriaLabel': [{ type: 0, value: 'Drag handle' }],
126
- 'contentDisplayPreference.dragHandleAriaDescription': [
127
- {
128
- type: 0,
129
- value:
130
- "Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape.",
131
- },
132
- ],
133
- 'contentDisplayPreference.liveAnnouncementDndStarted': [
134
- { type: 0, value: 'Picked up item at position ' },
135
- { type: 1, value: 'position' },
136
- { type: 0, value: ' of ' },
137
- { type: 1, value: 'total' },
138
- ],
139
- 'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: 'Reordering cancelled' }],
140
- 'contentDisplayPreference.liveAnnouncementDndItemReordered': [
141
- {
142
- type: 5,
143
- value: 'isInitialPosition',
144
- options: {
145
- true: {
146
- value: [
147
- { type: 0, value: 'Moving item back to position ' },
148
- { type: 1, value: 'currentPosition' },
149
- { type: 0, value: ' of ' },
150
- { type: 1, value: 'total' },
151
- ],
152
- },
153
- false: {
154
- value: [
155
- { type: 0, value: 'Moving item to position ' },
156
- { type: 1, value: 'currentPosition' },
157
- { type: 0, value: ' of ' },
158
- { type: 1, value: 'total' },
159
- ],
160
- },
161
- other: { value: [] },
162
- },
163
- },
164
- ],
165
- 'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
166
- {
167
- type: 5,
168
- value: 'isInitialPosition',
169
- options: {
170
- true: {
171
- value: [
172
- { type: 0, value: 'Item moved back to its original position ' },
173
- { type: 1, value: 'initialPosition' },
174
- { type: 0, value: ' of ' },
175
- { type: 1, value: 'total' },
176
- ],
177
- },
178
- false: {
179
- value: [
180
- { type: 0, value: 'Item moved from position ' },
181
- { type: 1, value: 'initialPosition' },
182
- { type: 0, value: ' to position ' },
183
- { type: 1, value: 'finalPosition' },
184
- { type: 0, value: ' of ' },
185
- { type: 1, value: 'total' },
186
- ],
187
- },
188
- other: { value: [] },
189
- },
190
- },
191
- ],
192
- },
193
- 'date-range-picker': {
194
- 'i18nStrings.relativeModeTitle': [{ type: 0, value: 'Relative mode' }],
195
- 'i18nStrings.absoluteModeTitle': [{ type: 0, value: 'Absolute mode' }],
196
- 'i18nStrings.relativeRangeSelectionHeading': [{ type: 0, value: 'Choose a range' }],
197
- 'i18nStrings.cancelButtonLabel': [{ type: 0, value: 'Cancel' }],
198
- 'i18nStrings.clearButtonLabel': [{ type: 0, value: 'Clear and dismiss' }],
199
- 'i18nStrings.applyButtonLabel': [{ type: 0, value: 'Apply' }],
200
- 'i18nStrings.customRelativeRangeOptionLabel': [{ type: 0, value: 'Customised range' }],
201
- 'i18nStrings.customRelativeRangeOptionDescription': [{ type: 0, value: 'Set a customised range in the past' }],
202
- 'i18nStrings.customRelativeRangeUnitLabel': [{ type: 0, value: 'Unit of time' }],
203
- 'i18nStrings.customRelativeRangeDurationLabel': [{ type: 0, value: 'Duration' }],
204
- 'i18nStrings.customRelativeRangeDurationPlaceholder': [{ type: 0, value: 'Enter a duration' }],
205
- 'i18nStrings.startDateLabel': [{ type: 0, value: 'Start date' }],
206
- 'i18nStrings.startTimeLabel': [{ type: 0, value: 'Start time' }],
207
- 'i18nStrings.endDateLabel': [{ type: 0, value: 'End date' }],
208
- 'i18nStrings.endTimeLabel': [{ type: 0, value: 'End time' }],
209
- 'i18nStrings.dateTimeConstraintText': [
210
- { type: 0, value: 'For date, use DD/MM/YYYY. For time, use 24-hr format.' },
211
- ],
212
- 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
213
- 'i18nStrings.renderSelectedAbsoluteRangeAriaLive': [
214
- { type: 0, value: 'Range selected from ' },
215
- { type: 1, value: 'startDate' },
216
- { type: 0, value: ' to ' },
217
- { type: 1, value: 'endDate' },
218
- ],
219
- 'i18nStrings.formatRelativeRange': [
220
- {
221
- type: 6,
222
- value: 'amount',
223
- options: {
224
- one: {
225
- value: [
226
- { type: 0, value: 'Last ' },
227
- { type: 1, value: 'amount' },
228
- { type: 0, value: ' ' },
229
- { type: 1, value: 'unit' },
230
- ],
231
- },
232
- other: {
233
- value: [
234
- { type: 0, value: 'Last ' },
235
- { type: 1, value: 'amount' },
236
- { type: 0, value: ' ' },
237
- { type: 1, value: 'unit' },
238
- { type: 0, value: 's' },
239
- ],
240
- },
241
- },
242
- offset: 0,
243
- pluralType: 'cardinal',
244
- },
245
- ],
246
- 'i18nStrings.formatUnit': [
247
- {
248
- type: 6,
249
- value: 'amount',
250
- options: {
251
- one: { value: [{ type: 1, value: 'unit' }] },
252
- other: {
253
- value: [
254
- { type: 1, value: 'unit' },
255
- { type: 0, value: 's' },
256
- ],
257
- },
258
- },
259
- offset: 0,
260
- pluralType: 'cardinal',
261
- },
262
- ],
263
- },
264
- flashbar: {
265
- 'i18nStrings.ariaLabel': [{ type: 0, value: 'Notifications' }],
266
- 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
267
- 'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'In progress' }],
268
- 'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'Info' }],
269
- 'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'All notifications' }],
270
- 'i18nStrings.notificationBarText': [{ type: 0, value: 'Notifications' }],
271
- 'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'Success' }],
272
- 'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'Warning' }],
273
- },
274
- 'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'Error' }] },
275
- form: { errorIconAriaLabel: [{ type: 0, value: 'Error' }] },
276
- 'help-panel': { loadingText: [{ type: 0, value: 'Loading content' }] },
277
- input: { clearAriaLabel: [{ type: 0, value: 'Clear' }] },
278
- link: { externalIconAriaLabel: [{ type: 0, value: 'Opens in a new tab' }] },
279
- modal: { closeAriaLabel: [{ type: 0, value: 'Close modal' }] },
280
- multiselect: {
281
- deselectAriaLabel: [
282
- { type: 0, value: 'Remove ' },
283
- { type: 1, value: 'option__label' },
284
- ],
285
- },
286
- pagination: {
287
- 'ariaLabels.nextPageLabel': [{ type: 0, value: 'Next page' }],
288
- 'ariaLabels.pageLabel': [
289
- { type: 0, value: 'Page ' },
290
- { type: 1, value: 'pageNumber' },
291
- { type: 0, value: ' of all pages' },
292
- ],
293
- 'ariaLabels.previousPageLabel': [{ type: 0, value: 'Previous page' }],
294
- },
295
- 'pie-chart': {
296
- 'i18nStrings.detailsValue': [{ type: 0, value: 'Value' }],
297
- 'i18nStrings.detailsPercentage': [{ type: 0, value: 'Percentage' }],
298
- 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Pie chart' }],
299
- 'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'Segment' }],
300
- },
301
- popover: { dismissAriaLabel: [{ type: 0, value: 'Close pop-over' }] },
302
- 'property-filter': {
303
- 'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'All properties' }],
304
- 'i18nStrings.applyActionText': [{ type: 0, value: 'Apply' }],
305
- 'i18nStrings.cancelActionText': [{ type: 0, value: 'Cancel' }],
306
- 'i18nStrings.clearFiltersText': [{ type: 0, value: 'Clear filters' }],
307
- 'i18nStrings.editTokenHeader': [{ type: 0, value: 'Edit filter' }],
308
- 'i18nStrings.groupPropertiesText': [{ type: 0, value: 'Properties' }],
309
- 'i18nStrings.groupValuesText': [{ type: 0, value: 'Values' }],
310
- 'i18nStrings.operationAndText': [{ type: 0, value: 'and' }],
311
- 'i18nStrings.operationOrText': [{ type: 0, value: 'or' }],
312
- 'i18nStrings.operatorContainsText': [{ type: 0, value: 'Contains' }],
313
- 'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'Does not contain' }],
314
- 'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'Does not equal' }],
315
- 'i18nStrings.operatorEqualsText': [{ type: 0, value: 'Equals' }],
316
- 'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'Greater than or equal to' }],
317
- 'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Greater than' }],
318
- 'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Less than or equal to' }],
319
- 'i18nStrings.operatorLessText': [{ type: 0, value: 'Less than' }],
320
- 'i18nStrings.operatorText': [{ type: 0, value: 'Operator' }],
321
- 'i18nStrings.operatorsText': [{ type: 0, value: 'Operators' }],
322
- 'i18nStrings.propertyText': [{ type: 0, value: 'Property' }],
323
- 'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'Show fewer' }],
324
- 'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'Show more' }],
325
- 'i18nStrings.valueText': [{ type: 0, value: 'Value' }],
326
- 'i18nStrings.removeTokenButtonAriaLabel': [
327
- {
328
- type: 5,
329
- value: 'token__operator',
330
- options: {
331
- equals: {
332
- value: [
333
- { type: 0, value: 'Remove filter, ' },
334
- { type: 1, value: 'token__propertyKey' },
335
- { type: 0, value: ' equals ' },
336
- { type: 1, value: 'token__value' },
337
- ],
338
- },
339
- not_equals: {
340
- value: [
341
- { type: 0, value: 'Remove filter, ' },
342
- { type: 1, value: 'token__propertyKey' },
343
- { type: 0, value: ' does not equal ' },
344
- { type: 1, value: 'token__value' },
345
- ],
346
- },
347
- greater_than: {
348
- value: [
349
- { type: 0, value: 'Remove filter, ' },
350
- { type: 1, value: 'token__propertyKey' },
351
- { type: 0, value: ' is greater than ' },
352
- { type: 1, value: 'token__value' },
353
- ],
354
- },
355
- greater_than_equal: {
356
- value: [
357
- { type: 0, value: 'Remove filter, ' },
358
- { type: 1, value: 'token__propertyKey' },
359
- { type: 0, value: ' is greater than or equal to ' },
360
- { type: 1, value: 'token__value' },
361
- ],
362
- },
363
- less_than: {
364
- value: [
365
- { type: 0, value: 'Remove filter, ' },
366
- { type: 1, value: 'token__propertyKey' },
367
- { type: 0, value: ' is less than ' },
368
- { type: 1, value: 'token__value' },
369
- ],
370
- },
371
- less_than_equal: {
372
- value: [
373
- { type: 0, value: 'Remove filter, ' },
374
- { type: 1, value: 'token__propertyKey' },
375
- { type: 0, value: ' is less than or equal to ' },
376
- { type: 1, value: 'token__value' },
377
- ],
378
- },
379
- contains: {
380
- value: [
381
- { type: 0, value: 'Remove filter, ' },
382
- { type: 1, value: 'token__propertyKey' },
383
- { type: 0, value: ' contains ' },
384
- { type: 1, value: 'token__value' },
385
- ],
386
- },
387
- not_contains: {
388
- value: [
389
- { type: 0, value: 'Remove filter, ' },
390
- { type: 1, value: 'token__propertyKey' },
391
- { type: 0, value: ' does not contain ' },
392
- { type: 1, value: 'token__value' },
393
- ],
394
- },
395
- other: { value: [] },
396
- },
397
- },
398
- ],
399
- },
400
- 's3-resource-selector': {
401
- 'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'Choose a version' }],
402
- 'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'Browse S3' }],
403
- 'i18nStrings.inContextViewButton': [{ type: 0, value: 'View' }],
404
- 'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: 'View (opens in a new tab)' }],
405
- 'i18nStrings.inContextLoadingText': [{ type: 0, value: 'Loading resource' }],
406
- 'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
407
- 'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'Object version' }],
408
- 'i18nStrings.modalTitle': [{ type: 0, value: 'Choose an archive in S3' }],
409
- 'i18nStrings.modalCancelButton': [{ type: 0, value: 'Cancel' }],
410
- 'i18nStrings.modalSubmitButton': [{ type: 0, value: 'Choose' }],
411
- 'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'S3 buckets' }],
412
- 'i18nStrings.selectionBuckets': [{ type: 0, value: 'Buckets' }],
413
- 'i18nStrings.selectionObjects': [{ type: 0, value: 'Objects' }],
414
- 'i18nStrings.selectionVersions': [{ type: 0, value: 'Versions' }],
415
- 'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'Find bucket' }],
416
- 'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: 'Find object by prefix' }],
417
- 'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'Find version' }],
418
- 'i18nStrings.selectionBucketsLoading': [{ type: 0, value: 'Loading buckets' }],
419
- 'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'No buckets' }],
420
- 'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'Loading objects' }],
421
- 'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'No objects' }],
422
- 'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'Loading versions' }],
423
- 'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'No versions' }],
424
- 'i18nStrings.filteringNoMatches': [{ type: 0, value: 'No matches' }],
425
- 'i18nStrings.filteringCantFindMatch': [{ type: 0, value: "We can't find a match." }],
426
- 'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'Clear filter' }],
427
- 'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
428
- 'i18nStrings.columnBucketName': [{ type: 0, value: 'Name' }],
429
- 'i18nStrings.columnBucketCreationDate': [{ type: 0, value: 'Creation date' }],
430
- 'i18nStrings.columnBucketRegion': [{ type: 0, value: 'Region' }],
431
- 'i18nStrings.columnObjectKey': [{ type: 0, value: 'Key' }],
432
- 'i18nStrings.columnObjectLastModified': [{ type: 0, value: 'Last modified' }],
433
- 'i18nStrings.columnObjectSize': [{ type: 0, value: 'Size' }],
434
- 'i18nStrings.columnVersionID': [{ type: 0, value: 'Version ID' }],
435
- 'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'Last modified' }],
436
- 'i18nStrings.columnVersionSize': [{ type: 0, value: 'Size' }],
437
- 'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'The path must begin with s3://' }],
438
- 'i18nStrings.validationBucketLowerCase': [
439
- { type: 0, value: 'The bucket name must start with a lowercase character or number.' },
440
- ],
441
- 'i18nStrings.validationBucketMustNotContain': [
442
- { type: 0, value: 'The bucket name must not contain uppercase characters.' },
443
- ],
444
- 'i18nStrings.validationBucketLength': [{ type: 0, value: 'The bucket name must be from 3 to 63 characters.' }],
445
- 'i18nStrings.validationBucketMustComplyDns': [
446
- { type: 0, value: 'The bucket name must comply with DNS naming conventions.' },
447
- ],
448
- 'i18nStrings.labelSortedDescending': [
449
- { type: 1, value: 'columnName' },
450
- { type: 0, value: ', sorted descending' },
451
- ],
452
- 'i18nStrings.labelSortedAscending': [
453
- { type: 1, value: 'columnName' },
454
- { type: 0, value: ', sorted ascending' },
455
- ],
456
- 'i18nStrings.labelNotSorted': [
457
- { type: 1, value: 'columnName' },
458
- { type: 0, value: ', not sorted' },
459
- ],
460
- 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: 'Buckets' }],
461
- 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
462
- 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'Objects' }],
463
- 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
464
- 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'Versions' }],
465
- 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
466
- 'i18nStrings.labelFiltering': [
467
- { type: 0, value: 'Find ' },
468
- { type: 1, value: 'itemsType' },
469
- ],
470
- 'i18nStrings.labelRefresh': [{ type: 0, value: 'Refresh the data' }],
471
- 'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'S3 navigation' }],
472
- 'i18nStrings.filteringCounterText': [
473
- {
474
- type: 6,
475
- value: 'count',
476
- options: {
477
- one: { value: [{ type: 0, value: '1 match' }] },
478
- other: {
479
- value: [
480
- { type: 1, value: 'count' },
481
- { type: 0, value: ' matches' },
482
- ],
483
- },
484
- },
485
- offset: 0,
486
- pluralType: 'cardinal',
487
- },
488
- ],
489
- },
490
- select: {
491
- errorIconAriaLabel: [{ type: 0, value: 'Error' }],
492
- selectedAriaLabel: [{ type: 0, value: 'Selected' }],
493
- recoveryText: [{ type: 0, value: 'Retry' }],
494
- },
495
- 'split-panel': {
496
- 'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'Close panel' }],
497
- 'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'Open panel' }],
498
- 'i18nStrings.preferencesTitle': [{ type: 0, value: 'Split panel preferences' }],
499
- 'i18nStrings.preferencesPositionLabel': [{ type: 0, value: 'Split panel position' }],
500
- 'i18nStrings.preferencesPositionDescription': [
501
- { type: 0, value: 'Choose the default split panel position for the service.' },
502
- ],
503
- 'i18nStrings.preferencesPositionSide': [{ type: 0, value: 'Side' }],
504
- 'i18nStrings.preferencesPositionBottom': [{ type: 0, value: 'Bottom' }],
505
- 'i18nStrings.preferencesConfirm': [{ type: 0, value: 'Confirm' }],
506
- 'i18nStrings.preferencesCancel': [{ type: 0, value: 'Cancel' }],
507
- 'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Resize split panel' }],
508
- },
509
- table: {
510
- 'ariaLabels.submittingEditText': [{ type: 0, value: 'Submitting edit' }],
511
- 'ariaLabels.successfulEditLabel': [{ type: 0, value: 'Edit successful' }],
512
- 'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Error' }],
513
- 'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: 'editable' }],
514
- },
515
- tabs: {
516
- 'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'Scroll left' }],
517
- 'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'Scroll right' }],
518
- },
519
- 'tag-editor': {
520
- 'i18nStrings.keyPlaceholder': [{ type: 0, value: 'Enter key' }],
521
- 'i18nStrings.valuePlaceholder': [{ type: 0, value: 'Enter value' }],
522
- 'i18nStrings.addButton': [{ type: 0, value: 'Add new tag' }],
523
- 'i18nStrings.removeButton': [{ type: 0, value: 'Remove' }],
524
- 'i18nStrings.removeButtonAriaLabel': [
525
- { type: 0, value: 'Remove ' },
526
- { type: 1, value: 'tag__key' },
527
- ],
528
- 'i18nStrings.undoButton': [{ type: 0, value: 'Undo' }],
529
- 'i18nStrings.undoPrompt': [{ type: 0, value: 'This tag will be removed upon saving changes' }],
530
- 'i18nStrings.loading': [{ type: 0, value: 'Loading tags that are associated with this resource' }],
531
- 'i18nStrings.keyHeader': [{ type: 0, value: 'Key' }],
532
- 'i18nStrings.valueHeader': [{ type: 0, value: 'Value' }],
533
- 'i18nStrings.optional': [{ type: 0, value: 'optional' }],
534
- 'i18nStrings.keySuggestion': [{ type: 0, value: 'Customised tag key' }],
535
- 'i18nStrings.valueSuggestion': [{ type: 0, value: 'Customised tag value' }],
536
- 'i18nStrings.emptyTags': [{ type: 0, value: 'No tags associated with the resource.' }],
537
- 'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: 'You have more keys than can be displayed' }],
538
- 'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: 'You have more values than can be displayed' }],
539
- 'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'Loading tag keys' }],
540
- 'i18nStrings.keysSuggestionError': [{ type: 0, value: 'Tag keys could not be retrieved' }],
541
- 'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'Loading tag values' }],
542
- 'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'Tag values could not be retrieved' }],
543
- 'i18nStrings.emptyKeyError': [{ type: 0, value: 'You must specify a tag key' }],
544
- 'i18nStrings.maxKeyCharLengthError': [
545
- { type: 0, value: 'The maximum number of characters you can use in a tag key is 128.' },
546
- ],
547
- 'i18nStrings.maxValueCharLengthError': [
548
- { type: 0, value: 'The maximum number of characters you can use in a tag value is 256.' },
549
- ],
550
- 'i18nStrings.duplicateKeyError': [{ type: 0, value: 'You must specify a unique tag key.' }],
551
- 'i18nStrings.invalidKeyError': [
552
- {
553
- type: 0,
554
- value:
555
- 'Invalid key. Keys can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-',
556
- },
557
- ],
558
- 'i18nStrings.invalidValueError': [
559
- {
560
- type: 0,
561
- value:
562
- 'Invalid value. Values can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-',
563
- },
564
- ],
565
- 'i18nStrings.awsPrefixError': [{ type: 0, value: 'Cannot start with aws:' }],
566
- 'i18nStrings.tagLimitReached': [
567
- {
568
- type: 6,
569
- value: 'tagLimit',
570
- options: {
571
- one: { value: [{ type: 0, value: 'You have reached the limit of 1 tag.' }] },
572
- other: {
573
- value: [
574
- { type: 0, value: 'You have reached the limit of ' },
575
- { type: 1, value: 'tagLimit' },
576
- { type: 0, value: ' tags.' },
577
- ],
578
- },
579
- },
580
- offset: 0,
581
- pluralType: 'cardinal',
582
- },
583
- ],
584
- 'i18nStrings.tagLimitExceeded': [
585
- {
586
- type: 6,
587
- value: 'tagLimit',
588
- options: {
589
- one: { value: [{ type: 0, value: 'You have exceeded the limit of 1 tag.' }] },
590
- other: {
591
- value: [
592
- { type: 0, value: 'You have exceeded the limit of ' },
593
- { type: 1, value: 'tagLimit' },
594
- { type: 0, value: ' tags.' },
595
- ],
596
- },
597
- },
598
- offset: 0,
599
- pluralType: 'cardinal',
600
- },
601
- ],
602
- 'i18nStrings.tagLimit': [
603
- {
604
- type: 5,
605
- value: 'tagLimitAvailable',
606
- options: {
607
- true: {
608
- value: [
609
- {
610
- type: 6,
611
- value: 'availableTags',
612
- options: {
613
- other: {
614
- value: [
615
- { type: 0, value: 'You can add up to ' },
616
- { type: 1, value: 'tagLimit' },
617
- { type: 0, value: ' tags.' },
618
- ],
619
- },
620
- },
621
- offset: 0,
622
- pluralType: 'cardinal',
623
- },
624
- ],
625
- },
626
- false: {
627
- value: [
628
- {
629
- type: 6,
630
- value: 'availableTags',
631
- options: {
632
- one: { value: [{ type: 0, value: 'You can add up to 1 more tag.' }] },
633
- other: {
634
- value: [
635
- { type: 0, value: 'You can add up to ' },
636
- { type: 1, value: 'availableTags' },
637
- { type: 0, value: ' more tags.' },
638
- ],
639
- },
640
- },
641
- offset: 0,
642
- pluralType: 'cardinal',
643
- },
644
- ],
645
- },
646
- other: { value: [] },
647
- },
648
- },
649
- ],
650
- },
651
- 'token-group': {
652
- 'i18nStrings.limitShowFewer': [{ type: 0, value: 'Show fewer' }],
653
- 'i18nStrings.limitShowMore': [{ type: 0, value: 'Show more' }],
654
- },
655
- 'top-navigation': {
656
- 'i18nStrings.searchIconAriaLabel': [{ type: 0, value: 'Search' }],
657
- 'i18nStrings.searchDismissIconAriaLabel': [{ type: 0, value: 'Close search' }],
658
- 'i18nStrings.overflowMenuTriggerText': [{ type: 0, value: 'More' }],
659
- 'i18nStrings.overflowMenuDismissIconAriaLabel': [{ type: 0, value: 'Close menu' }],
660
- 'i18nStrings.overflowMenuBackIconAriaLabel': [{ type: 0, value: 'Back' }],
661
- 'i18nStrings.overflowMenuTitleText': [{ type: 0, value: 'All' }],
662
- },
663
- 'tutorial-panel': {
664
- 'i18nStrings.loadingText': [{ type: 0, value: 'Loading' }],
665
- 'i18nStrings.tutorialListTitle': [{ type: 0, value: 'Choose a tutorial' }],
666
- 'i18nStrings.tutorialListDownloadLinkText': [{ type: 0, value: 'Download PDF version' }],
667
- 'i18nStrings.labelTutorialListDownloadLink': [{ type: 0, value: 'Download PDF version of this tutorial' }],
668
- 'i18nStrings.tutorialCompletedText': [{ type: 0, value: 'Tutorial completed' }],
669
- 'i18nStrings.learnMoreLinkText': [{ type: 0, value: 'Find out more' }],
670
- 'i18nStrings.startTutorialButtonText': [{ type: 0, value: 'Start tutorial' }],
671
- 'i18nStrings.restartTutorialButtonText': [{ type: 0, value: 'Restart tutorial' }],
672
- 'i18nStrings.completionScreenTitle': [{ type: 0, value: 'Congratulations! You have completed the tutorial.' }],
673
- 'i18nStrings.feedbackLinkText': [{ type: 0, value: 'Feedback' }],
674
- 'i18nStrings.dismissTutorialButtonText': [{ type: 0, value: 'Dismiss tutorial' }],
675
- 'i18nStrings.taskTitle': [
676
- { type: 0, value: 'Task ' },
677
- { type: 1, value: 'taskNumber' },
678
- { type: 0, value: ': ' },
679
- { type: 1, value: 'taskTitle' },
680
- ],
681
- 'i18nStrings.stepTitle': [
682
- { type: 0, value: 'Step ' },
683
- { type: 1, value: 'stepNumber' },
684
- { type: 0, value: ': ' },
685
- { type: 1, value: 'stepTitle' },
686
- ],
687
- 'i18nStrings.labelExitTutorial': [{ type: 0, value: 'Dismiss tutorial' }],
688
- 'i18nStrings.labelTotalSteps': [
689
- { type: 0, value: 'Total steps: ' },
690
- { type: 1, value: 'totalStepCount' },
691
- ],
692
- 'i18nStrings.labelsTaskStatus.pending': [{ type: 0, value: 'Pending' }],
693
- 'i18nStrings.labelsTaskStatus.in-progress': [{ type: 0, value: 'In progress' }],
694
- 'i18nStrings.labelsTaskStatus.success': [{ type: 0, value: 'Success' }],
695
- },
696
- wizard: {
697
- 'i18nStrings.stepNumberLabel': [
698
- { type: 0, value: 'Step ' },
699
- { type: 1, value: 'stepNumber' },
700
- ],
701
- 'i18nStrings.collapsedStepsLabel': [
702
- { type: 0, value: 'Step ' },
703
- { type: 1, value: 'stepNumber' },
704
- { type: 0, value: ' of ' },
705
- { type: 1, value: 'stepsCount' },
706
- ],
707
- 'i18nStrings.skipToButtonLabel': [
708
- { type: 0, value: 'Skip to ' },
709
- { type: 1, value: 'task__title' },
710
- ],
711
- 'i18nStrings.navigationAriaLabel': [{ type: 0, value: 'Steps' }],
712
- 'i18nStrings.cancelButton': [{ type: 0, value: 'Cancel' }],
713
- 'i18nStrings.previousButton': [{ type: 0, value: 'Previous' }],
714
- 'i18nStrings.nextButton': [{ type: 0, value: 'Next' }],
715
- 'i18nStrings.optional': [{ type: 0, value: 'optional' }],
716
- 'i18nStrings.nextButtonLoadingAnnouncement': [{ type: 0, value: 'Loading next step' }],
717
- 'i18nStrings.submitButtonLoadingAnnouncement': [{ type: 0, value: 'Submitting form' }],
718
- },
719
- },
720
- },
721
- };