mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pw-mon: add page and pt_BR translation (#11744)
* pw-mon: add page * pw-mon: add pt_BR translation * pw-mon: translate "remote_name" to pt_BR * pw-mon: use "display" instead of "show" in help command description Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-mon: fix verb tenses in pt_BR --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
3e9e229f49
commit
0db8a02129
2 changed files with 40 additions and 0 deletions
20
pages.pt_BR/linux/pw-mon.md
Normal file
20
pages.pt_BR/linux/pw-mon.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# pw-mon
|
||||
|
||||
> Monitora objetos na instância PipeWire.
|
||||
> Mais informações: <https://docs.pipewire.org/page_man_pw-mon_1.html>.
|
||||
|
||||
- Monitora a instância padrão do PipeWire:
|
||||
|
||||
`pw-mon`
|
||||
|
||||
- Monitora uma instância remota específica:
|
||||
|
||||
`pw-mon --remote={{nome_do_remoto}}`
|
||||
|
||||
- Monitora a instância padrão especificando uma configuração de cor:
|
||||
|
||||
`pw-mon --color={{never|always|auto}}`
|
||||
|
||||
- Exibe ajuda:
|
||||
|
||||
`pw-mon --help`
|
20
pages/linux/pw-mon.md
Normal file
20
pages/linux/pw-mon.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# pw-mon
|
||||
|
||||
> Monitor objects on the PipeWire instance.
|
||||
> More information: <https://docs.pipewire.org/page_man_pw-mon_1.html>.
|
||||
|
||||
- Monitor the default PipeWire instance:
|
||||
|
||||
`pw-mon`
|
||||
|
||||
- Monitor a specific remote instance:
|
||||
|
||||
`pw-mon --remote={{remote_name}}`
|
||||
|
||||
- Monitor the default instance specifying a color configuration:
|
||||
|
||||
`pw-mon --color={{never|always|auto}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pw-mon --help`
|
Loading…
Add table
Reference in a new issue