No Description

ka.js 1.0KB

1234567891011121314151617181920212223242526272829303132
  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.ka = factory()));
  5. }(this, function () { 'use strict';
  6. var ka = {
  7. code: "ka",
  8. week: {
  9. dow: 1,
  10. doy: 7
  11. },
  12. buttonText: {
  13. prev: "წინა",
  14. next: "შემდეგი",
  15. today: "დღეს",
  16. month: "თვე",
  17. week: "კვირა",
  18. day: "დღე",
  19. list: "დღის წესრიგი"
  20. },
  21. weekLabel: "კვ",
  22. allDayText: "მთელი დღე",
  23. eventLimitText: function (n) {
  24. return "+ კიდევ " + n;
  25. },
  26. noEventsMessage: "ღონისძიებები არ არის"
  27. };
  28. return ka;
  29. }));