{
  "autoSyncDescription": "Los almacenes de datos se <strong>sincronizan automáticamente</strong> cuando los datos subyacentes cambian",
  "premiumOnly": "(La sincronización automática está habilitada solo para usuarios premium)",
  "deleteSelection": "Eliminar selección",
  "syncButtonText": {
    "sync": "Sincronizar",
    "running": "En ejecución",
    "pending": "Pendiente",
    "error": "Sincronizar"
  },
  "searchLabel": "Buscar fuente de datos (nombre)",
  "results": "{count, plural, one {# resultado} other {# resultados}}",
  "searchPlaceholder": "Buscar",
  "typeFilterLabel": "Tipo",
  "filterByType": "Filtrar por tipo",
  "datasourceTypes": {
    "web_page": "Página web",
    "web_site": "Sitio web",
    "google_drive_folder": "Carpeta de Google Drive",
    "google_drive_file": "Archivo de Google Drive",
    "notion_page": "Página de Notion",
    "notion": "Notion",
    "text": "Texto",
    "file": "Archivo",
    "qa": "Preguntas y Respuestas",
    "youtube_video": "YouTube (video)",
    "youtube_bulk": "YouTube (por lotes)",
    "gmail": "Gmail",
    "gmail_label": "Etiqueta de Gmail",
    "slack": "Slack",
    "objectIdRequired": "Seleccione un archivo o carpeta",
    "selectDrive": "Seleccione el Drive",
    "chooseOption": "Elija una opción",
    "google_sheets": "Google Sheets"
  },
  "statusFilterLabel": "Estado",
  "filterByStatus": "Filtrar por estado",
  "datasourceStatuses": {
    "unsynched": "No sincronizado",
    "pending": "Pendiente",
    "running": "En ejecución",
    "synched": "Sincronizado",
    "error": "Error",
    "usage_limit_reached": "Límite de uso alcanzado"
  },
  "tableHeaders": {
    "name": "Nombre",
    "type": "Tipo",
    "size": "Tamaño",
    "lastSync": "Última sincronización",
    "status": "Estado",
    "actions": "Acciones"
  },
  "pagination": {
    "previous": "Anterior",
    "next": "Siguiente",
    "pageInfo": "Página {current} de {total}"
  }
}