@kaizen/components 1.39.2 → 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 (182) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs +4 -4
  3. package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs.map +1 -1
  4. package/dist/cjs/dts/Filter/FilterDatePicker/_docs/controls/validationControls.d.ts +4 -4
  5. package/dist/cjs/dts/Filter/FilterDateRangePicker/_docs/controls/validationControls.d.ts +4 -4
  6. package/dist/cjs/dts/Menu/_docs/examples.d.ts +1 -1
  7. package/dist/cjs/index.css +2 -2
  8. package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs +4 -4
  9. package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs.map +1 -1
  10. package/dist/esm/dts/Filter/FilterDatePicker/_docs/controls/validationControls.d.ts +4 -4
  11. package/dist/esm/dts/Filter/FilterDateRangePicker/_docs/controls/validationControls.d.ts +4 -4
  12. package/dist/esm/dts/Menu/_docs/examples.d.ts +1 -1
  13. package/dist/esm/index.css +1 -1
  14. package/dist/styles.css +1 -1
  15. package/locales/ar.json +4 -4
  16. package/locales/bg.json +4 -4
  17. package/locales/cs.json +4 -4
  18. package/locales/cy.json +4 -4
  19. package/locales/da.json +4 -4
  20. package/locales/de.json +4 -4
  21. package/locales/el.json +4 -4
  22. package/locales/en-GB.json +4 -4
  23. package/locales/en.json +4 -4
  24. package/locales/es-419.json +4 -4
  25. package/locales/es.json +4 -4
  26. package/locales/et.json +4 -4
  27. package/locales/fi.json +4 -4
  28. package/locales/fr-CA.json +4 -4
  29. package/locales/fr.json +4 -4
  30. package/locales/he.json +4 -4
  31. package/locales/hi.json +4 -4
  32. package/locales/ht.json +4 -4
  33. package/locales/hu.json +4 -4
  34. package/locales/id.json +4 -4
  35. package/locales/it.json +4 -4
  36. package/locales/ja.json +4 -4
  37. package/locales/km-KH.json +4 -4
  38. package/locales/ko.json +4 -4
  39. package/locales/lt.json +4 -4
  40. package/locales/lv.json +4 -4
  41. package/locales/mi.json +4 -4
  42. package/locales/ms.json +4 -4
  43. package/locales/nb.json +4 -4
  44. package/locales/nl.json +4 -4
  45. package/locales/pl.json +4 -4
  46. package/locales/pt-BR.json +4 -4
  47. package/locales/pt.json +4 -4
  48. package/locales/ro.json +4 -4
  49. package/locales/ru.json +4 -4
  50. package/locales/si-LK.json +4 -4
  51. package/locales/sk.json +4 -4
  52. package/locales/sr.json +4 -4
  53. package/locales/sv.json +4 -4
  54. package/locales/th.json +4 -4
  55. package/locales/tl.json +4 -4
  56. package/locales/tr.json +4 -4
  57. package/locales/uk.json +4 -4
  58. package/locales/vi.json +4 -4
  59. package/locales/zh-TW.json +4 -4
  60. package/locales/zh.json +4 -4
  61. package/package.json +23 -23
  62. package/src/Avatar/_docs/Avatar.mdx +2 -5
  63. package/src/AvatarGroup/_docs/AvatarGroup.mdx +2 -6
  64. package/src/Badge/_docs/Badge.mdx +2 -6
  65. package/src/Brand/_docs/Brand.mdx +2 -5
  66. package/src/BrandMoment/_docs/BrandMoment.mdx +2 -6
  67. package/src/BrandMoment/_docs/BrandMoment.stories.tsx +1 -1
  68. package/src/Button/Button/Button.tsx +0 -0
  69. package/src/Button/Button/_docs/Button.mdx +2 -5
  70. package/src/Button/GenericButton/GenericButton.module.scss +0 -0
  71. package/src/Button/GenericButton/GenericButton.tsx +0 -0
  72. package/src/Button/IconButton/_docs/IconButton.mdx +2 -6
  73. package/src/ButtonGroup/_docs/ButtonGroup.stories.tsx +1 -1
  74. package/src/Calendar/CalendarRange/_docs/CalendarRange.mdx +2 -6
  75. package/src/Calendar/CalendarRange/_docs/CalendarRange.stickersheet.stories.tsx +1 -1
  76. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.mdx +2 -6
  77. package/src/Calendar/CalendarSingle/_docs/CalendarSingle.stickersheet.stories.tsx +1 -1
  78. package/src/Card/_docs/Card.mdx +2 -6
  79. package/src/Checkbox/Checkbox/_docs/Checkbox.mdx +2 -6
  80. package/src/Checkbox/CheckboxField/_docs/CheckboxField.mdx +2 -6
  81. package/src/Checkbox/CheckboxGroup/_docs/CheckboxGroup.mdx +2 -11
  82. package/src/Collapsible/Collapsible/_docs/Collapsible.mdx +2 -6
  83. package/src/Collapsible/CollapsibleGroup/_docs/CollapsibleGroup.mdx +2 -6
  84. package/src/Collapsible/ExpertAdviceCollapsible/_docs/ExpertAdviceCollapsible.mdx +2 -6
  85. package/src/Container/_docs/Container.mdx +2 -6
  86. package/src/Content/_docs/Content.mdx +2 -6
  87. package/src/DatePicker/_docs/DatePicker.mdx +2 -6
  88. package/src/DateRangePicker/_docs/DateRangePicker.mdx +2 -6
  89. package/src/Divider/_docs/Divider.mdx +2 -6
  90. package/src/EmptyState/_docs/EmptyState.mdx +2 -6
  91. package/src/EmptyState/illustrations/action.png +0 -0
  92. package/src/EmptyState/illustrations/informative.png +0 -0
  93. package/src/EmptyState/illustrations/negative.png +0 -0
  94. package/src/EmptyState/illustrations/neutral.png +0 -0
  95. package/src/EmptyState/illustrations/positive.png +0 -0
  96. package/src/ErrorPage/hooks/useErrorMessages.ts +4 -4
  97. package/src/FieldGroup/_docs/FieldGroup.mdx +2 -8
  98. package/src/FieldMessage/_docs/FieldMessage.mdx +2 -6
  99. package/src/Filter/Filter/_docs/Filter.mdx +2 -6
  100. package/src/Filter/FilterBar/_docs/FilterBar.mdx +2 -6
  101. package/src/Filter/FilterButton/_docs/filter-buttons.mdx +2 -6
  102. package/src/Filter/FilterDatePicker/FilterDatePicker.spec.stories.tsx +1 -2
  103. package/src/Filter/FilterDatePicker/_docs/FilterDatePicker.mdx +2 -6
  104. package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.mdx +2 -6
  105. package/src/Filter/FilterDateRangePicker/_docs/FilterDateRangePicker.stickersheet.stories.tsx +1 -1
  106. package/src/Filter/FilterSelect/_docs/FilterSelect.mdx +2 -6
  107. package/src/GuidanceBlock/_docs/GuidanceBlock.mdx +2 -6
  108. package/src/Heading/_docs/Heading.mdx +2 -7
  109. package/src/Icon/bin/update-icons.sh +2 -2
  110. package/src/Icon/bin/wrapSVGs.ts +0 -0
  111. package/src/Illustration/Scene/BrandMomentCaptureIntro/_docs/BrandMomentCaptureIntro.mdx +2 -6
  112. package/src/Illustration/Scene/_docs/Scene.mdx +2 -3
  113. package/src/Illustration/Spot/_docs/Spot.mdx +2 -6
  114. package/src/Input/Input/_docs/Input.mdx +2 -6
  115. package/src/Input/InputRange/_docs/InputRange.mdx +2 -6
  116. package/src/Input/InputSearch/_docs/InputSearch.mdx +2 -7
  117. package/src/Label/_docs/Label.mdx +2 -6
  118. package/src/LikertScaleLegacy/_docs/LikertScaleLegacy.mdx +2 -6
  119. package/src/Loading/LoadingGraphic/_docs/LoadingGraphic.mdx +2 -6
  120. package/src/Loading/LoadingHeading/_docs/LoadingHeading.mdx +2 -6
  121. package/src/Loading/LoadingInput/_docs/LoadingInput.mdx +2 -6
  122. package/src/Loading/LoadingParagraph/_docs/LoadingParagraph.mdx +2 -6
  123. package/src/Loading/LoadingSpinner/_docs/LoadingSpinner.mdx +2 -11
  124. package/src/Menu/_docs/Menu.mdx +2 -6
  125. package/src/Menu/subcomponents/StatelessMenu/StatelessMenu.module.scss +0 -0
  126. package/src/Modal/ConfirmationModal/_docs/ConfirmationModal.mdx +2 -6
  127. package/src/Modal/ContextModal/_docs/ContextModal.mdx +2 -6
  128. package/src/Modal/GenericModal/_docs/GenericModal.mdx +2 -6
  129. package/src/Modal/InputEditModal/_docs/InputEditModal.mdx +2 -6
  130. package/src/MultiSelect/_docs/MultiSelect.mdx +2 -5
  131. package/src/Notification/GlobalNotification/_docs/GlobalNotification.mdx +2 -6
  132. package/src/Notification/InlineNotification/_docs/InlineNotification.mdx +2 -6
  133. package/src/Notification/ToastNotification/_docs/ToastNotification.mdx +2 -6
  134. package/src/Pagination/_docs/Pagination.mdx +2 -6
  135. package/src/Pagination/subcomponents/DirectionalLink/_docs/DirectionalLink.mdx +2 -6
  136. package/src/Pagination/subcomponents/PaginationLink/_docs/PaginationLink.mdx +2 -7
  137. package/src/Popover/_docs/Popover.mdx +2 -6
  138. package/src/ProgressBar/_docs/ProgressBar.mdx +2 -6
  139. package/src/Radio/Radio/_docs/Radio.mdx +2 -6
  140. package/src/Radio/RadioField/_docs/RadioField.mdx +2 -6
  141. package/src/Radio/RadioGroup/_docs/RadioGroup.mdx +2 -6
  142. package/src/RichTextEditor/EditableRichTextContent/_docs/EditableRichTextContent.mdx +2 -6
  143. package/src/RichTextEditor/RichTextContent/_docs/RichTextContent.mdx +2 -6
  144. package/src/RichTextEditor/RichTextEditor/RichTextEditor.spec.stories.tsx +1 -2
  145. package/src/RichTextEditor/RichTextEditor/_docs/RichTextEditor.mdx +2 -8
  146. package/src/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/_docs/ToggleIconButton.mdx +2 -6
  147. package/src/RichTextEditor/RichTextEditor/subcomponents/Toolbar/_docs/Toolbar.mdx +2 -6
  148. package/src/RichTextEditor/index.ts +0 -0
  149. package/src/SearchField/_docs/SearchField.mdx +2 -6
  150. package/src/Select/_docs/Select.mdx +2 -6
  151. package/src/Skirt/_docs/Skirt.mdx +2 -6
  152. package/src/Slider/_docs/Slider.mdx +2 -6
  153. package/src/SplitButton/_docs/SplitButton.mdx +2 -6
  154. package/src/Table/_docs/Table.mdx +3 -6
  155. package/src/Tabs/_docs/Tabs.mdx +3 -5
  156. package/src/Tag/_docs/Tag.mdx +2 -6
  157. package/src/Text/_docs/Text.mdx +2 -6
  158. package/src/TextArea/_docs/TextArea.mdx +2 -7
  159. package/src/TextAreaField/_docs/TextAreaField.mdx +2 -6
  160. package/src/TextField/_docs/TextField.mdx +2 -6
  161. package/src/Tile/InformationTile/_docs/InformationTile.mdx +2 -6
  162. package/src/Tile/MultiActionTile/_docs/MultiActionTile.mdx +2 -6
  163. package/src/Tile/TileGrid/_docs/TileGrid.mdx +2 -6
  164. package/src/Tile/subcomponents/GenericTile/GenericTile.spec.stories.tsx +1 -3
  165. package/src/TimeField/_docs/TimeField.mdx +2 -6
  166. package/src/TitleBlockZen/_docs/TitleBlockZen.mdx +2 -6
  167. package/src/ToggleSwitch/ToggleSwitch/_docs/ToggleSwitch.mdx +2 -6
  168. package/src/ToggleSwitch/ToggleSwitchField/_docs/ToggleSwitchField.mdx +2 -6
  169. package/src/Tooltip/_docs/Tooltip.mdx +2 -6
  170. package/src/VisuallyHidden/_docs/VisuallyHidden.mdx +2 -6
  171. package/src/Well/_docs/Well.mdx +2 -6
  172. package/src/Workflow/_docs/ProgressStepper.stories.tsx +1 -1
  173. package/src/Workflow/_docs/Workflow.mdx +2 -6
  174. package/src/Workflow/_docs/WorkflowFooter.stories.tsx +1 -1
  175. package/src/Workflow/_docs/WorkflowHeader.stories.tsx +1 -1
  176. package/src/__future__/Select/_docs/Select.mdx +2 -6
  177. package/src/__future__/Tag/RemovableTag/_docs/RemovableTag.mdx +2 -7
  178. package/src/__future__/Tag/Tag/_docs/Tag.mdx +2 -6
  179. package/src/__future__/Workflow/_docs/ProgressStepper.mdx +2 -6
  180. package/src/__future__/Workflow/_docs/Workflow.mdx +2 -5
  181. package/src/__future__/Workflow/_docs/WorkflowFooter.mdx +2 -5
  182. package/src/__future__/Workflow/_docs/WorkflowHeader.mdx +2 -5
package/locales/ar.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/bg.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/cs.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" : "Omlouváme se, ale váš požadavek nebylo možné uskutečnit. Vraťte se a zkuste to znovu, nebo přejděte na domovskou stránku."
30
+ "message" : "Nastal problém s načítáním stránky. Zkuste to znovu nebo se vraťte na domovskou stránku."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Váš požadavek nebyl realizován."
34
+ "message" : "Problém s načítání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" : "Chybějící stránky jsou jednou ze záhad života."
58
+ "message" : "Stránka nebyla nalezena"
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" : "Změna není nikdy snadná."
74
+ "message" : "Změna nemohla být provedena"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/cy.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" : "Mae'n ddrwg gennym ond doedd dimodd i'ch cais gael ei gwblhau. Ewch yn ôl a rhowch gynnig arall arni, neu ewch i Hafan"
30
+ "message" : "Problem wrth lwytho'r dudalen ar hyn o bryd. Ceisiwch eto neu ewch adref."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Mae eich cais wedi llithro i'r gwagle"
34
+ "message" : "Problem wrth lwytho'r dudalen"
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" : "Mae tudalennau coll yn un o ddirgelion bywyd"
58
+ "message" : "Tudalen heb ei chanfod"
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" : "Nid yw newid byth yn dod yn hawdd"
74
+ "message" : "Nid oedd modd gwneud newid"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/da.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" : "Vi beklager, men din anmodning kunne ikke gennemføres. tilbage og prøv igen, eller gå til Startside"
30
+ "message" : "Problemer med at indlæse siden lige nu. Prøv igen, eller gå til startsiden."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Din anmodning er smuttet ud i tomrummet"
34
+ "message" : "Problemer med at indlæse 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 af livets mysterier"
58
+ "message" : "Siden blev ikke fundet"
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" : "Forandring er aldrig nem"
74
+ "message" : "Ændringen kunne ikke foretages"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/de.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" : "Leider konnte Ihre Anfrage nicht abgeschlossen werden. Gehen Sie zurück und versuchen Sie es erneut oder gehen Sie zur Startseite"
30
+ "message" : "Problem beim Laden der Seite. Versuchen Sie es noch einmal oder gehen Sie zur Startseite."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Ihre Anfrage ist in die Leere gegangen"
34
+ "message" : "Problem beim Laden der Seite"
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" : "Fehlende Seiten sind eines der Geheimnisse des Lebens"
58
+ "message" : "Seite nicht gefunden"
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" : "Veränderung ist nie einfach"
74
+ "message" : "Änderung konnte nicht vorgenommen werden"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/el.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" : "Sorry, but your request couldn’t be completed. Go back and try again, or head to Home"
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" : "Your request has slipped into the void"
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" : "Missing pages are one of life's mysteries"
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" : "Change never comes easy"
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/en.json CHANGED
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "kzErrorPage.400.message": {
30
30
  "description": "Call to action instructions for the user",
31
- "message": "Sorry but your request couldn’t be completed. Go back and try again, or head to Home"
31
+ "message": "Problem loading page right now. Try again or head home."
32
32
  },
33
33
  "kzErrorPage.400.title": {
34
34
  "description": "Heading for page",
35
- "message": "Your request has slipped into the void"
35
+ "message": "Problem loading page"
36
36
  },
37
37
  "kzErrorPage.401.message": {
38
38
  "description": "Call to action instructions for the user",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "kzErrorPage.404.title": {
58
58
  "description": "Main title of page",
59
- "message": "Missing pages are one of life's mysteries"
59
+ "message": "Page not found"
60
60
  },
61
61
  "kzErrorPage.413": {
62
62
  "description": "Call to action instructions for the user",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "kzErrorPage.422.title": {
74
74
  "description": "Main title of page",
75
- "message": "Change never comes easy"
75
+ "message": "Change couldn't be made"
76
76
  },
77
77
  "kzErrorPage.500": {
78
78
  "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" : "Lo siento, pero no pudo completarse su solicitud. Regrese y vuelva a intentarlo o vaya a Inicio"
30
+ "message" : "Problema al cargar la página en este momento. Vuelva a intentarlo o vaya al inicio."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Su solicitud cayó en el vacío"
34
+ "message" : "Problema al cargar la 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" : "Las páginas que faltan son uno de los misterios de la vida."
58
+ "message" : "Página no 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" : "El cambio nunca es fácil"
74
+ "message" : "No se pudo hacer el cambio"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/es.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" : "Lo sentimos, pero su solicitud no ha podido completarse.Vuelva a intentarlo o diríjase a Inicio"
30
+ "message" : "Hay un problema al cargar la página en estos momentos. Vuelva a intentarlo o vaya al inicio."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Su solicitud ha caído en el vacío"
34
+ "message" : "Problema al cargar la 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" : "Las páginas que faltan son uno de los misterios de la vida."
58
+ "message" : "Página no 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" : "El cambio nunca es fácil"
74
+ "message" : "No se ha podido llevar a cabo el cambio"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/et.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" : "Kahjuks ei saanud me teie päringut täita. Minge tagasi ja proovige uuesti või siirduge avalehele"
30
+ "message" : "Lehe laadimisega on praegu probleem. Proovige uuesti või minge avalehele."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Teie taotlus on kaotsi läinud"
34
+ "message" : "Probleem lehe laadimisega"
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" : "Puuduvad lehed on üks elu mõistatustest"
58
+ "message" : "Lehte ei leitud"
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" : "Muutused ei tule kunagi kergelt"
74
+ "message" : "Muudatuse tegemine nurjus"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/fi.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" : "Valitettavasti pyyntöäsi ei voitu suorittaa loppuun. Palaa takaisin ja yritä uudelleen tai siirry Etusivulle"
30
+ "message" : "Ongelma ladattaessa sivua juuri nyt. Yritä uudelleen tai suuntaa kotiin."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Pyyntösi on lipunut tyhjyyteen"
34
+ "message" : "Ongelma sivun lataamisessa"
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" : "Puuttuvat sivut ovat yksi elämän mysteereistä"
58
+ "message" : "Sivua ei löydy"
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" : "Muutos ei ole koskaan helppoa"
74
+ "message" : "Muutosta ei voitu tehdä"
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" : "Désolé, nous ne pouvons pas traiter votre demande. Revenez en arrière et essayez à nouveau, ou retournez à la page d'accueil."
30
+ "message" : "Problème de chargement de la page. Réessayez ou retournez à l'accueil."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Votre demande s'est perdue."
34
+ "message" : "Problème de chargement de la 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" : "Les pages manquantes, ce sont des choses qui arrivent."
58
+ "message" : "Page non trouvée"
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" : "Le changement n'est jamais une chose facile."
74
+ "message" : "Aucune modification n'a pu être apportée"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/fr.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" : "Désolé, nous ne pouvons pas traiter votre demande. Revenez en arrière et essayez à nouveau, ou retournez à la page d'accueil."
30
+ "message" : "Problème de chargement de la page. Réessayez ou retournez à l'accueil."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Votre demande s'est perdue."
34
+ "message" : "Problème de chargement de la 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" : "Les pages manquantes, ce sont des choses qui arrivent."
58
+ "message" : "Page non trouvée"
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" : "Le changement n'est jamais une chose facile."
74
+ "message" : "Aucune modification n'a pu être apportée"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/he.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/hi.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/ht.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" : "Nou regrèt, nou pa rive konplete demann ou an. Tounen epi eseye ankò, oswa ale nan paj akèy la"
30
+ "message" : "Gen pwoblèm pou telechaje paj la kounye a. Eseye ankò oswa ale nan paj akèy la ."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "Demann ou an pa rive fèt"
34
+ "message" : "Gen pwoblèm pou paj la telechaje"
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" : "Paj ki manke yo se youn nan mistè lavi a"
58
+ "message" : "Yo pa jwenn paj la"
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" : " chanjman pa janm fasil"
74
+ "message" : "Yo pa t kapab fè chanjman"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",
package/locales/hu.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" : "Sajnáljuk, de a kérését nem sikerült teljesíteni. Menjen vissza, és próbálja újra, vagy irány a Kezdőlap"
30
+ "message" : "Jelenleg problémás az oldal betöltése. Próbálja újra, vagy lépjen a kezdőlapra."
31
31
  },
32
32
  "kzErrorPage.400.title" : {
33
33
  "description" : "Heading for page",
34
- "message" : "A kérése a semmibe csúszott"
34
+ "message" : "Probléma lépett fel az oldal betöltésekor"
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" : "A hiányzó oldalak az élet egyik rejtélye"
58
+ "message" : "Az oldal nem található"
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" : "A változás soha nem könnyű"
74
+ "message" : "Nem sikerült a módosítás"
75
75
  },
76
76
  "kzErrorPage.500" : {
77
77
  "description" : "Call to action instructions for the user",