@kaizen/components 1.19.2 → 1.20.1
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/{SuccessIcon-502d508a.js → SuccessIcon-5acec84f.js} +1 -1
- package/dist/cjs/{SuccessIcon-502d508a.js.map → SuccessIcon-5acec84f.js.map} +1 -1
- package/dist/cjs/dts/BrandMoment/BrandMoment.d.ts +22 -0
- package/dist/cjs/dts/BrandMoment/index.d.ts +1 -0
- package/dist/cjs/dts/ErrorPage/ErrorPage.d.ts +16 -0
- package/dist/cjs/dts/ErrorPage/hooks/index.d.ts +1 -0
- package/dist/cjs/dts/ErrorPage/hooks/useErrorMessages.d.ts +8 -0
- package/dist/cjs/dts/ErrorPage/index.d.ts +1 -0
- package/dist/cjs/dts/FilterDatePicker/hooks/useDateInputHandlers.d.ts +21 -0
- package/dist/cjs/dts/SVG/icons/ArrowRightIcon.d.ts +6 -0
- package/dist/cjs/dts/SVG/icons/EmailIcon.d.ts +6 -0
- package/dist/cjs/dts/index.d.ts +1 -0
- package/dist/cjs/future.js +1 -1
- package/dist/cjs/index.css +8 -6
- package/dist/cjs/index.js +464 -143
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/{SuccessIcon-44c16cb6.js → SuccessIcon-6a6f04ae.js} +1 -1
- package/dist/esm/{SuccessIcon-44c16cb6.js.map → SuccessIcon-6a6f04ae.js.map} +1 -1
- package/dist/esm/dts/BrandMoment/BrandMoment.d.ts +22 -0
- package/dist/esm/dts/BrandMoment/index.d.ts +1 -0
- package/dist/esm/dts/ErrorPage/ErrorPage.d.ts +16 -0
- package/dist/esm/dts/ErrorPage/hooks/index.d.ts +1 -0
- package/dist/esm/dts/ErrorPage/hooks/useErrorMessages.d.ts +8 -0
- package/dist/esm/dts/ErrorPage/index.d.ts +1 -0
- package/dist/esm/dts/FilterDatePicker/hooks/useDateInputHandlers.d.ts +21 -0
- package/dist/esm/dts/SVG/icons/ArrowRightIcon.d.ts +6 -0
- package/dist/esm/dts/SVG/icons/EmailIcon.d.ts +6 -0
- package/dist/esm/dts/index.d.ts +1 -0
- package/dist/esm/future.js +1 -1
- package/dist/esm/index.css +7 -5
- package/dist/esm/index.js +465 -145
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +18 -1
- package/dist/styles.css +1 -1
- package/locales/ar.json +86 -3
- package/locales/bg.json +86 -3
- package/locales/cs.json +86 -3
- package/locales/cy.json +86 -3
- package/locales/da.json +86 -3
- package/locales/de.json +86 -3
- package/locales/el.json +86 -3
- package/locales/en-GB.json +86 -3
- package/locales/en.json +86 -3
- package/locales/es-419.json +86 -3
- package/locales/es.json +86 -3
- package/locales/et.json +86 -3
- package/locales/fi.json +86 -3
- package/locales/fr-CA.json +86 -3
- package/locales/fr.json +86 -3
- package/locales/he.json +86 -3
- package/locales/hi.json +86 -3
- package/locales/ht.json +86 -3
- package/locales/hu.json +86 -3
- package/locales/id.json +86 -3
- package/locales/it.json +86 -3
- package/locales/ja.json +86 -3
- package/locales/km-KH.json +86 -3
- package/locales/ko.json +86 -3
- package/locales/lt.json +86 -3
- package/locales/lv.json +86 -3
- package/locales/mi.json +86 -3
- package/locales/ms.json +86 -3
- package/locales/nb.json +86 -3
- package/locales/nl.json +86 -3
- package/locales/pl.json +86 -3
- package/locales/pt-BR.json +86 -3
- package/locales/pt.json +86 -3
- package/locales/ro.json +86 -3
- package/locales/ru.json +86 -3
- package/locales/si-LK.json +86 -3
- package/locales/sk.json +86 -3
- package/locales/sr.json +86 -3
- package/locales/sv.json +86 -3
- package/locales/th.json +86 -3
- package/locales/tl.json +86 -3
- package/locales/tr.json +86 -3
- package/locales/uk.json +86 -3
- package/locales/vi.json +86 -3
- package/locales/zh-TW.json +86 -3
- package/locales/zh.json +86 -3
- package/package.json +25 -23
package/locales/en.json
CHANGED
|
@@ -11,15 +11,98 @@
|
|
|
11
11
|
"variants_enabled": true
|
|
12
12
|
},
|
|
13
13
|
"filterDateRangePicker.dateFrom": {
|
|
14
|
-
"description": "Label for the 'Date from'
|
|
14
|
+
"description": "Label for the 'Date from' field",
|
|
15
15
|
"message": "Date from"
|
|
16
16
|
},
|
|
17
17
|
"filterDateRangePicker.dateTo": {
|
|
18
|
-
"description": "Label for the '
|
|
18
|
+
"description": "Label for the 'date to' field",
|
|
19
19
|
"message": "Date to"
|
|
20
20
|
},
|
|
21
21
|
"filterDateRangePicker.inputFormat": {
|
|
22
|
-
"description": "Label for the 'Input format'
|
|
22
|
+
"description": "Label for the 'Input format' field",
|
|
23
23
|
"message": "Input format"
|
|
24
|
+
},
|
|
25
|
+
"kzErrorPage": {
|
|
26
|
+
"description": "Label for contact button",
|
|
27
|
+
"message": "Contact support"
|
|
28
|
+
},
|
|
29
|
+
"kzErrorPage.400.message": {
|
|
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"
|
|
32
|
+
},
|
|
33
|
+
"kzErrorPage.400.title": {
|
|
34
|
+
"description": "Heading for page",
|
|
35
|
+
"message": "Your request has slipped into the void"
|
|
36
|
+
},
|
|
37
|
+
"kzErrorPage.401.message": {
|
|
38
|
+
"description": "Call to action instructions for the user",
|
|
39
|
+
"message": "Sorry but we can't verify if you're able to view this page. Go back and try again, or head to Home"
|
|
40
|
+
},
|
|
41
|
+
"kzErrorPage.401.title": {
|
|
42
|
+
"description": "Main title for page",
|
|
43
|
+
"message": "You can't view this page"
|
|
44
|
+
},
|
|
45
|
+
"kzErrorPage.403.message": {
|
|
46
|
+
"description": "Call to action instructions for the user",
|
|
47
|
+
"message": "Sorry but it looks like you don’t have permission to view this page. Go back and try again, or head to Home"
|
|
48
|
+
},
|
|
49
|
+
"kzErrorPage.403.title": {
|
|
50
|
+
"description": "Main title for page",
|
|
51
|
+
"message": "You can't view this page"
|
|
52
|
+
},
|
|
53
|
+
"kzErrorPage.404.message": {
|
|
54
|
+
"description": "Call to action instructions for the user",
|
|
55
|
+
"message": "Sorry but we can't fing the page you're looking for. Go back and try again, or head to Home"
|
|
56
|
+
},
|
|
57
|
+
"kzErrorPage.404.title": {
|
|
58
|
+
"description": "Main title of page",
|
|
59
|
+
"message": "Missing pages are one of life's mysteries"
|
|
60
|
+
},
|
|
61
|
+
"kzErrorPage.422.message": {
|
|
62
|
+
"description": "Call to action instructions for the user",
|
|
63
|
+
"message": "Sorry but your change couldn't be made. Go back and try again, or head to Home"
|
|
64
|
+
},
|
|
65
|
+
"kzErrorPage.422.title": {
|
|
66
|
+
"description": "Main title of page",
|
|
67
|
+
"message": "Change never comes easy"
|
|
68
|
+
},
|
|
69
|
+
"kzErrorPage.500": {
|
|
70
|
+
"description": "Call to action instructions for the user",
|
|
71
|
+
"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"
|
|
72
|
+
},
|
|
73
|
+
"kzErrorPage.500.title": {
|
|
74
|
+
"description": "Main title of page",
|
|
75
|
+
"message": "Something's gone wrong on our side"
|
|
76
|
+
},
|
|
77
|
+
"kzErrorPage.502.message": {
|
|
78
|
+
"description": "Call to action instructions for the user",
|
|
79
|
+
"message": "Sorry about this. The best thing to do is go back and try again."
|
|
80
|
+
},
|
|
81
|
+
"kzErrorPage.502.title": {
|
|
82
|
+
"description": "Main title of page",
|
|
83
|
+
"message": "You can't view this page"
|
|
84
|
+
},
|
|
85
|
+
"kzErrorPage.503.message": {
|
|
86
|
+
"description": "Call to action instructions for the user",
|
|
87
|
+
"message": "Sorry about this. The best thing to do is go back and try again."
|
|
88
|
+
},
|
|
89
|
+
"kzErrorPage.503.title": {
|
|
90
|
+
"description": "Main title of page",
|
|
91
|
+
"message": "You can't view this page"
|
|
92
|
+
},
|
|
93
|
+
"kzErrorPage.504.message": {
|
|
94
|
+
"description": "Call to action instructions for the user",
|
|
95
|
+
"message": "Sorry about this. The best thing to do is go back and try again."
|
|
96
|
+
},
|
|
97
|
+
"kzErrorPage.504.title": {
|
|
98
|
+
"description": "Main title of page",
|
|
99
|
+
"message": "You can't view this page"
|
|
100
|
+
},
|
|
101
|
+
"kzErrorPage.errorCode": {
|
|
102
|
+
"message": "Error code {code}"
|
|
103
|
+
},
|
|
104
|
+
"kzErrorPage.goToHome": {
|
|
105
|
+
"description": "Home button label",
|
|
106
|
+
"message": "Go to Home"
|
|
24
107
|
}
|
|
25
108
|
}
|
package/locales/es-419.json
CHANGED
|
@@ -10,15 +10,98 @@
|
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
12
|
"filterDateRangePicker.dateFrom" : {
|
|
13
|
-
"description" : "Label for the 'Date from'
|
|
13
|
+
"description" : "Label for the 'Date from' field",
|
|
14
14
|
"message" : "Fecha desde"
|
|
15
15
|
},
|
|
16
16
|
"filterDateRangePicker.dateTo" : {
|
|
17
|
-
"description" : "Label for the '
|
|
17
|
+
"description" : "Label for the 'date to' field",
|
|
18
18
|
"message" : "Fecha hasta"
|
|
19
19
|
},
|
|
20
20
|
"filterDateRangePicker.inputFormat" : {
|
|
21
|
-
"description" : "Label for the 'Input format'
|
|
21
|
+
"description" : "Label for the 'Input format' field",
|
|
22
22
|
"message" : "Formato de entrada"
|
|
23
|
+
},
|
|
24
|
+
"kzErrorPage" : {
|
|
25
|
+
"description" : "Label for contact button",
|
|
26
|
+
"message" : "contacte al servicio de asistencia"
|
|
27
|
+
},
|
|
28
|
+
"kzErrorPage.400.message" : {
|
|
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"
|
|
31
|
+
},
|
|
32
|
+
"kzErrorPage.400.title" : {
|
|
33
|
+
"description" : "Heading for page",
|
|
34
|
+
"message" : "Su solicitud cayó en el vacío"
|
|
35
|
+
},
|
|
36
|
+
"kzErrorPage.401.message" : {
|
|
37
|
+
"description" : "Call to action instructions for the user",
|
|
38
|
+
"message" : "Lo sentimos, pero no podemos verificar si puede ver esta página. Regrese y vuelva a intentarlo o vaya a Inicio"
|
|
39
|
+
},
|
|
40
|
+
"kzErrorPage.401.title" : {
|
|
41
|
+
"description" : "Main title for page",
|
|
42
|
+
"message" : "No puede ver esta página"
|
|
43
|
+
},
|
|
44
|
+
"kzErrorPage.403.message" : {
|
|
45
|
+
"description" : "Call to action instructions for the user",
|
|
46
|
+
"message" : "Lo sentimos, pero parece que no tiene permiso para ver esta página. Regrese y vuelva a intentarlo o vaya a Inicio"
|
|
47
|
+
},
|
|
48
|
+
"kzErrorPage.403.title" : {
|
|
49
|
+
"description" : "Main title for page",
|
|
50
|
+
"message" : "No puede ver esta página"
|
|
51
|
+
},
|
|
52
|
+
"kzErrorPage.404.message" : {
|
|
53
|
+
"description" : "Call to action instructions for the user",
|
|
54
|
+
"message" : "Lo sentimos, pero no podemos encontrar la página que busca. Regrese y vuelva a intentarlo o vaya a Inicio"
|
|
55
|
+
},
|
|
56
|
+
"kzErrorPage.404.title" : {
|
|
57
|
+
"description" : "Main title of page",
|
|
58
|
+
"message" : "Las páginas que faltan son uno de los misterios de la vida."
|
|
59
|
+
},
|
|
60
|
+
"kzErrorPage.422.message" : {
|
|
61
|
+
"description" : "Call to action instructions for the user",
|
|
62
|
+
"message" : "Lo sentimos, pero no se pudo hacer el cambio. Regrese y vuelva a intentarlo o vaya a Inicio"
|
|
63
|
+
},
|
|
64
|
+
"kzErrorPage.422.title" : {
|
|
65
|
+
"description" : "Main title of page",
|
|
66
|
+
"message" : "El cambio nunca es fácil"
|
|
67
|
+
},
|
|
68
|
+
"kzErrorPage.500" : {
|
|
69
|
+
"description" : "Call to action instructions for the user",
|
|
70
|
+
"message" : "Lo sentimos, hay un problema con nuestro sistema y esta página no se puede mostrar. Regrese y vuelva a intentarlo o vaya a Inicio"
|
|
71
|
+
},
|
|
72
|
+
"kzErrorPage.500.title" : {
|
|
73
|
+
"description" : "Main title of page",
|
|
74
|
+
"message" : "Algo salió mal de nuestra parte"
|
|
75
|
+
},
|
|
76
|
+
"kzErrorPage.502.message" : {
|
|
77
|
+
"description" : "Call to action instructions for the user",
|
|
78
|
+
"message" : "Lo sentimos. Lo mejor es volver e intentarlo otra vez."
|
|
79
|
+
},
|
|
80
|
+
"kzErrorPage.502.title" : {
|
|
81
|
+
"description" : "Main title of page",
|
|
82
|
+
"message" : "No puede ver esta página"
|
|
83
|
+
},
|
|
84
|
+
"kzErrorPage.503.message" : {
|
|
85
|
+
"description" : "Call to action instructions for the user",
|
|
86
|
+
"message" : "Lo sentimos. Lo mejor es volver e intentarlo otra vez."
|
|
87
|
+
},
|
|
88
|
+
"kzErrorPage.503.title" : {
|
|
89
|
+
"description" : "Main title of page",
|
|
90
|
+
"message" : "No puede ver esta página"
|
|
91
|
+
},
|
|
92
|
+
"kzErrorPage.504.message" : {
|
|
93
|
+
"description" : "Call to action instructions for the user",
|
|
94
|
+
"message" : "Lo sentimos. Lo mejor es volver e intentarlo otra vez."
|
|
95
|
+
},
|
|
96
|
+
"kzErrorPage.504.title" : {
|
|
97
|
+
"description" : "Main title of page",
|
|
98
|
+
"message" : "No puede ver esta página"
|
|
99
|
+
},
|
|
100
|
+
"kzErrorPage.errorCode" : {
|
|
101
|
+
"message" : "Código de error {code}"
|
|
102
|
+
},
|
|
103
|
+
"kzErrorPage.goToHome" : {
|
|
104
|
+
"description" : "Home button label",
|
|
105
|
+
"message" : "Ir a Inicio"
|
|
23
106
|
}
|
|
24
107
|
}
|
package/locales/es.json
CHANGED
|
@@ -10,15 +10,98 @@
|
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
12
|
"filterDateRangePicker.dateFrom" : {
|
|
13
|
-
"description" : "Label for the 'Date from'
|
|
13
|
+
"description" : "Label for the 'Date from' field",
|
|
14
14
|
"message" : "Fecha inicial"
|
|
15
15
|
},
|
|
16
16
|
"filterDateRangePicker.dateTo" : {
|
|
17
|
-
"description" : "Label for the '
|
|
17
|
+
"description" : "Label for the 'date to' field",
|
|
18
18
|
"message" : "Fecha final"
|
|
19
19
|
},
|
|
20
20
|
"filterDateRangePicker.inputFormat" : {
|
|
21
|
-
"description" : "Label for the 'Input format'
|
|
21
|
+
"description" : "Label for the 'Input format' field",
|
|
22
22
|
"message" : "Formato de entrada"
|
|
23
|
+
},
|
|
24
|
+
"kzErrorPage" : {
|
|
25
|
+
"description" : "Label for contact button",
|
|
26
|
+
"message" : "Póngase en contacto con el servicio de asistencia"
|
|
27
|
+
},
|
|
28
|
+
"kzErrorPage.400.message" : {
|
|
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"
|
|
31
|
+
},
|
|
32
|
+
"kzErrorPage.400.title" : {
|
|
33
|
+
"description" : "Heading for page",
|
|
34
|
+
"message" : "Su solicitud ha caído en el vacío"
|
|
35
|
+
},
|
|
36
|
+
"kzErrorPage.401.message" : {
|
|
37
|
+
"description" : "Call to action instructions for the user",
|
|
38
|
+
"message" : "Lo sentimos, pero no hemos podido verificar si puede ver esta página. Vuelva a intentarlo o diríjase a Inicio"
|
|
39
|
+
},
|
|
40
|
+
"kzErrorPage.401.title" : {
|
|
41
|
+
"description" : "Main title for page",
|
|
42
|
+
"message" : "No puede ver esta página"
|
|
43
|
+
},
|
|
44
|
+
"kzErrorPage.403.message" : {
|
|
45
|
+
"description" : "Call to action instructions for the user",
|
|
46
|
+
"message" : "Lo sentimos, pero parece que no tiene permiso para ver esta página. Vuelva a intentarlo o diríjase a Inicio"
|
|
47
|
+
},
|
|
48
|
+
"kzErrorPage.403.title" : {
|
|
49
|
+
"description" : "Main title for page",
|
|
50
|
+
"message" : "No puede ver esta página"
|
|
51
|
+
},
|
|
52
|
+
"kzErrorPage.404.message" : {
|
|
53
|
+
"description" : "Call to action instructions for the user",
|
|
54
|
+
"message" : "Lo sentimos, pero no hemos podido encontrar la página que busca. Vuelva a intentarlo o diríjase a Inicio"
|
|
55
|
+
},
|
|
56
|
+
"kzErrorPage.404.title" : {
|
|
57
|
+
"description" : "Main title of page",
|
|
58
|
+
"message" : "Las páginas que faltan son uno de los misterios de la vida."
|
|
59
|
+
},
|
|
60
|
+
"kzErrorPage.422.message" : {
|
|
61
|
+
"description" : "Call to action instructions for the user",
|
|
62
|
+
"message" : "Lo sentimos, pero no se ha podido llevar a cabo el cambio. Vuelva a intentarlo o diríjase a Inicio"
|
|
63
|
+
},
|
|
64
|
+
"kzErrorPage.422.title" : {
|
|
65
|
+
"description" : "Main title of page",
|
|
66
|
+
"message" : "El cambio nunca es fácil"
|
|
67
|
+
},
|
|
68
|
+
"kzErrorPage.500" : {
|
|
69
|
+
"description" : "Call to action instructions for the user",
|
|
70
|
+
"message" : "Lo sentimos, hay un problema con nuestro sistema y esta página no se puede mostrar. Vuelva a intentarlo o diríjase a Inicio"
|
|
71
|
+
},
|
|
72
|
+
"kzErrorPage.500.title" : {
|
|
73
|
+
"description" : "Main title of page",
|
|
74
|
+
"message" : "Algo ha salido mal por nuestra parte"
|
|
75
|
+
},
|
|
76
|
+
"kzErrorPage.502.message" : {
|
|
77
|
+
"description" : "Call to action instructions for the user",
|
|
78
|
+
"message" : "Lo sentimos. Lo mejor que puede hacer es volver e intentarlo otra vez."
|
|
79
|
+
},
|
|
80
|
+
"kzErrorPage.502.title" : {
|
|
81
|
+
"description" : "Main title of page",
|
|
82
|
+
"message" : "No puede ver esta página"
|
|
83
|
+
},
|
|
84
|
+
"kzErrorPage.503.message" : {
|
|
85
|
+
"description" : "Call to action instructions for the user",
|
|
86
|
+
"message" : "Lo sentimos. Lo mejor que puede hacer es volver e intentarlo otra vez."
|
|
87
|
+
},
|
|
88
|
+
"kzErrorPage.503.title" : {
|
|
89
|
+
"description" : "Main title of page",
|
|
90
|
+
"message" : "No puede ver esta página"
|
|
91
|
+
},
|
|
92
|
+
"kzErrorPage.504.message" : {
|
|
93
|
+
"description" : "Call to action instructions for the user",
|
|
94
|
+
"message" : "Lo sentimos. Lo mejor que puede hacer es volver e intentarlo otra vez."
|
|
95
|
+
},
|
|
96
|
+
"kzErrorPage.504.title" : {
|
|
97
|
+
"description" : "Main title of page",
|
|
98
|
+
"message" : "No puede ver esta página"
|
|
99
|
+
},
|
|
100
|
+
"kzErrorPage.errorCode" : {
|
|
101
|
+
"message" : "Código de error {code}"
|
|
102
|
+
},
|
|
103
|
+
"kzErrorPage.goToHome" : {
|
|
104
|
+
"description" : "Home button label",
|
|
105
|
+
"message" : "Ir a Inicio"
|
|
23
106
|
}
|
|
24
107
|
}
|
package/locales/et.json
CHANGED
|
@@ -10,15 +10,98 @@
|
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
12
|
"filterDateRangePicker.dateFrom" : {
|
|
13
|
-
"description" : "Label for the 'Date from'
|
|
13
|
+
"description" : "Label for the 'Date from' field",
|
|
14
14
|
"message" : "Kuupäev alates"
|
|
15
15
|
},
|
|
16
16
|
"filterDateRangePicker.dateTo" : {
|
|
17
|
-
"description" : "Label for the '
|
|
17
|
+
"description" : "Label for the 'date to' field",
|
|
18
18
|
"message" : "Kuupäev kuni"
|
|
19
19
|
},
|
|
20
20
|
"filterDateRangePicker.inputFormat" : {
|
|
21
|
-
"description" : "Label for the 'Input format'
|
|
21
|
+
"description" : "Label for the 'Input format' field",
|
|
22
22
|
"message" : "Sisendvorming"
|
|
23
|
+
},
|
|
24
|
+
"kzErrorPage" : {
|
|
25
|
+
"description" : "Label for contact button",
|
|
26
|
+
"message" : "võtke ühendust toega"
|
|
27
|
+
},
|
|
28
|
+
"kzErrorPage.400.message" : {
|
|
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"
|
|
31
|
+
},
|
|
32
|
+
"kzErrorPage.400.title" : {
|
|
33
|
+
"description" : "Heading for page",
|
|
34
|
+
"message" : "Teie taotlus on kaotsi läinud"
|
|
35
|
+
},
|
|
36
|
+
"kzErrorPage.401.message" : {
|
|
37
|
+
"description" : "Call to action instructions for the user",
|
|
38
|
+
"message" : "Vabandame, kuid me ei saa kontrollida, kas teil on luba seda lehte vaadata. Minge tagasi ja proovige uuesti või siirduge avalehele"
|
|
39
|
+
},
|
|
40
|
+
"kzErrorPage.401.title" : {
|
|
41
|
+
"description" : "Main title for page",
|
|
42
|
+
"message" : "Te ei saa seda lehte vaadata"
|
|
43
|
+
},
|
|
44
|
+
"kzErrorPage.403.message" : {
|
|
45
|
+
"description" : "Call to action instructions for the user",
|
|
46
|
+
"message" : "Vabandust, kuid paistab, et teil ei ole selle lehe vaatamiseks luba. Minge tagasi ja proovige uuesti või siirduge avalehele"
|
|
47
|
+
},
|
|
48
|
+
"kzErrorPage.403.title" : {
|
|
49
|
+
"description" : "Main title for page",
|
|
50
|
+
"message" : "Te ei saa seda lehte vaadata"
|
|
51
|
+
},
|
|
52
|
+
"kzErrorPage.404.message" : {
|
|
53
|
+
"description" : "Call to action instructions for the user",
|
|
54
|
+
"message" : "Kahjuks ei leidnud me teie otsitavat lehte. Minge tagasi ja proovige uuesti või siirduge avalehele"
|
|
55
|
+
},
|
|
56
|
+
"kzErrorPage.404.title" : {
|
|
57
|
+
"description" : "Main title of page",
|
|
58
|
+
"message" : "Puuduvad lehed on üks elu mõistatustest"
|
|
59
|
+
},
|
|
60
|
+
"kzErrorPage.422.message" : {
|
|
61
|
+
"description" : "Call to action instructions for the user",
|
|
62
|
+
"message" : "Kahjuks ei saanud teie muudatust ellu viia. Minge tagasi ja proovige uuesti või siirduge avalehele"
|
|
63
|
+
},
|
|
64
|
+
"kzErrorPage.422.title" : {
|
|
65
|
+
"description" : "Main title of page",
|
|
66
|
+
"message" : "Muutused ei tule kunagi kergelt"
|
|
67
|
+
},
|
|
68
|
+
"kzErrorPage.500" : {
|
|
69
|
+
"description" : "Call to action instructions for the user",
|
|
70
|
+
"message" : "Kahjuks on meie süsteemis probleem ja seda lehte ei saa kuvada. Minge tagasi ja proovige uuesti või siirduge avalehele"
|
|
71
|
+
},
|
|
72
|
+
"kzErrorPage.500.title" : {
|
|
73
|
+
"description" : "Main title of page",
|
|
74
|
+
"message" : "Meie poolel läks midagi valesti"
|
|
75
|
+
},
|
|
76
|
+
"kzErrorPage.502.message" : {
|
|
77
|
+
"description" : "Call to action instructions for the user",
|
|
78
|
+
"message" : "Meil on kahju. Parim, mida saate teha, on tagasi minna ja uuesti proovida."
|
|
79
|
+
},
|
|
80
|
+
"kzErrorPage.502.title" : {
|
|
81
|
+
"description" : "Main title of page",
|
|
82
|
+
"message" : "Te ei saa seda lehte vaadata"
|
|
83
|
+
},
|
|
84
|
+
"kzErrorPage.503.message" : {
|
|
85
|
+
"description" : "Call to action instructions for the user",
|
|
86
|
+
"message" : "Meil on kahju. Parim, mida saate teha, on tagasi minna ja uuesti proovida."
|
|
87
|
+
},
|
|
88
|
+
"kzErrorPage.503.title" : {
|
|
89
|
+
"description" : "Main title of page",
|
|
90
|
+
"message" : "Te ei saa seda lehte vaadata"
|
|
91
|
+
},
|
|
92
|
+
"kzErrorPage.504.message" : {
|
|
93
|
+
"description" : "Call to action instructions for the user",
|
|
94
|
+
"message" : "Meil on kahju. Parim, mida saate teha, on tagasi minna ja uuesti proovida."
|
|
95
|
+
},
|
|
96
|
+
"kzErrorPage.504.title" : {
|
|
97
|
+
"description" : "Main title of page",
|
|
98
|
+
"message" : "Te ei saa seda lehte vaadata"
|
|
99
|
+
},
|
|
100
|
+
"kzErrorPage.errorCode" : {
|
|
101
|
+
"message" : "Veakood {code}"
|
|
102
|
+
},
|
|
103
|
+
"kzErrorPage.goToHome" : {
|
|
104
|
+
"description" : "Home button label",
|
|
105
|
+
"message" : "Avalehele"
|
|
23
106
|
}
|
|
24
107
|
}
|
package/locales/fi.json
CHANGED
|
@@ -10,15 +10,98 @@
|
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
12
|
"filterDateRangePicker.dateFrom" : {
|
|
13
|
-
"description" : "Label for the 'Date from'
|
|
13
|
+
"description" : "Label for the 'Date from' field",
|
|
14
14
|
"message" : "Alkamispäivä"
|
|
15
15
|
},
|
|
16
16
|
"filterDateRangePicker.dateTo" : {
|
|
17
|
-
"description" : "Label for the '
|
|
17
|
+
"description" : "Label for the 'date to' field",
|
|
18
18
|
"message" : "Päättymispäivä"
|
|
19
19
|
},
|
|
20
20
|
"filterDateRangePicker.inputFormat" : {
|
|
21
|
-
"description" : "Label for the 'Input format'
|
|
21
|
+
"description" : "Label for the 'Input format' field",
|
|
22
22
|
"message" : "Syöttömuoto"
|
|
23
|
+
},
|
|
24
|
+
"kzErrorPage" : {
|
|
25
|
+
"description" : "Label for contact button",
|
|
26
|
+
"message" : "ota yhteyttä tukeen,"
|
|
27
|
+
},
|
|
28
|
+
"kzErrorPage.400.message" : {
|
|
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"
|
|
31
|
+
},
|
|
32
|
+
"kzErrorPage.400.title" : {
|
|
33
|
+
"description" : "Heading for page",
|
|
34
|
+
"message" : "Pyyntösi on lipunut tyhjyyteen"
|
|
35
|
+
},
|
|
36
|
+
"kzErrorPage.401.message" : {
|
|
37
|
+
"description" : "Call to action instructions for the user",
|
|
38
|
+
"message" : "Valitettavasti emme voi vahvistaa, pystytkö tarkastelemaan tätä sivua. Palaa takaisin ja yritä uudelleen tai siirry Etusivulle"
|
|
39
|
+
},
|
|
40
|
+
"kzErrorPage.401.title" : {
|
|
41
|
+
"description" : "Main title for page",
|
|
42
|
+
"message" : "Et voi tarkastella tätä sivua"
|
|
43
|
+
},
|
|
44
|
+
"kzErrorPage.403.message" : {
|
|
45
|
+
"description" : "Call to action instructions for the user",
|
|
46
|
+
"message" : "Valitettavasti näyttää siltä, että sinulla ei ole lupaa tarkastella tätä sivua. Palaa takaisin ja yritä uudelleen tai siirry Etusivulle"
|
|
47
|
+
},
|
|
48
|
+
"kzErrorPage.403.title" : {
|
|
49
|
+
"description" : "Main title for page",
|
|
50
|
+
"message" : "Et voi tarkastella tätä sivua"
|
|
51
|
+
},
|
|
52
|
+
"kzErrorPage.404.message" : {
|
|
53
|
+
"description" : "Call to action instructions for the user",
|
|
54
|
+
"message" : "Emme valitettavasti löydä etsimääsi sivua. Palaa takaisin ja yritä uudelleen tai siirry Etusivulle"
|
|
55
|
+
},
|
|
56
|
+
"kzErrorPage.404.title" : {
|
|
57
|
+
"description" : "Main title of page",
|
|
58
|
+
"message" : "Puuttuvat sivut ovat yksi elämän mysteereistä"
|
|
59
|
+
},
|
|
60
|
+
"kzErrorPage.422.message" : {
|
|
61
|
+
"description" : "Call to action instructions for the user",
|
|
62
|
+
"message" : "Valitettavasti haluamaasi muutosta ei voitu tehdä. Palaa takaisin ja yritä uudelleen tai siirry Etusivulle"
|
|
63
|
+
},
|
|
64
|
+
"kzErrorPage.422.title" : {
|
|
65
|
+
"description" : "Main title of page",
|
|
66
|
+
"message" : "Muutos ei ole koskaan helppoa"
|
|
67
|
+
},
|
|
68
|
+
"kzErrorPage.500" : {
|
|
69
|
+
"description" : "Call to action instructions for the user",
|
|
70
|
+
"message" : "Valitettavasti järjestelmässämme on ongelma, eikä tätä sivua voida näyttää. Palaa takaisin ja yritä uudelleen tai siirry Etusivulle"
|
|
71
|
+
},
|
|
72
|
+
"kzErrorPage.500.title" : {
|
|
73
|
+
"description" : "Main title of page",
|
|
74
|
+
"message" : "Jotain on mennyt pieleen meidän puolellamme"
|
|
75
|
+
},
|
|
76
|
+
"kzErrorPage.502.message" : {
|
|
77
|
+
"description" : "Call to action instructions for the user",
|
|
78
|
+
"message" : "Olemme pahoillamme tästä. Paras toimintatapa on palata takaisin ja yrittää uudelleen."
|
|
79
|
+
},
|
|
80
|
+
"kzErrorPage.502.title" : {
|
|
81
|
+
"description" : "Main title of page",
|
|
82
|
+
"message" : "Et voi tarkastella tätä sivua"
|
|
83
|
+
},
|
|
84
|
+
"kzErrorPage.503.message" : {
|
|
85
|
+
"description" : "Call to action instructions for the user",
|
|
86
|
+
"message" : "Olemme pahoillamme tästä. Paras toimintatapa on palata takaisin ja yrittää uudelleen."
|
|
87
|
+
},
|
|
88
|
+
"kzErrorPage.503.title" : {
|
|
89
|
+
"description" : "Main title of page",
|
|
90
|
+
"message" : "Et voi tarkastella tätä sivua"
|
|
91
|
+
},
|
|
92
|
+
"kzErrorPage.504.message" : {
|
|
93
|
+
"description" : "Call to action instructions for the user",
|
|
94
|
+
"message" : "Olemme pahoillamme tästä. Paras toimintatapa on palata takaisin ja yrittää uudelleen."
|
|
95
|
+
},
|
|
96
|
+
"kzErrorPage.504.title" : {
|
|
97
|
+
"description" : "Main title of page",
|
|
98
|
+
"message" : "Et voi tarkastella tätä sivua"
|
|
99
|
+
},
|
|
100
|
+
"kzErrorPage.errorCode" : {
|
|
101
|
+
"message" : "Virhekoodi {code}"
|
|
102
|
+
},
|
|
103
|
+
"kzErrorPage.goToHome" : {
|
|
104
|
+
"description" : "Home button label",
|
|
105
|
+
"message" : "Siirry Etusivulle"
|
|
23
106
|
}
|
|
24
107
|
}
|
package/locales/fr-CA.json
CHANGED
|
@@ -10,15 +10,98 @@
|
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
12
|
"filterDateRangePicker.dateFrom" : {
|
|
13
|
-
"description" : "Label for the 'Date from'
|
|
13
|
+
"description" : "Label for the 'Date from' field",
|
|
14
14
|
"message" : "Date de début"
|
|
15
15
|
},
|
|
16
16
|
"filterDateRangePicker.dateTo" : {
|
|
17
|
-
"description" : "Label for the '
|
|
17
|
+
"description" : "Label for the 'date to' field",
|
|
18
18
|
"message" : "Date de fin"
|
|
19
19
|
},
|
|
20
20
|
"filterDateRangePicker.inputFormat" : {
|
|
21
|
-
"description" : "Label for the 'Input format'
|
|
21
|
+
"description" : "Label for the 'Input format' field",
|
|
22
22
|
"message" : "Format de saisie"
|
|
23
|
+
},
|
|
24
|
+
"kzErrorPage" : {
|
|
25
|
+
"description" : "Label for contact button",
|
|
26
|
+
"message" : "contactez l'assistance"
|
|
27
|
+
},
|
|
28
|
+
"kzErrorPage.400.message" : {
|
|
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."
|
|
31
|
+
},
|
|
32
|
+
"kzErrorPage.400.title" : {
|
|
33
|
+
"description" : "Heading for page",
|
|
34
|
+
"message" : "Votre demande s'est perdue."
|
|
35
|
+
},
|
|
36
|
+
"kzErrorPage.401.message" : {
|
|
37
|
+
"description" : "Call to action instructions for the user",
|
|
38
|
+
"message" : "Désolé, nous ne pouvons pas vérifier si vous avez l'autorisation d'afficher cette page. Revenez en arrière et essayez à nouveau, ou retournez à la page d'accueil."
|
|
39
|
+
},
|
|
40
|
+
"kzErrorPage.401.title" : {
|
|
41
|
+
"description" : "Main title for page",
|
|
42
|
+
"message" : "Vous ne pouvez pas afficher cette page."
|
|
43
|
+
},
|
|
44
|
+
"kzErrorPage.403.message" : {
|
|
45
|
+
"description" : "Call to action instructions for the user",
|
|
46
|
+
"message" : "Désolé, il semble que vous n'ayez pas l'autorisation d'afficher cette page. Revenez en arrière et essayez à nouveau, ou retournez à la page d'accueil."
|
|
47
|
+
},
|
|
48
|
+
"kzErrorPage.403.title" : {
|
|
49
|
+
"description" : "Main title for page",
|
|
50
|
+
"message" : "Vous ne pouvez pas afficher cette page."
|
|
51
|
+
},
|
|
52
|
+
"kzErrorPage.404.message" : {
|
|
53
|
+
"description" : "Call to action instructions for the user",
|
|
54
|
+
"message" : "Désolé, nous ne trouvons pas la page que vous recherchez. Revenez en arrière et essayez à nouveau, ou retournez à la page d'accueil."
|
|
55
|
+
},
|
|
56
|
+
"kzErrorPage.404.title" : {
|
|
57
|
+
"description" : "Main title of page",
|
|
58
|
+
"message" : "Les pages manquantes, ce sont des choses qui arrivent."
|
|
59
|
+
},
|
|
60
|
+
"kzErrorPage.422.message" : {
|
|
61
|
+
"description" : "Call to action instructions for the user",
|
|
62
|
+
"message" : "Désolé, nous n'avons pas pu effectuer votre modification. Revenez en arrière et essayez à nouveau, ou retournez à la page d'accueil."
|
|
63
|
+
},
|
|
64
|
+
"kzErrorPage.422.title" : {
|
|
65
|
+
"description" : "Main title of page",
|
|
66
|
+
"message" : "Le changement n'est jamais une chose facile."
|
|
67
|
+
},
|
|
68
|
+
"kzErrorPage.500" : {
|
|
69
|
+
"description" : "Call to action instructions for the user",
|
|
70
|
+
"message" : "Désolé, il y a un problème avec notre système et cette page ne peut pas être affichée. Revenez en arrière et essayez à nouveau, ou retournez à la page d'accueil."
|
|
71
|
+
},
|
|
72
|
+
"kzErrorPage.500.title" : {
|
|
73
|
+
"description" : "Main title of page",
|
|
74
|
+
"message" : "Un problème est survenu de notre côté."
|
|
75
|
+
},
|
|
76
|
+
"kzErrorPage.502.message" : {
|
|
77
|
+
"description" : "Call to action instructions for the user",
|
|
78
|
+
"message" : "Nous en sommes désolés. La meilleure chose à faire est de revenir en arrière et de réessayer."
|
|
79
|
+
},
|
|
80
|
+
"kzErrorPage.502.title" : {
|
|
81
|
+
"description" : "Main title of page",
|
|
82
|
+
"message" : "Vous ne pouvez pas afficher cette page."
|
|
83
|
+
},
|
|
84
|
+
"kzErrorPage.503.message" : {
|
|
85
|
+
"description" : "Call to action instructions for the user",
|
|
86
|
+
"message" : "Nous en sommes désolés. La meilleure chose à faire est de revenir en arrière et de réessayer."
|
|
87
|
+
},
|
|
88
|
+
"kzErrorPage.503.title" : {
|
|
89
|
+
"description" : "Main title of page",
|
|
90
|
+
"message" : "Vous ne pouvez pas afficher cette page."
|
|
91
|
+
},
|
|
92
|
+
"kzErrorPage.504.message" : {
|
|
93
|
+
"description" : "Call to action instructions for the user",
|
|
94
|
+
"message" : "Nous en sommes désolés. La meilleure chose à faire est de revenir en arrière et de réessayer."
|
|
95
|
+
},
|
|
96
|
+
"kzErrorPage.504.title" : {
|
|
97
|
+
"description" : "Main title of page",
|
|
98
|
+
"message" : "Vous ne pouvez pas afficher cette page."
|
|
99
|
+
},
|
|
100
|
+
"kzErrorPage.errorCode" : {
|
|
101
|
+
"message" : "Code d'erreur {code}"
|
|
102
|
+
},
|
|
103
|
+
"kzErrorPage.goToHome" : {
|
|
104
|
+
"description" : "Home button label",
|
|
105
|
+
"message" : "Retour à la page d'accueil"
|
|
23
106
|
}
|
|
24
107
|
}
|