diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:31 +0000 |
commit | ee2088970bafe3a24cac8db086f95905c9bd45b3 (patch) | |
tree | d95499811ccce36bb231640964117e0bb84904d6 /apps/files_sharing/l10n/ru.js | |
parent | d2e54724c5abdb03ddce2d6181e1325118d5cd1e (diff) | |
download | nextcloud-server-ee2088970bafe3a24cac8db086f95905c9bd45b3.tar.gz nextcloud-server-ee2088970bafe3a24cac8db086f95905c9bd45b3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index cef18822764..ba84493095d 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -69,6 +69,7 @@ OC.L10N.register( "Share for file {file} with {user} expired" : "Срок действия общего доступа к «{file}» для пользователя {user} истек", "Share for file {file} expired" : "Срок действия общего доступа к «{file}» истек", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "<strong>Скачаны</strong> файлы или папки, доступ к которым был предоставлен по электронной почте или общедоступной ссылке", + "Files have been <strong>uploaded</strong> to a folder shared by mail or by public link" : "Файлы были <strong>загружены </strong>в папку, расшаренную по почте или по публичной ссылке", "A file or folder was shared from <strong>another server</strong>" : "Общий доступ к файлу или каталогу предоставлен <strong>с другого сервера</strong>", "Sharing" : "Общий доступ", "A file or folder has been <strong>shared</strong>" : "Файл или каталог <strong>опубликован</strong>", @@ -147,6 +148,7 @@ OC.L10N.register( "Internal link" : "Внутренняя ссылка", "Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную", "Copy internal link to clipboard" : "Скопировать внутреннюю ссылку в буфер обмена", + "Only works for people with access to this folder" : "Работает только для людей, имеющих доступ к этой папке", "Link copied" : "Ссылка скопирована", "Please enter the following required information before creating the share" : "Для создания общего ресурса требуется указать следующие данные", "Password protection (enforced)" : "Защита паролем (требуется системной)", @@ -156,6 +158,7 @@ OC.L10N.register( "Enter a date" : "Введите дату", "Create share" : "Создать общий ресурс", "Customize link" : "Индивидуальная ссылка", + "Generate QR code" : "Сгенерировать QR-код", "Add another link" : "Добавить другую ссылку", "Create a new share link" : "Создать ссылку доступа", "{shareWith} by {initiator}" : "{shareWith} предоставлено {initiator}", @@ -188,6 +191,7 @@ OC.L10N.register( "on {server}" : "на {server}", "Note:" : "Примечание:", "Enter your name" : "Введите своё имя", + "Upload files to {folder}" : "Загрузить файлы в {folder}", "Allow upload and editing" : "Разрешить приём и редактирование", "Allow editing" : "Разрешить редактирование", "Upload only" : "Только загружать", @@ -214,6 +218,7 @@ OC.L10N.register( "Update share" : "Обновить общий ресурс", "Save share" : "Сохранить общий ресурс", "Others with access" : "Другие пользователи, имеющие доступ", + "No other accounts with access found" : "Других учетных записей с доступом не найдено", "Toggle list of others with access to this directory" : "Свернуть или развернуть список пользователей, имеющих доступ к этой папке", "Toggle list of others with access to this file" : "Свернуть или развернуть список пользователей, имеющих доступ к этому файлу", "Unable to fetch inherited shares" : "Невозможно получить список унаследованных общих ресурсов ", |