UNPKG

2.91 kBJavaScriptView Raw
1export default {
2 el: {
3 colorpicker: {
4 confirm: '확인',
5 clear: '초기화'
6 },
7 datepicker: {
8 now: '지금',
9 today: '오늘',
10 cancel: '취소',
11 clear: '초기화',
12 confirm: '확인',
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: '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: '/page',
76 total: '총 {total}',
77 pageClassifier: ''
78 },
79 messagebox: {
80 title: '메시지',
81 confirm: '확인',
82 cancel: '취소',
83 error: '올바르지 않은 입력'
84 },
85 upload: {
86 deleteTip: '클릭시 삭제됩니다',
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};