diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-17 00:21:36 +0000 |
commit | b37ab132f799b3783d6d80d85f7c899f71be38c0 (patch) | |
tree | 2af142cfabeefbc349f4e1795357104700b29c8b /apps/files/l10n/es.js | |
parent | 8bfc7fcc64e84ab8feea4d5808f61f762f84f054 (diff) | |
download | nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.tar.gz nextcloud-server-b37ab132f799b3783d6d80d85f7c899f71be38c0.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 301d066e652..5e00f038f1a 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -88,9 +88,6 @@ OC.L10N.register( "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", @@ -383,12 +380,13 @@ OC.L10N.register( "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.", @@ -396,6 +394,8 @@ OC.L10N.register( "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" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |