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/federatedfilesharing | |
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/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/l10n/ru.js | 1 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/ru.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/l10n/ru.js b/apps/federatedfilesharing/l10n/ru.js index e1ef8e82c71..6e534039f42 100644 --- a/apps/federatedfilesharing/l10n/ru.js +++ b/apps/federatedfilesharing/l10n/ru.js @@ -9,6 +9,7 @@ OC.L10N.register( "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не удалось установить межсерверный общий доступ, на другом сервере установлена устаревшая версия Nextcloud (версия 9.x или более ранняя).", "It is not allowed to send federated group shares from this server." : "Не допускается предоставление межсерверного общего доступа группам пользователей.", "Sharing %1$s failed, because this item is already shared with the account %2$s" : "Не удалось предоставить доступ к %1$s, так как этот ресурс уже доступен пользователю %2$s", + "Not allowed to create a federated share to the same account" : "Запрещено создавать федеративный общий доступ к одной и той же учетной записи", "Federated shares require read permissions" : "Для федеративных ресурсов требуются разрешения на чтение", "File is already shared with %s" : "Доступ к файлу уже предоставлен %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось предоставить доступ к «%1$s», не удалось найти %2$s. Возможно, сервер недоступен или использует самоподписанный сертификат.", diff --git a/apps/federatedfilesharing/l10n/ru.json b/apps/federatedfilesharing/l10n/ru.json index 163d2604ca0..57794f9af54 100644 --- a/apps/federatedfilesharing/l10n/ru.json +++ b/apps/federatedfilesharing/l10n/ru.json @@ -7,6 +7,7 @@ "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Не удалось установить межсерверный общий доступ, на другом сервере установлена устаревшая версия Nextcloud (версия 9.x или более ранняя).", "It is not allowed to send federated group shares from this server." : "Не допускается предоставление межсерверного общего доступа группам пользователей.", "Sharing %1$s failed, because this item is already shared with the account %2$s" : "Не удалось предоставить доступ к %1$s, так как этот ресурс уже доступен пользователю %2$s", + "Not allowed to create a federated share to the same account" : "Запрещено создавать федеративный общий доступ к одной и той же учетной записи", "Federated shares require read permissions" : "Для федеративных ресурсов требуются разрешения на чтение", "File is already shared with %s" : "Доступ к файлу уже предоставлен %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Не удалось предоставить доступ к «%1$s», не удалось найти %2$s. Возможно, сервер недоступен или использует самоподписанный сертификат.", |