Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

si-lk.js 645B

il y a 2 ans
123456789101112131415161718192021222324252627
  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. }());