1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-08 06:55:30 +02:00

Update login.js

Corrections have been made to the translation of RU, missing lines have been added.

Added: logInWithSSO
Added: useSingleSignOn
Rename: pageNotFound_title
This commit is contained in:
Blyamur 2024-07-22 09:47:00 +03:00 committed by GitHub
parent eeb1bd80cc
commit 2082364e21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,15 +6,17 @@ export default {
invalidPassword: 'Неверный пароль',
logInToPlanka: 'Вход в Planka',
noInternetConnection: 'Нет соединения',
pageNotFound: 'Страница не найдена',
pageNotFound_title: 'Страница не найдена',
password: 'Пароль',
projectManagement: 'Управление проектами',
serverConnectionFailed: 'Не могу подключиться к серверу',
unknownError: 'Что-то пошло не так, попробуйте позже',
useSingleSignOn: 'Используйте единый вход',
},
action: {
logIn: 'Войти',
logInWithSSO: 'Войти с помощью единого входа',
},
},
};