| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- //#region ../../packages/locale/lang/ja.ts
- var ja_default = {
- name: "ja",
- el: {
- breadcrumb: { label: "Breadcrumb" },
- colorpicker: {
- confirm: "OK",
- clear: "クリア",
- defaultLabel: "color picker",
- description: "current color is {color}. press enter to select a new color.",
- alphaLabel: "pick alpha value",
- alphaDescription: "alpha {alpha}, current color is {color}",
- hueLabel: "pick hue value",
- hueDescription: "hue {hue}, current color is {color}",
- svLabel: "pick saturation and brightness value",
- svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
- predefineDescription: "select {value} as the color"
- },
- datepicker: {
- now: "現在",
- today: "今日",
- cancel: "キャンセル",
- clear: "クリア",
- confirm: "OK",
- dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
- monthTablePrompt: "Use the arrow keys and enter to select the month",
- yearTablePrompt: "Use the arrow keys and enter to select the year",
- selectedDate: "Selected date",
- selectDate: "日付を選択",
- selectTime: "時間を選択",
- startDate: "開始日",
- startTime: "開始時間",
- endDate: "終了日",
- endTime: "終了時間",
- prevYear: "前年",
- nextYear: "翌年",
- prevMonth: "前月",
- nextMonth: "翌月",
- year: "年",
- month1: "1月",
- month2: "2月",
- month3: "3月",
- month4: "4月",
- month5: "5月",
- month6: "6月",
- month7: "7月",
- month8: "8月",
- month9: "9月",
- month10: "10月",
- month11: "11月",
- month12: "12月",
- weeks: {
- sun: "日",
- mon: "月",
- tue: "火",
- wed: "水",
- thu: "木",
- fri: "金",
- sat: "土"
- },
- weeksFull: {
- sun: "Sunday",
- mon: "Monday",
- tue: "Tuesday",
- wed: "Wednesday",
- thu: "Thursday",
- fri: "Friday",
- sat: "Saturday"
- },
- months: {
- jan: "1月",
- feb: "2月",
- mar: "3月",
- apr: "4月",
- may: "5月",
- jun: "6月",
- jul: "7月",
- aug: "8月",
- sep: "9月",
- oct: "10月",
- nov: "11月",
- dec: "12月"
- }
- },
- inputNumber: {
- decrease: "decrease number",
- increase: "increase number"
- },
- select: {
- loading: "ロード中",
- noMatch: "データなし",
- noData: "データなし",
- placeholder: "選択してください"
- },
- mention: { loading: "ロード中" },
- dropdown: { toggleDropdown: "Toggle Dropdown" },
- cascader: {
- noMatch: "データなし",
- loading: "ロード中",
- placeholder: "選択してください",
- noData: "データなし"
- },
- pagination: {
- goto: "",
- pagesize: "件/ページ",
- total: "総計 {total} 件",
- pageClassifier: "ページ目へ",
- page: "Page",
- prev: "Go to previous page",
- next: "Go to next page",
- currentPage: "page {pager}",
- prevPages: "Previous {pager} pages",
- nextPages: "Next {pager} pages",
- deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
- },
- dialog: { close: "Close this dialog" },
- drawer: { close: "Close this dialog" },
- messagebox: {
- title: "メッセージ",
- confirm: "OK",
- cancel: "キャンセル",
- error: "正しくない入力",
- close: "Close this dialog"
- },
- upload: {
- deleteTip: "Delキーを押して削除する",
- delete: "削除する",
- preview: "プレビュー",
- continue: "続行する"
- },
- slider: {
- defaultLabel: "slider between {min} and {max}",
- defaultRangeStartLabel: "pick start value",
- defaultRangeEndLabel: "pick end value"
- },
- table: {
- emptyText: "データなし",
- confirmFilter: "確認",
- resetFilter: "初期化",
- clearFilter: "すべて",
- sumText: "合計",
- selectAllLabel: "Select all rows",
- selectRowLabel: "Select this row",
- expandRowLabel: "Expand this row",
- collapseRowLabel: "Collapse this row",
- sortLabel: "Sort by {column}",
- filterLabel: "Filter by {column}"
- },
- tag: { close: "Close this tag" },
- tour: {
- next: "次へ",
- previous: "前へ",
- finish: "ツアー終了",
- close: "Close this dialog"
- },
- tree: { emptyText: "データなし" },
- transfer: {
- noMatch: "データなし",
- noData: "データなし",
- titles: ["リスト 1", "リスト 2"],
- filterPlaceholder: "キーワードを入力",
- noCheckedFormat: "総計 {total} 件",
- hasCheckedFormat: "{checked}/{total} を選択した"
- },
- image: { error: "失敗" },
- pageHeader: { title: "戻る" },
- popconfirm: {
- confirmButtonText: "はい",
- cancelButtonText: "いいえ"
- },
- carousel: {
- leftArrow: "Carousel arrow left",
- rightArrow: "Carousel arrow right",
- indicator: "Carousel switch to index {index}"
- }
- }
- };
- //#endregion
- export { ja_default as default };
- //# sourceMappingURL=ja.mjs.map
|