From dc70e5d8897ca2507ebae83feb953f546b0d6be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 4 Jan 2025 15:57:28 -0300 Subject: [PATCH] apkeep: add Spanish translation (#15391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Igor Támara --- pages.es/common/apkeep.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.es/common/apkeep.md diff --git a/pages.es/common/apkeep.md b/pages.es/common/apkeep.md new file mode 100644 index 0000000000..fae00f45df --- /dev/null +++ b/pages.es/common/apkeep.md @@ -0,0 +1,16 @@ +# apkeep + +> Descarga archivos APK de varias fuentes. +> Más información: . + +- Descarga un archivo APK al directorio especificado: + +`apkeep --app {{com.example.application}} {{ruta/al/directorio}}` + +- Lista todas las versiones disponibles para descarga: + +`apkeep --app {{com.example.application}} --list-versions {{ruta/al/directorio}}` + +- Especifica la tienda para hacer la descarga: + +`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{ruta/al/directorio}}`