diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-31 00:34:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-31 00:34:53 +0000 |
commit | 3d13383e9b1ed39a754295915587ebdb5f56ec6d (patch) | |
tree | c2e6a133b53c6407e0dcaf8972b244dae35f8b25 /apps/files_sharing/l10n/es_MX.js | |
parent | 03da441629816bc01feed061818e6d7de3838481 (diff) | |
download | nextcloud-server-3d13383e9b1ed39a754295915587ebdb5f56ec6d.tar.gz nextcloud-server-3d13383e9b1ed39a754295915587ebdb5f56ec6d.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;"); |