diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-15 10:37:23 +0000 |
commit | 7f572c0645d2bf815d1d00e5434d6222aa3c40aa (patch) | |
tree | 41a4bed70fc3ef741f9872d0328473f9bd75908a /apps/files/l10n/es.js | |
parent | 28b0e811cc4e2a8fb4b86cc8b331a6631f37d4c5 (diff) | |
download | nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.tar.gz nextcloud-server-7f572c0645d2bf815d1d00e5434d6222aa3c40aa.zip |
[tx-robot] updated 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, 1 insertions, 11 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 7795a57db8e..e1e46867f10 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -209,20 +209,10 @@ OC.L10N.register( "Pending shares" : "Recursos compartidos pendientes", "Text file" : "Archivo de texto", "New text file.txt" : "Nuevo archivo.txt", - "Unshare" : "Dejar de compartir", "Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno, ¡no se subirán ni se sincronizarán más archivos!", "Group folder \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "¡La carpeta de grupo \"{mountPoint}\" está llena, los archivos ya no pueden ser actualizados o sincronizados!.", "External storage \"{mountPoint}\" is full, files can not be updated or synced anymore!" : "¡El almacenamiento externo \"{mountPoint}\" está lleno, los archivos ya no pueden ser actualizados o sincronizados!.", "Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno, ¡no se subirán ni se sincronizarán más archivos!", - "Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno en un ({usedSpacePercent}%)", - "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "La carpeta de grupo \"{mountPoint}\" está casi llena ({usedSpacePercent}%)", - "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)" : "El almacenamiento externo \"{mountPoint}\" está casi lleno ({usedSpacePercent}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno, ({usedSpacePercent}%)", - "_matches '{filter}'_::_match '{filter}'_" : ["coincidencias '{filter}'","coincidencia '{filter}'"], - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong> o <strong>renombrado</strong>", - "A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta", - "A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>", - "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>" + "_matches '{filter}'_::_match '{filter}'_" : ["coincidencias '{filter}'","coincidencia '{filter}'"] }, "nplurals=2; plural=(n != 1);"); |