diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-27 00:19:22 +0000 |
commit | 1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c (patch) | |
tree | 1b60dddbcaf3bf4eb702699a5dbe09385fc431bb /apps/files/l10n/es.json | |
parent | 602ef72477fa0b9a1f889a25fe70a0a3143edc80 (diff) | |
download | nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.tar.gz nextcloud-server-1198f64d24c0f2dd5f7bb1b2ddb4fef03699191c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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 d535ad7a161..feab249c420 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -178,7 +178,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 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}", @@ -204,10 +204,6 @@ "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", @@ -298,7 +294,6 @@ "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", @@ -368,9 +363,14 @@ "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" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |