web.common: StudioLayout: added translations

This commit is contained in:
Daniil Senkiv 2019-12-23 18:30:31 +03:00
parent 6ab8348aad
commit 7b4c1f6154
3 changed files with 5 additions and 3 deletions

View File

@ -35,7 +35,7 @@ const getCustomModules = isAdmin => {
const settingsModuleWrapper = toModuleWrapper( const settingsModuleWrapper = toModuleWrapper(
{ {
id: "settings", id: "settings",
title: "Settings", title: i18n.t('Settings'),
link: "/settings" link: "/settings"
}, },
"SettingsIcon" "SettingsIcon"

View File

@ -1,5 +1,6 @@
{ {
"Profile": "Profile", "Profile": "Profile",
"AboutCompanyTitle": "About this program", "AboutCompanyTitle": "About this program",
"LogoutButton": "Sign Out" "LogoutButton": "Sign Out",
"Settings": "Settings"
} }

View File

@ -1,5 +1,6 @@
{ {
"Profile": "Профиль", "Profile": "Профиль",
"AboutCompanyTitle": "О программе", "AboutCompanyTitle": "О программе",
"LogoutButton": "Выйти" "LogoutButton": "Выйти",
"Settings": "Настройки"
} }