+
{{ t('components.userPanel.settings') }}
-
-
+
+
diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js
index 5f2ad232d..a80db2882 100644
--- a/src/i18n/en/index.js
+++ b/src/i18n/en/index.js
@@ -4,6 +4,12 @@ export default {
es: 'Spanish',
en: 'English',
},
+ collapseMenu: 'Collapse left menu',
+ backToDashboard: 'Return to dashboard',
+ notifications: 'Notifications',
+ userPanel: 'User panel',
+ theme: 'Theme',
+ logOut: 'Log out',
},
errors: {
statusUnauthorized: 'Access denied',
diff --git a/src/i18n/es/index.js b/src/i18n/es/index.js
index 79bd9f448..14353a5a6 100644
--- a/src/i18n/es/index.js
+++ b/src/i18n/es/index.js
@@ -4,6 +4,12 @@ export default {
es: 'Español',
en: 'Inglés',
},
+ collapseMenu: 'Contraer menú lateral',
+ backToDashboard: 'Volver al tablón',
+ notifications: 'Notificaciones',
+ userPanel: 'Panel de usuario',
+ theme: 'Tema',
+ logOut: 'Cerrar sesión',
},
errors: {
statusUnauthorized: 'Acceso denegado',