diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-08 11:10:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-08 11:10:10 +0200 |
commit | 62e466f7746b5d7d007c61782f194ac8d0262e24 (patch) | |
tree | 8408ef8667a75f43d0c89055b0455b26fbc5ae0a /library/fullcalendar/packages/core/locales/th.js | |
parent | 70777a047d3e952b15b418406a46b7983af60cec (diff) | |
parent | 47fd95db9d2edc21f113e5843d87af9d9b62b243 (diff) | |
download | volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.tar.gz volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.tar.bz2 volse-hubzilla-62e466f7746b5d7d007c61782f194ac8d0262e24.zip |
Merge branch 'dev'
Diffstat (limited to 'library/fullcalendar/packages/core/locales/th.js')
-rw-r--r-- | library/fullcalendar/packages/core/locales/th.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/library/fullcalendar/packages/core/locales/th.js b/library/fullcalendar/packages/core/locales/th.js new file mode 100644 index 000000000..caa3fe9a6 --- /dev/null +++ b/library/fullcalendar/packages/core/locales/th.js @@ -0,0 +1,25 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : + typeof define === 'function' && define.amd ? define(factory) : + (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.th = factory())); +}(this, function () { 'use strict'; + + var th = { + code: "th", + buttonText: { + prev: "ย้อน", + next: "ถัดไป", + today: "วันนี้", + month: "เดือน", + week: "สัปดาห์", + day: "วัน", + list: "แผนงาน" + }, + allDayText: "ตลอดวัน", + eventLimitText: "เพิ่มเติม", + noEventsMessage: "ไม่มีกิจกรรมที่จะแสดง" + }; + + return th; + +})); |