ug.js 633 B

1234567891011121314151617181920
  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.ug = factory()));
  5. }(this, function () { 'use strict';
  6. var ug = {
  7. code: "ug",
  8. buttonText: {
  9. month: "ئاي",
  10. week: "ھەپتە",
  11. day: "كۈن",
  12. list: "كۈنتەرتىپ"
  13. },
  14. allDayText: "پۈتۈن كۈن"
  15. };
  16. return ug;
  17. }));