diff options
Diffstat (limited to 'apps/files/l10n/es.json')
-rw-r--r-- | apps/files/l10n/es.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index b1c4aaf5377..e02486e9a0c 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -86,9 +86,6 @@ "Another entry with the same name already exists." : "Ya existe otra entrada con el mismo nombre.", "Invalid filename." : "Nombre de archivo inválido.", "Renamed \"{oldName}\" to \"{newName}\"" : "Renombrado \"{oldName}\" a \"{newName}\"", - "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", - "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Pending" : "Pendiente", "Clear filter" : "Borrar filtro", "Modified" : "Modificado", @@ -381,12 +378,13 @@ "Filenames must not end with \"{segment}\"." : "Los nombres de archivo no pueden terminar con \"{segment}\".", "Name cannot be empty" : "El nombre no puede estar vacío", "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre", + "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", + "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", "Storage informations" : "Informaciones de almacenamiento", "Choose file" : "Elegir archivo", "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", - "Destination is not a folder" : "El destino no es una carpeta", - "This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio", "The files is locked" : "El archivo está bloqueado", "Create new templates folder" : "Crear nueva carpeta de plantillas", "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", @@ -394,6 +392,8 @@ "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", - "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)" + "Copy direct link (only works for people who have access to this file/folder)" : "El enlace directo fue copiado (solo funciona para usuarios que tienen acceso a este archivo/carpeta)", + "Destination is not a folder" : "El destino no es una carpeta", + "This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |