UNPKG

2.94 kBJavaScriptView Raw
1export default {
2 el: {
3 colorpicker: {
4 confirm: 'OK',
5 clear: 'クリア'
6 },
7 datepicker: {
8 now: '現在',
9 today: '今日',
10 cancel: 'キャンセル',
11 clear: 'クリア',
12 confirm: 'OK',
13 selectDate: '日付を選択',
14 selectTime: '時間を選択',
15 startDate: '開始日',
16 startTime: '開始時間',
17 endDate: '終了日',
18 endTime: '終了時間',
19 prevYear: '前年',
20 nextYear: '翌年',
21 prevMonth: '前月',
22 nextMonth: '翌月',
23 year: '年',
24 month1: '1月',
25 month2: '2月',
26 month3: '3月',
27 month4: '4月',
28 month5: '5月',
29 month6: '6月',
30 month7: '7月',
31 month8: '8月',
32 month9: '9月',
33 month10: '10月',
34 month11: '11月',
35 month12: '12月',
36 // week: '週次',
37 weeks: {
38 sun: '日',
39 mon: '月',
40 tue: '火',
41 wed: '水',
42 thu: '木',
43 fri: '金',
44 sat: '土'
45 },
46 months: {
47 jan: '1月',
48 feb: '2月',
49 mar: '3月',
50 apr: '4月',
51 may: '5月',
52 jun: '6月',
53 jul: '7月',
54 aug: '8月',
55 sep: '9月',
56 oct: '10月',
57 nov: '11月',
58 dec: '12月'
59 }
60 },
61 select: {
62 loading: 'ロード中',
63 noMatch: 'データなし',
64 noData: 'データなし',
65 placeholder: '選択してください'
66 },
67 cascader: {
68 noMatch: 'データなし',
69 loading: 'ロード中',
70 placeholder: '選択してください',
71 noData: 'データなし'
72 },
73 pagination: {
74 goto: '',
75 pagesize: '件/ページ',
76 total: '総計 {total} 件',
77 pageClassifier: 'ページ目へ'
78 },
79 messagebox: {
80 title: 'メッセージ',
81 confirm: 'OK',
82 cancel: 'キャンセル',
83 error: '正しくない入力'
84 },
85 upload: {
86 deleteTip: 'Delキーを押して削除する',
87 delete: '削除する',
88 preview: 'プレビュー',
89 continue: '続行する'
90 },
91 table: {
92 emptyText: 'データなし',
93 confirmFilter: '確認',
94 resetFilter: '初期化',
95 clearFilter: 'すべて',
96 sumText: '合計'
97 },
98 tree: {
99 emptyText: 'データなし'
100 },
101 transfer: {
102 noMatch: 'データなし',
103 noData: 'データなし',
104 titles: ['リスト 1', 'リスト 2'],
105 filterPlaceholder: 'キーワードを入力',
106 noCheckedFormat: '総計 {total} 件',
107 hasCheckedFormat: '{checked}/{total} を選択した'
108 },
109 image: {
110 error: 'FAILED' // to be translated
111 },
112 pageHeader: {
113 title: 'Back' // to be translated
114 },
115 popconfirm: {
116 confirmButtonText: 'Yes', // to be translated
117 cancelButtonText: 'No' // to be translated
118 },
119 empty: {
120 description: 'データなし'
121 }
122 }
123};