feat: add spanish translation for integration settings
This commit is contained in:
@@ -262,5 +262,31 @@
|
|||||||
"loader": {
|
"loader": {
|
||||||
"browser_startup": "Iniciando el navegador...Navegando a {{url}}"
|
"browser_startup": "Iniciando el navegador...Navegando a {{url}}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"integration_settings": {
|
||||||
|
"title": "Integrar con Google Sheet",
|
||||||
|
"descriptions": {
|
||||||
|
"sync_info": "Si habilitas esta opción, cada vez que este robot ejecute una tarea exitosamente, sus datos capturados se añadirán a tu Google Sheet.",
|
||||||
|
"authenticated_as": "Autenticado como: {{email}}"
|
||||||
|
},
|
||||||
|
"alerts": {
|
||||||
|
"success": {
|
||||||
|
"title": "Google Sheet integrado exitosamente.",
|
||||||
|
"content": "Cada vez que este robot crea una ejecución exitosa, sus datos capturados se añaden a tu Google Sheet {{sheetName}}. Puedes verificar las actualizaciones de datos",
|
||||||
|
"here": "aquí",
|
||||||
|
"note": "Nota:",
|
||||||
|
"sync_limitation": "Los datos extraídos antes de la integración con Google Sheets no se sincronizarán en el Google Sheet. Solo se sincronizarán los datos extraídos después de la integración."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"authenticate": "Autenticar con Google",
|
||||||
|
"fetch_sheets": "Obtener Google Sheets",
|
||||||
|
"remove_integration": "Eliminar integración",
|
||||||
|
"submit": "Enviar"
|
||||||
|
},
|
||||||
|
"fields": {
|
||||||
|
"select_sheet": "Seleccionar Google Sheet",
|
||||||
|
"selected_sheet": "Hoja seleccionada: {{name}} (ID: {{id}})"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user