mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 14:15:26 +02:00
gedit: add Portuguese translation
This commit is contained in:
parent
2502299ce8
commit
ab3f9f8d32
1 changed files with 20 additions and 0 deletions
20
pages.pt_PT/linux/gedit.md
Normal file
20
pages.pt_PT/linux/gedit.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# gedit
|
||||
|
||||
> Editor de texto para Desktop de GNOME.
|
||||
> Pode ser usado para criar editar todos os tipos de ficheiros de texto.
|
||||
|
||||
- Abrir ficheiro de texto:
|
||||
|
||||
`gedit {{ficheiro}}`
|
||||
|
||||
- Abrir multiplos ficheiros de texto:
|
||||
|
||||
`gedit {{ficheiro1 ficheiro2}}`
|
||||
|
||||
- Apresentar lista de formatações de texto:
|
||||
|
||||
`gedit --list-encodings`
|
||||
|
||||
- Abrir ficheiro de texto com a seguinte formatação especifica:
|
||||
|
||||
`gedit --encoding={{encoding}} {{ficheiro}}`
|
Loading…
Add table
Reference in a new issue