@gem-mine/rmc-calendar
Version:
React Mobile Calendar Component(web and react-native)
34 lines (33 loc) • 932 B
JavaScript
;
exports.__esModule = true;
var locale = {
title: '選擇年月',
today: '今天',
month: '月',
year: '年',
am: '上午',
pm: '下午',
dateTimeFormat: 'yyyy年MM月dd日 星期w hh:mm',
dateFormat: 'yyyy年MM月dd日 星期w',
noChoose: '未選擇',
week: ['日', '一', '二', '三', '四', '五', '六'],
clear: '清除',
selectTime: '選擇時間',
selectStartTime: '選擇開始時間',
selectEndTime: '選擇結束時間',
start: '開始',
end: '結束',
begin: '起',
over: '止',
// eslint-disable-next-line @typescript-eslint/camelcase
begin_over: '起/止',
confirm: '確定',
cancel: '取消',
monthTitle: 'yyyy年MM月',
loadPrevMonth: '加載上一個月',
yesterday: '昨天',
lastWeek: '近一周',
lastMonth: '近一個月'
};
exports['default'] = locale;
module.exports = exports['default'];