UNPKG

4.66 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/km', ['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.km = 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: 'យល់ព្រម',
22 clear: 'លុប'
23 },
24 datepicker: {
25 now: 'ឥឡូវ​នេះ',
26 today: 'ថ្ងៃនេះ',
27 cancel: 'បោះបង់',
28 clear: 'លុប',
29 confirm: 'យល់ព្រម',
30 selectDate: 'ជ្រើសរើសថ្ងៃ',
31 selectTime: 'ជ្រើសរើសម៉ោង',
32 startDate: 'ថ្ងៃចាប់ផ្តើម',
33 startTime: 'ម៉ោងចាប់ផ្តើម',
34 endDate: 'ថ្ងៃបញ្ចប់',
35 endTime: 'ម៉ោងបញ្ចប់',
36 prevYear: 'ឆ្នាំមុន',
37 nextYear: 'ឆ្នាំក្រោយ',
38 prevMonth: 'ខែមុន',
39 nextMonth: 'ខែក្រោយ',
40 year: 'ឆ្នាំ',
41 month1: 'មករា',
42 month2: 'កុម្ភៈ',
43 month3: 'មីនា',
44 month4: 'មេសា',
45 month5: 'ឧសភា',
46 month6: 'មិថុនា',
47 month7: 'កក្កដា',
48 month8: 'សីហា',
49 month9: 'កញ្ញា',
50 month10: 'តុលា',
51 month11: 'វិច្ឆកា',
52 month12: 'ធ្នូ',
53 // week: 'week',
54 weeks: {
55 sun: 'អាទិត្យ',
56 mon: 'Mon',
57 tue: 'អង្គារ',
58 wed: 'ពុធ',
59 thu: 'ព្រ.ហ',
60 fri: 'សុក្រ',
61 sat: 'សៅរ៏'
62 },
63 months: {
64 jan: 'មករា',
65 feb: 'កុម្ភៈ',
66 mar: 'មីនា',
67 apr: 'មេសា',
68 may: 'ឧសភា',
69 jun: 'មិថុនា',
70 jul: 'កក្កដា',
71 aug: 'សីហា',
72 sep: 'កញ្ញា',
73 oct: 'តុលា',
74 nov: 'វិច្ឆកា',
75 dec: 'ធ្នូ'
76 }
77 },
78 select: {
79 loading: 'កំពុងផ្ទុក',
80 noMatch: 'គ្មានទិន្ន័យដូច',
81 noData: 'គ្មានទិន្ន័យ',
82 placeholder: 'ជ្រើសរើស'
83 },
84 cascader: {
85 noMatch: 'គ្មានទិន្ន័យដូច',
86 loading: 'កំពុងផ្ទុក',
87 placeholder: 'ជ្រើសរើស',
88 noData: 'គ្មានទិន្ន័យ'
89 },
90 pagination: {
91 goto: 'ទៅកាន់',
92 pagesize: '/ទំព័រ',
93 total: 'សរុប {total}',
94 pageClassifier: ''
95 },
96 messagebox: {
97 title: 'សារ',
98 confirm: 'យល់ព្រម',
99 cancel: 'បោះបង់',
100 error: 'ការបញ្ចូលមិនអនុញ្ញាត'
101 },
102 upload: {
103 deleteTip: 'ចុចលុបដើម្បីដកចេញ',
104 delete: 'លុប',
105 preview: 'មើល',
106 continue: 'បន្ត'
107 },
108 table: {
109 emptyText: 'គ្មានទិន្ន័យ',
110 confirmFilter: 'យល់ព្រម',
111 resetFilter: 'កំណត់ឡើងវិញ',
112 clearFilter: 'ទាំងអស់',
113 sumText: 'បូក'
114 },
115 tree: {
116 emptyText: 'គ្មានទិន្ន័យ'
117 },
118 transfer: {
119 noMatch: 'គ្មានទិន្ន័យដូច',
120 noData: 'គ្មានទិន្ន័យ',
121 titles: ['បញ្ជី ១', 'បញ្ជី ២'],
122 filterPlaceholder: 'បញ្ចូលពាក្យ',
123 noCheckedFormat: '{total} ធាតុ',
124 hasCheckedFormat: '{checked}/{total} បានគូសធីក'
125 },
126 image: {
127 error: 'FAILED' // to be translated
128 },
129 pageHeader: {
130 title: 'Back' // to be translated
131 },
132 popconfirm: {
133 confirmButtonText: 'Yes', // to be translated
134 cancelButtonText: 'No' // to be translated
135 }
136 }
137 };
138 module.exports = exports['default'];
139});
\No newline at end of file