@kaizen/components 1.39.1 → 1.40.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.
Files changed (298) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/Calendar/LegacyCalendarRange/LegacyCalendarRange.cjs.map +1 -1
  3. package/dist/cjs/Calendar/utils/formatDateAsNumeral.cjs.map +1 -1
  4. package/dist/cjs/Calendar/utils/formatDateAsText.cjs.map +1 -1
  5. package/dist/cjs/Calendar/utils/parseDateAsTextOrNumeral.cjs.map +1 -1
  6. package/dist/cjs/Calendar/utils/parseDateFromNumeralFormatValue.cjs.map +1 -1
  7. package/dist/cjs/Calendar/utils/parseDateFromTextFormatValue.cjs.map +1 -1
  8. package/dist/cjs/DateInput/DateInputDescription/DateInputDescription.cjs.map +1 -1
  9. package/dist/cjs/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.cjs.map +1 -1
  10. package/dist/cjs/DatePicker/subcomponents/DateInputField/DateInputField.cjs.map +1 -1
  11. package/dist/cjs/DatePicker/utils/getLocale.cjs.map +1 -1
  12. package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs +4 -4
  13. package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs.map +1 -1
  14. package/dist/cjs/Filter/Filter/Filter.cjs +4 -1
  15. package/dist/cjs/Filter/Filter/Filter.cjs.map +1 -1
  16. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.cjs +3 -3
  17. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.cjs.map +1 -1
  18. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs +1 -1
  19. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.cjs.map +1 -1
  20. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs +1 -1
  21. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.cjs.map +1 -1
  22. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.cjs +1 -1
  23. package/dist/cjs/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.cjs.map +1 -1
  24. package/dist/cjs/Filter/FilterDatePicker/hooks/useDateInputHandlers.cjs.map +1 -1
  25. package/dist/cjs/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.cjs.map +1 -1
  26. package/dist/cjs/Filter/FilterDatePicker/utils/transformDateToInputValue.cjs.map +1 -1
  27. package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.cjs.map +1 -1
  28. package/dist/cjs/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.cjs.map +1 -1
  29. package/dist/cjs/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +1 -0
  30. package/dist/cjs/dts/Calendar/utils/formatDateAsNumeral.d.ts +1 -0
  31. package/dist/cjs/dts/Calendar/utils/formatDateAsText.d.ts +1 -0
  32. package/dist/cjs/dts/Calendar/utils/parseDateAsTextOrNumeral.d.ts +1 -0
  33. package/dist/cjs/dts/Calendar/utils/parseDateFromNumeralFormatValue.d.ts +1 -0
  34. package/dist/cjs/dts/Calendar/utils/parseDateFromTextFormatValue.d.ts +1 -0
  35. package/dist/cjs/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +1 -0
  36. package/dist/cjs/dts/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +1 -0
  37. package/dist/cjs/dts/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -0
  38. package/dist/cjs/dts/DatePicker/utils/getLocale.d.ts +1 -0
  39. package/dist/cjs/dts/Filter/Filter/Filter.d.ts +1 -0
  40. package/dist/cjs/dts/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.d.ts +2 -2
  41. package/dist/cjs/dts/Filter/FilterDatePicker/_docs/controls/validationControls.d.ts +4 -4
  42. package/dist/cjs/dts/Filter/FilterDatePicker/hooks/useDateInputHandlers.d.ts +1 -0
  43. package/dist/cjs/dts/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -0
  44. package/dist/cjs/dts/Filter/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -0
  45. package/dist/cjs/dts/Filter/FilterDateRangePicker/_docs/controls/validationControls.d.ts +4 -4
  46. package/dist/cjs/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +1 -0
  47. package/dist/cjs/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +1 -0
  48. package/dist/cjs/dts/Menu/_docs/examples.d.ts +1 -1
  49. package/dist/cjs/index.css +4 -4
  50. package/dist/esm/Calendar/LegacyCalendarRange/LegacyCalendarRange.mjs.map +1 -1
  51. package/dist/esm/Calendar/utils/formatDateAsNumeral.mjs.map +1 -1
  52. package/dist/esm/Calendar/utils/formatDateAsText.mjs.map +1 -1
  53. package/dist/esm/Calendar/utils/parseDateAsTextOrNumeral.mjs.map +1 -1
  54. package/dist/esm/Calendar/utils/parseDateFromNumeralFormatValue.mjs.map +1 -1
  55. package/dist/esm/Calendar/utils/parseDateFromTextFormatValue.mjs.map +1 -1
  56. package/dist/esm/DateInput/DateInputDescription/DateInputDescription.mjs.map +1 -1
  57. package/dist/esm/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.mjs.map +1 -1
  58. package/dist/esm/DatePicker/subcomponents/DateInputField/DateInputField.mjs.map +1 -1
  59. package/dist/esm/DatePicker/utils/getLocale.mjs.map +1 -1
  60. package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs +4 -4
  61. package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs.map +1 -1
  62. package/dist/esm/Filter/Filter/Filter.mjs +5 -2
  63. package/dist/esm/Filter/Filter/Filter.mjs.map +1 -1
  64. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.mjs +3 -3
  65. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.mjs.map +1 -1
  66. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs +1 -1
  67. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.mjs.map +1 -1
  68. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs +1 -1
  69. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.mjs.map +1 -1
  70. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.mjs +1 -1
  71. package/dist/esm/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.mjs.map +1 -1
  72. package/dist/esm/Filter/FilterDatePicker/hooks/useDateInputHandlers.mjs.map +1 -1
  73. package/dist/esm/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.mjs.map +1 -1
  74. package/dist/esm/Filter/FilterDatePicker/utils/transformDateToInputValue.mjs.map +1 -1
  75. package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.mjs.map +1 -1
  76. package/dist/esm/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.mjs.map +1 -1
  77. package/dist/esm/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +1 -0
  78. package/dist/esm/dts/Calendar/utils/formatDateAsNumeral.d.ts +1 -0
  79. package/dist/esm/dts/Calendar/utils/formatDateAsText.d.ts +1 -0
  80. package/dist/esm/dts/Calendar/utils/parseDateAsTextOrNumeral.d.ts +1 -0
  81. package/dist/esm/dts/Calendar/utils/parseDateFromNumeralFormatValue.d.ts +1 -0
  82. package/dist/esm/dts/Calendar/utils/parseDateFromTextFormatValue.d.ts +1 -0
  83. package/dist/esm/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +1 -0
  84. package/dist/esm/dts/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.d.ts +1 -0
  85. package/dist/esm/dts/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -0
  86. package/dist/esm/dts/DatePicker/utils/getLocale.d.ts +1 -0
  87. package/dist/esm/dts/Filter/Filter/Filter.d.ts +1 -0
  88. package/dist/esm/dts/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.d.ts +2 -2
  89. package/dist/esm/dts/Filter/FilterDatePicker/_docs/controls/validationControls.d.ts +4 -4
  90. package/dist/esm/dts/Filter/FilterDatePicker/hooks/useDateInputHandlers.d.ts +1 -0
  91. package/dist/esm/dts/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -0
  92. package/dist/esm/dts/Filter/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -0
  93. package/dist/esm/dts/Filter/FilterDateRangePicker/_docs/controls/validationControls.d.ts +4 -4
  94. package/dist/esm/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +1 -0
  95. package/dist/esm/dts/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +1 -0
  96. package/dist/esm/dts/Menu/_docs/examples.d.ts +1 -1
  97. package/dist/esm/index.css +2 -2
  98. package/dist/index.d.ts +2 -0
  99. package/dist/styles.css +1 -1
  100. package/locales/ar.json +4 -4
  101. package/locales/bg.json +4 -4
  102. package/locales/cs.json +4 -4
  103. package/locales/cy.json +4 -4
  104. package/locales/da.json +4 -4
  105. package/locales/de.json +4 -4
  106. package/locales/el.json +4 -4
  107. package/locales/en-GB.json +4 -4
  108. package/locales/en.json +4 -4
  109. package/locales/es-419.json +4 -4
  110. package/locales/es.json +4 -4
  111. package/locales/et.json +4 -4
  112. package/locales/fi.json +4 -4
  113. package/locales/fr-CA.json +4 -4
  114. package/locales/fr.json +4 -4
  115. package/locales/he.json +4 -4
  116. package/locales/hi.json +4 -4
  117. package/locales/ht.json +4 -4
  118. package/locales/hu.json +4 -4
  119. package/locales/id.json +4 -4
  120. package/locales/it.json +4 -4
  121. package/locales/ja.json +4 -4
  122. package/locales/km-KH.json +4 -4
  123. package/locales/ko.json +4 -4
  124. package/locales/lt.json +4 -4
  125. package/locales/lv.json +4 -4
  126. package/locales/mi.json +4 -4
  127. package/locales/ms.json +4 -4
  128. package/locales/nb.json +4 -4
  129. package/locales/nl.json +4 -4
  130. package/locales/pl.json +4 -4
  131. package/locales/pt-BR.json +4 -4
  132. package/locales/pt.json +4 -4
  133. package/locales/ro.json +4 -4
  134. package/locales/ru.json +4 -4
  135. package/locales/si-LK.json +4 -4
  136. package/locales/sk.json +4 -4
  137. package/locales/sr.json +4 -4
  138. package/locales/sv.json +4 -4
  139. package/locales/th.json +4 -4
  140. package/locales/tl.json +4 -4
  141. package/locales/tr.json +4 -4
  142. package/locales/uk.json +4 -4
  143. package/locales/vi.json +4 -4
  144. package/locales/zh-TW.json +4 -4
  145. package/locales/zh.json +4 -4
  146. package/package.json +25 -25
  147. package/src/Avatar/_docs/Avatar.mdx +2 -5
  148. package/src/AvatarGroup/_docs/AvatarGroup.mdx +2 -6
  149. package/src/Badge/_docs/Badge.mdx +2 -6
  150. package/src/Brand/_docs/Brand.mdx +2 -5
  151. package/src/BrandMoment/_docs/BrandMoment.mdx +2 -6
  152. package/src/BrandMoment/_docs/BrandMoment.stories.tsx +1 -1
  153. package/src/Button/Button/Button.tsx +0 -0
  154. package/src/Button/Button/_docs/Button.mdx +2 -5
  155. package/src/Button/GenericButton/GenericButton.module.scss +0 -0
  156. package/src/Button/GenericButton/GenericButton.tsx +0 -0
  157. package/src/Button/IconButton/_docs/IconButton.mdx +2 -6
  158. package/src/ButtonGroup/_docs/ButtonGroup.stories.tsx +1 -1
  159. package/src/Calendar/CalendarRange/_docs/CalendarRange.mdx +2 -6
  160. package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +20 -9
  161. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.mdx +2 -6
  162. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +23 -30
  163. package/src/Calendar/LegacyCalendarRange/LegacyCalendarRange.tsx +1 -0
  164. package/src/Calendar/utils/formatDateAsNumeral.ts +1 -1
  165. package/src/Calendar/utils/formatDateAsText.ts +1 -1
  166. package/src/Calendar/utils/isSelectingDayInCalendar.spec.tsx +4 -5
  167. package/src/Calendar/utils/parseDateAsTextOrNumeral.ts +1 -0
  168. package/src/Calendar/utils/parseDateFromNumeralFormatValue.ts +1 -1
  169. package/src/Calendar/utils/parseDateFromTextFormatValue.ts +1 -1
  170. package/src/Calendar/utils/setFocusInCalendar.spec.tsx +21 -16
  171. package/src/Card/_docs/Card.mdx +2 -6
  172. package/src/Checkbox/Checkbox/_docs/Checkbox.mdx +2 -6
  173. package/src/Checkbox/CheckboxField/_docs/CheckboxField.mdx +2 -6
  174. package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.mdx +2 -11
  175. package/src/Collapsible/Collapsible/_docs/Collapsible.mdx +2 -6
  176. package/src/Collapsible/CollapsibleGroup/_docs/CollapsibleGroup.mdx +2 -6
  177. package/src/Collapsible/ExpertAdviceCollapsible/_docs/ExpertAdviceCollapsible.mdx +2 -6
  178. package/src/Container/_docs/Container.mdx +2 -6
  179. package/src/Content/_docs/Content.mdx +2 -6
  180. package/src/DateInput/DateInputDescription/DateInputDescription.tsx +1 -0
  181. package/src/DateInput/DateInputDescription/utils/formatDescriptionInputFormat.ts +2 -0
  182. package/src/DatePicker/DatePicker.spec.tsx +12 -16
  183. package/src/DatePicker/_docs/DatePicker.mdx +2 -6
  184. package/src/DatePicker/subcomponents/DateInputField/DateInputField.tsx +1 -0
  185. package/src/DatePicker/utils/getLocale.ts +1 -0
  186. package/src/DateRangePicker/_docs/DateRangePicker.mdx +2 -6
  187. package/src/Divider/_docs/Divider.mdx +2 -6
  188. package/src/EmptyState/_docs/EmptyState.mdx +2 -6
  189. package/src/EmptyState/illustrations/action.png +0 -0
  190. package/src/EmptyState/illustrations/informative.png +0 -0
  191. package/src/EmptyState/illustrations/negative.png +0 -0
  192. package/src/EmptyState/illustrations/neutral.png +0 -0
  193. package/src/EmptyState/illustrations/positive.png +0 -0
  194. package/src/ErrorPage/hooks/useErrorMessages.ts +4 -4
  195. package/src/FieldGroup/_docs/FieldGroup.mdx +2 -8
  196. package/src/FieldMessage/_docs/FieldMessage.mdx +2 -6
  197. package/src/Filter/Filter/Filter.spec.tsx +6 -4
  198. package/src/Filter/Filter/Filter.tsx +11 -1
  199. package/src/Filter/Filter/_docs/Filter.mdx +2 -6
  200. package/src/Filter/FilterBar/FilterBar.spec.tsx +12 -1
  201. package/src/Filter/FilterBar/_docs/FilterBar.mdx +2 -6
  202. package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.spec.tsx +1 -1
  203. package/src/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.tsx +3 -3
  204. package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.spec.tsx +17 -22
  205. package/src/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.tsx +1 -1
  206. package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.spec.tsx +6 -7
  207. package/src/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.tsx +1 -1
  208. package/src/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.tsx +1 -1
  209. package/src/Filter/FilterButton/_docs/filter-buttons.mdx +2 -6
  210. package/src/Filter/FilterDatePicker/FilterDatePicker.spec.stories.tsx +2 -3
  211. package/src/Filter/FilterDatePicker/FilterDatePicker.spec.tsx +3 -5
  212. package/src/Filter/FilterDatePicker/_docs/FilterDatePicker.mdx +2 -6
  213. package/src/Filter/FilterDatePicker/hooks/useDateInputHandlers.ts +1 -0
  214. package/src/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.tsx +1 -0
  215. package/src/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.spec.tsx +25 -21
  216. package/src/Filter/FilterDatePicker/utils/transformDateToInputValue.ts +1 -0
  217. package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.mdx +2 -6
  218. package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.stickersheet.stories.tsx +1 -1
  219. package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.tsx +1 -0
  220. package/src/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.tsx +1 -0
  221. package/src/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.spec.tsx +30 -24
  222. package/src/Filter/FilterSelect/_docs/FilterSelect.mdx +2 -6
  223. package/src/GuidanceBlock/_docs/GuidanceBlock.mdx +2 -6
  224. package/src/Heading/_docs/Heading.mdx +2 -7
  225. package/src/Icon/bin/update-icons.sh +2 -2
  226. package/src/Icon/bin/wrapSVGs.ts +0 -0
  227. package/src/Illustration/Scene/BrandMomentCaptureIntro/_docs/BrandMomentCaptureIntro.mdx +2 -6
  228. package/src/Illustration/Scene/_docs/Scene.mdx +2 -3
  229. package/src/Illustration/Spot/_docs/Spot.mdx +2 -6
  230. package/src/Input/Input/_docs/Input.mdx +2 -6
  231. package/src/Input/InputRange/_docs/InputRange.mdx +2 -6
  232. package/src/Input/InputSearch/_docs/InputSearch.mdx +2 -7
  233. package/src/Label/_docs/Label.mdx +2 -6
  234. package/src/LikertScaleLegacy/_docs/LikertScaleLegacy.mdx +2 -6
  235. package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.mdx +2 -6
  236. package/src/Loading/LoadingHeading/_docs/LoadingHeading.mdx +2 -6
  237. package/src/Loading/LoadingInput/_docs/LoadingInput.mdx +2 -6
  238. package/src/Loading/LoadingParagraph/_docs/LoadingParagraph.mdx +2 -6
  239. package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.mdx +2 -11
  240. package/src/Menu/_docs/Menu.mdx +2 -6
  241. package/src/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss +0 -0
  242. package/src/Modal/ConfirmationModal/_docs/ConfirmationModal.mdx +2 -6
  243. package/src/Modal/ContextModal/_docs/ContextModal.mdx +2 -6
  244. package/src/Modal/GenericModal/_docs/GenericModal.mdx +2 -6
  245. package/src/Modal/InputEditModal/_docs/InputEditModal.mdx +2 -6
  246. package/src/MultiSelect/_docs/MultiSelect.mdx +2 -5
  247. package/src/Notification/GlobalNotification/_docs/GlobalNotification.mdx +2 -6
  248. package/src/Notification/InlineNotification/_docs/InlineNotification.mdx +2 -6
  249. package/src/Notification/ToastNotification/_docs/ToastNotification.mdx +2 -6
  250. package/src/Pagination/_docs/Pagination.mdx +2 -6
  251. package/src/Pagination/subcomponents/DirectionalLink/_docs/DirectionalLink.mdx +2 -6
  252. package/src/Pagination/subcomponents/PaginationLink/_docs/PaginationLink.mdx +2 -7
  253. package/src/Popover/_docs/Popover.mdx +2 -6
  254. package/src/ProgressBar/_docs/ProgressBar.mdx +2 -6
  255. package/src/Radio/Radio/_docs/Radio.mdx +2 -6
  256. package/src/Radio/RadioField/_docs/RadioField.mdx +2 -6
  257. package/src/Radio/RadioGroup/_docs/RadioGroup.mdx +2 -6
  258. package/src/RichTextEditor/EditableRichTextContent/_docs/EditableRichTextContent.mdx +2 -6
  259. package/src/RichTextEditor/RichTextContent/_docs/RichTextContent.mdx +2 -6
  260. package/src/RichTextEditor/RichTextEditor/RichTextEditor.spec.stories.tsx +1 -2
  261. package/src/RichTextEditor/RichTextEditor/_docs/RichTextEditor.mdx +2 -8
  262. package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.mdx +2 -6
  263. package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.mdx +2 -6
  264. package/src/RichTextEditor/index.ts +0 -0
  265. package/src/SearchField/_docs/SearchField.mdx +2 -6
  266. package/src/Select/_docs/Select.mdx +2 -6
  267. package/src/Skirt/_docs/Skirt.mdx +2 -6
  268. package/src/Slider/_docs/Slider.mdx +2 -6
  269. package/src/SplitButton/_docs/SplitButton.mdx +2 -6
  270. package/src/Table/_docs/Table.mdx +3 -6
  271. package/src/Tabs/_docs/Tabs.mdx +3 -5
  272. package/src/Tag/_docs/Tag.mdx +2 -6
  273. package/src/Text/_docs/Text.mdx +2 -6
  274. package/src/TextArea/_docs/TextArea.mdx +2 -7
  275. package/src/TextAreaField/_docs/TextAreaField.mdx +2 -6
  276. package/src/TextField/_docs/TextField.mdx +2 -6
  277. package/src/Tile/InformationTile/_docs/InformationTile.mdx +2 -6
  278. package/src/Tile/MultiActionTile/_docs/MultiActionTile.mdx +2 -6
  279. package/src/Tile/TileGrid/_docs/TileGrid.mdx +2 -6
  280. package/src/Tile/subcomponents/GenericTile/GenericTile.spec.stories.tsx +1 -3
  281. package/src/TimeField/_docs/TimeField.mdx +2 -6
  282. package/src/TitleBlockZen/_docs/TitleBlockZen.mdx +2 -6
  283. package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.mdx +2 -6
  284. package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.mdx +2 -6
  285. package/src/Tooltip/_docs/Tooltip.mdx +2 -6
  286. package/src/VisuallyHidden/_docs/VisuallyHidden.mdx +2 -6
  287. package/src/Well/_docs/Well.mdx +2 -6
  288. package/src/Workflow/_docs/ProgressStepper.stories.tsx +1 -1
  289. package/src/Workflow/_docs/Workflow.mdx +2 -6
  290. package/src/Workflow/_docs/WorkflowFooter.stories.tsx +1 -1
  291. package/src/Workflow/_docs/WorkflowHeader.stories.tsx +1 -1
  292. package/src/__future__/Select/_docs/Select.mdx +2 -6
  293. package/src/__future__/Tag/RemovableTag/_docs/RemovableTag.mdx +2 -7
  294. package/src/__future__/Tag/Tag/_docs/Tag.mdx +2 -6
  295. package/src/__future__/Workflow/_docs/ProgressStepper.mdx +2 -6
  296. package/src/__future__/Workflow/_docs/Workflow.mdx +2 -5
  297. package/src/__future__/Workflow/_docs/WorkflowFooter.mdx +2 -5
  298. package/src/__future__/Workflow/_docs/WorkflowHeader.mdx +2 -5
package/locales/id.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Maaf, permintaan Anda tidak dapat diselesaikan. Kembali dan coba lagi, atau pergilah ke Beranda"
30
+ "message" : "Ada masalah saat memuat halaman saat ini. Coba lagi atau ke beranda."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Permintaan Anda terjerembab ke dalam ruang hampa"
34
+ "message" : "Terjadi masalah saat memuat halaman"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Halaman yang hilang adalah salah satu misteri kehidupan"
58
+ "message" : "Halaman tidak ditemukan"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Perubahan datangnya tak pernah gampang"
74
+ "message" : "Perubahan tidak dapat dilakukan"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/it.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Siamo spiacenti, non è stato possibile completare la tua richiesta. Torna indietro e riprova o vai alla Home"
30
+ "message" : "C'è un problema con il caricamento della pagina in questo momento. Riprova o vai alla Home."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Non è stato possibile soddisfare la tua richiesta"
34
+ "message" : "Problema con il caricamento della pagina"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Le pagine mancanti sono uno dei misteri della vita"
58
+ "message" : "Pagina non trovata"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Cambiare non è mai facile"
74
+ "message" : "Impossibile apportare la modifica"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/ja.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "恐れ入りますが、リクエストを完了できませんでした。戻ってもう一度やり直すか、ホームに移動してください"
30
+ "message" : "ページの読み込みエラーが発生しています。もう一度お試しいただくか、ホームに移動してください。"
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "リクエストが無効になりました"
34
+ "message" : "ページの読み込みエラー"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "ページが見つからないのは人生の謎の1つです"
58
+ "message" : "ページが見つかりません"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "変化は簡単ではありません"
74
+ "message" : "変更できませんでした"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "សូមអភ័យទោស ប៉ុន្តែសំណើរបស់អ្នកមិនអាចបញ្ចប់បានទេ។ ត្រឡប់ទៅ ហើយព្យាយាមម្តងទៀត ឬទៅផ្ទះ"
30
+ "message" : "Problem loading page right now. Try again or head home."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "សំណើរបស់អ្នកបានធ្លាក់ចូលទៅក្នុងមោឃៈ"
34
+ "message" : "Problem loading page"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "ទំព័រដែលបាត់គឺជាអាថ៌កំបាំងមួយនៃជីវិត"
58
+ "message" : "Page not found"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "ការផ្លាស់ប្តូរមិនដែលងាយស្រួលទេ"
74
+ "message" : "Change couldn't be made"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/ko.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "죄송하지만 요청을 완료할 없습니다. 돌아가서 다시 시도하거나 홈으로 이동하세요."
30
+ "message" : "지금 페이지를 로드하는 문제가 있습니다. 다시 시도하거나 홈으로 이동하세요."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "요청이 무효 처리되었습니다."
34
+ "message" : "페이지를 로드하는 중 문제가 발생했습니다"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "페이지가 존재하지 않습니다."
58
+ "message" : "페이지를 찾을 수 없습니다"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "변화는 쉽지 않습니다"
74
+ "message" : "변경할 없습니다"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/lt.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Atsiprašome, bet jūsų užklausos įvykdyti nepavyko. Grįžkite ir bandykite dar kartą arba eikite į pagrindinį puslapį."
30
+ "message" : "Problema įkeliant puslapį. Bandykite dar kartą arba eikite į pagrindinį puslapį."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Jūsų užklausa prapuolė"
34
+ "message" : "Puslapio įkėlimo problema"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Trūkstami puslapiai yra viena iš gyvenimo paslapčių"
58
+ "message" : "Puslapis nerastas"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Pokyčiai niekada nebūna lengvi"
74
+ "message" : "Pakeitimo padaryti nepavyko"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/lv.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Atvainojiet, jūsu pieprasījumu nevar izpildīt. Atgriezieties un mēģiniet vēlreiz vai dodieties uz sākumlapu"
30
+ "message" : "Šobrīd ir radusies problēma ar lapas ielādi. Mēģiniet vēlreiz vai dodieties uz sākumlapu."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Jūsu pieprasījums nav izpildīts"
34
+ "message" : "Lapas ielādes laikā ir radusies probēma"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Trūkstošas lapas ir viena neizskaidrojama lieta"
58
+ "message" : "Lapa nav atrasta"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Pārmaiņas nekad nav vieglas"
74
+ "message" : "Izmaiņas nav iespējams veikt"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/mi.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Sorry but your request couldn’t be completed. Go back and try again, or head to Home"
30
+ "message" : "He raru kei te utaina te whaarangi inaianei. Me ngana ano, upoko ki te kainga."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Your request has slipped into the void"
34
+ "message" : "Whārangi utanga raru"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Missing pages are one of life's mysteries"
58
+ "message" : "Kāore i kitea te whārangi"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Change never comes easy"
74
+ "message" : "Kāore i taea te huri"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/ms.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Maaf tetapi permintaan anda tidak dapat diselesaikan. Kembali dan cuba lagi atau pergi kepada Laman Utama"
30
+ "message" : "Terdapat masalah untuk memuatkan halaman sekarang. Cuba lagi atau pergi kepada laman utama."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Permintaan anda telah tergelincir masuk ke dalam gaung"
34
+ "message" : "Terdapat masalah untuk memuatkan halaman"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Halaman yang hilang adalah salah satu misteri kehidupan"
58
+ "message" : "Halaman tidak dijumpai"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Membuat perubahan bukanlah sesuatu yang mudah"
74
+ "message" : "Perubahan tidak dapat dibuat"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/nb.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Beklager, men forespørselen din kunne ikke fullføres. tilbake og prøv igjen, eller til Hjem"
30
+ "message" : "Problemer med å laste siden akkurat nå. Prøv igjen eller dra hjem."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Forespørselen din har sklidd ut i tomrommet"
34
+ "message" : "Problemer med å laste siden"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Manglende sider er et av livets mysterier"
58
+ "message" : "Finner ikke siden"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Forandringer er aldri enkle"
74
+ "message" : "Det var ikke mulig å gjøre endringer"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/nl.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Uw verzoek kon niet worden voltooid. Ga terug en probeer het opnieuw of ga naar Home"
30
+ "message" : "Er is momenteel een probleem met het laden van de pagina. Probeer het opnieuw of ga naar de homepage."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Uw verzoek is verdwenen"
34
+ "message" : "Probleem met het laden van de pagina"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Pagina ontbreekt"
58
+ "message" : "Pagina niet gevonden"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Veranderen is lastig"
74
+ "message" : "Verandering kon niet worden aangebracht"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/pl.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Przepraszamy, ale Twoja prośba nie mogła zostać zrealizowana. Wróć i spróbuj ponownie lub przejdź do strony głównej"
30
+ "message" : "Problem z ładowaniem strony w tej chwili. Spróbuj ponownie lub wróć na stronę główną."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Twoja prośba trafiła w próżnię"
34
+ "message" : "Problem z ładowaniem strony"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Brakujące strony to jedna z tajemnic życia"
58
+ "message" : "Nie znaleziono strony"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Zmiana nigdy nie przychodzi łatwo"
74
+ "message" : "Nie można było wprowadzić zmiany"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Desculpe, mas não foi possível concluir sua solicitação. Volte e tente novamente, ou acesse a página inicial"
30
+ "message" : "Estamos com problema para carregar a página. Tente novamente ou volte para casa."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Sua solicitação desapareceu"
34
+ "message" : "Estamos com problema para carregar a página"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Páginas que desaparecem estão entre os mistérios da vida"
58
+ "message" : "Página não encontrada"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Mudar nunca é fácil"
74
+ "message" : "Não foi possível fazer a alteração"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/pt.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Desculpe, mas não foi possível concluir sua solicitação. Volte e tente novamente, ou acesse a página inicial"
30
+ "message" : "Estamos com problema para carregar a página. Tente novamente ou volte para casa."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Sua solicitação desapareceu"
34
+ "message" : "Estamos com problema para carregar a página"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Páginas que desaparecem estão entre os mistérios da vida"
58
+ "message" : "Página não encontrada"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Mudar nunca é fácil"
74
+ "message" : "Não foi possível fazer a alteração"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/ro.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Ne pare rău, dar solicitarea dvs. nu a putut fi finalizată. Reveniți și încercați din nou sau mergeți la pagina principală"
30
+ "message" : "Probleme la încărcarea paginii în acest moment. Încercați din nou sau mergeți la pagina principală."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Cererea dvs. a dispărut"
34
+ "message" : "Problemă la încărcarea paginii"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Paginile lipsă reprezintă unul dintre misterele vieții"
58
+ "message" : "Pagina nu a fost găsită"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Schimbarea nu este niciodată ușoară"
74
+ "message" : "Modificarea nu a putut fi efectuată"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/ru.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "К сожалению, не удалось выполнить ваш запрос. Повторите попытку или перейдите на Главную"
30
+ "message" : "Не удалось сейчас загрузить страницу. Попробуйте еще раз или перейдите на Главную."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Ваш запрос исчез"
34
+ "message" : "Не удалось загрузить страницу"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Пропавшие страницы — одна из загадок жизни"
58
+ "message" : "Страница не найдена"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Перемены никогда не даются легко"
74
+ "message" : "Не удалось внести изменения"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "කණගාටුයි, නමුත් ඔබගේ ඉල්ලීම සම්පූර්ණ කළ නොහැකි විය. ආපසු ගොස් නැවත උත්සාහ කරන්න, නැතහොත් මුල් පිටුවට යන්න"
30
+ "message" : "මේ අවස්ථාවේ පිටුව ප්‍රවේශනය කිරීම ගැටලුවකි. නැවත උත්සාහ කරන්න, නැත්නම් මුල්පිටුව කරා යන්න."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "ඔබගේ ඉල්ලීම රික්තකයට ලිස්සා ගොස් ඇත"
34
+ "message" : "පිටුව ප්‍රවේශනයෙහි ගැටලුවකි"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "නැතිවූ පිටු ජීවිතයේ අභිරහස් වලින් එකකි"
58
+ "message" : "පිටුව හමුනොවිනි"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "වෙනස් වීම කවදාවත් පහසු වෙන්නේ නෑ"
74
+ "message" : "වෙනසක් කළ නොහැකි විය"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/sk.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Ľutujeme, ale nebolo možné dokončiť vašu požiadavku. Vráťte sa a skúste to znova alebo prejdite na Úvod."
30
+ "message" : "Stránka sa práve teraz nedá načítať. Skúste to znova alebo sa vráťte na úvod."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Vaša žiadosť sa dostala do prázdna."
34
+ "message" : "Problém s načítaním stránky"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Chýbajúce stránky sú jednou zo záhad života."
58
+ "message" : "Stránka nebola nájdená"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Zmena nikdy neprichádza ľahko."
74
+ "message" : "Nebolo možné vykonať zmenu"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/sr.json CHANGED
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "kzErrorPage.400.message" : {
29
29
  "description" : "Call to action instructions for the user",
30
- "message" : "Žao nam je, ali vaš zahtev nije mogao biti kompletiran. Vratite se i pokušajte ponovo ili idite na Početnu stranicu."
30
+ "message" : "Trenutni problem sa učitavanjem stranice. Pokušajte ponovo ili idite na početnu."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Vaš zahtev je nestao"
34
+ "message" : "Problem sa učitavanje stranice"
35
35
  },
36
36
  "kzErrorPage.401.message" : {
37
37
  "description" : "Call to action instructions for the user",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "kzErrorPage.404.title" : {
57
57
  "description" : "Main title of page",
58
- "message" : "Nedostajuće stranice jedna su od životnih misterija"
58
+ "message" : "Stranica nije pronađena"
59
59
  },
60
60
  "kzErrorPage.413" : {
61
61
  "description" : "Call to action instructions for the user",
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "kzErrorPage.422.title" : {
73
73
  "description" : "Main title of page",
74
- "message" : "Promena nikad ne dolazi lako"
74
+ "message" : "Nije moguće napraviti promenu"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",