Web: Moved translation.

This commit is contained in:
Tatiana Lopaeva 2023-01-23 11:31:28 +03:00
parent 4db1c10153
commit 1db86f8839
5 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,7 @@
"Badges": "Badges",
"DailyFeed": "Daily DocSpace feed",
"DailyFeedDescription": "Read news and events from your DocSpace in a daily digest",
"ManageNotifications": "Manage",
"Notifications": "Notifications",
"RoomsActions": "Actions with files in Rooms",
"RoomsActivity": "Rooms activity",

View File

@ -16,7 +16,6 @@
"LogoutBtn": "Log out",
"LogoutDescription": "Note. All active connections except this connection will be logged out, as it is currently in use.",
"LogoutFrom": "Log out from {{platform}} {{browser}} ?",
"ManageNotifications": "Manage",
"MessageEmailActivationInstuctionsSentOnEmail": "The email activation instructions have been sent to the <strong>{{ email }}</strong> email address",
"MyProfile": "My profile",
"PhoneLbl": "Phone",

View File

@ -3,6 +3,7 @@
"Badges": "Бейджи",
"DailyFeed": "Ежедневная лента DocSpace",
"DailyFeedDescription": "Читайте новости и события из вашего DocSpace в ежедневной ленте",
"ManageNotifications": "Управление",
"Notifications": "Уведомления",
"RoomsActions": "Действия с файлами в комнатах",
"RoomsActivity": "Активность в комнатах",

View File

@ -16,7 +16,6 @@
"LogoutBtn": "Выйти",
"LogoutDescription": "Внимание. Все активные подключения, кроме этого подключения, будут отключены, так как оно используется в данный момент.",
"LogoutFrom": "Выйти из {{platform}} {{browser}} ?",
"ManageNotifications": "Управление",
"MessageEmailActivationInstuctionsSentOnEmail": "Инструкция по активации почты пользователя была отправлена по адресу <strong>{{ email }}</strong>",
"MyProfile": "Мой профайл",
"PhoneLbl": "Основной телефон",

View File

@ -9,7 +9,7 @@ import { StyledWrapper } from "./styled-subscriptions";
import config from "PACKAGE_FILE";
import { combineUrl } from "@docspace/common/utils";
const Subscription = (props) => {
const { t } = useTranslation(["Profile", "Common"]);
const { t } = useTranslation(["Notifications", "Common"]);
const { history } = props;
const onButtonClick = () => {