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>
pull/23/head
Vitor Henrique 2023-12-17 01:50:46 -03:00 committed by GitHub
parent 3e9e229f49
commit 0db8a02129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View 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
View 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`