fixed translates

This commit is contained in:
Elyor Djalilov 2024-06-05 18:33:12 +05:00
parent 7c9c8ca020
commit 02cd3133fa
3 changed files with 3 additions and 2 deletions

View File

@ -434,7 +434,7 @@ const SectionHeaderContent = (props) => {
iconUrl: LogoutReactSvgUrl,
},
{
id: "Disable",
id: "disable",
key: "Disable",
label: t("Common:DisableUserButton"),
onClick: onClickDisable,

View File

@ -67,7 +67,7 @@ const SecurityWrapper = (props) => {
},
{
id: "sessions",
name: t("Sessions"),
name: t("Common:Sessions"),
content: <Sessions />,
},
];

View File

@ -359,6 +359,7 @@
"SendRequest": "Отправить запрос",
"SetDiskSpaceQuota": "Установите квоту хранилища, чтобы определить максимальное дисковое пространство для этого DocSpace.",
"SetQuotaStorageLimit": "Установите квоту, чтобы определить лимит хранилища.",
"Sessions": "Сессии",
"Settings": "Настройки",
"SettingsGeneral": "Общие",
"SettingsPersonal": "Персональные",