kendo.messages.ro-RO.js
14.1 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
/**
* Kendo UI v2016.1.112 (http://www.telerik.com/kendo-ui)
* Copyright 2016 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/
(function(f){
if (typeof define === 'function' && define.amd) {
define([ "./kendo.core" ], f);
} else {
f();
}
}(function(){
(function ($, undefined) {
/* Filter cell operator messages */
if (kendo.ui.FilterCell) {
kendo.ui.FilterCell.prototype.options.operators =
$.extend(true, kendo.ui.FilterCell.prototype.options.operators,{
"date": {
"eq": "Egal cu",
"gt": "După",
"gte": "După sau egal cu",
"lt": "Înainte de",
"lte": "Înainte sau egal cu",
"neq": "Diferit de"
},
"enums": {
"eq": "Egal cu",
"neq": "Diferit de"
},
"number": {
"eq": "Egal cu",
"gt": "Mai mare decât",
"gte": "Mai mare sau egal cu",
"lt": "Mai mic decât",
"lte": "Mai mic sau egal cu",
"neq": "Diferit de"
},
"string": {
"contains": "Conține",
"doesnotcontain": "Nu conține",
"endswith": "Se termină cu",
"eq": "Egal cu",
"neq": "Diferit de",
"startswith": "Începe cu"
}
});
}
/* Filter menu operator messages */
if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.operators =
$.extend(true, kendo.ui.FilterMenu.prototype.options.operators,{
"date": {
"eq": "Egal cu",
"gt": "După",
"gte": "După sau egal cu",
"lt": "Înainte de",
"lte": "Înainte sau egal cu",
"neq": "Diferit de"
},
"enums": {
"eq": "Egal cu",
"neq": "Diferit de"
},
"number": {
"eq": "Egal cu",
"gt": "Mai mare decât",
"gte": "Mai mare sau egal cu",
"lt": "Mai mic decât",
"lte": "Mai mic sau egal cu",
"neq": "Diferit de"
},
"string": {
"contains": "Conține",
"doesnotcontain": "Nu conține",
"endswith": "Se termină cu",
"eq": "Egal cu",
"neq": "Diferit de",
"startswith": "Începe cu"
}
});
}
/* ColumnMenu messages */
if (kendo.ui.ColumnMenu) {
kendo.ui.ColumnMenu.prototype.options.messages =
$.extend(true, kendo.ui.ColumnMenu.prototype.options.messages,{
"columns": "Coloane",
"sortAscending": "Sortare ascendentă",
"sortDescending": "Sortare descendentă",
"settings": "Setări coloană",
"done": "Făcut",
"lock": "Blocare",
"unlock": "Deblocare"
});
}
/* RecurrenceEditor messages */
if (kendo.ui.RecurrenceEditor) {
kendo.ui.RecurrenceEditor.prototype.options.messages =
$.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{
"daily": {
"interval": "zi/zile",
"repeatEvery": "Repeat every:"
},
"end": {
"after": "După",
"occurrence": "occurrence(s)",
"label": "End:",
"never": "Niciodată",
"on": "On",
"mobileLabel": "Ends"
},
"frequencies": {
"daily": "Zilnic",
"monthly": "Lunar",
"never": "Niciodată",
"weekly": "Saptamanal",
"yearly": "Anual"
},
"monthly": {
"day": "Day",
"interval": "month(s)",
"repeatEvery": "Repeat every:",
"repeatOn": "Repeat on:"
},
"offsetPositions": {
"first": "first",
"fourth": "fourth",
"last": "last",
"second": "second",
"third": "third"
},
"weekly": {
"repeatEvery": "Repetă în fiecare:",
"repeatOn": "Repetă la:",
"interval": "week(s)"
},
"yearly": {
"of": "of",
"repeatEvery": "Repetă în fiecare:",
"repeatOn": "Repetă la:",
"interval": "year(s)"
},
"weekdays": {
"day": "day",
"weekday": "weekday",
"weekend": "weekend day"
}
});
}
/* Editor messages */
if (kendo.ui.Editor) {
kendo.ui.Editor.prototype.options.messages =
$.extend(true, kendo.ui.Editor.prototype.options.messages,{
"backColor": "Culoare fundal",
"bold": "Bold",
"createLink": "Inserează hyperlink",
"deleteFile": "Sigur doriți să ștergeți \" {0} \" ?",
"dialogButtonSeparator": "sau",
"dialogCancel": "Anulează",
"dialogInsert": "Inserează",
"directoryNotFound": "Nu a fost găsit un director cu acest nume.",
"dropFilesHere": "plasați fișierele aici pentru încărcare",
"emptyFolder": "Dosar gol",
"fontName": "Selectează familia de fonturi",
"fontNameInherit": "(font moștenit)",
"fontSize": "Selectează dimensiunea fontului",
"fontSizeInherit": "(dimensiune moștenită)",
"foreColor": "Culoare",
"formatBlock": "Format",
"imageAltText": "Text alternativ",
"imageWebAddress": "Adresă Web",
"indent": "Indentare",
"insertHtml": "Inserează HTML",
"insertImage": "Inserează imagine",
"insertOrderedList": "Inserează listă ordonată",
"insertUnorderedList": "Inserează listă neordonată",
"invalidFileType": "Fișierul selectat \"{0}\" nu este valid. Tipurile de fișiere acceptate sunt {1}.",
"italic": "Cursiv",
"justifyCenter": "Centrează textul",
"justifyFull": "Aliniază textul",
"justifyLeft": "Aliniază textul la stânga",
"justifyRight": "Aliniază textul la dreapta",
"linkOpenInNewWindow": "Deschide link-ul într-o fereastră nouă",
"linkText": "Text",
"linkToolTip": "Indiciu",
"linkWebAddress": "Adresă Web",
"orderBy": "Ordonare după:",
"orderByName": "Nume",
"orderBySize": "Dimensiune",
"outdent": "Anulare indentare",
"overwriteFile": "Există deja un fișier cu numele \" {0} \" în directorul curent. Doriți să-l suprascrieți ?",
"search": "Caută",
"strikethrough": "Tăiat",
"styles": "Stiluri",
"subscript": "Indice",
"superscript": "Exponent",
"underline": "Subliniat",
"unlink": "Elimină hyperlink",
"uploadFile": "Upload fișier",
"createTable": "Inserează tabelelor",
"addColumnLeft": "Add column on the left",
"addColumnRight": "Add column on the right",
"addRowAbove": "Add row above",
"addRowBelow": "Add row below",
"deleteColumn": "Șterge coloană",
"deleteRow": "Șterge rand",
"formatting": "Format",
"viewHtml": "View HTML",
"dialogUpdate": "Actualizează",
"insertFile": "Inserează fisier"
});
}
/* FilterCell messages */
if (kendo.ui.FilterCell) {
kendo.ui.FilterCell.prototype.options.messages =
$.extend(true, kendo.ui.FilterCell.prototype.options.messages,{
"clear": "Șterge",
"filter": "Filtrează",
"isFalse": "este fals",
"isTrue": "este adevărat",
"operator": "Operator"
});
}
/* FilterMenu messages */
if (kendo.ui.FilterMenu) {
kendo.ui.FilterMenu.prototype.options.messages =
$.extend(true, kendo.ui.FilterMenu.prototype.options.messages,{
"and": "Și",
"clear": "Șterge",
"filter": "Filtrează",
"info": "Criterii filtrare:",
"isFalse": "este fals",
"isTrue": "este adevărat",
"or": "Sau",
"selectValue": "- Selectează valoare -",
"cancel": "Anulează",
"operator": "Operator",
"value": "Valoare"
});
}
/* Grid messages */
if (kendo.ui.Grid) {
kendo.ui.Grid.prototype.options.messages =
$.extend(true, kendo.ui.Grid.prototype.options.messages,{
"commands": {
"canceledit": "Anulează",
"cancel": "Anulează modificările",
"create": "Adaugă element nou",
"destroy": "Șterge",
"edit": "Modifică",
"excel": "Export to Excel",
"pdf": "Export to PDF",
"save": "Salvează modificările",
"select": "Selectează",
"update": "Actualizează"
},
"editable": {
"confirmation": "Sigur doriți să ștergeți acest element ?",
"cancelDelete": "Anulează",
"confirmDelete": "Șterge"
}
});
}
/* Groupable messages */
if (kendo.ui.Groupable) {
kendo.ui.Groupable.prototype.options.messages =
$.extend(true, kendo.ui.Groupable.prototype.options.messages,{
"empty": "Trageți un antet de coloană și plasați-l aici pentru a grupa după acea coloană"
});
}
/* Pager messages */
if (kendo.ui.Pager) {
kendo.ui.Pager.prototype.options.messages =
$.extend(true, kendo.ui.Pager.prototype.options.messages,{
"allPages": "All",
"display": "{0} - {1} din {2} elemente",
"empty": "Nu există elemente pentru afișare",
"first": "Prima pagină",
"itemsPerPage": "elemente per pagină",
"last": "Ultima pagină",
"next": "Pagina următoare",
"of": "din {0}",
"page": "Pagina",
"previous": "Pagina precedentă",
"refresh": "Actualizează",
"morePages": "Mai multe pagini"
});
}
/* Scheduler messages */
if (kendo.ui.Scheduler) {
kendo.ui.Scheduler.prototype.options.messages =
$.extend(true, kendo.ui.Scheduler.prototype.options.messages,{
"allDay": "toată ziua",
"cancel": "Anulează",
"editable": {
"confirmation": "Are you sure you want to delete this event?"
},
"date": "Data",
"destroy": "Șterge",
"editor": {
"allDayEvent": "All day event",
"description": "Description",
"editorTitle": "Eveniment",
"end": "End",
"endTimezone": "End timezone",
"repeat": "Repeat",
"separateTimezones": "Use separate start and end time zones",
"start": "Start",
"startTimezone": "Start timezone",
"timezone": " ",
"timezoneEditorButton": "Time zone",
"timezoneEditorTitle": "Timezones",
"title": "Title",
"noTimezone": "No timezone"
},
"event": "Event",
"recurrenceMessages": {
"deleteRecurring": "Do you want to delete only this event occurrence or the whole series?",
"deleteWindowOccurrence": "Delete current occurrence",
"deleteWindowSeries": "Delete the series",
"deleteWindowTitle": "Delete Recurring Item",
"editRecurring": "Do you want to edit only this event occurrence or the whole series?",
"editWindowOccurrence": "Edit current occurrence",
"editWindowSeries": "Edit the series",
"editWindowTitle": "Edit Recurring Item"
},
"save": "Salvează",
"time": "Time",
"today": "Today",
"views": {
"agenda": "Agendă",
"day": "Day",
"month": "Month",
"week": "Week",
"workWeek": "Work Week"
},
"deleteWindowTitle": "Delete event",
"showFullDay": "Show full day",
"showWorkDay": "Show business hours"
});
}
/* Upload messages */
if (kendo.ui.Upload) {
kendo.ui.Upload.prototype.options.localization =
$.extend(true, kendo.ui.Upload.prototype.options.localization,{
"cancel": "Anulează",
"dropFilesHere": "plasați fișierele aici pentru încărcare",
"remove": "Elimină",
"retry": "Incearcă din nou",
"select": "Selectează...",
"statusFailed": "eșuat",
"statusUploaded": "încărcat",
"statusUploading": "încarcă",
"uploadSelectedFiles": "Încărcă fișierele",
"headerStatusUploaded": "Done",
"headerStatusUploading": "Uploading..."
});
}
})(window.kendo.jQuery);
}));