Client: added Index translation

This commit is contained in:
Dmitry Sychugov 2024-06-24 19:13:28 +05:00
parent df2d67c1df
commit 643b92a49f
4 changed files with 4 additions and 2 deletions

View File

@ -86,6 +86,7 @@
"GoToPersonal": "Go to Documents",
"Images": "Images",
"InviteUsersInRoom": "Invite users in room",
"Index": "Index",
"LeaveRoomDescription": "You are the owner of this room. Before you leave the room, you must transfer the owner's role to another user.",
"LeaveTheRoom": "Leave the room",
"LeftAndAppointNewOwner": "You have left the room and appointed a new owner",

View File

@ -85,6 +85,7 @@
"GoToPersonal": "Перейти к Документам",
"Images": "Изображения",
"InviteUsersInRoom": "Пригласить пользователей в комнату",
"Index": "Индекс",
"LeaveRoomDescription": "Вы являетесь новым владельцем комнаты. Перед тем, как покинуть комнату, вы должны передать роль владельца другому пользователю.",
"LeaveTheRoom": "Покинуть комнату",
"LeftAndAppointNewOwner": "Вы покинули комнату и назначили нового владельца",

View File

@ -218,7 +218,7 @@ class DetailsHelper {
return this.t("CreationDate");
case "Index":
return "Index";
return this.t("Files:Index");
case "Versions":
return this.t("InfoPanel:Versions");

View File

@ -333,7 +333,7 @@ const FilesRowContent = ({
fontWeight={400}
className="row_update-text"
>
{`idx ${order}`}
{`${t("Files:Index")} ${order}`}
</Text>
)}