diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 7fd4cb2..9208c60 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -9,6 +9,7 @@ "messages": "Messages", "tickets": "Tickets", "settings": "Settings", + "seeder": "Seeder", "my_jobs": "My Jobs", "applications": "Applications", "my_applications": "My Applications", diff --git a/frontend/src/i18n/es.json b/frontend/src/i18n/es.json index 6a0ae62..4aa95d2 100644 --- a/frontend/src/i18n/es.json +++ b/frontend/src/i18n/es.json @@ -8,6 +8,8 @@ "backoffice": "Backoffice", "messages": "Mensajes", "tickets": "Tickets", + "settings": "Configuración", + "seeder": "Seeder", "my_jobs": "Mis Empleos", "applications": "Postulaciones", "my_applications": "Mis Postulaciones", diff --git a/frontend/src/i18n/pt-BR.json b/frontend/src/i18n/pt-BR.json index a3f3e80..3e91a53 100644 --- a/frontend/src/i18n/pt-BR.json +++ b/frontend/src/i18n/pt-BR.json @@ -9,6 +9,7 @@ "messages": "Mensagens", "tickets": "Tickets", "settings": "Configurações", + "seeder": "Seeder", "my_jobs": "Minhas Vagas", "applications": "Candidaturas", "my_applications": "Minhas Candidaturas",