diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-12-18 00:22:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-12-18 00:22:21 +0000 |
commit | 23fe7615b30ca3795589cd6545b82c4fc1779cad (patch) | |
tree | 44e3aef0ae8108733d4595258e4e014890268367 /apps/files/l10n/es_MX.js | |
parent | fe90aa3ffe0a8127a92cf0226333c44ed5b793dc (diff) | |
download | nextcloud-server-23fe7615b30ca3795589cd6545b82c4fc1779cad.tar.gz nextcloud-server-23fe7615b30ca3795589cd6545b82c4fc1779cad.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_MX.js')
-rw-r--r-- | apps/files/l10n/es_MX.js | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index a77a3b7a1f8..56e88dc2762 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -75,8 +75,6 @@ OC.L10N.register( "Your have used your space quota and cannot upload files anymore" : "Ha utilizado su cuota de espacio y ya no puede subir más archivos", "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí", "Favorite" : "Favorito", - "\"{displayName}\" action executed successfully" : "La acción \"{displayName}\" se ejecutó correctamente", - "\"{displayName}\" action failed" : "La acción \"{displayName}\" falló", "Toggle selection for file \"{displayName}\"" : "Alternar selección para archivo \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Alternar selección para la carpeta \"{displayName}\"", "File is loading" : "El archivo se está cargando", @@ -103,6 +101,7 @@ OC.L10N.register( "(selected)" : "(seleccionado)", "\"{displayName}\" failed on some elements " : "\"{displayName}\" falló en algunos elementos", "\"{displayName}\" batch action executed successfully" : "La acción en lote \"{displayName}\" se ejecutó exitosamente", + "\"{displayName}\" action failed" : "La acción \"{displayName}\" falló", "{count} selected" : "{count} seleccionados", "List of files and folders." : "Lista de archivos y carpetas.", "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", @@ -151,6 +150,7 @@ OC.L10N.register( "Error during upload: {message}" : "Error durante la subida: {message}", "Error during upload, status code {status}" : "Error durante la carga, código de estado {status}", "Unknown error during upload" : "Error desconocido durante la carga", + "\"{displayName}\" action executed successfully" : "La acción \"{displayName}\" se ejecutó correctamente", "Filter filenames…" : "Filtrar nombres de archivos...", "Views" : "Vistas", "Files settings" : "Configuración de archivos", @@ -170,6 +170,10 @@ OC.L10N.register( "Copy to clipboard" : "Copiar al portapapeles", "Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a tus archivos vía WebDAV", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.", + "Keyboard shortcuts" : "Atajos del teclado", + "Selection" : "Selección", + "Navigation" : "Navegación", + "View" : "Ver", "Clipboard is not available" : "El portapapeles no está disponible", "WebDAV URL copied to clipboard" : "WebDAV URL copiada al portapapeles", "Owner" : "Propietario", |