{
  "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}"
  }
}