diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-19 00:20:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-19 00:20:45 +0000 |
commit | 7fca7ff774bdb660bfc88740e093c6844a84cfe1 (patch) | |
tree | 9cdb828e36e10d1a0d167c5eb3e30c36c3201ef5 /apps/files_sharing/l10n/es_MX.js | |
parent | 10989fc367dfec3b9a3d4f3912a1fa0d6769f6d1 (diff) | |
download | nextcloud-server-7fca7ff774bdb660bfc88740e093c6844a84cfe1.tar.gz nextcloud-server-7fca7ff774bdb660bfc88740e093c6844a84cfe1.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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index 6d1ecc7fdb7..bb99de0579c 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -79,6 +79,7 @@ OC.L10N.register( "Wrong path, file/folder does not exist" : "Ruta incorrecta, el archivo/carpeta no existe", "Could not create share" : "No fue posible crear el elemento compartido", "Invalid permissions" : "Permisos inválidos", + "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Please specify a valid account to share with" : "Por favor, especifique una cuenta válida para compartir", "Group sharing is disabled by the administrator" : "Compartir en grupos está deshabilitado por el administrador", "Please specify a valid group" : "Por favor especifica un grupo válido", @@ -88,7 +89,6 @@ OC.L10N.register( "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Compartir %s enviando la contraseña por Nextcloud Talk falló porque Nextcloud Talk no está habilitado", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Compartir %1$s falló porque el servidor no permite compartir recursos del tipo %2$s", "Please specify a valid federated account ID" : "Por favor, especifique un identificador de cuenta federada válido", - "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD", "Please specify a valid federated group ID" : "Por favor, especifique un identificador de grupo federado válido", "You cannot share to a Circle if the app is not enabled" : "No puedes compartir al Círculo si la aplicación no está habilitada", "Please specify a valid circle" : "Por favor especifica un círculo válido", @@ -209,12 +209,10 @@ OC.L10N.register( "Share with {userName}" : "Compartir con {userName}", "Share with group" : "Compartir con el grupo", "Share in conversation" : "Compartir en la conversación", - "Share with remote" : "Compartir con remoto", "Share with remote group" : "Compartir con un grupo remoto", "Share with guest" : "Compartir con un invitado", - "Share with" : "Compartir con", - "Save share" : "Guardar recurso compartido", "Update share" : "Actualizar recurso compartido", + "Save share" : "Guardar recurso compartido", "Others with access" : "Otros con acceso", "No other accounts with access found" : "No se encontraron otros usuarios con acceso", "Toggle list of others with access to this directory" : "Alternar lista de otros con acceso a este directorio", @@ -313,6 +311,8 @@ OC.L10N.register( "the item was removed" : "el elemento fue eliminado", "the link expired" : "la liga expiró", "sharing is disabled" : "compartir está deshabilitado", - "For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga." + "For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga.", + "Share with remote" : "Compartir con remoto", + "Share with" : "Compartir con" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |