diff --git a/templates/_components/navbar.html.twig b/templates/_components/navbar.html.twig
index 0906aa5c..3b262cc3 100644
--- a/templates/_components/navbar.html.twig
+++ b/templates/_components/navbar.html.twig
@@ -26,37 +26,37 @@
home
- Inicio
+ {{ 'home'|trans }}
lightbulb
- Oportunidades
+ {{ 'opportunities'|trans }}
-
+
group
- Agentes
+ {{ 'agents'|trans }}
event
- Eventos
+ {{ 'events'|trans }}
domain
- Espaços
+ {{ 'spaces'|trans }}
article
- Projetos
+ {{ 'projects'|trans }}
@@ -65,13 +65,13 @@
\ No newline at end of file
diff --git a/translations/messages.en.yaml b/translations/messages.en.yaml
index b9eae837..1602fcce 100644
--- a/translations/messages.en.yaml
+++ b/translations/messages.en.yaml
@@ -4,6 +4,15 @@ Email: Email
Password: Contraseña
Login: Iniciar sesión
+home: Home
+opportunity: Opportunities
+agents: Agents
+events: Events
+spaces: Spaces
+projects: Projects
+notifications: Notifications
+login: Login
+
authentication.login.form.welcome: Bienvenido
authentication.login.form.paragraph: Inicie sesión com su cuenta
authentication.login.form.forgot_password: Olvidé mi contraseña
diff --git a/translations/messages.es.yaml b/translations/messages.es.yaml
index 8abcaa5e..1a779884 100644
--- a/translations/messages.es.yaml
+++ b/translations/messages.es.yaml
@@ -4,6 +4,15 @@ Email: Email
Password: Senha
Login: Entrar
+home: Hogar
+opportunity: Oportunidades
+agents: Agentes
+events: Eventos
+spaces: Espacios
+projects: Proyectos
+notifications: Notificaciones
+login: Entrar
+
authentication.login.form.welcome: Welcome
authentication.login.form.paragraph: Enter with your access data
authentication.login.form.forgot_password: I forgot my password
diff --git a/translations/messages.pt-BR.yaml b/translations/messages.pt-BR.yaml
index dfdea78c..f450ca4e 100644
--- a/translations/messages.pt-BR.yaml
+++ b/translations/messages.pt-BR.yaml
@@ -4,7 +4,16 @@ Email: Email
Password: Senha
Login: Entrar
+home: Início
+opportunity: Oportunidades
+agents: Agentes
+events: Eventos
+spaces: Espaços
+projects: Projetos
+notifications: Notificações
+login: Entrar
+
authentication.login.form.welcome: Boas vindas
authentication.login.form.paragraph: Entre com a sua conta
authentication.login.form.forgot_password: Esqueci minha senha
-authentication.login.form.register: Cadastre-se
+authentication.login.form.register: Cadastre-se
\ No newline at end of file