feat: add spanish translation for browser window notifications

This commit is contained in:
RohitR311
2024-12-21 16:32:09 +05:30
parent e0c7acfb19
commit 6dafc7986c

View File

@@ -384,5 +384,27 @@
"proxy": "Proxy",
"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}}"
}
}
}
}