summaryrefslogtreecommitdiffstats
path: root/docs/pt-BR
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-06-26 18:29:51 -0400
committerGitHub <noreply@github.com>2022-06-26 18:29:51 -0400
commite00a6d47ec1cc2c7dcb6a618172271d98c242b81 (patch)
tree55fc98a05a30606773e2d697a0bb38baa2029ac0 /docs/pt-BR
parent277a7cc740885cfaf966aab7279ccc53a4601eb6 (diff)
docs(i18n): new Crowdin updates (#4079)
Diffstat (limited to 'docs/pt-BR')
-rw-r--r--docs/pt-BR/config/README.md510
-rw-r--r--docs/pt-BR/guide/README.md13
2 files changed, 281 insertions, 242 deletions
diff --git a/docs/pt-BR/config/README.md b/docs/pt-BR/config/README.md
index 83e5ff378..6d836428a 100644
--- a/docs/pt-BR/config/README.md
+++ b/docs/pt-BR/config/README.md
@@ -538,22 +538,22 @@ Por padrão ele apenas muda de cor. Se você deseja alterar o formato de uma olh
::: atenção
-`vicmd_symbol` só é suportado no cmd, fish e zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
+`vimcmd_symbol` is only supported in cmd, fish and zsh. `vimcmd_replace_one_symbol`, `vimcmd_replace_symbol`, and `vimcmd_visual_symbol` are only supported in fish due to [upstream issues with mode detection in zsh](https://github.com/starship/starship/issues/625#issuecomment-732454148).
:::
### Opções
-| Opções | Padrão | Descrição |
-| -------------------------- | -------------------- | ------------------------------------------------------------------------------------------- |
-| `format` | `"$symbol"` | O formato da string usado antes da entrada dos textos. |
-| `success_symbol` | `"[❯](bold green)"` | O formato da string usado antes da entrada de texto se o comando anterior for bem-sucedido. |
-| `error_symbol` | `"[❯](bold red)"` | O formato de string usado antes da entrada de texto se o comando anterior tiver falhado. |
-| `vicmd_symbol` | `"[❮](bold green)"` | O fromato de string usado antes da entrada de texto se o shell esta no vim normal mode. |
-| `vicmd_replace_one_symbol` | `"[❮](bold purple)"` | The format string used before the text input if the shell is in vim `replace_one` mode. |
-| `vimcmd_replace_symbol` | `"[❮](bold purple)"` | The format string used before the text input if the shell is in vim replace mode. |
-| `vimcmd_visual_symbol` | `"[❮](bold yellow)"` | The format string used before the text input if the shell is in vim replace mode. |
-| `disabled` | `false` | Desabilita o módulo `character`. |
+| Opções | Padrão | Descrição |
+| --------------------------- | -------------------- | ------------------------------------------------------------------------------------------- |
+| `format` | `"$symbol"` | O formato da string usado antes da entrada dos textos. |
+| `success_symbol` | `"[❯](bold green)"` | O formato da string usado antes da entrada de texto se o comando anterior for bem-sucedido. |
+| `error_symbol` | `"[❯](bold red)"` | O formato de string usado antes da entrada de texto se o comando anterior tiver falhado. |
+| `vimcmd_symbol` | `"[❮](bold green)"` | O fromato de string usado antes da entrada de texto se o shell esta no vim normal mode. |
+| `vimcmd_replace_one_symbol` | `"[❮](bold purple)"` | The format string used before the text input if the shell is in vim `replace_one` mode. |
+| `vimcmd_replace_symbol` | `"[❮](bold purple)"` | The format string used before the text input if the shell is in vim replace mode. |
+| `vimcmd_visual_symbol` | `"[❮](bold yellow)"` | The format string used before the text input if the shell is in vim replace mode. |
+| `disabled` | `false` | Desabilita o módulo `character`. |
### Variáveis
@@ -2791,11 +2791,49 @@ O módulo `rlang` mostra a versão atualmente instalada do [R](https://www.r-pro
format = "with [📐 $version](blue bold) "
```
+## Raku
+
+The `raku` module shows the currently installed version of [Raku](https://www.raku.org/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
+
+- The current directory contains a `META6.json` file
+- The current directory contains a `.p6`, `.pm6`, `.raku`, `.rakumod` or `.pod6`
+
+### Opções
+
+| Opções | Padrão | Descrição |
+| ------------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------ |
+| `format` | `"via [$symbol($version-$vm_version )]($style)"` | A string de formato do módulo. |
+| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
+| `symbol` | `"🦋 "` | The symbol used before displaying the version of Raku |
+| `detect_extensions` | `["p6", "pm6", "pod6", "raku", "rakumod"]` | Quais extensões devem ativar este módulo. |
+| `detect_files` | `["META6.json"]` | Quais nomes de arquivos devem ativar este módulo. |
+| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
+| `style` | `"bold 149"` | O estilo do módulo. |
+| `disabled` | `false` | Disables the `raku` module. |
+
+### Variáveis
+
+| Variável | Exemplo | Descrição |
+| ---------- | ------- | ------------------------------------ |
+| version | `v6.d` | The version of `raku` |
+| vm_version | `moar` | The version of VM `raku` is built on |
+| symbol | | Espelha o valor da opção `symbol` |
+| style\* | | Espelha o valor da opção `style` |
+
+### Exemplo
+
+```toml
+# ~/.config/starship.toml
+
+[raku]
+format = "via [🦪 $version]($style) "
+```
+
## Red
-Por padrão o módulo `red` exibe a versão atual instalada do [Red](https://www.red-lang.org/). O módulo vai exibir se algumas das condições a seguir for atendida:
+By default the `red` module shows the currently installed version of [Red](https://www.red-lang.org/). The module will be shown if any of the following conditions are met:
-- O diretório atual contenha um arquivo com a extensão `.red` or `.reds`
+- The current directory contains a file with `.red` or `.reds` extension
### Opções
@@ -2803,18 +2841,18 @@ Por padrão o módulo `red` exibe a versão atual instalada do [Red](https://www
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. |
| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `"🔺 "` | Uma string que representa o simbolo do Red. |
+| `symbol` | `"🔺 "` | A format string representing the symbol of Red. |
| `detect_extensions` | `["red"]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `[]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `"red bold"` | O estilo do módulo. |
-| `disabled` | `false` | Desabilita o módulo `red`. |
+| `disabled` | `false` | Disables the `red` module. |
### Variáveis
| Variável | Exemplo | Descrição |
| --------- | -------- | --------------------------------- |
-| version | `v2.5.1` | A versão do `red` |
+| version | `v2.5.1` | The version of `red` |
| symbol | | Espelha o valor da opção `symbol` |
| style\* | | Espelha o valor da opção `style` |
@@ -2831,14 +2869,14 @@ symbol = "🔴 "
## Ruby
-Por padrão o módulo `ruby` vai exibir a versão atual instalada do [Ruby](https://www.ruby-lang.org/). O módulo vai exibir se algumas das condições a seguir for atendida:
+By default the `ruby` module shows the currently installed version of [Ruby](https://www.ruby-lang.org/). The module will be shown if any of the following conditions are met:
-- O diretório atual tenha um arquivo `Gemfile`
-- O diretório atual contém um arquivo `.ruby-version`
-- O diretório atual contem um arquivo `.rb`
-- As variáveis de ambiente `RUBY_VERSION` ou `RBENV_VERSION` estão definidas
+- The current directory contains a `Gemfile` file
+- The current directory contains a `.ruby-version` file
+- The current directory contains a `.rb` file
+- The environment variables `RUBY_VERSION` or `RBENV_VERSION` are set
-O Starship pega a versão atual do Ruby rodando `ruby -v`.
+Starship gets the current Ruby version by running `ruby -v`.
### Opções
@@ -2846,19 +2884,19 @@ O Starship pega a versão atual do Ruby rodando `ruby -v`.
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. |
| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `"💎 "` | Uma string que representa o simbolo do Ruby. |
+| `symbol` | `"💎 "` | A format string representing the symbol of Ruby. |
| `detect_extensions` | `["rb"]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `["Gemfile", ".ruby-version"]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
-| `detect_variables` | `["RUBY_VERSION", "RBENV_VERSION"]` | Quais variáveis de ambiente devem ativar este módulo. |
+| `detect_variables` | `["RUBY_VERSION", "RBENV_VERSION"]` | Which environment variables should trigger this module. |
| `style` | `"bold red"` | O estilo do módulo. |
-| `disabled` | `false` | Desabilita o módulo `ruby`. |
+| `disabled` | `false` | Disables the `ruby` module. |
### Variáveis
| Variável | Exemplo | Descrição |
| --------- | -------- | --------------------------------- |
-| version | `v2.5.1` | A versão do `ruby` |
+| version | `v2.5.1` | The version of `ruby` |
| symbol | | Espelha o valor da opção `symbol` |
| style\* | | Espelha o valor da opção `style` |
@@ -2875,10 +2913,10 @@ symbol = "🔺 "
## Rust
-Por padrão o módulo `rust` vai exibir a versão atual instalada do [Rust](https://www.rust-lang.org/). O módulo vai exibir se algumas das condições a seguir for atendida:
+By default the `rust` module shows the currently installed version of [Rust](https://www.rust-lang.org/). The module will be shown if any of the following conditions are met:
-- O diretório atual contem um arquivo `Cargo.toml`
-- O diretório atual tenha um arquivo com a extensão `.rs`
+- The current directory contains a `Cargo.toml` file
+- The current directory contains a file with the `.rs` extension
### Opções
@@ -2886,22 +2924,22 @@ Por padrão o módulo `rust` vai exibir a versão atual instalada do [Rust](http
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. |
| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `"🦀 "` | Uma string que representa o simbolo do Rust |
+| `symbol` | `"🦀 "` | A format string representing the symbol of Rust |
| `detect_extensions` | `["rs"]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `["Cargo.toml"]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[]` | Quais pastas devem ativar este módulo. |
| `style` | `"bold red"` | O estilo do módulo. |
-| `disabled` | `false` | Desabilita o módulo `rust`. |
+| `disabled` | `false` | Disables the `rust` module. |
### Variáveis
-| Variável | Exemplo | Descrição |
-| --------- | ----------------- | --------------------------------------- |
-| version | `v1.43.0-nightly` | A versão do `rustc` |
-| numver | `1.51.0` | O componente numérico da versão `rustc` |
-| toolchain | `beta` | A versão do toolchain |
-| symbol | | Espelha o valor da opção `symbol` |
-| style\* | | Espelha o valor da opção `style` |
+| Variável | Exemplo | Descrição |
+| --------- | ----------------- | -------------------------------------------- |
+| version | `v1.43.0-nightly` | The version of `rustc` |
+| numver | `1.51.0` | The numeric component of the `rustc` version |
+| toolchain | `beta` | The toolchain version |
+| symbol | | Espelha o valor da opção `symbol` |
+| style\* | | Espelha o valor da opção `style` |
*: Esta variável só pode ser usada como parte de uma string de estilo
@@ -2916,11 +2954,11 @@ format = "via [⚙️ $version](red bold)"
## Scala
-O módulo `scala` exibe a versão atual instalada do [Scala](https://www.scala-lang.org/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
+The `scala` module shows the currently installed version of [Scala](https://www.scala-lang.org/). Por padrão o módulo vai exibir se uma das condições a seguir for atendida:
-- O diretório atual contem um arquivo `build.sbt`, `.scalaenv` ou `.sbtenv`
-- O diretório atual tenha um arquivo com a extensão `.scala` ou `.sbt`
-- O diretório atual tenha um diretório chamado `.metals`
+- The current directory contains a `build.sbt`, `.scalaenv` or `.sbtenv` file
+- The current directory contains a file with the `.scala` or `.sbt` extension
+- The current directory contains a directory named `.metals`
### Opções
@@ -2928,18 +2966,18 @@ O módulo `scala` exibe a versão atual instalada do [Scala](https://www.scala-l
| ------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------ |
| `format` | `"via [${symbol}(${version} )]($style)"` | O formato do módulo. |
| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
-| `detect_extensions` | `["sbt", "escala"]` | Quais extensões devem ativar este módulo. |
+| `detect_extensions` | `["sbt", "scala"]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `[".scalaenv", ".sbtenv", "build.sbt"]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[".metals"]` | Quais pastas devem ativar este módulo. |
-| `symbol` | `"🆂 "` | Uma string que representa o simbolo do Scala. |
+| `symbol` | `"🆂 "` | A format string representing the symbol of Scala. |
| `style` | `"red dimmed"` | O estilo do módulo. |
-| `disabled` | `false` | Desabilita o módulo `scala`. |
+| `disabled` | `false` | Disables the `scala` module. |
### Variáveis
| Variável | Exemplo | Descrição |
| --------- | -------- | --------------------------------- |
-| version | `2.13.5` | A versão do `scala` |
+| version | `2.13.5` | The version of `scala` |
| symbol | | Espelha o valor da opção `symbol` |
| style\* | | Espelha o valor da opção `style` |
@@ -2956,7 +2994,7 @@ symbol = "🌟 "
## Shell
-O módulo de `shell` exibe um indicador para o shell que esta sendo usado.
+The `shell` module shows an indicator for currently used shell.
::: tip
@@ -2966,29 +3004,29 @@ Este módulo é desabilitado por padrão. Para habilitar, defina `disabled` para
### Opções
-| Opções | Padrão | Descrição |
-| ---------------------- | ------------------------- | ------------------------------------------------------- |
-| `bash_indicator` | `bsh` | Uma string para representar o bash. |
-| `fish_indicator` | `fsh` | Uma string usada para representar o fish. |
-| `zsh_indicator` | `zsh` | Uma string usada para representar o zsh. |
-| `powershell_indicator` | `psh` | Uma string usada para representar o powershell. |
-| `ion_indicator` | `ion` | Uma string usada para representar o ion. |
-| `elvish_indicator` | `esh` | Uma string usada para representar o elvish. |
-| `tcsh_indicator` | `tsh` | Uma string usada para representar o tcsh. |
-| `xonsh_indicator` | `xsh` | Uma string usada para representar o xonsh. |
-| `cmd_indicator` | `cmd` | Uma string usada para representar o cmd. |
-| `nu_indicator` | `nu` | Uma string usada para representar o nu. |
-| `unknown_indicator` | | Valor padrão para exibir quando o shell é desconhecido. |
-| `format` | `"[$indicator]($style) "` | O formato do módulo. |
-| `style` | `"white bold"` | O estilo do módulo. |
-| `disabled` | `true` | Desabilita o módulo `shell`. |
+| Opções | Padrão | Descrição |
+| ---------------------- | ------------------------- | ------------------------------------------------------------ |
+| `bash_indicator` | `bsh` | A format string used to represent bash. |
+| `fish_indicator` | `fsh` | A format string used to represent fish. |
+| `zsh_indicator` | `zsh` | A format string used to represent zsh. |
+| `powershell_indicator` | `psh` | A format string used to represent powershell. |
+| `ion_indicator` | `ion` | A format string used to represent ion. |
+| `elvish_indicator` | `esh` | A format string used to represent elvish. |
+| `tcsh_indicator` | `tsh` | A format string used to represent tcsh. |
+| `xonsh_indicator` | `xsh` | A format string used to represent xonsh. |
+| `cmd_indicator` | `cmd` | A format string used to represent cmd. |
+| `nu_indicator` | `nu` | A format string used to represent nu. |
+| `unknown_indicator` | | The default value to be displayed when the shell is unknown. |
+| `format` | `"[$indicator]($style) "` | O formato do módulo. |
+| `style` | `"white bold"` | O estilo do módulo. |
+| `disabled` | `true` | Disables the `shell` module. |
### Variáveis
-| Variável | Padrão | Descrição |
-| --------- | ------ | ------------------------------------------------------------- |
-| indicator | | Espelha o valor do `indicator` para o shell usado atualmente. |
-| style\* | | Espelha o valor da opção `style`. |
+| Variável | Padrão | Descrição |
+| --------- | ------ | ---------------------------------------------------------- |
+| indicator | | Mirrors the value of `indicator` for currently used shell. |
+| style\* | | Mirrors the value of option `style`. |
*: Esta variável só pode ser usada como parte de uma string de estilo
@@ -3007,24 +3045,24 @@ disabled = false
## SHLVL
-O módulo `shlvl` exibe o atual [`SHLVL`](https://tldp.org/LDP/abs/html/internalvariables.html#SHLVLREF) ("shell level") variável de ambiente, se estiver definido um número e coincidir ou exceder o limite especificado.
+The `shlvl` module shows the current [`SHLVL`](https://tldp.org/LDP/abs/html/internalvariables.html#SHLVLREF) ("shell level") environment variable, if it is set to a number and meets or exceeds the specified threshold.
### Opções
-| Opções | Padrão | Descrição |
-| ----------- | ---------------------------- | ----------------------------------------------------------------- |
-| `threshold` | `2` | Limite de exibição. |
-| `format` | `"[$symbol$shlvl]($style) "` | O formato do módulo. |
-| `symbol` | `"↕️ "` | O simbolo usado para representar o `SHLVL`. |
-| `repeat` | `false` | Caso o `symbol` deva se repetir de acordo com o total do `SHLVL`. |
-| `style` | `"bold yellow"` | O estilo do módulo. |
-| `disabled` | `true` | Desabilita o módulo `shlvl`. |
+| Opções | Padrão | Descrição |
+| ----------- | ---------------------------- | ------------------------------------------------------------- |
+| `threshold` | `2` | Display threshold. |
+| `format` | `"[$symbol$shlvl]($style) "` | O formato do módulo. |
+| `symbol` | `"↕️ "` | The symbol used to represent the `SHLVL`. |
+| `repeat` | `false` | Causes `symbol` to be repeated by the current `SHLVL` amount. |
+| `style` | `"bold yellow"` | O estilo do módulo. |
+| `disabled` | `true` | Disables the `shlvl` module. |
### Variáveis
| Variável | Exemplo | Descrição |
| --------- | ------- | --------------------------------- |
-| shlvl | `3` | O valor atual do `SHLVL` |
+| shlvl | `3` | The current value of `SHLVL` |
| symbol | | Espelha o valor da opção `symbol` |
| style\* | | Espelha o valor da opção `style` |
@@ -3043,22 +3081,22 @@ threshold = 3
## Singularidade
-O módulo `singularity` exibe a imagem atual do [Singularity](https://sylabs.io/singularity/), se dentro de um contêiner e definido `$SINGULARITY_NAME`.
+The `singularity` module shows the current [Singularity](https://sylabs.io/singularity/) image, if inside a container and `$SINGULARITY_NAME` is set.
### Opções
-| Opções | Padrão | Descrição |
-| ---------- | -------------------------------- | ------------------------------------------- |
-| `format` | `'[$symbol\[$env\]]($style) '` | O formato do módulo. |
-| `symbol` | `""` | Uma string exibida antes do nome da imagem. |
-| `style` | `"bold dimmed blue"` | O estilo do módulo. |
-| `disabled` | `false` | Desabilita o módulo `singularity`. |
+| Opções | Padrão | Descrição |
+| ---------- | -------------------------------- | ------------------------------------------------ |
+| `format` | `'[$symbol\[$env\]]($style) '` | O formato do módulo. |
+| `symbol` | `""` | A format string displayed before the image name. |
+| `style` | `"bold dimmed blue"` | O estilo do módulo. |
+| `disabled` | `false` | Disables the `singularity` module. |
### Variáveis
| Variável | Exemplo | Descrição |
| --------- | ------------ | --------------------------------- |
-| env | `centos.img` | A imagem atual do Singularity |
+| env | `centos.img` | The current Singularity image |
| symbol | | Espelha o valor da opção `symbol` |
| style\* | | Espelha o valor da opção `style` |
@@ -3075,23 +3113,23 @@ format = '[📦 \[$env\]]($style) '
## Spack
-O módulo `spack` mostra o ambiente [Spack](https://spack.readthedocs.io/en/latest/) atual, se o `$SPACK_ENV` estiver definido.
+The `spack` module shows the current [Spack](https://spack.readthedocs.io/en/latest/) environment, if `$SPACK_ENV` is set.
### Opções
-| Opções | Padrão | Descrição |
-| ------------------- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `truncation_length` | `1` | O número de diretórios para os quais o caminho do ambiente deve ser truncado. `0` quer dizer sem truncação. Também consulte o módulo [`directory`](#directory). |
-| `symbol` | `"🅢 "` | O simbolo usado antes do nome do environment. |
-| `style` | `"bold blue"` | O estilo do módulo. |
-| `format` | `"via [$symbol$environment]($style) "` | O formato do módulo. |
-| `disabled` | `false` | Desabilita o módulo `spack`. |
+| Opções | Padrão | Descrição |
+| ------------------- | -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `truncation_length` | `1` | The number of directories the environment path should be truncated to. `0` quer dizer sem truncação. Também consulte o módulo [`directory`](#directory). |
+| `symbol` | `"🅢 "` | O simbolo usado antes do nome do environment. |
+| `style` | `"bold blue"` | O estilo do módulo. |
+| `format` | `"via [$symbol$environment]($style) "` | O formato do módulo. |
+| `disabled` | `false` | Disables the `spack` module. |
### Variáveis
| Variável | Exemplo | Descrição |
| ----------- | ------------ | --------------------------------- |
-| environment | `astronauts` | O ambiente spack atual |
+| environment | `astronauts` | The current spack environment |
| symbol | | Espelha o valor da opção `symbol` |
| style\* | | Espelha o valor da opção `style` |
@@ -3108,7 +3146,7 @@ format = "[$symbol$environment](dimmed blue) "
## Status
-O módulo `status` exibe o código de saída do comando anterior. Se o $success_symbol estiver vazio (padrão), o módulo será exibido apenas se o código de saída não for `0.`. O código de status será convertido em um inteiro de 32 bits signed.
+The `status` module displays the exit code of the previous command. If $success_symbol is empty (default), the module will be shown only if the exit code is not `0`. The status code will cast to a signed 32-bit integer.
::: tip
@@ -3121,34 +3159,34 @@ Este módulo é desabilitado por padrão. Para habilitar, defina `disabled` para
| Opções | Padrão | Descrição |
| ----------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------- |
| `format` | `"[$symbol$status]($style) "` | O formato do módulo |
-| `symbol` | `"✖"` | O simbolo exibido no erro de programa |
-| `success_symbol` | `""` | O simbolo exibido no sucesso de programa |
-| `not_executable_symbol` | `"🚫"` | O simbolo exibido quando o arquivo não é executável |
-| `not_found_symbol` | `"🔍"` | O simbolo exibido quando o comando não é encontrado |
-| `sigint_symbol` | `"🧱"` | O simbolo exibido no SIGINT (Ctrl + c) |
-| `signal_symbol` | `"⚡"` | O simbolo exibido em qualquer sinal |
+| `symbol` | `"✖"` | The symbol displayed on program error |
+| `success_symbol` | `""` | The symbol displayed on program success |
+| `not_executable_symbol` | `"🚫"` | The symbol displayed when file isn't executable |
+| `not_found_symbol` | `"🔍"` | The symbol displayed when the command can't be found |
+| `sigint_symbol` | `"🧱"` | The symbol displayed on SIGINT (Ctrl + c) |
+| `signal_symbol` | `"⚡"` | The symbol displayed on any signal |
| `style` | `"bold red"` | O estilo do módulo. |
-| `recognize_signal_code` | `true` | Habilita o mapeamento de sinais para códigos de saída |
-| `map_symbol` | `false` | Habilita o mapeamento de símbolos para códigos de saída |
-| `pipestatus` | `false` | Habilita o relatório de pipestatus |
+| `recognize_signal_code` | `true` | Enable signal mapping from exit code |
+| `map_symbol` | `false` | Enable symbols mapping from exit code |
+| `pipestatus` | `false` | Enable pipestatus reporting |
| `pipestatus_separator` | `|` | |
-| `pipestatus_format` | `\\[$pipestatus\\] => [$symbol$common_meaning$signal_name$maybe_int]($style)` | O formato do módulo quando o comando é um pipeline |
-| `disabled` | `true` | Desabilita o módulo `status`. |
+| `pipestatus_format` | `\\[$pipestatus\\] => [$symbol$common_meaning$signal_name$maybe_int]($style)` | The format of the module when the command is a pipeline |
+| `disabled` | `true` | Disables the `status` module. |
### Variáveis
-| Variável | Exemplo | Descrição |
-| -------------- | ------- | -------------------------------------------------------------------------------------------------------- |
-| status | `127` | O codígo de saída do último comando |
-| hex_status | `0x7F` | O codígo de saída do último comando em hex |
-| int | `127` | O codígo de saída do último comando |
-| common_meaning | `ERROR` | Significa que o código não é um sinal |
-| signal_number | `9` | Número do sinal correspondente ao código de saída, apenas se sinalizado |
-| signal_name | `KILL` | Nome do sinal correspondente ao código de saída, apenas se for sinalizado |
-| maybe_int | `7` | Contém o código de saída quando nenhum significado for encontrado |
-| pipestatus | | Exibição do pipeline de programas com os códigos de saída, este é apenas disponível no pipestatus_format |
-| symbol | | Espelha o valor da opção `symbol` |
-| style\* | | Espelha o valor da opção `style` |
+| Variável | Exemplo | Descrição |
+| -------------- | ------- | ------------------------------------------------------------------------------------------- |
+| status | `127` | The exit code of the last command |
+| hex_status | `0x7F` | The exit code of the last command in hex |
+| int | `127` | The exit code of the last command |
+| common_meaning | `ERROR` | Meaning of the code if not a signal |
+| signal_number | `9` | Signal number corresponding to the exit code, only if signalled |
+| signal_name | `KILL` | Name of the signal corresponding to the exit code, only if signalled |
+| maybe_int | `7` | Contains the exit code number when no meaning has been found |
+| pipestatus | | Rendering of in pipeline programs's exit codes, this is only available in pipestatus_format |
+| symbol | | Espelha o valor da opção `symbol` |
+| style\* | | Espelha o valor da opção `style` |
*: Esta variável só pode ser usada como parte de uma string de estilo
@@ -3168,7 +3206,7 @@ disabled = false
## Sudo
-O módulo `sudo` é exibido se uma credencial sudo estiver em cache. O módulo vai ser exibido somente se as credenciais estiverem em cache.
+The `sudo` module displays if sudo credentials are currently cached. The module will only be shown if credentials are cached.
::: tip
@@ -3178,13 +3216,13 @@ Este módulo é desabilitado por padrão. Para habilitar, defina `disabled` para
### Opções
-| Opções | Padrão | Descrição |
-| --------------- | ----------------------- | -------------------------------------------------------------------------- |
-| `format` | `[as $symbol]($style)"` | O formato do módulo |
-| `symbol` | `"🧙 "` | O simbolo exibido quando as credenciais estão em cache |
-| `style` | `"bold blue"` | O estilo do módulo. |
-| `allow_windows` | `false` | Desde que o Windows não tem um padrão sudo, o valor padrão é desabilitado. |
-| `disabled` | `true` | Desabilita o módulo `sudo`. |
+| Opções | Padrão | Descrição |
+| --------------- | ----------------------- | ------------------------------------------------------- |
+| `format` | `[as $symbol]($style)"` | O formato do módulo |
+| `symbol` | `"🧙 "` | The symbol displayed when credentials are cached |
+| `style` | `"bold blue"` | O estilo do módulo. |
+| `allow_windows` | `false` | Since windows has no default sudo, default is disabled. |
+| `disabled` | `true` | Disables the `sudo` module. |
### Variáveis
@@ -3207,7 +3245,7 @@ disabled = false
```
```toml
-# No windows
+# On windows
# $HOME\.starship\config.toml
[sudo]
@@ -3217,10 +3255,10 @@ disabled = false
## Swift
-Por padrão o módulo `swift` vai exibir a versão atual instalada do [Swift](https://swift.org/). O módulo vai exibir se algumas das condições a seguir for atendida:
+By default the `swift` module shows the currently installed version of [Swift](https://swift.org/). The module will be shown if any of the following conditions are met:
-- O diretório atual tenha um arquivo `Package.swift`
-- O diretório atual tenha um arquivo com a extensão `.swift`
+- The current directory contains a `Package.swift` file
+- The current directory contains a file with the `.swift` extension
### Opções
@@ -3228,18 +3266,18 @@ Por padrão o módulo `swift` vai exibir a versão atual instalada do [Swift](ht
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------ |
| `format` | `"via [$symbol($version )]($style)"` | O formato do módulo. |
| `version_format` | `"v${raw}"` | O formato da versão. As variáveis disponíveis são `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `"🐦 "` | Uma string que representa o simbolo do Swift |
+| `symbol` | `"🐦 "` | A format string representing the symbol of Swift |
| `detect_extensions` | `["swift"]` | Quais extensões devem ativar este módulo. |
| `detect_files` | `["Package.swift"]` | Quais nomes de arquivos devem ativar este módulo. |
| `detect_folders` | `[