提交 | 用户 | 时间
|
1ac2bc
|
1 |
(function (global, factory) { |
懒 |
2 |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : |
|
3 |
typeof define === 'function' && define.amd ? define(factory) : |
|
4 |
(global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.ro = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var ro = { |
|
8 |
code: "ro", |
|
9 |
week: { |
|
10 |
dow: 1, |
|
11 |
doy: 7 // The week that contains Jan 1st is the first week of the year. |
|
12 |
}, |
|
13 |
buttonText: { |
|
14 |
prev: "precedentă", |
|
15 |
next: "următoare", |
|
16 |
today: "Azi", |
|
17 |
month: "Lună", |
|
18 |
week: "Săptămână", |
|
19 |
day: "Zi", |
|
20 |
list: "Agendă" |
|
21 |
}, |
|
22 |
weekLabel: "Săpt", |
|
23 |
allDayText: "Toată ziua", |
|
24 |
eventLimitText: function (n) { |
|
25 |
return "+alte " + n; |
|
26 |
}, |
|
27 |
noEventsMessage: "Nu există evenimente de afișat" |
|
28 |
}; |
|
29 |
|
|
30 |
return ro; |
|
31 |
|
|
32 |
})); |