apktool, apm: add French translation, update (#8234)
This commit is contained in:
16
pages.fr/common/apktool.md
Normal file
16
pages.fr/common/apktool.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# apktool
|
||||
|
||||
> Outil de Rétro-ingénierie pour les fichier APK.
|
||||
> Plus d'informations : <https://ibotpeaches.github.io/Apktool/>.
|
||||
|
||||
- Décode un fichier APK :
|
||||
|
||||
`apktool d {{fichier.apk}}`
|
||||
|
||||
- Construit un fichier APK depuis un dossier :
|
||||
|
||||
`apktool b {{chemin/vers/un/dossier}}`
|
||||
|
||||
- Installe et enregistre le framework :
|
||||
|
||||
`apktool if {{framework.apk}}`
|
17
pages.fr/common/apm.md
Normal file
17
pages.fr/common/apm.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# apm
|
||||
|
||||
> Gestionnaire de paquets pour Atom.
|
||||
> Voir `atom`.
|
||||
> Plus d'informations : <https://github.com/atom/apm>.
|
||||
|
||||
- Installe un paquet depuis http://atom.io/packages ou un thème depuis http://atom.io/themes :
|
||||
|
||||
`apm install {{nom_du_paquet}}`
|
||||
|
||||
- Supprime un paquet ou un thème :
|
||||
|
||||
`apm remove {{nom_du_paquet}}`
|
||||
|
||||
- Mets à jour un paquet ou un thème :
|
||||
|
||||
`apm upgrade {{nom_du_paquet}}`
|
Reference in New Issue
Block a user