fixed translates

This commit is contained in:
Elyor Djalilov 2024-06-19 16:40:41 +05:00
parent 4484cc42c5
commit 405879c64d
3 changed files with 5 additions and 3 deletions

View File

@ -390,13 +390,13 @@ const SectionHeaderContent = (props) => {
/>
<DropDownItem
key="online"
label={t("Common:Online")}
label={t("Common:online")}
data-index={2}
onClick={onSelectOnline}
/>
<DropDownItem
key="offline"
label={t("Common:Offline")}
label={t("Common:offline")}
data-index={3}
onClick={onSelectOffline}
/>

View File

@ -300,6 +300,7 @@
"OtherLabel": "Other",
"OtherOperations": "Other operations",
"online": "Online",
"offline": "Offline",
"Owner": "Owner",
"PageOfTotalPage": "{{page}} of {{totalPage}}",
"Pages": "Pages",

View File

@ -289,7 +289,8 @@
"orContinueWith": "или продолжить с",
"OtherLabel": "Другое",
"OtherOperations": "Другие операции",
"online": "Онлайн",
"online": "В сети",
"offline": "Не в сети",
"Owner": "Владелец",
"PageOfTotalPage": "{{page}} из {{totalPage}}",
"Pages": "Страницы",