Update better vietnamese translate. :octocat:

I'm vietnamese developer, so i finished your translate locate! 
Hope you merge my pull request , thanks you ^^
pull/4986/head^2
Cu Duy 2017-05-11 18:45:59 +07:00 committed by 杨奕
parent d1b4e1c3ce
commit 74d4b5cbb3
1 changed files with 7 additions and 7 deletions

View File

@ -55,14 +55,14 @@ export default {
} }
}, },
select: { select: {
loading: 'Loading', loading: 'Đang tải',
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',
placeholder: 'Chọn' placeholder: 'Chọn'
}, },
cascader: { cascader: {
noMatch: 'Dữ liệu không phù hợp', noMatch: 'Dữ liệu không phù hợp',
loading: 'Loading', loading: 'Đang tải',
placeholder: 'Chọn' placeholder: 'Chọn'
}, },
pagination: { pagination: {
@ -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: 'Sum' // to be translated sumText: 'Tổng' // to be translated
}, },
tree: { tree: {
emptyText: 'Không có dữ liệu' emptyText: 'Không có dữ liệu'
@ -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: ['List 1', 'List 2'], // to be translated titles: ['Danh sách 1', 'Danh sách 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated filterPlaceholder: 'Nhập từ khóa', // to be translated
noCheckedFormat: '{total} items', // to be translated noCheckedFormat: '{total} mục', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated hasCheckedFormat: '{checked}/{total} đã chọn ' // to be translated
} }
} }
}; };