diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:56 +0000 |
commit | 7c0932f208bd9839914115ccada4904d7fd90fb1 (patch) | |
tree | 5dba0141abab13af223d7c670f83f15183e99be3 /apps/files/l10n/es_MX.js | |
parent | 551e3601a278b0fe0d9646291bc6bc53d8bebdf2 (diff) | |
download | nextcloud-server-7c0932f208bd9839914115ccada4904d7fd90fb1.tar.gz nextcloud-server-7c0932f208bd9839914115ccada4904d7fd90fb1.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 | 34 |
1 files changed, 7 insertions, 27 deletions
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 2aaf1d615cf..f3bb19eab08 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -376,41 +376,21 @@ OC.L10N.register( "New text file.txt" : "Nuevo ArchivoDeTexto.txt", "Direct link was copied (only works for users who have access to this file/folder)" : "Copiar enlace directo (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", "Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)", - "You can only favorite a single file or folder at a time" : "Solo puedes marcar como favorito un solo archivo o carpeta cada vez", - "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}", "\"remote user\"" : "\"usuario remoto\"", - "Select the row for {displayName}" : "Seleccionar la fila para {displayName}", - "Open folder {name}" : "Abrir carpeta {name}", - "Download file {name}" : "Descargar archivo {name}", - "Unselect all" : "Deseleccionar todo", - "ascending" : "ascendente", - "descending" : "descendente", - "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction})", - "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", - "Storage informations" : "Informaciones de almacenamiento", - "Search for an account" : "Buscar una cuenta", - "Choose" : "Seleccionar", - "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía", - "Open the files app settings" : "Abrir la configuración de la app Archivos", - "You might not have have permissions to view it, ask the sender to share it" : "Puede que no tenga permisos para verlo, solicite al remitente que lo comparta", - "Set up templates folder" : "Configura una carpeta para plantillas", - "Create new templates folder" : "Crear nueva carpeta de plantillas", - "Toggle %1$s sublist" : "Alternar %1$s sublista", - "Toggle grid view" : "Vista de cuadrícula", - "Shares" : "Elementos compartidos", - "Shared with others" : "Compartido con otros", - "Shared with you" : "Compartido con usted", - "Deleted shares" : "Recursos compartidos eliminados", - "Pending shares" : "Recursos compartidos pendientes", "File name" : "Nombre de archivo", + "Download file {name}" : "Descargar archivo {name}", "\"{char}\" is not allowed inside a file name." : "\"{char}\" no está permitido en el nombre de un archivo.", "\"{name}\" is not an allowed filetype." : "\"{name}\" no es un tipo de archivo permitido.", "{newName} already exists." : "{newName} ya existe.", "Name cannot be empty" : "El nombre no puede estar en blanco", "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre.", + "Storage informations" : "Informaciones de almacenamiento", "A file or folder with that name already exists." : "Un archivo o carpeta con ese nombre ya existe.", "Invalid file name" : "Nombre de archivo inválido", - "The files is locked" : "El archivo está bloqueado" + "Open the files app settings" : "Abrir la configuración de la app Archivos", + "You might not have have permissions to view it, ask the sender to share it" : "Puede que no tenga permisos para verlo, solicite al remitente que lo comparta", + "The files is locked" : "El archivo está bloqueado", + "Create new templates folder" : "Crear nueva carpeta de plantillas", + "Toggle %1$s sublist" : "Alternar %1$s sublista" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |