first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

21
node_modules/@fullcalendar/core/locales/ja.js generated vendored Normal file
View file

@ -0,0 +1,21 @@
var l41 = {
code: 'ja',
buttonText: {
prev: '前',
next: '次',
today: '今日',
year: '年',
month: '月',
week: '週',
day: '日',
list: '予定リスト',
},
weekText: '週',
allDayText: '終日',
moreLinkText(n) {
return '他 ' + n + ' 件';
},
noEventsText: '表示する予定はありません',
};
export { l41 as default };