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