Commit 25ffb284 authored by cinwell.li's avatar cinwell.li Committed by 杨奕

Update vi.js

parent c0389b8d
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
confirmFilter: 'Xác nhận', confirmFilter: 'Xác nhận',
resetFilter: 'Làm mới', resetFilter: 'Làm mới',
clearFilter: 'Xóa hết', clearFilter: 'Xóa hết',
sumText: 'Tổng' sumText: 'Tổng'
}, },
tree: { tree: {
emptyText: 'Không có dữ liệu' emptyText: 'Không có dữ liệu'
...@@ -95,10 +95,10 @@ export default { ...@@ -95,10 +95,10 @@ export default {
transfer: { transfer: {
noMatch: 'Dữ liệu không phù hợp', noMatch: 'Dữ liệu không phù hợp',
noData: 'Không tìm thấy dữ liệu', noData: 'Không tìm thấy dữ liệu',
titles: ['Danh sách 1', 'Danh sách 2'], titles: ['Danh sách 1', 'Danh sách 2'],
filterPlaceholder: 'Nhập từ khóa', filterPlaceholder: 'Nhập từ khóa',
noCheckedFormat: '{total} mục', noCheckedFormat: '{total} mục',
hasCheckedFormat: '{checked}/{total} đã chọn ' hasCheckedFormat: '{checked}/{total} đã chọn '
} }
} }
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment