apktool: add Farsi translation (#13299)

This commit is contained in:
Mohammad Reza Soleimani 2024-08-04 22:06:50 +03:30 committed by GitHub
parent 86e50e7dc4
commit 9ce07f51c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,16 @@
# apktool
> مهندسی معکوس فایل های APK.
> اطلاعات بیشتر: <https://ibotpeaches.github.io/Apktool/>.
- رمزگشایی یک فایل APK:
`apktool d {{path/to/file.apk}}`
- ساخت یک فایل APK از یک دایرکتوری:
`apktool b {{path/to/directory}}`
- نصب و ذخیره یک فریمورک:
`apktool if {{path/to/framework.apk}}`