android/*: add pt_PT translations (#8935)

This commit is contained in:
João Dias Conde Azevedo
2022-10-11 13:21:42 +01:00
committed by GitHub
parent 892e710a58
commit 8d6710a58c
13 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# pkg
> Gestor de pacotes para o Termux.
> Mais informações: <https://wiki.termux.com/wiki/Package_Management>.
- Atualizar todos os pacotes instalados:
`pkg upgrade`
- Instalar um pacote:
`pkg install {{pacote}}`
- Desinstalar um pacote:
`pkg uninstall {{pacote}}`
- Reinstalar um pacote:
`pkg reinstall {{pacote}}`
- Procurar um pacote:
`pkg search {{pacote}}`