選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

29 行
788B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var km = {
  4. code: 'km',
  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. year: 'ឆ្នាំ',
  14. month: 'ខែ',
  15. week: 'សប្តាហ៍',
  16. day: 'ថ្ងៃ',
  17. list: 'បញ្ជី',
  18. },
  19. weekText: 'សប្តាហ៍',
  20. allDayText: 'ពេញមួយថ្ងៃ',
  21. moreLinkText: 'ច្រើនទៀត',
  22. noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',
  23. };
  24. return km;
  25. }());