ko.mjs 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. export default {
  2. badge: '배지',
  3. open: 'Open',
  4. close: '닫기',
  5. dismiss: 'Dismiss',
  6. confirmEdit: {
  7. ok: 'OK',
  8. cancel: 'Cancel'
  9. },
  10. dataIterator: {
  11. noResultsText: '일치하는 항목이 없습니다.',
  12. loadingText: '불러오는 중...'
  13. },
  14. dataTable: {
  15. itemsPerPageText: '페이지 당 행 수:',
  16. ariaLabel: {
  17. sortDescending: '내림차순 정렬.',
  18. sortAscending: '오름차순 정렬.',
  19. sortNone: '정렬하지 않음.',
  20. activateNone: '정렬을 취소하려면 활성화하세요.',
  21. activateDescending: '내림차순 정렬을 위해 활성화하세요.',
  22. activateAscending: '오름차순 정렬을 위해 활성화하세요.'
  23. },
  24. sortBy: 'Sort by'
  25. },
  26. dataFooter: {
  27. itemsPerPageText: '페이지 당 항목 수:',
  28. itemsPerPageAll: '전체',
  29. nextPage: '다음 페이지',
  30. prevPage: '이전 페이지',
  31. firstPage: '첫 페이지',
  32. lastPage: '마지막 페이지',
  33. pageText: '{2} 중 {0}-{1}'
  34. },
  35. dateRangeInput: {
  36. divider: 'to'
  37. },
  38. datePicker: {
  39. itemsSelected: '{0} selected',
  40. range: {
  41. title: 'Select dates',
  42. header: 'Enter dates'
  43. },
  44. title: 'Select date',
  45. header: 'Enter date',
  46. input: {
  47. placeholder: 'Enter date'
  48. }
  49. },
  50. noDataText: '데이터가 없습니다.',
  51. carousel: {
  52. prev: '이전 화면',
  53. next: '다음 화면',
  54. ariaLabel: {
  55. delimiter: 'Carousel slide {0} of {1}'
  56. }
  57. },
  58. calendar: {
  59. moreEvents: '{0} 더보기',
  60. today: '오늘'
  61. },
  62. input: {
  63. clear: 'Clear {0}',
  64. prependAction: '{0} prepended action',
  65. appendAction: '{0} appended action',
  66. otp: 'Please enter OTP character {0}'
  67. },
  68. fileInput: {
  69. counter: '{0} files',
  70. counterSize: '{0} files ({1} in total)'
  71. },
  72. fileUpload: {
  73. title: 'Drag and drop files here',
  74. divider: 'or',
  75. browse: 'Browse Files'
  76. },
  77. timePicker: {
  78. am: '오전',
  79. pm: '오후',
  80. title: '시간을 선택하세요.'
  81. },
  82. pagination: {
  83. ariaLabel: {
  84. root: 'Pagination Navigation',
  85. next: '다음 페이지',
  86. previous: '이전 페이지',
  87. page: '{0} 페이지로 이동',
  88. currentPage: '현재 페이지, 페이지 {0}',
  89. first: '첫 페이지',
  90. last: '마지막 페이지'
  91. }
  92. },
  93. stepper: {
  94. next: '다음',
  95. prev: '이전'
  96. },
  97. rating: {
  98. ariaLabel: {
  99. item: 'Rating {0} of {1}'
  100. }
  101. },
  102. loading: '불러오는 중...',
  103. infiniteScroll: {
  104. loadMore: 'Load more',
  105. empty: 'No more'
  106. }
  107. };
  108. //# sourceMappingURL=ko.mjs.map