first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
25
node_modules/@fullcalendar/core/locales/ms.js
generated
vendored
Normal file
25
node_modules/@fullcalendar/core/locales/ms.js
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
var l51 = {
|
||||
code: 'ms',
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Sebelum',
|
||||
next: 'Selepas',
|
||||
today: 'hari ini',
|
||||
year: 'Tahun',
|
||||
month: 'Bulan',
|
||||
week: 'Minggu',
|
||||
day: 'Hari',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'Mg',
|
||||
allDayText: 'Sepanjang hari',
|
||||
moreLinkText(n) {
|
||||
return 'masih ada ' + n + ' acara';
|
||||
},
|
||||
noEventsText: 'Tiada peristiwa untuk dipaparkan',
|
||||
};
|
||||
|
||||
export { l51 as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue