UNPKG

2.96 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: '확인',
8 clear: '초기화'
9 },
10 datepicker: {
11 now: '지금',
12 today: '오늘',
13 cancel: '취소',
14 clear: '초기화',
15 confirm: '확인',
16 selectDate: '날짜 선택',
17 selectTime: '시간 선택',
18 startDate: '시작 날짜',
19 startTime: '시작 시간',
20 endDate: '종료 날짜',
21 endTime: '종료 시간',
22 prevYear: '지난해',
23 nextYear: '다음해',
24 prevMonth: '지난달',
25 nextMonth: '다음달',
26 year: '년',
27 month1: '1월',
28 month2: '2월',
29 month3: '3월',
30 month4: '4월',
31 month5: '5월',
32 month6: '6월',
33 month7: '7월',
34 month8: '8월',
35 month9: '9월',
36 month10: '10월',
37 month11: '11월',
38 month12: '12월',
39 // week: 'week',
40 weeks: {
41 sun: '일',
42 mon: '월',
43 tue: '화',
44 wed: '수',
45 thu: '목',
46 fri: '금',
47 sat: '토'
48 },
49 months: {
50 jan: '1월',
51 feb: '2월',
52 mar: '3월',
53 apr: '4월',
54 may: '5월',
55 jun: '6월',
56 jul: '7월',
57 aug: '8월',
58 sep: '9월',
59 oct: '10월',
60 nov: '11월',
61 dec: '12월'
62 }
63 },
64 select: {
65 loading: '불러오는 중',
66 noMatch: '맞는 데이터가 없습니다',
67 noData: '데이터 없음',
68 placeholder: '선택'
69 },
70 cascader: {
71 noMatch: '맞는 데이터가 없습니다',
72 loading: '불러오는 중',
73 placeholder: '선택',
74 noData: '데이터 없음'
75 },
76 pagination: {
77 goto: '이동',
78 pagesize: '/page',
79 total: '총 {total}',
80 pageClassifier: ''
81 },
82 messagebox: {
83 title: '메시지',
84 confirm: '확인',
85 cancel: '취소',
86 error: '올바르지 않은 입력'
87 },
88 upload: {
89 deleteTip: '클릭시 삭제됩니다',
90 delete: '삭제',
91 preview: '미리보기',
92 continue: '계속하기'
93 },
94 table: {
95 emptyText: '데이터 없음',
96 confirmFilter: '확인',
97 resetFilter: '초기화',
98 clearFilter: '전체',
99 sumText: '합'
100 },
101 tree: {
102 emptyText: '데이터 없음'
103 },
104 transfer: {
105 noMatch: '맞는 데이터가 없습니다',
106 noData: '데이터 없음',
107 titles: ['리스트 1', '리스트 2'],
108 filterPlaceholder: ' 입력하세요',
109 noCheckedFormat: '{total} 항목',
110 hasCheckedFormat: '{checked}/{total} 선택됨'
111 },
112 image: {
113 error: 'FAILED' // to be translated
114 },
115 pageHeader: {
116 title: 'Back' // to be translated
117 },
118 popconfirm: {
119 confirmButtonText: 'Yes', // to be translated
120 cancelButtonText: 'No' // to be translated
121 },
122 empty: {
123 description: '데이터 없음'
124 }
125 }
126};
\No newline at end of file