beca-ui 2.0.20-beta.35 → 2.0.20-beta.37
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/assets/locales/en.json.d.ts +5 -1
- package/dist/assets/locales/vi.json.d.ts +5 -1
- package/dist/beca-ui.js +2561 -2553
- package/dist/components/ApplicationsCard/index.d.ts +1 -2
- package/dist/components/Form/Form.types.d.ts +2 -6
- package/dist/components/Form/index.d.ts +1 -2
- package/package.json +1 -1
|
@@ -16,7 +16,11 @@ declare const _default: {
|
|
|
16
16
|
"Unselectable": "Unselectable",
|
|
17
17
|
"Are you sure to mark all as read?": "Are you sure to mark all as read?",
|
|
18
18
|
"Yes": "Yes",
|
|
19
|
-
"No": "No"
|
|
19
|
+
"No": "No",
|
|
20
|
+
"_pleaseEnter": "Please enter {{label}}",
|
|
21
|
+
"_pleaseChoose": "Please choose {{label}}",
|
|
22
|
+
"_pleaseSelect": "Please select {{label}}",
|
|
23
|
+
"_select": "Select {{label}}"
|
|
20
24
|
}
|
|
21
25
|
;
|
|
22
26
|
|
|
@@ -16,7 +16,11 @@ declare const _default: {
|
|
|
16
16
|
"Unselectable": "Hủy chọn",
|
|
17
17
|
"Are you sure to mark all as read?": "Bạn chắc chắn muốn đánh dấu tất cả là đã đọc?",
|
|
18
18
|
"Yes": "Có",
|
|
19
|
-
"No": "Không"
|
|
19
|
+
"No": "Không",
|
|
20
|
+
"_pleaseEnter": "Vui lòng điền {{label}}",
|
|
21
|
+
"_pleaseChoose": "Vui chọn chọn {{label}}",
|
|
22
|
+
"_pleaseSelect": "Vui lòng chọn {{label}}",
|
|
23
|
+
"_select": "Chọn {{label}}"
|
|
20
24
|
}
|
|
21
25
|
;
|
|
22
26
|
|