diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-31 00:34:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-31 00:34:40 +0000 |
commit | 931ab2e7e3e38c54e1099a451f07382c98070f37 (patch) | |
tree | 72c1b7d68b49b6f0ee71db37882a9eae2db65184 /apps/files_sharing/l10n/es_MX.js | |
parent | c24d6df92641176b00aa21a52e12fa8e90302cd8 (diff) | |
download | nextcloud-server-931ab2e7e3e38c54e1099a451f07382c98070f37.tar.gz nextcloud-server-931ab2e7e3e38c54e1099a451f07382c98070f37.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/es_MX.js')
-rw-r--r-- | apps/files_sharing/l10n/es_MX.js | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index 5b9cda3d27b..9d6888b2a44 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -93,22 +93,16 @@ OC.L10N.register( "Read" : "Leer", "Upload" : "Cargar", "Edit" : "Editar", - "Allow creating" : "Permitir creación", - "Allow deleting" : "Permitir eliminación", - "Allow resharing" : "Permitir volver a compartir", - "Set expiration date" : "Establece la fecha de expiración", - "Unshare" : "Dejar de compartir", "group" : "grupo", "remote" : "remoto", "guest" : "invitado", + "Unshare" : "Dejar de compartir", "Internal link" : "Enlace interno", "Cannot copy, please copy the link manually" : "No se ha podido copiar, por favor, copia el enlace manualmente", "Link copied" : "Vinculo copiado", "Password protection" : "Protección con contraseña", "Enter a password" : "Ingresa una contraseña", "Cancel" : "Cancelar", - "Hide download" : "Ocultar descarga", - "Password protect" : "Proteger con contraseña", "Add another link" : "Añadir otro enlace", "Share link" : "Compartir liga", "No recommendations. Start typing." : "Sin recomendaciones. Empiece a escribir.", @@ -119,9 +113,14 @@ OC.L10N.register( "Group" : "Grupo", "Email" : "Correo electrónico", "Circle" : "Círculo", + "Advanced settings" : "Configuraciones avanzadas", + "Set expiration date" : "Establece la fecha de expiración", + "Expiration date" : "Fecha de expiración", + "Hide download" : "Ocultar descarga", + "Create" : "Crear", + "Share" : "Compartir", "Shared with you by {owner}" : "Compartido contigo por {owner}", "Shared" : "Compartido", - "Share" : "Compartir", "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Shared with you and the group {group} by {owner}" : "Compartido contigo y con el grupo {group} por {owner}", @@ -137,7 +136,6 @@ OC.L10N.register( "No entries found in this folder" : "No se encontraron elementos en esta carpeta", "Name" : "Nombre", "Share time" : "Compartido desde", - "Expiration date" : "Fecha de expiración", "Reasons might be:" : "Las causas podrían ser:", "the item was removed" : "el elemento fue eliminado", "the link expired" : "la liga expiró", @@ -153,6 +151,10 @@ OC.L10N.register( "Files and folders you share will show up here" : "Los archivos y carpetas que compartas se mostrarán aquí", "Files and folders you share by link will show up here" : "Los archivos y carpetas que compartas por ligas se mostrarán aquí", "Restore" : "Restaurar", - "No expiration date set" : "No se ha establecido la fecha de expiración" + "No expiration date set" : "No se ha establecido la fecha de expiración", + "Allow creating" : "Permitir creación", + "Allow deleting" : "Permitir eliminación", + "Allow resharing" : "Permitir volver a compartir", + "Password protect" : "Proteger con contraseña" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |