1 line
9.1 KiB
Plaintext
1 line
9.1 KiB
Plaintext
|
|
{"version":3,"file":"vi.min.mjs","sources":["../../../../packages/locale/lang/vi.ts"],"sourcesContent":["export default {\n name: 'vi',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'OK',\n clear: 'Xóa',\n defaultLabel: 'color picker', // to be translated\n description:\n 'current color is {color}. press enter to select a new color.', // to be translated\n alphaLabel: 'pick alpha value', // to be translated\n alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated\n hueLabel: 'pick hue value', // to be translated\n hueDescription: 'hue {hue}, current color is {color}', // to be translated\n },\n datepicker: {\n now: 'Hiện tại',\n today: 'Hôm nay',\n cancel: 'Hủy',\n clear: 'Xóa',\n confirm: 'OK',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month', // to be translated\n monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated\n yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated\n selectedDate: 'Selected date', // to be translated\n selectDate: 'Chọn ngày',\n selectTime: 'Chọn giờ',\n startDate: 'Ngày bắt đầu',\n startTime: 'Thời gian bắt đầu',\n endDate: 'Ngày kết thúc',\n endTime: 'Thời gian kết thúc',\n prevYear: 'Năm trước',\n nextYear: 'Năm tới',\n prevMonth: 'Tháng trước',\n nextMonth: 'Tháng tới',\n year: 'Năm',\n month1: 'Tháng 1',\n month2: 'Tháng 2',\n month3: 'Tháng 3',\n month4: 'Tháng 4',\n month5: 'Tháng 5',\n month6: 'Tháng 6',\n month7: 'Tháng 7',\n month8: 'Tháng 8',\n month9: 'Tháng 9',\n month10: 'Tháng 10',\n month11: 'Tháng 11',\n month12: 'Tháng 12',\n weeks: {\n sun: 'CN',\n mon: 'T2',\n tue: 'T3',\n wed: 'T4',\n thu: 'T5',\n fri: 'T6',\n sat: 'T7',\n },\n weeksFull: {\n sun: 'Sunday', // to be translated\n mon: 'Monday', // to be translated\n tue: 'Tuesday', // to be translated\n wed: 'Wednesday', // to be translated\n thu: 'Thursday', // to be translated\n fri: 'Friday', // to be translated\n sat: 'Saturday', // to be translated\n },\n months: {\n jan: 'Th.1',\n feb: 'Th.2',\n mar: 'Th.3',\n apr: 'Th.4',\n may: 'Th.5',\n jun: 'Th.6',\n jul: 'Th.7',\n aug: 'Th.8',\n sep: 'Th.9',\n oct: 'Th.10',\n nov: 'Th.11',\n dec: 'Th.12',\n },\n },\n inputNumber: {\n decrease: 'decrease number', // to be translated\n increase: 'increase number', // to be translated\n },\n select: {\n loading: 'Đang tải',\n noMatch: 'Dữ liệu không phù hợp',\n noData: 'Không tìm thấy dữ liệu',\n placeholder: 'Chọn',\n },\n mention: {\n loading: 'Đang tải',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'Dữ liệu không phù hợp',\n loading: 'Đang tải',\n placeholder: 'Chọn',\n noData: 'Không tìm thấy dữ liệu',\n },\n pagination: {\n goto: 'Nhảy tới',\n pagesize: '/trang',\n total: 'Tổng {total}',\n pageClassifier: '',\n page: 'Page', // to be translated\n prev: 'Go to previous page', // to be translated\n next: 'Go to next page', // to be translated\n currentPage: 'page {pager}', // to be translated\n prevPages: 'Previous {pager} pages', // to be translated\n nextPages: 'Next {pager} pages', // to be translated\n deprecationWarning:\n 'Deprecated usages detected, please refer to the el-pagination documentation for more details', // to be translated\n },\n dialog: {\n close: 'Clo
|