@kaizen/components 1.31.0 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs +13 -1
- package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs.map +1 -1
- package/dist/cjs/dts/ErrorPage/hooks/useErrorMessages.d.ts +1 -1
- package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs +13 -1
- package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs.map +1 -1
- package/dist/esm/dts/ErrorPage/hooks/useErrorMessages.d.ts +1 -1
- package/dist/esm/index.css +3 -3
- package/dist/index.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/locales/en.json +13 -5
- package/locales/mi.json +1 -1
- package/locales/si-LK.json +0 -4
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
],
|
|
11
11
|
"variants_enabled": true
|
|
12
12
|
},
|
|
13
|
+
"dateInputDescription.inputFormat": {
|
|
14
|
+
"description": "Label for the 'Input format' field",
|
|
15
|
+
"message": "Input format"
|
|
16
|
+
},
|
|
13
17
|
"filterDateRangePicker.dateFrom": {
|
|
14
18
|
"description": "Label for the 'Date from' field",
|
|
15
19
|
"message": "Date from"
|
|
@@ -18,10 +22,6 @@
|
|
|
18
22
|
"description": "Label for the 'date to' field",
|
|
19
23
|
"message": "Date to"
|
|
20
24
|
},
|
|
21
|
-
"dateInputDescription.inputFormat": {
|
|
22
|
-
"description": "Label for the 'Input format' field",
|
|
23
|
-
"message": "Input format"
|
|
24
|
-
},
|
|
25
25
|
"kzErrorPage": {
|
|
26
26
|
"description": "Label for contact button",
|
|
27
27
|
"message": "Contact support"
|
|
@@ -52,12 +52,20 @@
|
|
|
52
52
|
},
|
|
53
53
|
"kzErrorPage.404.message": {
|
|
54
54
|
"description": "Call to action instructions for the user",
|
|
55
|
-
"message": "Sorry but we can't
|
|
55
|
+
"message": "Sorry but we can't find the page you're looking for. Go back and try again, or head to Home"
|
|
56
56
|
},
|
|
57
57
|
"kzErrorPage.404.title": {
|
|
58
58
|
"description": "Main title of page",
|
|
59
59
|
"message": "Missing pages are one of life's mysteries"
|
|
60
60
|
},
|
|
61
|
+
"kzErrorPage.413": {
|
|
62
|
+
"description": "Call to action instructions for the user",
|
|
63
|
+
"message": "Sorry there's an issue with our system and this page can't be displayed. Go back and try again, or head to Home"
|
|
64
|
+
},
|
|
65
|
+
"kzErrorPage.413.title": {
|
|
66
|
+
"description": "Main title of page",
|
|
67
|
+
"message": "Something's gone wrong on our side"
|
|
68
|
+
},
|
|
61
69
|
"kzErrorPage.422.message": {
|
|
62
70
|
"description": "Call to action instructions for the user",
|
|
63
71
|
"message": "Sorry but your change couldn't be made. Go back and try again, or head to Home"
|
package/locales/mi.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"kzErrorPage.404.message" : {
|
|
53
53
|
"description" : "Call to action instructions for the user",
|
|
54
|
-
"message" : "Sorry but we can't
|
|
54
|
+
"message" : "Sorry but we can't find the page you're looking for. Go back and try again, or head to Home"
|
|
55
55
|
},
|
|
56
56
|
"kzErrorPage.404.title" : {
|
|
57
57
|
"description" : "Main title of page",
|
package/locales/si-LK.json
CHANGED
|
@@ -49,10 +49,6 @@
|
|
|
49
49
|
"description" : "Main title for page",
|
|
50
50
|
"message" : "ඔබට මෙම පිටුව නැරඹිය නොහැකිය"
|
|
51
51
|
},
|
|
52
|
-
"kzErrorPage.404.message" : {
|
|
53
|
-
"description" : "Call to action instructions for the user",
|
|
54
|
-
"message" : "කණගාටුයි, නමුත් අපි ඔබ සොයන පිටුව fing නොහැක. ආපසු ගොස් නැවත උත්සාහ කරන්න, නැතහොත් නිවසට යන්න"
|
|
55
|
-
},
|
|
56
52
|
"kzErrorPage.404.title" : {
|
|
57
53
|
"description" : "Main title of page",
|
|
58
54
|
"message" : "නැතිවූ පිටු ජීවිතයේ අභිරහස් වලින් එකකි"
|