Web: moved translation keys "LblSelect", "EditUserDialogTitle", "Version"

This commit is contained in:
Nikita Gopienko 2021-05-27 11:51:32 +03:00
parent 7d1af40f6a
commit 00957a65ad
18 changed files with 18 additions and 22 deletions

View File

@ -79,9 +79,7 @@
"TrashEmptyContainerDescription": "Trash is where all the deleted files are moved. You can restore or delete them permanently by emptying Trash. ",
"UnblockVersion": "Unblock/Check-in",
"UploadToFolder": "Upload to folder",
"Version": "Ver.{{version}}",
"ViewList": "List",
"Version": "Ver.{{version}}",
"RemoveFromList": "Remove from list",
"MarkRead": "Mark as read",
"ViewTiles": "Tiles"

View File

@ -79,9 +79,7 @@
"TrashEmptyContainerDescription": "В разделе «Корзина» находятся все удаленные файлы. Вы можете восстановить их, если они были удалены по ошибке, или удалить их навсегда. Обратите внимание, что когда вы удаляете файлы из корзины, они больше не могут быть восстановлены.",
"UnblockVersion": "Заблокировать/Разблокировать",
"UploadToFolder": "Загрузить в папку",
"Version": "Вер.{{version}}",
"ViewList": "Список",
"Version": "Вер.{{version}}",
"RemoveFromList": "Убрать из списка",
"MarkRead": "Пометить прочтённым",
"ViewTiles": "Плитки"

View File

@ -164,7 +164,7 @@ class SectionFilterContent extends React.Component {
label: usersCaption,
isSelector: true,
defaultOptionLabel: t("Common:MeLabel"),
defaultSelectLabel: t("Common:LblSelect"),
defaultSelectLabel: t("Common:Select"),
groupsCaption,
defaultOption: user,
selectedItem,
@ -173,7 +173,7 @@ class SectionFilterContent extends React.Component {
key: "group",
group: "filter-author",
label: groupsCaption,
defaultSelectLabel: t("Common:LblSelect"),
defaultSelectLabel: t("Common:Select"),
isSelector: true,
selectedItem,
},

View File

@ -328,7 +328,7 @@ class SectionHeaderContent extends React.Component {
let menu = [
{
label: t("Common:LblSelect"),
label: t("Common:Select"),
isDropdown: true,
isSeparator: true,
isSelect: true,

View File

@ -1,7 +1,7 @@
{
"CustomNewDepartment": "{{groupCaption}} (Erstellung)",
"GroupAction": "Arbeit mit Gruppe",
"LblSelect": "Auswählen",
"SelectAction": "Auswählen",
"Members": "Mitglieder",
"Name": "Name",
"SearchAddedMembers": "Hinzugefügte Mitglieder suchen",

View File

@ -5,7 +5,7 @@
"ContactInformation": "Kontaktdaten",
"EditPhoto": "Bild bearbeiten",
"EditSubscriptionsBtn": "Abonnements bearbeiten",
"EditUserDialogTitle": "Profil bearbeiten",
"EditUser": "Profil bearbeiten",
"InviteAgainLbl": "Erneut einladen",
"MessageEmailActivationInstuctionsSentOnEmail": "Die Hinweise für die Aktivierung wurden an \u003Cstrong\u003E{{ email }}\u003C/strong\u003E versandt.",
"PhoneLbl": "Telefon",

View File

@ -1,7 +1,7 @@
{
"CustomNewDepartment": "{{groupCaption}} (creation)",
"GroupAction": "Group action",
"LblSelect": "Select",
"SelectAction": "Select",
"Members": "Members",
"Name": "Name",
"SearchAddedMembers": "Search added members",

View File

@ -7,7 +7,7 @@
"Disconnect": "Disconnect",
"EditPhoto": "Edit photo",
"EditSubscriptionsBtn": "Edit subscriptions",
"EditUserDialogTitle": "Edit profile",
"EditUser": "Edit profile",
"InviteAgainLbl": "Invite again",
"LoginSettings": "Login settings",
"MessageEmailActivationInstuctionsSentOnEmail": "The email activation instructions have been sent to the \u003Cstrong\u003E{{ email }}\u003C/strong\u003E email address",

View File

@ -1,7 +1,7 @@
{
"CustomNewDepartment": "{{groupCaption}} (создание)",
"GroupAction": "Работа с группой",
"LblSelect": "Выбрать",
"SelectAction": "Выбрать",
"Members": "Участники",
"Name": "Название",
"SearchAddedMembers": "Поиск добавленных участников",

View File

@ -7,7 +7,7 @@
"Disconnect": "Отключить",
"EditPhoto": "Изменить фотографию",
"EditSubscriptionsBtn": "Изменить подписки",
"EditUserDialogTitle": "Редактировать",
"EditUser": "Редактировать",
"InviteAgainLbl": "Активировать адрес email ещё раз",
"LoginSettings": "Вход через социальные сети",
"MessageEmailActivationInstuctionsSentOnEmail": "Инструкция по активации почты пользователя была отправлена по адресу \u003Cstrong\u003E{{ email }}\u003C/strong\u003E",

View File

@ -274,7 +274,7 @@ const SectionBodyContent = ({
newGroupManager.default ||
newGroupManager.key === ID_NO_GROUP_MANAGER ||
newGroupManager.displayName === "profile removed"
? { ...newGroupManager, label: t("LblSelect") }
? { ...newGroupManager, label: t("SelectAction") }
: newGroupManager
}
scaled={true}

View File

@ -160,7 +160,7 @@ class SectionFilterContent extends React.Component {
group: "filter-other",
subgroup: "filter-group",
label: groupCaption,
defaultSelectLabel: t("Common:LblSelect"),
defaultSelectLabel: t("Common:Select"),
},
...groupOptions,
];

View File

@ -214,7 +214,7 @@ const SectionHeaderContent = (props) => {
const menuItems = useMemo(
() => [
{
label: t("Common:LblSelect"),
label: t("Common:Select"),
isDropdown: true,
isSeparator: true,
isSelect: true,

View File

@ -297,8 +297,8 @@ class SectionBodyContent extends React.PureComponent {
<Button
size="big"
scale={true}
label={t("EditUserDialogTitle")}
title={t("EditUserDialogTitle")}
label={t("EditUser")}
title={t("EditUser")}
onClick={this.onEditProfileClick}
/>
</EditButtonWrapper>

View File

@ -315,7 +315,7 @@ class SectionHeaderContent extends React.PureComponent {
return [
{
key: "edit",
label: t("EditUserDialogTitle"),
label: t("EditUser"),
onClick: this.onEditClick,
},
{

View File

@ -74,7 +74,7 @@
"Review": "Review",
"Size": "Größe",
"Active": "Aktiv",
"LblSelect": "Auswählen",
"Select": "Auswählen",
"Version": "Version",
"SomethingWentWrong": "Ein Fehler ist aufgetreten."
}

View File

@ -76,7 +76,7 @@
"Review": "Review",
"Size": "Size",
"Active": "Active",
"LblSelect": "Select",
"Select": "Select",
"Version": "Version",
"SomethingWentWrong": "Something went wrong."
}

View File

@ -76,7 +76,7 @@
"Review": "Рецензирование",
"Size": "Размер",
"Active": "Активный",
"LblSelect": "Выберите",
"Select": "Выберите",
"Version": "Версия",
"SomethingWentWrong": "Что-то пошло не так."
}