diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
commit | aaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch) | |
tree | e33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /apps/files/l10n/es_PY.js | |
parent | 752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff) | |
download | nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.tar.gz nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es_PY.js')
-rw-r--r-- | apps/files/l10n/es_PY.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/es_PY.js b/apps/files/l10n/es_PY.js index 1204f40a3f0..50cb9a5cb39 100644 --- a/apps/files/l10n/es_PY.js +++ b/apps/files/l10n/es_PY.js @@ -116,7 +116,6 @@ OC.L10N.register( "{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}", "A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>", "All files" : "Todos los archivos", - "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Cargar (max. %s)", "Accept" : "Aceptar", "in %s" : "en %s", @@ -127,9 +126,6 @@ OC.L10N.register( "Copy to clipboard" : "Copiar al portapapeles", "Cancel" : "Cancelar", "Create" : "Crear", - "%s used" : "%s usado", - "%1$s of %2$s used" : "%1$s de %2$s usados", - "WebDAV" : "WebDAV", "No files in here" : "No hay archivos aquÃ", "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!", "No entries found in this folder" : "No se encontraron elementos en esta carpeta", @@ -150,6 +146,10 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquÃ", "New" : "Nuevo", "Copied!" : "¡Copiado!", - "Settings" : "Configuraciones " + "Unlimited" : "Ilimitado", + "%s used" : "%s usado", + "%1$s of %2$s used" : "%1$s de %2$s usados", + "Settings" : "Configuraciones ", + "WebDAV" : "WebDAV" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |