nextcloud/core/l10n/ru.php

37 lines
1.9 KiB
PHP
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.

<?php $TRANSLATIONS = array(
"Personal" => "Личное",
"Users" => "Пользователи",
"Apps" => "Приложения",
"Admin" => "Администратор",
"Help" => "Помощь",
"Cloud not found" => "Облако не найдено",
"Create an <strong>admin account</strong>" => "Создать <strong>учётную запись администратора</strong>",
"Username" => "Имя пользователя",
"Password" => "Пароль",
"Configure the database" => "Настройка базы данных",
"will be used" => "будет использовано",
"Database user" => "Имя пользователя для базы данных",
"Database password" => "Пароль для базы данных",
"Database name" => "Название базы данных",
"Advanced" => "Дополнительно",
"Database host" => "Хост базы данных",
"Data folder" => "Директория с данными",
"Finish setup" => "Завершить установку",
"gives you freedom and control over your own data" => "даёт Вам свободу и контроль над Вашими данными",
"Log out" => "Выйти",
"Settings" => "Настройки",
"Lost your password?" => "Забыли пароль?",
"remember" => "запомнить",
"You are logged out." => "Вы вышли.",
"You will receive a link to reset your password via Email." => "Вы получите ссылку для сброса пароля на Ваш e-mail.",
"Requested" => "Запрошено",
"Login failed!" => "Войти не удалось!",
"Username or Email" => "Имя пользователя или e-mail",
"Request reset" => "Запросить сброс",
"prev" => "пред",
"next" => "след",
"Your password was reset" => "Пароль был сброшен",
"New password" => "Новый пароль",
"Reset password" => "Сбросить пароль"
);