UNPKG

3.67 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/id', ['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.id = 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: 'Pilih',
22 clear: 'Kosongkan'
23 },
24 datepicker: {
25 now: 'Sekarang',
26 today: 'Hari ini',
27 cancel: 'Batal',
28 clear: 'Kosongkan',
29 confirm: 'Ya',
30 selectDate: 'Pilih tanggal',
31 selectTime: 'Pilih waktu',
32 startDate: 'Tanggal Mulai',
33 startTime: 'Waktu Mulai',
34 endDate: 'Tanggal Selesai',
35 endTime: 'Waktu Selesai',
36 prevYear: 'Previous Year', // to be translated
37 nextYear: 'Next Year', // to be translated
38 prevMonth: 'Previous Month', // to be translated
39 nextMonth: 'Next Month', // to be translated
40 year: 'Tahun',
41 month1: 'Januari',
42 month2: 'Februari',
43 month3: 'Maret',
44 month4: 'April',
45 month5: 'Mei',
46 month6: 'Juni',
47 month7: 'Juli',
48 month8: 'Agustus',
49 month9: 'September',
50 month10: 'Oktober',
51 month11: 'November',
52 month12: 'Desember',
53 // week: 'minggu',
54 weeks: {
55 sun: 'Min',
56 mon: 'Sen',
57 tue: 'Sel',
58 wed: 'Rab',
59 thu: 'Kam',
60 fri: 'Jum',
61 sat: 'Sab'
62 },
63 months: {
64 jan: 'Jan',
65 feb: 'Feb',
66 mar: 'Mar',
67 apr: 'Apr',
68 may: 'Mei',
69 jun: 'Jun',
70 jul: 'Jul',
71 aug: 'Agu',
72 sep: 'Sep',
73 oct: 'Okt',
74 nov: 'Nov',
75 dec: 'Des'
76 }
77 },
78 select: {
79 loading: 'Memuat',
80 noMatch: 'Tidak ada data yg cocok',
81 noData: 'Tidak ada data',
82 placeholder: 'Pilih'
83 },
84 cascader: {
85 noMatch: 'Tidak ada data yg cocok',
86 loading: 'Memuat',
87 placeholder: 'Pilih',
88 noData: 'Tidak ada data'
89 },
90 pagination: {
91 goto: 'Pergi ke',
92 pagesize: '/laman',
93 total: 'Total {total}',
94 pageClassifier: ''
95 },
96 messagebox: {
97 title: 'Pesan',
98 confirm: 'Ya',
99 cancel: 'Batal',
100 error: 'Masukan ilegal'
101 },
102 upload: {
103 deleteTip: 'press delete to remove', // to be translated
104 delete: 'Hapus',
105 preview: 'Pratinjau',
106 continue: 'Lanjutkan'
107 },
108 table: {
109 emptyText: 'Tidak ada data',
110 confirmFilter: 'Konfirmasi',
111 resetFilter: 'Atur ulang',
112 clearFilter: 'Semua',
113 sumText: 'Jml'
114 },
115 tree: {
116 emptyText: 'Tidak ada data'
117 },
118 transfer: {
119 noMatch: 'Tidak ada data yg cocok',
120 noData: 'Tidak ada data',
121 titles: ['Senarai 1', 'Senarai 2'],
122 filterPlaceholder: 'Masukan kata kunci',
123 noCheckedFormat: '{total} butir',
124 hasCheckedFormat: '{checked}/{total} terpilih'
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