1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00
planka/client/src/locales/ru-RU/embed.js

21 lines
685 B
JavaScript
Raw Normal View History

2019-08-31 04:07:25 +05:00
export default {
translation: {
common: {
email: 'E-mail',
emailDoesNotExist: 'Неверный e-mail',
invalidPassword: 'Неверный пароль',
logInToPlanka: 'Вход в Planka',
noInternetConnection: 'Нет соединения',
pageNotFound: 'Страница не найдена',
2019-08-31 04:07:25 +05:00
password: 'Пароль',
projectManagment: 'Управление проектами',
serverConnectionFailed: 'Не могу подключиться к серверу',
unknownError: 'Что-то пошло не так, попробуйте позже',
},
action: {
logIn: 'Войти',
},
},
};