first commit

This commit is contained in:
2024-05-21 19:47:44 +02:00
parent e09eda6658
commit b4a58c8a54
121 changed files with 10201 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"TodoTest": "Doing Tests",
"HomePage": "Home",
"contact": "Contact",
"about": "About",
"login": "Login"
}
+7
View File
@@ -0,0 +1,7 @@
{
"TodoTest": "Haciendo pruebas",
"HomePage": "Página principal",
"contact": "Contacto",
"about": "Acerca de la página",
"login": "Identificarse"
}
+6
View File
@@ -0,0 +1,6 @@
{
"HomePage": "HomePage",
"contact": "contact",
"about": "about",
"login": "login"
}