ko top-level constant

PlassLabels const ko

The library's own vocabulary in Korean.

Implementation

const PlassLabels ko = PlassLabels(
  close: '닫기',
  cancel: '취소',
  confirm: '확인',
  acknowledge: '확인',
  search: '검색',
  selectAll: '전체 선택',
  selectRow: '행 선택',
  sortedAscending: '오름차순 정렬됨',
  sortedDescending: '내림차순 정렬됨',
  remove: '삭제',
  dismiss: '닫기',
  open: '열기',
  previous: '이전',
  next: '다음',
  reveal: '보기',
  hide: '숨기기',
  increase: '늘리기',
  decrease: '줄이기',
  preview: '미리 보기',
  empty: '항목 없음',
  optional: '선택 사항',
  breadcrumb: '탐색 경로',
  breadcrumbExpand: '숨겨진 단계 보기',
  carousel: '캐러셀',
  carouselPrevious: '이전 슬라이드',
  carouselNext: '다음 슬라이드',
  commandPalette: '명령 팔레트',
  commandPalettePlaceholder: '명령 검색',
  gallery: '갤러리',
  chart: '차트',
  minimize: '최소화',
  maximize: '최대화',
  restore: '이전 크기로',
  resizeWindow: '창 크기 조절',
  overlay: '오버레이',
  pagination: '페이지 이동',
  paginationPrevious: '이전 페이지',
  paginationNext: '다음 페이지',
  paginationFirst: '첫 페이지',
  paginationLast: '마지막 페이지',
  rating: '별점',
  sidebar: '사이드바',
  sidebarOpen: '사이드바 열기',
  sidebarClose: '사이드바 닫기',
  sidebarResize: '사이드바 크기 조절',
  skipToContent: '본문으로 건너뛰기',
  backToTop: '맨 위로',
  onThisPage: '이 페이지의 목차',
  typing: '입력 중…',
  messageSending: '보내는 중',
  messageSent: '보냄',
  messageDelivered: '전달됨',
  messageRead: '읽음',
  messageFailed: '전달되지 않음',
  spoilerWarning: '스포일러가 있을 수 있습니다',
  filePickerTitle: '파일 선택',
  newTab: '(다른 곳에서 열림)',
  transferAvailable: '사용 가능',
  transferSelected: '선택됨',
  transferToSelected: '선택 목록으로 옮기기',
  transferToAvailable: '사용 가능 목록으로 옮기기',
  copy: '복사',
  copied: '복사됨',
  copyFailed: '복사할 수 없음',
  raw: '원본',
  code: '코드',
  previousMonth: '이전 달',
  nextMonth: '다음 달',
  previousYear: '이전 해',
  nextYear: '다음 해',
  previousYears: '이전 연도 목록',
  nextYears: '다음 연도 목록',
  chooseMonth: '월 선택',
  chooseYear: '연도 선택',
  today: '오늘',
  thisMonth: '이번 달',
  thisYear: '올해',
  now: '지금',
  clear: '지우기',
  done: '완료',
  skip: '건너뛰기',
  hour: '시',
  minute: '분',
  second: '초',
  meridiem: '오전/오후',
  start: '시작',
  end: '종료',
  paginationPage: _paginationPage,
  ratingValue: _ratingValue,
  ratingNone: '별점 없음',
  carouselSlide: _carouselSlide,
  galleryItem: _galleryItem,
  removeItem: _removeItem,
  addCustom: _addCustom,
  howToStep: _howToStep,
  transferMoved: _transferMoved,
  filesRejectedType: _filesRejectedType,
  filesRejectedSize: _filesRejectedSize,
  filesRejectedCount: _filesRejectedCount,
);