diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-20 00:20:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-20 00:20:13 +0000 |
commit | ea1b0a035630609cb43e3c773fb7e5d0ecab34c9 (patch) | |
tree | b0d986637f2822577e6cb40b3224381c691ed93e /apps/federatedfilesharing | |
parent | 8afe96afd50f99b8a40116a6c1e25350784fcaf7 (diff) | |
download | nextcloud-server-ea1b0a035630609cb43e3c773fb7e5d0ecab34c9.tar.gz nextcloud-server-ea1b0a035630609cb43e3c773fb7e5d0ecab34c9.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/es_MX.js | 2 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/es_MX.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/l10n/es_MX.js b/apps/federatedfilesharing/l10n/es_MX.js index 8a29758dbd8..e655cc32247 100644 --- a/apps/federatedfilesharing/l10n/es_MX.js +++ b/apps/federatedfilesharing/l10n/es_MX.js @@ -12,6 +12,7 @@ OC.L10N.register( "Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No fue posible establecer el elemento compartido, parece que el servidor es obsoleto (Nextcloud <=9).", + "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 la cuenta %2$s", "File is already shared with %s" : "El archivo ya ha sido compartido con %s", "Could not find share" : "No fue posible encontrar el elemento compartido", "Federated sharing" : "Elementos compartidos", @@ -34,6 +35,7 @@ OC.L10N.register( "Copy to clipboard" : "Copiar al portapapeles", "Clipboard is not available" : "El portapapeles no está disponible", "Copied!" : "¡Copiado!", + "Sharing %1$s failed, because this item is already shared with user %2$s" : "No se pudo compartir %1$s, porque este elemento ya está compartido con el usuario %2$s", "Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario", "Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores", "Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas", diff --git a/apps/federatedfilesharing/l10n/es_MX.json b/apps/federatedfilesharing/l10n/es_MX.json index fa7ddd2fe3f..c15453e9916 100644 --- a/apps/federatedfilesharing/l10n/es_MX.json +++ b/apps/federatedfilesharing/l10n/es_MX.json @@ -10,6 +10,7 @@ "Couldn't establish a federated share, maybe the password was wrong." : "No fue posible establecer el elemento compartido federado, tal vez la contraseña sea incorrecta. ", "Federated Share request sent, you will receive an invitation. Check your notifications." : "Solicitud de elemento compartido Federado enviada, recibiras una invitación. Verifica tus notificaciones.", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "No fue posible establecer el elemento compartido, parece que el servidor es obsoleto (Nextcloud <=9).", + "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 la cuenta %2$s", "File is already shared with %s" : "El archivo ya ha sido compartido con %s", "Could not find share" : "No fue posible encontrar el elemento compartido", "Federated sharing" : "Elementos compartidos", @@ -32,6 +33,7 @@ "Copy to clipboard" : "Copiar al portapapeles", "Clipboard is not available" : "El portapapeles no está disponible", "Copied!" : "¡Copiado!", + "Sharing %1$s failed, because this item is already shared with user %2$s" : "No se pudo compartir %1$s, porque este elemento ya está compartido con el usuario %2$s", "Not allowed to create a federated share with the same user" : "No está permitido crear un elelmento compartido federado con el mismo usuario", "Allow users on this server to receive shares from other servers" : "Permitirle alos usuarios de este servidor recibir elementos compartidos de otros servidores", "Search global and public address book for users" : "Buscar usuarios en las libretas de contactos globales y públicas", |