diff options
Diffstat (limited to 'apps/files/l10n/es_MX.json')
-rw-r--r-- | apps/files/l10n/es_MX.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 89e0ee1b2ec..aaa61a0c792 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -185,7 +185,7 @@ "Toggle selection for file \"{displayName}\"" : "Alternar selección para archivo \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Alternar selección para la carpeta \"{displayName}\"", "Rename file" : "Renombrar archivo", - "File name" : "Nombre de archivo", + "Filename" : "Nombre del archivo", "Folder name" : "Nombre de la carpeta", "This node is unavailable" : "Este nodo no está disponible", "Download file {name}" : "Descargar archivo {name}", @@ -207,10 +207,6 @@ "Could not refresh storage stats" : "No fue posible actualizar las estadísticas de almacenamiento", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!", "Create" : "Crear", - "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", - "\"{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.", "Submit" : "Enviar", "Transfer ownership of a file or folder" : "Transferir la propiedad de un archivo o carpeta", "Choose file or folder to transfer" : "Elegir archivo o carpeta para transferir", @@ -300,7 +296,6 @@ "Audio" : "Audio", "Videos" : "Videos", "Created new folder \"{name}\"" : "Nueva carpeta \"{name}\" creada", - "Filename" : "Nombre del archivo", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", "Create new templates folder" : "Crear nueva carpeta de plantillas", "Templates" : "Plantillas", @@ -370,9 +365,14 @@ "Shared with you" : "Compartido con usted", "Deleted shares" : "Recursos compartidos eliminados", "Pending shares" : "Recursos compartidos pendientes", + "File name" : "Nombre de archivo", + "\"{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.", + "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" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |