diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:09 +0000 |
commit | 2ec9936b93bd134b2fa989d02f0c2ff61ff94f18 (patch) | |
tree | 69d21b22e377f7cd689aff2ae9e201c8832ac80a /apps/files_sharing/l10n/es.js | |
parent | a9c627cd9140ebad550fd3885e46c438019d6d5f (diff) | |
download | nextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.tar.gz nextcloud-server-2ec9936b93bd134b2fa989d02f0c2ff61ff94f18.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/es.js')
-rw-r--r-- | apps/files_sharing/l10n/es.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 17f0ed3af1d..99279642357 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -207,7 +207,6 @@ OC.L10N.register( "Note to recipient" : "Nota para el destinatario", "Enter a note for the share recipient" : "Escriba una nota para el recurso compartido del destinatario", "Create" : "Crear", - "Update" : "Actualizar", "Share" : "Compartir", "Delete share" : "Borrar recurso compartido", "Share with " : "Compartir con", @@ -228,6 +227,7 @@ OC.L10N.register( "_Restore share_::_Restore shares_" : ["Restaurar recurso compartido","Restaurar recursos compartidos","Restaurar recursos compartidos"], "Shared" : "Compartido", "Shared by {ownerDisplayName}" : "Compartido por {ownerDisplayName}", + "Show sharing options" : "Mostrar opciones de compartir", "Link to a file" : "Enlace al archivo", "Error creating the share: {errorMessage}" : "Error al crear el recurso compartido: {errorMessage}", "Error creating the share" : "Error quitando el recurso compartido", @@ -297,13 +297,12 @@ OC.L10N.register( "Something happened. Unable to reject the share." : "Algo ha ocurrido. No es posible rechazar el recurso compartido", "No expiration date set" : "No se ha establecido fecha de caducidad", "Sharing %s failed because the back end does not support sciencemesh shares" : "Compartir %s ha fallado porque el backend no soporta recursos compartidos de ScienceMesh", - "One or more of your shares will expire tomorrow" : "Uno o más de sus recursos compartidos caducarán mañana", "Allow creating" : "Permitir la creación", "Allow deleting" : "Permitir la eliminación", "Allow resharing" : "Permitir recompartir", "Expiration date enforced" : "Fecha de caducidad impuesta", "Password protect" : "Protegido por contraseña", "Science Mesh" : "Science Mesh", - "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" + "Update" : "Actualizar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |