Files
iiko-connector/frontend/src/locales/ru.json

36 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"app": {
"title": "Панель администратора",
"dashboard": "Панель управления",
"users": "Пользователи",
"restaurants": "Рестораны",
"settings": "Настройки",
"profile": "Профиль",
"logout": "Выйти",
"language": "Язык"
},
"user": {
"pageName": "Управление пользователями",
"add": "Добавить пользователя",
"edit": "Редактировать пользователя"
},
"login": {
"title": "С возвращением",
"subtitle": "Войдите в свой аккаунт",
"username": "Имя пользователя или Email",
"password": "Пароль",
"remember": "Запомнить меня",
"signin": "Войти",
"createAccount": "Создать аккаунт"
},
"profile": {
"title": "Мой профиль",
"email": "Email",
"password": "Пароль",
"newPassword": "Новый пароль",
"language": "Язык",
"save": "Сохранить",
"role": "Роль"
}
}