diff --git a/app/locales/ru_RU/translations.php b/app/locales/ru_RU/translations.php index 4b91571..8065319 100644 --- a/app/locales/ru_RU/translations.php +++ b/app/locales/ru_RU/translations.php @@ -207,7 +207,7 @@ return array( 'Connection timeout.' => 'Время соединения истекло.', 'Feed is malformed.' => 'Некорректный канал', 'Invalid SSL certificate.' => 'Неверный SSL сертификат.', - // 'Maximum number of HTTP redirection exceeded.' => '', + 'Maximum number of HTTP redirection exceeded.' => 'Достигнуто максимальное количество HTTP редиректов.', 'The content size exceeds to maximum allowed size.' => 'Превышен максимально допустимый размер контента', 'Unable to detect the feed format.' => 'Невозможно определить формат канала.', 'add a new group' => 'добавить новую группу', @@ -216,42 +216,42 @@ return array( 'view' => 'смотреть', 'Item title links to' => 'Заголовок статьи ведет на', 'Original' => 'Оригинал', - // 'Last Login' => '', + 'Last Login' => 'Последний вход', 'Search' => 'Поиск', 'There are no results for your search' => 'По вашему запросу ничего не нашлось', 'Send bookmarks to Wallabag' => 'Отправлять закладки в Wallabag', 'Wallabag username' => 'Имя пользователя Wallabag', 'Wallabag password' => 'Пароль Wallabag', - // 'An error occurred during the last check: "%s".' => '', - // 'User Profile' => '', - // 'Users' => '', - // 'New User' => '', - // 'New user created successfully.' => '', - // 'Unable to create this user.' => '', - // 'Edit User' => '', - // 'User modified successfully.' => '', - // 'Unable to edit this user.' => '', - // 'Remove User' => '', - // 'Not allowed to fetch feed.' => '', - // 'Unable to save this subscription in the database.' => '', - // 'Titles' => '', - // 'profile' => '', - // 'users' => '', - // 'Cronjob URL' => '', - // 'Do you really want to remove this user: "%s"?' => '', - // 'Administrator' => '', - // '%e %B %Y %k:%M' => '', - // 'Wallabag' => '', - // 'Wallabag API URL' => '', - // 'Wallabag Client ID' => '', - // 'Wallabag Client Secret' => '', - // 'Action' => '', - // 'Yes' => '', - // 'No' => '', - // 'Edit' => '', - // 'The user id required' => '', - // 'The username must be unique' => '', - // 'Current Password' => '', - // 'New Password' => '', - // 'Wrong password' => '', + 'An error occurred during the last check: "%s".' => 'В процессе последней проверки возникла ошибка: "%s".', + 'User Profile' => 'Профиль пользователя', + 'Users' => 'Пользователи', + 'New User' => 'Новый пользователь', + 'New user created successfully.' => 'Новый пользователь успешно создан.', + 'Unable to create this user.' => 'Невозможно создать этого пользователя.', + 'Edit User' => 'Изменить данные пользователя', + 'User modified successfully.' => 'Данные пользователя успешно изменены.', + 'Unable to edit this user.' => 'Невозможно изменить данные этого пользователя.', + 'Remove User' => 'Удалить пользователя', + 'Not allowed to fetch feed.' => 'Невозможно загрузить канал', + 'Unable to save this subscription in the database.' => 'Невозможно сохранить эту подписку в базу данных.', + 'Titles' => 'Заголовки', + 'profile' => 'профиль', + 'users' => 'пользователи', + 'Cronjob URL' => 'URL cron-задачи', + 'Do you really want to remove this user: "%s"?' => 'Вы действительно хотите удалить этого пользователя: "%s"?', + 'Administrator' => 'Администратор', + '%e %B %Y %k:%M' => '%e %B %Y %k:%M', + 'Wallabag' => 'Wallabag', + 'Wallabag API URL' => 'Wallabag API URL', + 'Wallabag Client ID' => 'Wallabag Client ID', + 'Wallabag Client Secret' => 'Wallabag Client Secret', + 'Action' => 'Действие', + 'Yes' => 'Да', + 'No' => 'Нет', + 'Edit' => 'Изменить', + 'The user id required' => 'Необходим id пользователя', + 'The username must be unique' => 'Логин должен быть уникальным', + 'Current Password' => 'Текущий пароль', + 'New Password' => 'Новый пароль', + 'Wrong password' => 'Неверный пароль', );