diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-01 00:38:43 +0000 |
commit | 94e8727af33a1a54960d5ae097220af48582664f (patch) | |
tree | a19a14fc5824133c48b8e82484bc9b3caf444731 /apps/settings/l10n/ru.json | |
parent | f63e0fd8e97b6afd8fb61a76d3f694ac83f9a787 (diff) | |
download | nextcloud-server-94e8727af33a1a54960d5ae097220af48582664f.tar.gz nextcloud-server-94e8727af33a1a54960d5ae097220af48582664f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ru.json')
-rw-r--r-- | apps/settings/l10n/ru.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index bc8f48469c8..495a76526fc 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -116,6 +116,7 @@ "Unlimited" : "Неограничено", "Verifying" : "Проверка", "Your remote address could not be determined." : "Ваш удаленный адрес определить не удалось.", + "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Каталог данных и файлы, возможно, доступны из интернета. Файл «.htaccess» не работает. Настоятельно рекомендуется настроить веб сервер таким образом, чтобы каталог данных не был доступен из внешней сети, либо переместить каталог данных за пределы корневого каталога веб-сервера.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "В базе данных отсутствуют некоторые необязательные столбцы. Из-за того, что добавление столбцов в больших таблицах может занять некоторое время, они не добавляются автоматически, если они могут быть необязательными. Запустив «occ db:add-missing-columns», эти недостающие столбцы можно добавить вручную, пока экземпляр продолжает работать. После добавления столбцов некоторые функции могут улучшить отзывчивость или удобство использования.", "Database missing indices" : "В базе данных отсутствуют некоторые индексы", "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", @@ -301,7 +302,6 @@ "Current password" : "Текущий пароль", "New password" : "Новый пароль", "Change password" : "Сменить пароль", - "Your profile information" : "Сведения о вашем профиле", "Your profile picture" : "Изображение профиля", "Upload profile picture" : "Загрузить изображение профиля", "Choose profile picture from Files" : "Выбрать изображение профиля из загруженных файлов", @@ -582,6 +582,7 @@ "Enable or disable profile by default for new users." : "Создавать или нет профили по умолчанию для новых пользователей.", "You are about to remove the group {group}. The users will NOT be deleted." : "Группа «{group}» будет удалена, но это НЕ приведёт к удалению пользователей.", "Please confirm the group removal " : "Подтвердите удаление группы", + "Your profile information" : "Сведения о вашем профиле", "Choose profile picture from files" : "Выбрать изображение профиля из загруженных файлов", "png or jpg, max. 20 MB" : "png или jpg, макс. 20 МБ", "Your email address" : "Ваш адрес электронной почты", |