25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

28 satır
645B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var siLk = {
  4. code: 'si-lk',
  5. week: {
  6. dow: 1, // Monday is the first day of the week.
  7. doy: 4, // The week that contains Jan 4th is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'පෙර',
  11. next: 'පසු',
  12. today: 'අද',
  13. month: 'මාසය',
  14. week: 'සතිය',
  15. day: 'දවස',
  16. list: 'ලැයිස්තුව',
  17. },
  18. weekText: 'සති',
  19. allDayText: 'සියලු',
  20. moreLinkText: 'තවත්',
  21. noEventsText: 'මුකුත් නැත',
  22. };
  23. return siLk;
  24. }());