Commit 7f08fb512ab55ecc20fb43c313fca4b68c1b37bd

Authored by Aresn
Committed by GitHub
2 parents a9cd43b3 52c0d9ff

Merge pull request #1413 from dokenzy/ko-KR

add Korean(ko-KR) language
Showing 1 changed file with 96 additions and 0 deletions   Show diff stats
src/locale/lang/ko-KR.js 0 → 100644
  1 +export default {
  2 + i: {
  3 + select: {
  4 + placeholder: '선택',
  5 + noMatch: '일치하는 데이터 없음',
  6 + loading: '로딩'
  7 + },
  8 + table: {
  9 + noDataText: '데이터 없음',
  10 + noFilteredDataText: '필터된 데이터 없음',
  11 + confirmFilter: '확인',
  12 + resetFilter: '초기화',
  13 + clearFilter: '전부'
  14 + },
  15 + datepicker: {
  16 + selectDate: '날짜 선택',
  17 + selectTime: '시간 선택',
  18 + startTime: '시작 시간',
  19 + endTime: '종료 시간',
  20 + clear: '삭제',
  21 + ok: '예',
  22 + month: '월',
  23 + month1: '1월',
  24 + month2: '2월',
  25 + month3: '3월',
  26 + month4: '4월',
  27 + month5: '5월',
  28 + month6: '6월',
  29 + month7: '7월',
  30 + month8: '8월',
  31 + month9: '9월',
  32 + month10: '10월',
  33 + month11: '11월',
  34 + month12: '12월',
  35 + year: '년',
  36 + weeks: {
  37 + sun: '일',
  38 + mon: '월',
  39 + tue: '화',
  40 + wed: '수',
  41 + thu: '목',
  42 + fri: '금',
  43 + sat: '토'
  44 + },
  45 + months: {
  46 + m1: '1월',
  47 + m2: '2월',
  48 + m3: '3월',
  49 + m4: '4월',
  50 + m5: '5월',
  51 + m6: '6월',
  52 + m7: '7월',
  53 + m8: '8월',
  54 + m9: '9월',
  55 + m10: '10월',
  56 + m11: '11월',
  57 + m12: '12월'
  58 + }
  59 + },
  60 + transfer: {
  61 + titles: {
  62 + source: '소스',
  63 + target: '타겟'
  64 + },
  65 + filterPlaceholder: '여기서 찾기',
  66 + notFoundText: '아무 것도 찾을 수 없음'
  67 + },
  68 + modal: {
  69 + okText: '예',
  70 + cancelText: '취소'
  71 + },
  72 + poptip: {
  73 + okText: '예',
  74 + cancelText: '취소'
  75 + },
  76 + page: {
  77 + prev: '이전 페이지',
  78 + next: '다음 페이지',
  79 + total: '전체',
  80 + item: '항목',
  81 + items: '항목',
  82 + prev5: '이전 5 페이지',
  83 + next5: '다음 5 페이지',
  84 + page: '/페이지',
  85 + goto: '이동',
  86 + p: ''
  87 + },
  88 + rate: {
  89 + star: '중요',
  90 + stars: '중요'
  91 + },
  92 + tree: {
  93 + emptyText: '데이터 없음'
  94 + }
  95 + }
  96 +};
0 \ No newline at end of file 97 \ No newline at end of file