@kaizen/components 1.54.0 → 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 +5 -5
package/locales/ja.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" : "開始日"
|
package/locales/km-KH.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/ko.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" : "시작 날짜"
|
package/locales/lt.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" : "Data negalioja"
|
|
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} yra netinkama data"
|
|
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" : "Negali būti ankstesnis už pasirinkimą „{startDateFieldLabel}“"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} nepasiekiamas, bandykite kitą datą"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Įvesties formatas"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Pasirinkite datą iš kalendoriaus:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Pridėti filtrus"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Išvalyti visus filtrus"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Viską išvalyti"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Pašalinti filtrą - {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 nuo"
|
package/locales/lv.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" : "Nederīgs datums"
|
|
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} ir nederīgs datums"
|
|
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" : "Nevar būt agrāks par atlasi šeit: “{startDateFieldLabel}”"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} nav pieejams, mēģiniet citu datumu"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Ievades formāts"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Atlasiet datumu no kalendāra:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Pievienot filtrus"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Notīrīt visus filtrus"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Notīrīt visu"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Noņemt filtru - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Datums"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Datums no"
|
package/locales/mi.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" : "He muhu te rā"
|
|
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} he ra muhu"
|
|
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" : "Kaore e taea te mua atu i te kowhiringa i roto i te \"{startDateFieldLabel}\""
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} kaore i te waatea, ngana ki tetahi atu ra"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Input format"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Tīpakohia te rā mai i te maramataka mō:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Tāpiri tātari"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Ūkuia ngā tātari katoa"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Ūkui katoa"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Tango tātari - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Rā"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Date from"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Whiriwhiria nga whiringa ma te uiui rapu"
|
|
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" : "Maama te rapu"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/ms.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" : "Tarikh tidak sah"
|
|
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} ialah tarikh yang tidak sah"
|
|
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 daripada pilihan dalam \"{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, cuba tarikh lain"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Format input"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Pilih tarikh daripada kalendar untuk:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Tambah Penapis"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Kosongkan semua penapis"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Kosongkan semua"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Alih keluar penapis - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Tarikh"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Tarikh dari"
|
package/locales/nb.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" : "Datoen er ugyldig"
|
|
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} er en ugyldig dato"
|
|
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" : "Kan ikke være tidligere enn det du valgte i «{startDateFieldLabel}»"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} er ikke tilgjengelig. Prøv en annen dato"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Inndataformat"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Velg dato fra kalenderen for:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Legg til filtre"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Tøm alle filtre"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Fjern alle"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Fjern filter – {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Dato"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Dato fra"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Filteralternativer etter søkespørring"
|
|
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" : "Fjern søk"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/nl.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" : "Datum is ongeldig"
|
|
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} is een ongeldige datum"
|
|
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" : "Kan niet eerder zijn dan de selectie 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} is niet beschikbaar, probeer een andere datum"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Invoerformaat"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Selecteer een datum in de agenda voor:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Filters toevoegen"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Alle filters wissen"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Alles wissen"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Filter verwijderen - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Datum"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Datum vanaf"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Opties filteren op zoekopdracht"
|
|
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" : "Zoekopdracht wissen"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/pl.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" : "Data jest nieprawidłowa"
|
|
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} jest nieprawidłową datą"
|
|
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" : "Nie może być wcześniejsza niż wybór w polu „{startDateFieldLabel}”"
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} jest niedostępna, spróbuj innego terminu"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Format wejściowy"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Wybierz datę z kalendarza dla:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Dodaj filtry"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Wyczyść wszystkie filtry"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Wyczyść wszystko"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Usuń filtr – {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 rozpoczęcia"
|
|
@@ -23,7 +63,7 @@
|
|
|
23
63
|
},
|
|
24
64
|
"filterMultiSelectSearchInput.label" : {
|
|
25
65
|
"description" : "Label for the search input",
|
|
26
|
-
"message" : "
|
|
66
|
+
"message" : "Opcje filtrowania według wyszukiwanego hasła"
|
|
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" : "Wyczyść wyszukiwanie"
|
|
35
75
|
},
|
|
36
76
|
"kzErrorPage" : {
|
|
37
77
|
"description" : "Label for contact button",
|
package/locales/pt-BR.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 data é inválida"
|
|
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} é uma data inválida"
|
|
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" : "Não pode ser anterior à seleção em \"{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ão está disponível, tente outra data"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Formato de entrada"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Selecione a data no calendário para:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Adicionar filtros"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Limpar todos os filtros"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Limpar tudo"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Remover filtros: - {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 inicial"
|