add content in langauge files

This commit is contained in:
2026-05-20 20:25:26 +02:00
parent 010d29c74e
commit 7c8cf6406d
10 changed files with 271 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"search": {
"searchBar": {
"submit": "Buscar",
"placeholder": "Buscar..."
},
"error": {
"searchNotAvailable": "La búsqueda no está disponible en este momento."
}
},
"error": {
"tryAgainToAnotherTime": "Por favor, inténtalo de nuevo más tarde.",
"pageNotFound": "La página que buscas no existe. Comprueba la URL o vuelve a la página de búsqueda."
},
"links": {
"back": {
"search": "Volver a la búsqueda"
}
},
"preferences": {
"colorScheme": {
"switch": {
"light": "Cambiar al modo claro",
"dark": "Cambiar al modo oscuro",
"auto": "Usar el esquema de color del sistema"
}
}
},
"slogan": "Hecho para buscar."
}