{
  "autoSyncDescription": "기본 데이터가 변경되면 데이터 저장소가 <strong>자동으로 동기화됩니다</strong>",
  "premiumOnly": "(자동 동기화는 프리미엄 사용자만 사용할 수 있습니다)",
  "deleteSelection": "선택 삭제",
  "syncButtonText": {
    "sync": "동기화",
    "running": "실행 중",
    "pending": "보류 중",
    "error": "동기화"
  },
  "searchLabel": "데이터 소스 검색 (이름)",
  "results": "{count, plural, one {# 결과} other {# 결과}}",
  "searchPlaceholder": "검색",
  "typeFilterLabel": "유형",
  "filterByType": "유형별 필터링",
  "datasourceTypes": {
    "web_page": "웹 페이지",
    "web_site": "웹사이트",
    "google_drive_folder": "Google 드라이브 폴더",
    "google_drive_file": "Google 드라이브 파일",
    "notion_page": "Notion 페이지",
    "notion": "Notion",
    "text": "텍스트",
    "file": "파일",
    "qa": "질문 및 답변",
    "youtube_video": "YouTube (영상)",
    "youtube_bulk": "YouTube (대량)",
    "gmail": "Gmail",
    "gmail_label": "Gmail 라벨",
    "slack": "Slack",
    "objectIdRequired": "파일 또는 폴더를 선택하세요",
    "selectDrive": "드라이브 선택",
    "chooseOption": "옵션 선택",
    "google_sheets": "Google Sheets"
  },
  "statusFilterLabel": "상태",
  "filterByStatus": "상태별 필터링",
  "datasourceStatuses": {
    "unsynched": "동기화되지 않음",
    "pending": "보류 중",
    "running": "실행 중",
    "synched": "동기화됨",
    "error": "오류",
    "usage_limit_reached": "사용 한도 도달"
  },
  "tableHeaders": {
    "name": "이름",
    "type": "유형",
    "size": "크기",
    "lastSync": "마지막 동기화",
    "status": "상태",
    "actions": "동작"
  },
  "pagination": {
    "previous": "이전",
    "next": "다음",
    "pageInfo": "페이지 {current} / {total}"
  }
}