1 line
9.0 KiB
Plaintext
1 line
9.0 KiB
Plaintext
|
|
{"version":3,"file":"ja.min.mjs","sources":["../../../../packages/locale/lang/ja.ts"],"sourcesContent":["export default {\n name: 'ja',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'OK',\n clear: 'クリア',\n defaultLabel: 'color picker', // to be translated\n description:\n 'current color is {color}. press enter to select a new color.', // to be translated\n alphaLabel: 'pick alpha value', // to be translated\n alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated\n hueLabel: 'pick hue value', // to be translated\n hueDescription: 'hue {hue}, current color is {color}', // to be translated\n },\n datepicker: {\n now: '現在',\n today: '今日',\n cancel: 'キャンセル',\n clear: 'クリア',\n confirm: 'OK',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month', // to be translated\n monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated\n yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated\n selectedDate: 'Selected date', // to be translated\n selectDate: '日付を選択',\n selectTime: '時間を選択',\n startDate: '開始日',\n startTime: '開始時間',\n endDate: '終了日',\n endTime: '終了時間',\n prevYear: '前年',\n nextYear: '翌年',\n prevMonth: '前月',\n nextMonth: '翌月',\n year: '年',\n month1: '1月',\n month2: '2月',\n month3: '3月',\n month4: '4月',\n month5: '5月',\n month6: '6月',\n month7: '7月',\n month8: '8月',\n month9: '9月',\n month10: '10月',\n month11: '11月',\n month12: '12月',\n weeks: {\n sun: '日',\n mon: '月',\n tue: '火',\n wed: '水',\n thu: '木',\n fri: '金',\n sat: '土',\n },\n weeksFull: {\n sun: 'Sunday', // to be translated\n mon: 'Monday', // to be translated\n tue: 'Tuesday', // to be translated\n wed: 'Wednesday', // to be translated\n thu: 'Thursday', // to be translated\n fri: 'Friday', // to be translated\n sat: 'Saturday', // to be translated\n },\n months: {\n jan: '1月',\n feb: '2月',\n mar: '3月',\n apr: '4月',\n may: '5月',\n jun: '6月',\n jul: '7月',\n aug: '8月',\n sep: '9月',\n oct: '10月',\n nov: '11月',\n dec: '12月',\n },\n },\n inputNumber: {\n decrease: 'decrease number', // to be translated\n increase: 'increase number', // to be translated\n },\n select: {\n loading: 'ロード中',\n noMatch: 'データなし',\n noData: 'データなし',\n placeholder: '選択してください',\n },\n mention: {\n loading: 'ロード中',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'データなし',\n loading: 'ロード中',\n placeholder: '選択してください',\n noData: 'データなし',\n },\n pagination: {\n goto: '',\n pagesize: '件/ページ',\n total: '総計 {total} 件',\n pageClassifier: 'ページ目へ',\n page: 'Page', // to be translated\n prev: 'Go to previous page', // to be translated\n next: 'Go to next page', // to be translated\n currentPage: 'page {pager}', // to be translated\n prevPages: 'Previous {pager} pages', // to be translated\n nextPages: 'Next {pager} pages', // to be translated\n deprecationWarning:\n 'Deprecated usages detected, please refer to the el-pagination documentation for more details', // to be translated\n },\n dialog: {\n close: 'Close this dialog', // to be translated\n },\n drawer: {\n close: 'Close this dialog',
|