7z{,a,r}, arduino, bundle, bzip2, chromium: update pt_BR translation (#11732)
* 7z: add compression level to pt_BR translation * 7z: being consistent on archive filename in pt_BR * 7za: add compression level to pt_BR translation * 7zr: add compression level to pt_BR translation * 7z: update compression level pt_BR translation * 7za: adding "/para/" in pt_BR to translate "/to/" * arduino: add install examples to pt_BR translation * bundle: fix pt_BR translation of bundle install description * bundle: update pt_BR translation * bzip2: update pt_BR translation * chromium: update pt_BR translation * chromium: fix typo in pt_BR translation * bzip2: replace "arquivo.bz2" with "arquivo_compactado.bz2" in pt_BR translation * 7zr: fix pt_BR translation formatting * 7zr: add newline in pt_BR translation * 7za: add missing curly brackets in pt_BR
This commit is contained in:
@@ -3,17 +3,33 @@
|
||||
> Gerenciador de dependências da linguagem de programação Ruby.
|
||||
> Mais informações: <https://bundler.io/man/bundle.1.html>.
|
||||
|
||||
- Instalar todas as gemas definidas no `Gemfile`:
|
||||
- Instalar todas as gemas definidas no `Gemfile` esperadas no diretório de trabalho:
|
||||
|
||||
`bundle install`
|
||||
|
||||
- Atualizar todas as gemas, respeitando as regras definidas no `Gemfile`, e recriar o arquivo `Gemfile.lock`:
|
||||
- Executar um comando no contexto do pacote atual:
|
||||
|
||||
`bundle exec {{comando}} {{argumentos}}`
|
||||
|
||||
- Atualizar todas as gemas respeitando as regras definidas no `Gemfile` e recriar o arquivo `Gemfile.lock`:
|
||||
|
||||
`bundle update`
|
||||
|
||||
- Atualizar uma gema específica definida no `Gemfile`:
|
||||
- Atualizar uma ou mais gema(s) específicas definidas no `Gemfile`:
|
||||
|
||||
`bundle update --source {{nome_da_gema}}`
|
||||
`bundle update {{nome_da_gema1}} {{nome_da_gema2}}`
|
||||
|
||||
- Atualizar uma ou mais gema(s) específicas definidas no `Gemfile` mas somente para a próxima versão de patch:
|
||||
|
||||
`bundle update --patch {{nome_da_gema1}} {{nome_da_gema2}}`
|
||||
|
||||
- Atualizar todas as gemas do grupo especificado no `Gemfile`:
|
||||
|
||||
`bundle update --group {{desenvolvimento}}`
|
||||
|
||||
- Listar gemas instaladas no `Gemfile` com novas versões disponíveis:
|
||||
|
||||
`bundle outdated`
|
||||
|
||||
- Criar o esqueleto do projeto de uma nova gema:
|
||||
|
||||
|
Reference in New Issue
Block a user