diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-23 02:18:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-23 02:18:10 +0000 |
commit | b8074ae007223d6304ac3ba4ada8836c3b344d9e (patch) | |
tree | b19576847866faa92a6fab5d478b2cbe7f4d53ed /apps/settings/l10n/ru.js | |
parent | 53195cbf3a11592935cdd83f9cdd50fd378ced04 (diff) | |
download | nextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.tar.gz nextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/ru.js')
-rw-r--r-- | apps/settings/l10n/ru.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 5802812400d..d8e818e5f35 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -73,6 +73,8 @@ OC.L10N.register( "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "Максимальное количество ключей OPcache почти достигнуто. Чтобы гарантировать, что все скрипты могут быть сохранены в кэше, рекомендуется установить <code>opcache.max_accelerated_files</code> в конфигурации PHP со значением выше, чем <code>%s</code>.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "Буфер OPcache близок к переполнению. Для гарантированного сохранения всех сценариев в кэш-памяти рекомендуется в файле конфигурации подсистемы PHP установить параметру <code>opcache.memory_consumption</code> значении более чем <code>%s</code>.", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "Буфер интернированных строк OPcache почти заполнен. Чтобы обеспечить эффективное кэширование повторяющихся строк, рекомендуется установить <code>opcache.interned_strings_buffer</code> в конфигурации PHP со значением выше, чем <code>%s</code>.", + "Administrator documentation" : "Документация администратора", + "User documentation" : "Пользовательская документация", "Invalid SMTP password." : "Неверный пароль SMTP.", "Email setting test" : "Проверка настроек электронной почты", "Well done, %s!" : "Отлично, %s!", @@ -170,7 +172,6 @@ OC.L10N.register( "View in store" : "Посмотреть в магазине приложений", "Visit website" : "Перейти на веб-сайт", "Report a bug" : "Сообщить об ошибке", - "User documentation" : "Пользовательская документация", "Admin documentation" : "Документация для администратора", "Developer documentation" : "Документация для разработчиков", "This app is supported via your current Nextcloud subscription." : "Это приложение поддерживается через вашу текущую подписку Nextcloud.", @@ -425,7 +426,6 @@ OC.L10N.register( "Never" : "Никогда", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Приложение было включено, но нуждается в обновлении. В течении 5 секунд будет выполнено перенаправление на страницу обновления.", "Error: This app cannot be enabled because it makes the server unstable" : "Ошибка: это приложение не может быть включено, так как оно сделает сервер нестабильным", - "Administrator documentation" : "Документация администратора", "Documentation" : "Документация", "Forum" : "Форум", "Login" : "Логин", |