-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate README to Portuguese #1340
Merged
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
# sway [![](https://api.travis-ci.org/SirCmpwn/sway.svg)](https://travis-ci.org/SirCmpwn/sway) [![Doe através do fosspay](https://drewdevault.com/donate/static/donate-with-fosspay.png)](https://drewdevault.com/donate?project=4) | ||
|
||
"**S**irCmpwn's **Way**land compositor" é um compositor [Wayland](http://wayland.freedesktop.org/) | ||
compatível com o i3. Leia o [FAQ](https://github.com/SirCmpwn/sway/wiki). Participe do | ||
[canal IRC](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway no | ||
irc.freenode.net). | ||
|
||
[![](https://sr.ht/ICd5.png)](https://sr.ht/ICd5.png) | ||
|
||
Se você deseja apoiar o desenvolvimento do Sway, você pode contribuir com o | ||
SirCmpwn em sua [página no Patreon](https://patreon.com/sircmpwn) ou você | ||
pode colaborar com [*bounties*](https://github.com/SirCmpwn/sway/issues/986) | ||
para recursos específicos. Qualquer um pode requerer um *bounty* implementando | ||
o recurso especificado, e você pode criar um *bounty* para qualquer recurso que desejar. | ||
O Patreon é melhor direcionado para a manutenção de longo prazo do Sway. | ||
|
||
## Assinaturas dos *Releases* | ||
|
||
*Releases* são assinadas com a chave | ||
[B22DA89A](http://pgp.mit.edu/pks/lookup?op=vindex&search=0x52CB6609B22DA89A) | ||
e publicadas [no GitHub](https://github.com/SirCmpwn/sway/releases). | ||
|
||
## Status | ||
|
||
- [Suporte aos recursos do i3](https://github.com/SirCmpwn/sway/issues/2) | ||
- [Suporte aos recursos IPC](https://github.com/SirCmpwn/sway/issues/98) | ||
- [Suporte aos recursos do i3bar](https://github.com/SirCmpwn/sway/issues/343) | ||
- [Suporte aos recursos do i3-gaps](https://github.com/SirCmpwn/sway/issues/307) | ||
- [Recursos de segurança](https://github.com/SirCmpwn/sway/issues/984) | ||
|
||
## Instalação | ||
|
||
### A partir de pacotes | ||
|
||
Sway está disponível em várias distribuições. Verifique se o pacote "sway" está | ||
disponível a partir do gerenciador de pacotes da sua distribuição. Caso não esteja, | ||
procure por informações sobre como instalar o Sway na sua distribuição | ||
[aqui](https://github.com/SirCmpwn/sway/wiki/Unsupported-packages). | ||
|
||
Se você está interessado em manter um pacote do Sway para a sua distribuição, | ||
visite o canal no IRC ou mande um email para [email protected] (*em inglês*). | ||
|
||
### A partir do código-fonte | ||
|
||
Antes de iniciar a compilação, instale as dependências: | ||
|
||
* cmake | ||
* [wlc](https://github.com/Cloudef/wlc) | ||
* wayland | ||
* xwayland | ||
* libinput >= 1.6.0 | ||
* libcap | ||
* asciidoc | ||
* pcre | ||
* json-c | ||
* pango | ||
* cairo | ||
* gdk-pixbuf2 * | ||
* pam ** | ||
* imagemagick (capturar imagem com o swaygrab) | ||
* ffmpeg (capturar vídeo com o swaygrab) | ||
|
||
_\*Dependência apenas de swaybar, swaybg, e swaylock_ | ||
|
||
_\*\*Dependência apenas de swaylock_ | ||
|
||
Para compilar, execute estes comandos: | ||
|
||
mkdir build | ||
cd build | ||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. | ||
make | ||
sudo make install | ||
|
||
Em sistemas com logind, configure as seguintes capacidades para o arquivo binário: | ||
|
||
sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway | ||
sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway | ||
|
||
Em sistemas sem logind, ative a *flag* de *suid* do arquivo binário: | ||
|
||
sudo chmod a+s /usr/local/bin/sway | ||
|
||
## Configuração | ||
|
||
Se você já usa o i3, copie o arquivo de configuração do i3 para `~/.config/sway/config`; | ||
o Sway lerá o arquivo normalmente. Senão, copie o arquivo de configuração de exemplo | ||
para `~/.config/sway/config`. É comum esse arquivo estar localizado em | ||
`/etc/sway/config`. Veja `man 5 sway` para informações sobre configuração. | ||
|
||
## Executando | ||
|
||
Execute `sway` a partir de um terminal do Linux. Alguns gerenciadores de *display* | ||
podem funcionar, porém o Sway não procura manter compatibilidade com esses (segundo | ||
relatos, o gdm funciona bem com o Sway). | ||
|
||
## Ajuda em português | ||
|
||
No momento, o suporte em português no canal do IRC **não está ativo**. Em caso de problemas, | ||
use as [*issues*](https://github.com/SirCmpwn/sway/issues/) do Github (*em inglês*). | ||
|
||
Essa tradução, apesar de estar comparável com a versão original em inglês, é um | ||
*trabalho em progresso*. Caso encontre algum erro, visite | ||
[essa *issue*](https://github.com/SirCmpwn/sway/issues/1318) para mais informações | ||
e não exite em enviar as correções necessárias. | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The language status summary should go immediately before the releases section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.