diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 364606e2674..4fb93b7d0db 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -169,9 +169,11 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "Se ha completado la transferencia de propiedad de {path} a {user}.", "in %s" : "en %s", "File Management" : "Gestión de archivos", + "Current directory path" : "Dirección de la carpeta actual", "Reload current directory" : "Recargar directorio actual", "Go to the \"{dir}\" directory" : "Ir al directorio \"{dir}\"", "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" : "Has utilizado tu cuota de espacio y ya no podrás subir más archivos", "You don’t have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí", "Upload successful" : "Subida exitosa", "\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitósamente", @@ -200,6 +202,7 @@ OC.L10N.register( "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", "{summaryFile} and {summaryFolder}" : "{summaryFile} y {summaryFolder}", "List of files and folders." : "Lista de archivos y carpetas.", + "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.", "File not found" : "No se ha encontrado el archivo", "_{count} file_::_{count} files_" : ["{count} archivo","{count} archivos","{count} archivos"], @@ -221,6 +224,7 @@ OC.L10N.register( "Ownership transfer request sent" : "Enviada la solicitud de transferencia de propiedad", "Cannot transfer ownership of a file or folder you do not own" : "No puedes transferir la propiedad de un archivo o directorio del cual no eres propietario", "Select file or folder to link to" : "Selecciona archivo o carpeta a enlazar", + "Choose file" : "Elegir archivo", "Choose {file}" : "Seleccionar {file}", "Add" : "Añadir", "Loading current folder" : "Cargando carpeta actual", @@ -233,6 +237,8 @@ OC.L10N.register( "Shared" : "Compartido", "Switch to list view" : "Cambiar a vista de lista", "Switch to grid view" : "Cambiar a vista de cuadrícula", + "Error during upload: {message}" : "Error durante la subida: {message}", + "Unknown error during upload" : "Error desconocido durante la subida", "Open the files app settings" : "Abrir la configuración de la app Archivos", "Files settings" : "Configuración de archivos", "File cannot be accessed" : "El archivo no puede ser accesado", @@ -243,6 +249,7 @@ OC.L10N.register( "Enable the grid view" : "Habilitar vista de cuadrícula", "Additional settings" : "Configuración adicional", "WebDAV" : "WebDAV", + "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "Copiar al portapapeles", "Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a tus archivos vía WebDAV", "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.", @@ -263,6 +270,7 @@ OC.L10N.register( "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta", "The files is locked" : "El archivo está bloqueado", "The file does not exist anymore" : "El archivo ya no existe", + "Choose destination" : "Elegir destino", "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", @@ -273,6 +281,8 @@ OC.L10N.register( "Templates" : "Plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", "Created new folder \"{name}\"" : "Se creó la carpeta nueva \"{name}\"", + "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ó", "_{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"], |