feat: add spanish translation for browser window notifications
This commit is contained in:
@@ -384,5 +384,27 @@
|
|||||||
"proxy": "Proxy",
|
"proxy": "Proxy",
|
||||||
"apikey": "Clave API"
|
"apikey": "Clave API"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"browser_window": {
|
||||||
|
"attribute_modal": {
|
||||||
|
"title": "Seleccionar Atributo",
|
||||||
|
"notifications": {
|
||||||
|
"list_select_success": "Lista seleccionada correctamente. Seleccione los datos de texto para extracción.",
|
||||||
|
"pagination_select_success": "Elemento de paginación seleccionado correctamente."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attribute_options": {
|
||||||
|
"anchor": {
|
||||||
|
"text": "Texto: {{text}}",
|
||||||
|
"url": "URL: {{url}}"
|
||||||
|
},
|
||||||
|
"image": {
|
||||||
|
"alt_text": "Texto Alt: {{altText}}",
|
||||||
|
"image_url": "URL de Imagen: {{imageUrl}}"
|
||||||
|
},
|
||||||
|
"default": {
|
||||||
|
"text": "Texto: {{text}}"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user