sota-vuejs-datetimepicker
Version:
Datetime picker for vuejs2
25 lines • 763 B
JavaScript
export const ja = {
"month.january": "1月",
"month.february": "2月",
"month.march": "3月",
"month.april": "4月",
"month.may": "5月",
"month.june": "6月",
"month.july": "7月",
"month.august": "8月",
"month.september": "9月",
"month.october": "10月",
"month.november": "11月",
"month.december": "12月",
"day_of_week.monday": "月",
"day_of_week.tuesday": "火",
"day_of_week.wednesday": "水",
"day_of_week.thursday": "木",
"day_of_week.friday": "金",
"day_of_week.saturday": "土",
"day_of_week.sunday": "日",
"lbl_select_date": "日付を選択",
"btn_ok": "いいよ",
"btn_clear": "晴れ",
"errors.msg_not_supported": "0(日曜日)と1(月曜日)のみがサポートされています。"
}