diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:45 +0000 |
commit | 1c1378e68bca976ef1bd1ecbca4f9874b88eeb11 (patch) | |
tree | 63c5a952b30fec1fd08e0ae4cde281581db9f653 /apps/files/l10n/es.js | |
parent | 32e86052d57775e8e519d9bdd7d78b2921d8e5fa (diff) | |
download | nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.tar.gz nextcloud-server-1c1378e68bca976ef1bd1ecbca4f9874b88eeb11.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 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 23382387601..403fb7c3940 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -175,8 +175,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "Arrastre y suelte archivos aquí para subirlos", "Your have used your space quota and cannot upload files anymore" : "Ha utilizado su cuota de espacio y ya no puede subir más archivos", "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí", - "Some files could not be uploaded" : "No se pudieron subir algunos archivos", - "Files uploaded successfully" : "Se subieron los archivos exitosamente", "\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitósamente", "\"{displayName}\" action failed" : "la acción \"{displayName}\" falló", "Toggle selection for file \"{displayName}\"" : "Alternar selección para archivo \"{displayName}\"", @@ -290,9 +288,6 @@ OC.L10N.register( "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", - "An error occurred while uploading. Please try again later." : "Ocurrió un error mientras se hacía la subida. Por favor, inténtelo de nuevo más tarde.", - "Could not copy {file}. {message}" : "No se pudo copiar {file}. {message}", - "Could not move {file}. {message}" : "No se pudo mover {file}. {message}", "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", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "En carpeta", "Search in folder: {folder}" : "Buscar en carpeta: {folder}", "One of the dropped files could not be processed" : "Uno de los archivos arrastrados no puede ser procesado", - "Uploading \"{filename}\" failed" : "La subida de \"{filename}\" falló", + "Some files could not be uploaded" : "No se pudieron subir algunos archivos", + "Files uploaded successfully" : "Se subieron los archivos exitosamente", + "Some files could not be moved" : "No se ha podido mover algunos archivos", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], |