diff options
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 1fbc6c2f508..eb58cab8814 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -25,6 +25,7 @@ OC.L10N.register( "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})", "Uploading that item is not supported" : "Subir este archivo no es compatible", "Target folder does not exist any more" : "La carpeta destino ya no existe", + "Operation is blocked by access control" : "Esta operación está bloqueada por el control de accesos", "Error when assembling chunks, status code {status}" : "Error al reunir los trozos, código de estado {status}", "Actions" : "Acciones", "Rename" : "Renombrar", @@ -199,6 +200,8 @@ OC.L10N.register( "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar las notificaciones sobre la creación y cambios en tus <strong>archivos favoritos</strong> <em>(solo transmisión)</em>", "A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus archivos vía WebDAV</a>", - "Cannot transfter ownership of a file or folder you don't own" : "No se puede transferir la propiedad de un archivo o carpeta que no te pertenece" + "Cannot transfter ownership of a file or folder you don't own" : "No se puede transferir la propiedad de un archivo o carpeta que no te pertenece", + "This group folder is almost full ({usedSpacePercent}%)" : "Esta carpeta de grupo está casi llena ({usedSpacePercent}%)", + "This external storage is almost full ({usedSpacePercent}%)" : "Este almacenamiento externo está casi lleno ({usedSpacePercent}%)" }, "nplurals=2; plural=(n != 1);"); |