vant 2.12.46 → 2.12.47
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/changelog.generated.md +6 -7
- package/es/index.js +1 -1
- package/es/locale/lang/vi-VN.js +91 -0
- package/lib/index.js +1 -1
- package/lib/locale/lang/vi-VN.js +96 -0
- package/lib/vant.js +1 -1
- package/lib/vant.min.js +1 -1
- package/package.json +1 -1
- package/vetur/attributes.json +224 -224
- package/vetur/tags.json +79 -79
- package/vetur/web-types.json +739 -739
package/changelog.generated.md
CHANGED
@@ -1,12 +1,11 @@
|
|
1
|
-
### [v2.12.
|
1
|
+
### [v2.12.47](https://github.com/youzan/vant/compare/v2.12.46...v2.12.47)
|
2
2
|
|
3
|
-
`2022-
|
3
|
+
`2022-04-07`
|
4
4
|
|
5
|
-
**
|
5
|
+
**Document**
|
6
6
|
|
7
|
-
-
|
7
|
+
- changelog: 2.12.46 [4c2b64](https://github.com/youzan/vant/commit/4c2b64ffa87a0012fc3df1c605bc0ea991b674dc)
|
8
8
|
|
9
|
-
**
|
9
|
+
**Feature**
|
10
10
|
|
11
|
-
- update
|
12
|
-
- changelog: 2.12.45 [5c48d2](https://github.com/youzan/vant/commit/5c48d289c1f9422c51578ca654536a9f188e87d0)
|
11
|
+
- update locale(add vi-VN) [#10477](https://github.com/youzan/vant/issues/10477)
|
package/es/index.js
CHANGED
@@ -87,7 +87,7 @@ import Tag from './tag';
|
|
87
87
|
import Toast from './toast';
|
88
88
|
import TreeSelect from './tree-select';
|
89
89
|
import Uploader from './uploader';
|
90
|
-
var version = '2.12.
|
90
|
+
var version = '2.12.47';
|
91
91
|
|
92
92
|
function install(Vue) {
|
93
93
|
var components = [ActionSheet, AddressEdit, AddressList, Area, Badge, Button, Calendar, Card, Cascader, Cell, CellGroup, Checkbox, CheckboxGroup, Circle, Col, Collapse, CollapseItem, ContactCard, ContactEdit, ContactList, CountDown, Coupon, CouponCell, CouponList, DatetimePicker, Dialog, Divider, DropdownItem, DropdownMenu, Empty, Field, Form, GoodsAction, GoodsActionButton, GoodsActionIcon, Grid, GridItem, Icon, Image, ImagePreview, IndexAnchor, IndexBar, Info, List, Loading, Locale, NavBar, NoticeBar, Notify, NumberKeyboard, Overlay, Pagination, Panel, PasswordInput, Picker, Popover, Popup, Progress, PullRefresh, Radio, RadioGroup, Rate, Row, Search, ShareSheet, Sidebar, SidebarItem, Skeleton, Sku, Slider, Step, Stepper, Steps, Sticky, SubmitBar, Swipe, SwipeCell, SwipeItem, Switch, SwitchCell, Tab, Tabbar, TabbarItem, Tabs, Tag, Toast, TreeSelect, Uploader];
|
@@ -0,0 +1,91 @@
|
|
1
|
+
export default {
|
2
|
+
name: 'Tên',
|
3
|
+
tel: 'điện thoại',
|
4
|
+
save: 'tiết kiệm',
|
5
|
+
confirm: 'xác nhận',
|
6
|
+
cancel: 'Hủy bỏ',
|
7
|
+
delete: 'xóa bỏ',
|
8
|
+
complete: 'Hoàn thành',
|
9
|
+
loading: 'Đang tải...',
|
10
|
+
telEmpty: 'Vui lòng điền số điện thoại',
|
11
|
+
nameEmpty: 'vui lòng điền tên',
|
12
|
+
nameInvalid: 'Vui lòng nhập tên chính xác',
|
13
|
+
confirmDelete: 'Bạn có chắc chắn muốn xóa',
|
14
|
+
telInvalid: 'Vui lòng nhập số điện thoại chính xác',
|
15
|
+
vanCalendar: {
|
16
|
+
end: 'chấm dứt',
|
17
|
+
start: 'Bắt đầu',
|
18
|
+
title: 'chọn ngày',
|
19
|
+
confirm: 'Đảm bảo',
|
20
|
+
startEnd: 'bắt đầu / kết thúc',
|
21
|
+
weekdays: ['Chủ nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
|
22
|
+
monthTitle: function monthTitle(year, month) {
|
23
|
+
return year + " n\u0103m " + month + " th\xE1ng";
|
24
|
+
},
|
25
|
+
rangePrompt: function rangePrompt(maxRange) {
|
26
|
+
return "C\xE1c ng\xE0y \u0111\u01B0\u1EE3c ch\u1ECDn kh\xF4ng \u0111\u01B0\u1EE3c v\u01B0\u1EE3t qu\xE1 " + maxRange + " ng\xE0y";
|
27
|
+
}
|
28
|
+
},
|
29
|
+
vanCascader: {
|
30
|
+
select: 'Xin hãy lựa chọn'
|
31
|
+
},
|
32
|
+
vanContactCard: {
|
33
|
+
addText: 'Thêm địa chỉ liên hệ'
|
34
|
+
},
|
35
|
+
vanContactList: {
|
36
|
+
addText: 'Địa chỉ liên lạc mới'
|
37
|
+
},
|
38
|
+
vanPagination: {
|
39
|
+
prev: 'trang trước',
|
40
|
+
next: 'trang sau'
|
41
|
+
},
|
42
|
+
vanPullRefresh: {
|
43
|
+
pulling: 'Kéo xuống để làm mới...',
|
44
|
+
loosing: 'Phát hành để làm mới...'
|
45
|
+
},
|
46
|
+
vanSubmitBar: {
|
47
|
+
label: 'toàn bộ:'
|
48
|
+
},
|
49
|
+
vanCoupon: {
|
50
|
+
unlimited: 'Không có ngưỡng sử dụng',
|
51
|
+
discount: function discount(_discount) {
|
52
|
+
return _discount + " Chi\u1EBFt kh\u1EA5u";
|
53
|
+
},
|
54
|
+
condition: function condition(_condition) {
|
55
|
+
return "C\xF3 s\u1EB5n sau khi chi ti\xEAu " + _condition + " nh\xE2n d\xE2n t\u1EC7";
|
56
|
+
}
|
57
|
+
},
|
58
|
+
vanCouponCell: {
|
59
|
+
title: 'phiếu giảm giá',
|
60
|
+
tips: 'Chưa có',
|
61
|
+
count: function count(_count) {
|
62
|
+
return _count + " trang t\xEDnh kh\u1EA3 d\u1EE5ng";
|
63
|
+
}
|
64
|
+
},
|
65
|
+
vanCouponList: {
|
66
|
+
empty: 'Chưa có phiếu giảm giá',
|
67
|
+
exchange: 'trao đổi',
|
68
|
+
close: 'Không sử dụng phiếu giảm giá',
|
69
|
+
enable: 'Có sẵn',
|
70
|
+
disabled: 'không có sẵn',
|
71
|
+
placeholder: 'Vui lòng nhập mã khuyến mãi'
|
72
|
+
},
|
73
|
+
vanAddressEdit: {
|
74
|
+
area: 'vùng',
|
75
|
+
postal: 'mã bưu điện',
|
76
|
+
areaEmpty: 'vui lòng chọn khu vực',
|
77
|
+
addressEmpty: 'Vui lòng điền vào địa chỉ chi tiết',
|
78
|
+
postalEmpty: 'Định dạng mã zip không chính xác',
|
79
|
+
defaultAddress: 'đặt làm địa chỉ giao hàng mặc định',
|
80
|
+
telPlaceholder: 'Số điện thoại của người nhận hàng',
|
81
|
+
namePlaceholder: 'Tên người nhận hàng',
|
82
|
+
areaPlaceholder: 'Chọn Tỉnh / Thành phố / Quận / Huyện'
|
83
|
+
},
|
84
|
+
vanAddressEditDetail: {
|
85
|
+
label: 'Địa chỉ chi tiết',
|
86
|
+
placeholder: 'Số đường phố, số phòng tầng, v.v.'
|
87
|
+
},
|
88
|
+
vanAddressList: {
|
89
|
+
add: 'Thêm địa chỉ'
|
90
|
+
}
|
91
|
+
};
|
package/lib/index.js
CHANGED
@@ -361,7 +361,7 @@ exports.TreeSelect = _treeSelect.default;
|
|
361
361
|
var _uploader = _interopRequireDefault(require("./uploader"));
|
362
362
|
|
363
363
|
exports.Uploader = _uploader.default;
|
364
|
-
var version = '2.12.
|
364
|
+
var version = '2.12.47';
|
365
365
|
exports.version = version;
|
366
366
|
|
367
367
|
function install(Vue) {
|
@@ -0,0 +1,96 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
exports.__esModule = true;
|
4
|
+
exports.default = void 0;
|
5
|
+
var _default = {
|
6
|
+
name: 'Tên',
|
7
|
+
tel: 'điện thoại',
|
8
|
+
save: 'tiết kiệm',
|
9
|
+
confirm: 'xác nhận',
|
10
|
+
cancel: 'Hủy bỏ',
|
11
|
+
delete: 'xóa bỏ',
|
12
|
+
complete: 'Hoàn thành',
|
13
|
+
loading: 'Đang tải...',
|
14
|
+
telEmpty: 'Vui lòng điền số điện thoại',
|
15
|
+
nameEmpty: 'vui lòng điền tên',
|
16
|
+
nameInvalid: 'Vui lòng nhập tên chính xác',
|
17
|
+
confirmDelete: 'Bạn có chắc chắn muốn xóa',
|
18
|
+
telInvalid: 'Vui lòng nhập số điện thoại chính xác',
|
19
|
+
vanCalendar: {
|
20
|
+
end: 'chấm dứt',
|
21
|
+
start: 'Bắt đầu',
|
22
|
+
title: 'chọn ngày',
|
23
|
+
confirm: 'Đảm bảo',
|
24
|
+
startEnd: 'bắt đầu / kết thúc',
|
25
|
+
weekdays: ['Chủ nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
|
26
|
+
monthTitle: function monthTitle(year, month) {
|
27
|
+
return year + " n\u0103m " + month + " th\xE1ng";
|
28
|
+
},
|
29
|
+
rangePrompt: function rangePrompt(maxRange) {
|
30
|
+
return "C\xE1c ng\xE0y \u0111\u01B0\u1EE3c ch\u1ECDn kh\xF4ng \u0111\u01B0\u1EE3c v\u01B0\u1EE3t qu\xE1 " + maxRange + " ng\xE0y";
|
31
|
+
}
|
32
|
+
},
|
33
|
+
vanCascader: {
|
34
|
+
select: 'Xin hãy lựa chọn'
|
35
|
+
},
|
36
|
+
vanContactCard: {
|
37
|
+
addText: 'Thêm địa chỉ liên hệ'
|
38
|
+
},
|
39
|
+
vanContactList: {
|
40
|
+
addText: 'Địa chỉ liên lạc mới'
|
41
|
+
},
|
42
|
+
vanPagination: {
|
43
|
+
prev: 'trang trước',
|
44
|
+
next: 'trang sau'
|
45
|
+
},
|
46
|
+
vanPullRefresh: {
|
47
|
+
pulling: 'Kéo xuống để làm mới...',
|
48
|
+
loosing: 'Phát hành để làm mới...'
|
49
|
+
},
|
50
|
+
vanSubmitBar: {
|
51
|
+
label: 'toàn bộ:'
|
52
|
+
},
|
53
|
+
vanCoupon: {
|
54
|
+
unlimited: 'Không có ngưỡng sử dụng',
|
55
|
+
discount: function discount(_discount) {
|
56
|
+
return _discount + " Chi\u1EBFt kh\u1EA5u";
|
57
|
+
},
|
58
|
+
condition: function condition(_condition) {
|
59
|
+
return "C\xF3 s\u1EB5n sau khi chi ti\xEAu " + _condition + " nh\xE2n d\xE2n t\u1EC7";
|
60
|
+
}
|
61
|
+
},
|
62
|
+
vanCouponCell: {
|
63
|
+
title: 'phiếu giảm giá',
|
64
|
+
tips: 'Chưa có',
|
65
|
+
count: function count(_count) {
|
66
|
+
return _count + " trang t\xEDnh kh\u1EA3 d\u1EE5ng";
|
67
|
+
}
|
68
|
+
},
|
69
|
+
vanCouponList: {
|
70
|
+
empty: 'Chưa có phiếu giảm giá',
|
71
|
+
exchange: 'trao đổi',
|
72
|
+
close: 'Không sử dụng phiếu giảm giá',
|
73
|
+
enable: 'Có sẵn',
|
74
|
+
disabled: 'không có sẵn',
|
75
|
+
placeholder: 'Vui lòng nhập mã khuyến mãi'
|
76
|
+
},
|
77
|
+
vanAddressEdit: {
|
78
|
+
area: 'vùng',
|
79
|
+
postal: 'mã bưu điện',
|
80
|
+
areaEmpty: 'vui lòng chọn khu vực',
|
81
|
+
addressEmpty: 'Vui lòng điền vào địa chỉ chi tiết',
|
82
|
+
postalEmpty: 'Định dạng mã zip không chính xác',
|
83
|
+
defaultAddress: 'đặt làm địa chỉ giao hàng mặc định',
|
84
|
+
telPlaceholder: 'Số điện thoại của người nhận hàng',
|
85
|
+
namePlaceholder: 'Tên người nhận hàng',
|
86
|
+
areaPlaceholder: 'Chọn Tỉnh / Thành phố / Quận / Huyện'
|
87
|
+
},
|
88
|
+
vanAddressEditDetail: {
|
89
|
+
label: 'Địa chỉ chi tiết',
|
90
|
+
placeholder: 'Số đường phố, số phòng tầng, v.v.'
|
91
|
+
},
|
92
|
+
vanAddressList: {
|
93
|
+
add: 'Thêm địa chỉ'
|
94
|
+
}
|
95
|
+
};
|
96
|
+
exports.default = _default;
|
package/lib/vant.js
CHANGED
@@ -22261,7 +22261,7 @@ TreeSelect.props = {
|
|
22261
22261
|
|
22262
22262
|
|
22263
22263
|
|
22264
|
-
var version = '2.12.
|
22264
|
+
var version = '2.12.47';
|
22265
22265
|
|
22266
22266
|
function install(Vue) {
|
22267
22267
|
var components = [action_sheet, address_edit, address_list, es_area, badge, es_button, calendar, card, cascader, cell, cell_group, es_checkbox, checkbox_group, circle, col, collapse, collapse_item, contact_card, contact_edit, contact_list, count_down, es_coupon, coupon_cell, coupon_list, datetime_picker, dialog, divider, dropdown_item, dropdown_menu, empty, es_field, es_form, goods_action, goods_action_button, goods_action_icon, grid, grid_item, es_icon, es_image, image_preview, index_anchor, index_bar, es_info, es_list, es_loading, locale["a" /* default */], nav_bar, notice_bar, notify, number_keyboard, es_overlay, pagination, panel, password_input, es_picker, popover, popup, es_progress, pull_refresh, es_radio, radio_group, es_rate, row, search, share_sheet, sidebar, sidebar_item, skeleton, es_sku, slider, es_step, stepper, steps, es_sticky, submit_bar, swipe, swipe_cell, swipe_item, es_switch, switch_cell, tab, tabbar, tabbar_item, tabs, es_tag, es_toast, tree_select, uploader];
|