diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-26 00:20:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-26 00:20:41 +0000 |
commit | 344dda25c0a2b9f459a24588754633fde322a3eb (patch) | |
tree | 1b417a0262b8fe7be24231f0435cdb1bd356cd49 /core/l10n/ru.js | |
parent | 326d198fdeb09e0a522c401dca81d12010a6e44c (diff) | |
download | nextcloud-server-344dda25c0a2b9f459a24588754633fde322a3eb.tar.gz nextcloud-server-344dda25c0a2b9f459a24588754633fde322a3eb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/ru.js')
-rw-r--r-- | core/l10n/ru.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 7da4d8faba1..d7662a436fa 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -43,6 +43,7 @@ OC.L10N.register( "Task not found" : "Задача не найдена", "Internal error" : "Внутренняя ошибка", "Not found" : "Не найдено", + "Bad request" : "Плохой запрос", "Requested task type does not exist" : "Запрошенный тип задачи не существует", "Necessary language model provider is not available" : "Необходимый поставщик языковой модели недоступен", "No text to image provider is available" : "Поставщик преобразования текста в изображение недоступен", @@ -277,6 +278,7 @@ OC.L10N.register( "The server was unable to complete your request." : "Запрос не может быть обработан сервером.", "If this happens again, please send the technical details below to the server administrator." : "Если это случится ещё раз, отправьте администратору сервера подробное сообщение о произошедшем, приведённое ниже.", "More details can be found in the server log." : "Подробную информацию можно найти в журнале сервера.", + "For more details see the documentation ↗." : "Для получения более подробной информации ознакомьтесь с документацией ↗.", "Technical details" : "Технические подробности", "Remote Address: %s" : "Удаленный адрес: %s", "Request ID: %s" : "ID Запроса: %s", |