diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-10 00:37:30 +0000 |
commit | a51c200cabb1c51a5d082c30ad40ca97f46243e1 (patch) | |
tree | 79943c156faced8a7f35689c8844a29e9f54082f /apps/files_external/l10n | |
parent | 8ea42224ec6036ae967c9f934fb04652b8a827b6 (diff) | |
download | nextcloud-server-a51c200cabb1c51a5d082c30ad40ca97f46243e1.tar.gz nextcloud-server-a51c200cabb1c51a5d082c30ad40ca97f46243e1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ru.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index b74042edf46..57e173bc144 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -18,6 +18,7 @@ OC.L10N.register( "Once every direct access" : "Каждый раз при прямом доступе", "Read only" : "Только чтение", "Disconnect" : "Отключить", + "Unknown backend: {backendName}" : "Неизвестный бэкэнд: {backendName}", "Admin defined" : "Определено администратором", "Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Автоматическая проверка статуса отключена из-за большого количества настроенных хранилищ, нажмите для проверки статуса", "Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Вы уверены, что хотите отключить это внешнее хранилище? Это сделает хранилище недоступным в Nextcloud и приведёт к удалению этих файлов и папок на любом клиенте синхронизации, который в данный момент подключён, но не удалит файлы и папки на самом внешнем хранилище.", @@ -103,6 +104,7 @@ OC.L10N.register( "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности", "Timeout" : "Тайм-аут", "SMB/CIFS using OC login" : "SMB/CIFS с использованием реквизитов входа", + "Login as share" : "Войдите в систему как общий доступ", "OpenStack Object Storage" : "Хранилище объектов OpenStack", "Service name" : "Название сервиса", "Request timeout (seconds)" : "Таймаут запроса (в секундах)", diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json index 4190423f9e5..9f763053704 100644 --- a/apps/files_external/l10n/ru.json +++ b/apps/files_external/l10n/ru.json @@ -16,6 +16,7 @@ "Once every direct access" : "Каждый раз при прямом доступе", "Read only" : "Только чтение", "Disconnect" : "Отключить", + "Unknown backend: {backendName}" : "Неизвестный бэкэнд: {backendName}", "Admin defined" : "Определено администратором", "Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Автоматическая проверка статуса отключена из-за большого количества настроенных хранилищ, нажмите для проверки статуса", "Are you sure you want to disconnect this external storage? It will make the storage unavailable in Nextcloud and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Вы уверены, что хотите отключить это внешнее хранилище? Это сделает хранилище недоступным в Nextcloud и приведёт к удалению этих файлов и папок на любом клиенте синхронизации, который в данный момент подключён, но не удалит файлы и папки на самом внешнем хранилище.", @@ -101,6 +102,7 @@ "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности", "Timeout" : "Тайм-аут", "SMB/CIFS using OC login" : "SMB/CIFS с использованием реквизитов входа", + "Login as share" : "Войдите в систему как общий доступ", "OpenStack Object Storage" : "Хранилище объектов OpenStack", "Service name" : "Название сервиса", "Request timeout (seconds)" : "Таймаут запроса (в секундах)", |