@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/vi.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" : "Ngày không hợp lệ"
|
|
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} là ngày không hợp lệ"
|
|
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" : "Không thể sớm hơn lựa chọn trong \"{startDateFieldLabel}\""
|
|
23
|
+
},
|
|
24
|
+
"date.validation.unavailableDate" : {
|
|
25
|
+
"description" : "Error message when the user tries to select a date that is unavailable",
|
|
26
|
+
"message" : "{inputValue} không khả dụng, hãy thử vào ngày khác"
|
|
27
|
+
},
|
|
12
28
|
"dateInputDescription.inputFormat" : {
|
|
13
29
|
"description" : "Label for the 'Input format' field",
|
|
14
30
|
"message" : "Định dạng đầu vào"
|
|
15
31
|
},
|
|
32
|
+
"datePicker.calendarLabelDescription" : {
|
|
33
|
+
"description" : "Label for the search input",
|
|
34
|
+
"message" : "Chọn ngày từ lịch cho:"
|
|
35
|
+
},
|
|
36
|
+
"filterBar.addFiltersMenu.buttonLabel" : {
|
|
37
|
+
"description" : "Menu button label to show additional available filter options",
|
|
38
|
+
"message" : "Thêm bộ lọc"
|
|
39
|
+
},
|
|
40
|
+
"filterBar.clearAllButton.ariaLabel" : {
|
|
41
|
+
"description" : "Button aria-label to clear all values within the filter bar",
|
|
42
|
+
"message" : "Xóa tất cả các bộ lọc"
|
|
43
|
+
},
|
|
44
|
+
"filterBar.clearAllButton.label" : {
|
|
45
|
+
"description" : "Button label to clear all values within the filter bar",
|
|
46
|
+
"message" : "Xóa tất cả"
|
|
47
|
+
},
|
|
48
|
+
"filterButton.removable.removeButtonLabel" : {
|
|
49
|
+
"description" : "Button label to remove a single filter from the filter bar",
|
|
50
|
+
"message" : "Xóa bộ lọc - {filterLabel}"
|
|
51
|
+
},
|
|
52
|
+
"filterDatePickerDateInputField.dateInputLabelFallback" : {
|
|
53
|
+
"description" : "Default label for date input field",
|
|
54
|
+
"message" : "Ngày"
|
|
55
|
+
},
|
|
16
56
|
"filterDateRangePicker.dateFrom" : {
|
|
17
57
|
"description" : "Label for the 'Date from' field",
|
|
18
58
|
"message" : "Ngày từ"
|
package/locales/zh-TW.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/zh.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.54.
|
|
3
|
+
"version": "1.54.2",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"ts-jest": "^29.1.4",
|
|
101
101
|
"tslib": "^2.6.3",
|
|
102
102
|
"tsx": "^4.15.1",
|
|
103
|
-
"@kaizen/
|
|
104
|
-
"@kaizen/
|
|
103
|
+
"@kaizen/package-bundler": "1.1.2",
|
|
104
|
+
"@kaizen/design-tokens": "10.4.2"
|
|
105
105
|
},
|
|
106
106
|
"devDependenciesComments": {
|
|
107
107
|
"postcss": "Installed in root",
|