UNPKG

2.98 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: 'Ados',
8 clear: 'Garbitu'
9 },
10 datepicker: {
11 now: 'Orain',
12 today: 'Gaur',
13 cancel: 'Utzi',
14 clear: 'Garbitu',
15 confirm: 'Ados',
16 selectDate: 'Hautatu data',
17 selectTime: 'Hautatu ordua',
18 startDate: 'Hasierako data',
19 startTime: 'Hasierako ordua',
20 endDate: 'Amaierako data',
21 endTime: 'Amaierako ordua',
22 prevYear: 'Aurreko urtea',
23 nextYear: 'Hurrengo urtea',
24 prevMonth: 'Aurreko hilabetea',
25 nextMonth: 'Hurrengo hilabetea',
26 year: '',
27 month1: 'Urtarrila',
28 month2: 'Otsaila',
29 month3: 'Martxoa',
30 month4: 'Apirila',
31 month5: 'Maiatza',
32 month6: 'Ekaina',
33 month7: 'Uztaila',
34 month8: 'Abuztua',
35 month9: 'Iraila',
36 month10: 'Urria',
37 month11: 'Azaroa',
38 month12: 'Abendua',
39 // week: 'astea',
40 weeks: {
41 sun: 'ig.',
42 mon: 'al.',
43 tue: 'ar.',
44 wed: 'az.',
45 thu: 'og.',
46 fri: 'ol.',
47 sat: 'lr.'
48 },
49 months: {
50 jan: 'urt',
51 feb: 'ots',
52 mar: 'mar',
53 apr: 'api',
54 may: 'mai',
55 jun: 'eka',
56 jul: 'uzt',
57 aug: 'abu',
58 sep: 'ira',
59 oct: 'urr',
60 nov: 'aza',
61 dec: 'abe'
62 }
63 },
64 select: {
65 loading: 'Kargatzen',
66 noMatch: 'Bat datorren daturik ez',
67 noData: 'Daturik ez',
68 placeholder: 'Hautatu'
69 },
70 cascader: {
71 noMatch: 'Bat datorren daturik ez',
72 loading: 'Kargatzen',
73 placeholder: 'Hautatu',
74 noData: 'Daturik ez'
75 },
76 pagination: {
77 goto: 'Joan',
78 pagesize: '/orria',
79 total: 'Guztira {total}',
80 pageClassifier: ''
81 },
82 messagebox: {
83 title: 'Mezua',
84 confirm: 'Ados',
85 cancel: 'Utzi',
86 error: 'Sarrera baliogabea'
87 },
88 upload: {
89 deleteTip: 'sakatu Ezabatu kentzeko',
90 delete: 'Ezabatu',
91 preview: 'Aurrebista',
92 continue: 'Jarraitu'
93 },
94 table: {
95 emptyText: 'Daturik ez',
96 confirmFilter: 'Baieztatu',
97 resetFilter: 'Berrezarri',
98 clearFilter: 'Guztia',
99 sumText: 'Batura'
100 },
101 tree: {
102 emptyText: 'Daturik ez'
103 },
104 transfer: {
105 noMatch: 'Bat datorren daturik ez',
106 noData: 'Daturik ez',
107 titles: ['Zerrenda 1', 'Zerrenda 2'], // to be translated
108 filterPlaceholder: 'Sartu gako-hitza', // to be translated
109 noCheckedFormat: '{total} elementu', // to be translated
110 hasCheckedFormat: '{checked}/{total} hautatuta' // to be translated
111 },
112 image: {
113 error: 'FAILED' // to be translated
114 },
115 pageHeader: {
116 title: 'Back' // to be translated
117 },
118 popconfirm: {
119 confirmButtonText: 'Yes', // to be translated
120 cancelButtonText: 'No' // to be translated
121 },
122 empty: {
123 description: 'Daturik ez'
124 }
125 }
126};
\No newline at end of file