UNPKG

3.44 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/vi', ['module', 'exports'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module, exports);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod, mod.exports);
11 global.ELEMENT.lang = global.ELEMENT.lang || {};
12 global.ELEMENT.lang.vi = mod.exports;
13 }
14})(this, function (module, exports) {
15 'use strict';
16
17 exports.__esModule = true;
18 exports.default = {
19 el: {
20 colorpicker: {
21 confirm: 'OK',
22 clear: 'Xóa'
23 },
24 datepicker: {
25 now: 'Hiện tại',
26 today: 'Hôm nay',
27 cancel: 'Hủy',
28 clear: 'Xóa',
29 confirm: 'OK',
30 selectDate: 'Chọn ngày',
31 selectTime: 'Chọn giờ',
32 startDate: 'Ngày bắt đầu',
33 startTime: 'Thời gian bắt đầu',
34 endDate: 'Ngày kết thúc',
35 endTime: 'Thời gian kết thúc',
36 prevYear: 'Năm trước',
37 nextYear: 'Năm tới',
38 prevMonth: 'Tháng trước',
39 nextMonth: 'Tháng tới',
40 year: 'Năm',
41 month1: 'Tháng 1',
42 month2: 'Tháng 2',
43 month3: 'Tháng 3',
44 month4: 'Tháng 4',
45 month5: 'Tháng 5',
46 month6: 'Tháng 6',
47 month7: 'Tháng 7',
48 month8: 'Tháng 8',
49 month9: 'Tháng 9',
50 month10: 'Tháng 10',
51 month11: 'Tháng 11',
52 month12: 'Tháng 12',
53 // week: 'week',
54 weeks: {
55 sun: 'CN',
56 mon: 'T2',
57 tue: 'T3',
58 wed: 'T4',
59 thu: 'T5',
60 fri: 'T6',
61 sat: 'T7'
62 },
63 months: {
64 jan: 'Th.1',
65 feb: 'Th.2',
66 mar: 'Th.3',
67 apr: 'Th.4',
68 may: 'Th.5',
69 jun: 'Th.6',
70 jul: 'Th.7',
71 aug: 'Th.8',
72 sep: 'Th.9',
73 oct: 'Th.10',
74 nov: 'Th.11',
75 dec: 'Th.12'
76 }
77 },
78 select: {
79 loading: 'Đang tải',
80 noMatch: 'Dữ liệu không phù hợp',
81 noData: 'Không tìm thấy dữ liệu',
82 placeholder: 'Chọn'
83 },
84 cascader: {
85 noMatch: 'Dữ liệu không phù hợp',
86 loading: 'Đang tải',
87 placeholder: 'Chọn'
88 },
89 pagination: {
90 goto: 'Nhảy tới',
91 pagesize: '/trang',
92 total: 'Tổng {total}',
93 pageClassifier: ''
94 },
95 messagebox: {
96 title: 'Thông báo',
97 confirm: 'OK',
98 cancel: 'Hủy',
99 error: 'Dữ liệu không hợp lệ'
100 },
101 upload: {
102 deleteTip: 'Nhấn xoá để xoá',
103 delete: 'Xóa',
104 preview: 'Xem trước',
105 continue: 'Tiếp tục'
106 },
107 table: {
108 emptyText: 'Không có dữ liệu',
109 confirmFilter: 'Xác nhận',
110 resetFilter: 'Làm mới',
111 clearFilter: 'Xóa hết',
112 sumText: 'Tổng'
113 },
114 tree: {
115 emptyText: 'Không có dữ liệu'
116 },
117 transfer: {
118 noMatch: 'Dữ liệu không phù hợp',
119 noData: 'Không tìm thấy dữ liệu',
120 titles: ['Danh sách 1', 'Danh sách 2'],
121 filterPlaceholder: 'Nhập từ khóa',
122 noCheckedFormat: '{total} mục',
123 hasCheckedFormat: '{checked}/{total} đã chọn '
124 }
125 }
126 };
127 module.exports = exports['default'];
128});
\No newline at end of file