Przeglądaj źródła

Merge branch 'master' of https://github.com/idrafttt/fullcalendar

Adam Shaw 6 lat temu
rodzic
commit
1dc4ad1c65
1 zmienionych plików z 10 dodań i 2 usunięć
  1. 10 2
      packages/core/src/locales/th.js

+ 10 - 2
packages/core/src/locales/th.js

@@ -1,15 +1,23 @@
 
 export default {
   code: "th",
+  week: {
+    dow: 1, // Monday is the first day of the week.
+    doy: 4  // The week that contains Jan 4th is the first week of the year.
+  },
   buttonText: {
-    prev: "ย้อน",
+    prev: "ก่อนหน้า",
     next: "ถัดไป",
+    prevYear: 'ปีก่อนหน้า',
+    nextYear: 'ปีถัดไป',
+    year: 'ปี',
     today: "วันนี้",
     month: "เดือน",
     week: "สัปดาห์",
     day: "วัน",
-    list: "แผนงาน"
+    list: "กำหนดการ"
   },
+  weekLabel: "สัปดาห์",
   allDayText: "ตลอดวัน",
   eventLimitText: "เพิ่มเติม",
   noEventsMessage: "ไม่มีกิจกรรมที่จะแสดง"