diff options
Diffstat (limited to 'apps/settings/l10n/ru.js')
-rw-r--r-- | apps/settings/l10n/ru.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index caf147825f7..5802812400d 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -276,9 +276,15 @@ OC.L10N.register( "Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Обновление изображения профиля может занять до 24 часов.", "Choose your profile picture" : "Выберите изображение профиля", "Please select a valid png or jpg file" : "Выберите файл в формате .png и .jpg", + "Error setting profile picture" : "Не удалось установить изображение профиля", + "Error cropping profile picture" : "Не удалось обрезать изображение профиля", + "Error saving profile picture" : "Не удалось сохранить изображение профиля", + "Error removing profile picture" : "Не удалось очистить изображения профиля", "Your biography" : "Ваша биография", "Details" : "Подробные сведения", "You are a member of the following groups:" : "Вы являетесь участником следующих групп:", + "You are using <strong>{usage}</strong>" : "Вы используете <strong>{usage}</strong>", + "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Вы используете <strong>{usage}</strong> из <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", "Your full name" : "Ваше полное имя", "Email options" : "Параметры эл. почты", "Primary email for password reset and notifications" : "Основной адрес эл. почты для сброса пароля и получения уведомлений", @@ -302,6 +308,10 @@ OC.L10N.register( "Unable to update language" : "Не удалось изменить язык", "No language set" : "Язык не задан", "Locale" : "Региональные стандарты", + "Week starts on {firstDayOfWeek}" : "Первый день недели: {firstDayOfWeek}", + "Unable to update locale" : "Не удалось обновить локаль", + "No locale set" : "Локаль не задана", + "Your location" : "Местоположение", "Your organisation" : "Ваша организация", "Your phone number" : "Ваш номер телефона", "Edit your Profile visibility" : "Изменить видимость профиля", @@ -313,6 +323,8 @@ OC.L10N.register( "Your role" : "Ваша роль", "Your Twitter handle" : "Ваше имя в Twiter", "Your website" : "Ваш сайт", + "No {property} set" : "Свойство «{property}» не задано", + "Unable to update {property}" : "Не удалось обновить свойство «{property}»", "Add additional email" : "Добавить дополнительную электронную почту", "Add" : "Добавить", "You do not have permissions to see the details of this user" : "У вас нет прав на просмотр данных об этом пользователе", |