LaravelTest
28 строк · 788.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var km = {5code: 'km',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4th is the first week of the year.9},10buttonText: {11prev: 'មុន',12next: 'បន្ទាប់',13today: 'ថ្ងៃនេះ',14year: 'ឆ្នាំ',15month: 'ខែ',16week: 'សប្តាហ៍',17day: 'ថ្ងៃ',18list: 'បញ្ជី',19},20weekText: 'សប្តាហ៍',21allDayText: 'ពេញមួយថ្ងៃ',22moreLinkText: 'ច្រើនទៀត',23noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',24};25
26return km;27
28}());29