@kaizen/components 1.54.1 → 1.54.2
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/styles.css +1 -1
- package/locales/ar.json +40 -0
- package/locales/bg.json +40 -0
- package/locales/cs.json +42 -2
- package/locales/cy.json +40 -0
- package/locales/da.json +42 -2
- package/locales/de.json +40 -0
- package/locales/el.json +40 -0
- package/locales/en-GB.json +40 -0
- package/locales/es-419.json +42 -2
- package/locales/es.json +42 -2
- package/locales/et.json +40 -0
- package/locales/fi.json +42 -2
- package/locales/fr-CA.json +42 -2
- package/locales/fr.json +42 -2
- package/locales/he.json +43 -3
- package/locales/hi.json +42 -2
- package/locales/ht.json +42 -2
- package/locales/hu.json +40 -0
- package/locales/id.json +40 -0
- package/locales/it.json +40 -0
- package/locales/ja.json +40 -0
- package/locales/km-KH.json +42 -2
- package/locales/ko.json +40 -0
- package/locales/lt.json +40 -0
- package/locales/lv.json +40 -0
- package/locales/mi.json +42 -2
- package/locales/ms.json +40 -0
- package/locales/nb.json +42 -2
- package/locales/nl.json +42 -2
- package/locales/pl.json +42 -2
- package/locales/pt-BR.json +40 -0
- package/locales/pt.json +42 -2
- package/locales/ro.json +40 -0
- package/locales/ru.json +40 -0
- package/locales/si-LK.json +42 -2
- package/locales/sk.json +42 -2
- package/locales/sr.json +40 -0
- package/locales/sv.json +40 -0
- package/locales/th.json +40 -0
- package/locales/tl.json +40 -0
- package/locales/tr.json +42 -2
- package/locales/uk.json +40 -0
- package/locales/vi.json +40 -0
- package/locales/zh-TW.json +42 -2
- package/locales/zh.json +40 -0
- package/package.json +3 -3
package/locales/et.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "Kuupäev ei sobi"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} on sobimatu kuupäev"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Ei saa olla varasem kui valik väljal {startDateFieldLabel}"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} pole saadaval, proovige teist kuupäeva"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Sisendvorming"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Valige kalendrist kuupäev:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Lisa filtrid"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Tühjenda kõik filtrid"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Kustuta kõik"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Eemalda filter – {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Kuupäev"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Kuupäev alates"
|
package/locales/fi.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "Päivämäärä on virheellinen"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} on virheellinen päivämäärä"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Ei voi olla aikaisempi kuin kohteen {startDateFieldLabel} valinta"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} ei ole saatavilla, yritä toista päivämäärää"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Syöttömuoto"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Valitse päivämäärä kalenterista:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Lisää suodattimet"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Tyhjennä kaikki suodattimet"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Poista kaikki"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Poista suodatin - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Päivämäärä"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Alkamispäivä"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Suodata vaihtoehdot hakukyselyn mukaan"
|
|
27
67
|
},
|
|
28
68
|
"filterMultiSelectSearchInput.placeholder" : {
|
|
29
69
|
"description" : "Placeholder for the search input",
|
|
@@ -31,7 +71,7 @@
|
|
|
31
71
|
},
|
|
32
72
|
"inputSearch.clear" : {
|
|
33
73
|
"description" : "Label for the clear search button",
|
|
34
|
-
"message" : "
|
|
74
|
+
"message" : "Tyhjennä haku"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/fr-CA.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "La date n'est pas valide"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} n'est pas une date valide"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Ne peut pas être antérieure à la sélection dans « {startDateFieldLabel} »"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} n'est pas disponible, essayez une autre date"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Format de saisie"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Sélectionnez une date dans le calendrier pour :"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Ajouter des filtres"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Effacer tous les filtres"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Tout effacer"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Supprimer le filtre : {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Date"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Date de début"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Filtrer les options par requête de recherche"
|
|
27
67
|
},
|
|
28
68
|
"filterMultiSelectSearchInput.placeholder" : {
|
|
29
69
|
"description" : "Placeholder for the search input",
|
|
@@ -31,7 +71,7 @@
|
|
|
31
71
|
},
|
|
32
72
|
"inputSearch.clear" : {
|
|
33
73
|
"description" : "Label for the clear search button",
|
|
34
|
-
"message" : "
|
|
74
|
+
"message" : "Supprimer la recherche"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/fr.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "La date n'est pas valide"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} n'est pas une date valide"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Ne peut pas être antérieure à la sélection dans « {startDateFieldLabel} »"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} n'est pas disponible, essayez une autre date"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Format de saisie"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Sélectionnez une date dans le calendrier pour :"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Ajouter des filtres"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Effacer tous les filtres"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Tout effacer"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Supprimer le filtre : {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Date"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Date de début"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Options de filtrage par requête de recherche"
|
|
27
67
|
},
|
|
28
68
|
"filterMultiSelectSearchInput.placeholder" : {
|
|
29
69
|
"description" : "Placeholder for the search input",
|
|
@@ -31,7 +71,7 @@
|
|
|
31
71
|
},
|
|
32
72
|
"inputSearch.clear" : {
|
|
33
73
|
"description" : "Label for the clear search button",
|
|
34
|
-
"message" : "
|
|
74
|
+
"message" : "Effacer la recherche"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/he.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "התאריך אינו חוקי"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} הוא תאריך לא חוקי"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "לא יכול להיות מוקדם יותר מהבחירה ב-\"{startDateFieldLabel}\""
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} אינו זמין, נא לנסות תאריך אחר"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "תבנית לקלט"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "נא לבחור תאריך מלוח השנה עבור:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "הוספת מסנן"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "ניקוי כל המסננים"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "ניקוי הכול"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "הסרת מסנן - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "תאריך"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "החל מ-"
|
|
@@ -23,15 +63,15 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "אפשרויות סינון לפי שאילתת חיפוש"
|
|
27
67
|
},
|
|
28
68
|
"filterMultiSelectSearchInput.placeholder" : {
|
|
29
69
|
"description" : "Placeholder for the search input",
|
|
30
|
-
"message" : "
|
|
70
|
+
"message" : "חיפוש..."
|
|
31
71
|
},
|
|
32
72
|
"inputSearch.clear" : {
|
|
33
73
|
"description" : "Label for the clear search button",
|
|
34
|
-
"message" : "
|
|
74
|
+
"message" : "ניקוי חיפוש"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/hi.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "तारीख अमान्य है"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue}, अमान्य तारीख है"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "\"{startDateFieldLabel}\" में चुनी गई तारीख से पहले की तारीख नहीं हो सकती"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} उपलब्ध नहीं है, कोई अन्य तारीख आज़माएं"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "इनपुट प्रारूप"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "इसके लिए कैलेंडर से तारीख चुनें:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "फ़िल्टर जोड़ें"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "सभी फ़िल्टर हटाएं"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "सबको हटायें"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "फ़िल्टर हटाएं - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "तारीख"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "तारीख से"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "सर्च क्वेरी के हिसाब से विकल्पों को फ़िल्टर करें"
|
|
27
67
|
},
|
|
28
68
|
"filterMultiSelectSearchInput.placeholder" : {
|
|
29
69
|
"description" : "Placeholder for the search input",
|
|
@@ -31,7 +71,7 @@
|
|
|
31
71
|
},
|
|
32
72
|
"inputSearch.clear" : {
|
|
33
73
|
"description" : "Label for the clear search button",
|
|
34
|
-
"message" : "
|
|
74
|
+
"message" : "सर्च क्वेरी हटाएं"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/ht.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "Dat la pa valid"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} se yon dat ki pa valid"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Li pa ka vin avan seleksyon an nan \"{startDateFieldLabel}\""
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} pa disponib, eseye yon lòt dat"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Fòma done"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Chwazi dat la nan kalandriye a pou:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Ajoute filtè"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Efase tout filtè yo"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Netwaye tout"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Retire filtè a - {filterLabel} "
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Dat"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Soti nan dat"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Opsyon filtraj pa rekèt rechèch"
|
|
27
67
|
},
|
|
28
68
|
"filterMultiSelectSearchInput.placeholder" : {
|
|
29
69
|
"description" : "Placeholder for the search input",
|
|
@@ -31,7 +71,7 @@
|
|
|
31
71
|
},
|
|
32
72
|
"inputSearch.clear" : {
|
|
33
73
|
"description" : "Label for the clear search button",
|
|
34
|
-
"message" : "
|
|
74
|
+
"message" : "Efase rechèch la"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/hu.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "A dátum érvénytelen"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} nem érvényes dátum"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Nem előzheti meg a \"{startDateFieldLabel}\" részben kijelölt dátumot"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} nem elérhető, próbálkozzon másik dátummal"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Beviteli formátum"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Válassza ki a dátumot a naptárból:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Szűrők hozzáadása"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Összes szűrő törlése"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Összes törlése"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Szűrő eltávolítása - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Dátum"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Dátum ettől:"
|
package/locales/id.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "Tanggal tidak valid"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} adalah tanggal yang tidak valid"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Tidak boleh lebih awal dari pilihan di \"{startDateFieldLabel}\""
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} tidak tersedia, coba tanggal lain"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Format masukan"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Pilih tanggal dari kalender untuk:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Tambahkan Filter"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Bersihkan semua filter"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Hapus semua"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Hapus filter - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Tanggal"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Tanggal dari"
|
package/locales/it.json
CHANGED
|
@@ -9,10 +9,50 @@
|
|
|
9
9
|
}],
|
|
10
10
|
"variants_enabled" : true
|
|
11
11
|
},
|
|
12
|
+
"date.validation.invalidDate" : {
|
|
13
|
+
"description" : "Error message when the user enters an invalid date and we do not know their input value",
|
|
14
|
+
"message" : "La data non è valida"
|
|
15
|
+
},
|
|
16
|
+
"date.validation.invalidDateWithValue" : {
|
|
17
|
+
"description" : "Error message when the user enters an invalid date and we know their input value",
|
|
18
|
+
"message" : "{inputValue} è una data non valida"
|
|
19
|
+
},
|
|
20
|
+
"date.validation.rangeEndBeforeRangeStart" : {
|
|
21
|
+
"description" : "Error message when the user tries to select an end date earlier than the start date",
|
|
22
|
+
"message" : "Non può essere precedente alla selezione in “{startDateFieldLabel}”"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} non è disponibile, prova un'altra data"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Formato di input"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Seleziona la data dal calendario per:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Aggiungi filtri"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Rimuovi tutti i filtri"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Cancella tutto"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Rimuovi filtro - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Data"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Data di inizio"
|