Blame view

node_modules/element-ui/lib/locale/lang/th.js 3.63 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
  'use strict';
  
  exports.__esModule = true;
  exports.default = {
    el: {
      colorpicker: {
        confirm: 'ตกลง',
        clear: 'ล้างข้อมูล'
      },
      datepicker: {
        now: 'ตอนนี้',
        today: 'วันนี้',
        cancel: 'ยกเลิก',
        clear: 'ล้างข้อมูล',
        confirm: 'ตกลง',
        selectDate: 'เลือกวันที่',
        selectTime: 'เลือกเวลา',
        startDate: 'วันที่เริ่มต้น',
        startTime: 'เวลาเริ่มต้น',
        endDate: 'วันที่สิ้นสุด',
        endTime: 'เวลาสิ้นสุด',
        prevYear: 'Previous Year', // to be translated
        nextYear: 'Next Year', // to be translated
        prevMonth: 'Previous Month', // to be translated
        nextMonth: 'Next Month', // to be translated
        year: 'ปี',
        month1: 'มกราคม',
        month2: 'กุมภาพันธ์',
        month3: 'มีนาคม',
        month4: 'เมษายน',
        month5: 'พฤษภาคม',
        month6: 'มิถุนายน',
        month7: 'กรกฎาคม',
        month8: 'สิงหาคม',
        month9: 'กันยายน',
        month10: 'ตุลาคม',
        month11: 'พฤศจิกายน',
        month12: 'ธันวาคม',
        // week: 'week',
        weeks: {
          sun: 'อา',
          mon: 'จ',
          tue: 'อ',
          wed: 'พ',
          thu: 'พฤ',
          fri: 'ศ',
          sat: 'ส'
        },
        months: {
          jan: 'มกรา',
          feb: 'กุมภา',
          mar: 'มีนา',
          apr: 'เมษา',
          may: 'พฤษภา',
          jun: 'มิถุนา',
          jul: 'กรกฎา',
          aug: 'สิงหา',
          sep: 'กันยา',
          oct: 'ตุลา',
          nov: 'พฤศจิกา',
          dec: 'ธันวา'
        }
      },
      select: {
        loading: 'กำลังโหลด',
        noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
        noData: 'ไม่พบข้อมูล',
        placeholder: 'เลือก'
      },
      cascader: {
        noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
        loading: 'กำลังโหลด',
        placeholder: 'เลือก'
      },
      pagination: {
        goto: 'ไปที่',
        pagesize: '/หน้า',
        total: 'ทั้งหมด {total}',
        pageClassifier: ''
      },
      messagebox: {
        title: 'ข้อความ',
        confirm: 'ตกลง',
        cancel: 'ยกเลิก',
        error: 'คุณป้อนข้อมูลไม่ถูกต้อง'
      },
      upload: {
        deleteTip: 'press delete to remove', // to be translated
        delete: 'ลบ',
        preview: 'ตัวอย่าง',
        continue: 'ทำต่อ'
      },
      table: {
        emptyText: 'ไม่พบข้อมูล',
        confirmFilter: 'ยืนยัน',
        resetFilter: 'รีเซ็ต',
        clearFilter: 'ทั้งหมด',
        sumText: 'Sum' // to be translated
      },
      tree: {
        emptyText: 'ไม่พบข้อมูล'
      },
      transfer: {
        noMatch: 'ไม่พบข้อมูลที่ตรงกัน',
        noData: 'ไม่พบข้อมูล',
        titles: ['List 1', 'List 2'], // to be translated
        filterPlaceholder: 'Enter keyword', // to be translated
        noCheckedFormat: '{total} items', // to be translated
        hasCheckedFormat: '{checked}/{total} checked' // to be translated
      }
    }
  };