diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:38 +0000 |
commit | d2a7a10925fc21f0573efb49555937e56df6eba1 (patch) | |
tree | e5a7a09de0de49aff6a07ff1b0f34913d5312d58 /apps/files/l10n/es.js | |
parent | ebbdc348a7013b247dd578414952c8972ceb0f99 (diff) | |
download | nextcloud-server-d2a7a10925fc21f0573efb49555937e56df6eba1.tar.gz nextcloud-server-d2a7a10925fc21f0573efb49555937e56df6eba1.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 9b613b79226..ddb208dd7e3 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -180,7 +180,7 @@ OC.L10N.register( "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 del archivo", + "Filename" : "Nombre de archivo", "Folder name" : "Nombre de la carpeta", "This node is unavailable" : "Este nodo no está disponible", "Download file {name}" : "Descargar archivo {name}", @@ -206,10 +206,6 @@ OC.L10N.register( "Could not refresh storage stats" : "No fue posible refrescar las estadísticas de almacenamiento", "Your storage is full, files can not be updated or synced anymore!" : "Su almacenamiento está lleno, ¡Ya no se pueden subir ni sincronizarse más archivos!", "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 dentro del 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 @@ OC.L10N.register( "Audio" : "Audio", "Videos" : "Vídeos", "Created new folder \"{name}\"" : "Se creó la carpeta nueva \"{name}\"", - "Filename" : "Nombre de 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 @@ OC.L10N.register( "Shared with you" : "Compartido conmigo", "Deleted shares" : "Recursos compartidos eliminados", "Pending shares" : "Recursos compartidos pendientes", + "File name" : "Nombre del archivo", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" no está permitido dentro del 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 vacío", "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" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |