diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-01 00:20:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-01 00:20:00 +0000 |
commit | 0b8625b5e8560033dfa0ba08938e3a44ec7daad4 (patch) | |
tree | 6391c567824e12165143765c4270ebcc90a9f478 /apps/federatedfilesharing/l10n | |
parent | 84e1ccba52f7189b9e64813563ec9ca28d7745c0 (diff) | |
download | nextcloud-server-0b8625b5e8560033dfa0ba08938e3a44ec7daad4.tar.gz nextcloud-server-0b8625b5e8560033dfa0ba08938e3a44ec7daad4.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federatedfilesharing/l10n')
-rw-r--r-- | apps/federatedfilesharing/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/es.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/l10n/es.js b/apps/federatedfilesharing/l10n/es.js index 809822c5e49..78c40fd436f 100644 --- a/apps/federatedfilesharing/l10n/es.js +++ b/apps/federatedfilesharing/l10n/es.js @@ -13,6 +13,7 @@ OC.L10N.register( "Federated Share request sent, you will receive an invitation. Check your notifications." : "Petición de recurso compartido federado enviada, recibirá una invitación. Compruebe sus notificaciones.", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No se ha podido establecer un recurso compartido federado, parece ser que el servidor con el que se intenta federar es demasiado antiguo (Nextcloud <= 9).", "It is not allowed to send federated group shares from this server." : "No está permitido enviar recursos compartidos federados de grupos desde este servidor.", + "Sharing %1$s failed, because this item is already shared with the account %2$s" : "No se pudo compartir %1$s porque este elemento ya está compartido con el usuario %2$s", "Federated shares require read permissions" : "Los recursos compartidos federados necesitan permiso de lectura", "File is already shared with %s" : "El archivo ya está siendo compartido con %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartir %1$s ha fallado, no se ha podido encontrar %2$s, quizás el servidor no se puede alcanzar ahora mismo o usa un certificado autofirmado.", diff --git a/apps/federatedfilesharing/l10n/es.json b/apps/federatedfilesharing/l10n/es.json index 53543089c1c..5043e999034 100644 --- a/apps/federatedfilesharing/l10n/es.json +++ b/apps/federatedfilesharing/l10n/es.json @@ -11,6 +11,7 @@ "Federated Share request sent, you will receive an invitation. Check your notifications." : "Petición de recurso compartido federado enviada, recibirá una invitación. Compruebe sus notificaciones.", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No se ha podido establecer un recurso compartido federado, parece ser que el servidor con el que se intenta federar es demasiado antiguo (Nextcloud <= 9).", "It is not allowed to send federated group shares from this server." : "No está permitido enviar recursos compartidos federados de grupos desde este servidor.", + "Sharing %1$s failed, because this item is already shared with the account %2$s" : "No se pudo compartir %1$s porque este elemento ya está compartido con el usuario %2$s", "Federated shares require read permissions" : "Los recursos compartidos federados necesitan permiso de lectura", "File is already shared with %s" : "El archivo ya está siendo compartido con %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Compartir %1$s ha fallado, no se ha podido encontrar %2$s, quizás el servidor no se puede alcanzar ahora mismo o usa un certificado autofirmado.", |