{
  "autoSyncDescription": "Datastores are <strong>automatically synchronized</strong> when the underlying data changes",
  "premiumOnly": "(Auto-sync is enabled for premium users only)",
  "deleteSelection": "Delete Selection",
  "syncButtonText": {
    "sync": "Sync",
    "running": "Running",
    "pending": "Pending",
    "error": "Sync"
  },
  "searchLabel": "Search for datasource (name)",
  "results": "{count, plural, one {# result} other {# results}}",
  "searchPlaceholder": "Search",
  "typeFilterLabel": "Type",
  "filterByType": "Filter by type",
  "datasourceTypes": {
    "web_page": "Web Page",
    "web_site": "Website",
    "google_drive_folder": "Google Drive Folder",
    "google_drive_file": "Google Drive File",
    "google_sheets": "Google Sheets",
    "notion_page": "Notion Page",
    "notion": "Notion",
    "text": "Text",
    "file": "File",
    "qa": "Questions & Answers",
    "youtube_video": "YouTube (video)",
    "youtube_bulk": "YouTube (bulk)",
    "gmail": "Gmail",
    "gmail_label": "Gmail Label",
    "slack": "Slack",
    "objectIdRequired": "Select a File or Folder",
    "selectDrive": "Select Drive",
    "chooseOption": "Choose an option"
  },
  "statusFilterLabel": "Status",
  "filterByStatus": "Filter by status",
  "datasourceStatuses": {
    "unsynched": "Unsynched",
    "pending": "Pending",
    "running": "Running",
    "synched": "Synched",
    "error": "Error",
    "usage_limit_reached": "Usage Limit Reached"
  },
  "tableHeaders": {
    "name": "Name",
    "type": "Type",
    "size": "Size",
    "lastSync": "Last Sync",
    "status": "Status",
    "actions": "Actions"
  },
  "pagination": {
    "previous": "Previous",
    "next": "Next",
    "pageInfo": "Page {current} of {total}"
  }
}