docs(i18n): new Crowdin updates (#4956)

This commit is contained in:
Matan Kushner
2023-04-11 13:05:27 +09:00
committed by GitHub
parent b475b5809f
commit 7a8c103749
230 changed files with 2018 additions and 1958 deletions
+5 -1
View File
@@ -713,7 +713,7 @@ error_symbol = '[➜](bold red) '
# ~/.config/starship.toml
[character]
vicmd_symbol = '[V](bold green) '
vimcmd_symbol = '[V](bold green) '
```
## CMake
@@ -2871,10 +2871,12 @@ Este módulo é desabilitado por padrão. Para habilitar, defina `disabled` para
```toml
# This is the default symbols table.
[os.symbols]
Alpaquita = "🔔 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
@@ -2887,6 +2889,7 @@ Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
@@ -4157,6 +4160,7 @@ Strings de formatação também podem conter sequencias de prompt especificas de
| ------------------- | ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `command` | `''` | O comando cuja a saída deve ser exibida. O comando será passado no stdin para o shell. |
| `when` | `false` | Ou um valor booleano (`true` ou `false`, sem aspas) ou um comando shell de string usado como condição para mostrar o módulo. No caso de uma string, o módulo será mostrado se o comando retornar um código de status `0`. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [Veja abaixo](#custom-command-shell) |
| `description` | `'<custom module>'` | A descrição do módulo, isto será exibido quando executar `starship explain`. |
| `detect_files` | `[]` | Os arquivos que serão buscados por correspondência no diretório atual. |
-1
View File
@@ -422,7 +422,6 @@ Apoie este projeto [tornando-se um patrocinador](https://github.com/sponsors/sta
**Supporter Tier**
- [Dimension](https://dimension.dev/)
- [Appwrite](https://appwrite.io/)
<p align="center">
+1 -1
View File
@@ -9,7 +9,7 @@ Está personalização altera o formato de todos os módulos integrados para que
### Configuração
```sh
starship preset bracketed-segments > ~/.config/starship.toml
starship preset bracketed-segments -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/bracketed-segments.toml)
+1 -1
View File
@@ -13,7 +13,7 @@ Essa personalização altera os símbolos para cada módulo usar Nerd Font.
### Configuração
```sh
starship preset nerd-font-symbols > ~/.config/starship.toml
starship preset nerd-font-symbols -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/nerd-font-symbols.toml)
+1 -1
View File
@@ -9,7 +9,7 @@ If toolset files are identified the toolset icon is displayed. If the toolset is
### Configuração
```sh
starship preset no-empty-icons > ~/.config/starship.toml
starship preset no-empty-icons -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/no-empty-icons.toml)
+1 -1
View File
@@ -11,7 +11,7 @@ This preset will become the default preset in a future release of starship.
### Configuração
```sh
starship preset no-nerd-font > ~/.config/starship.toml
starship preset no-nerd-font -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/no-nerd-font.toml)
+1 -1
View File
@@ -9,7 +9,7 @@ Esta predefinição oculta a versão do runtime da linguagem. Se você trabalha
### Configuração
```sh
starship preset no-runtime-versions > ~/.config/starship.toml
starship preset no-runtime-versions -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/no-runtime-versions.toml)
+1 -1
View File
@@ -13,7 +13,7 @@ Esta personalização é inspirada em [M365Princess](https://github.com/JanDeDob
### Configuração
```sh
starship preset pastel-powerline > ~/.config/starship.toml
starship preset pastel-powerline -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/pastel-powerline.toml)
+1 -1
View File
@@ -9,7 +9,7 @@ Essa personalização converte os símbolos para cada módulo em texto simples.
### Configuração
```sh
starship preset plain-text-symbols > ~/.config/starship.toml
starship preset plain-text-symbols -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/plain-text-symbols.toml)
+1 -1
View File
@@ -9,7 +9,7 @@ Essa personalização simula a aparência e o comportamento do [Pure](https://gi
### Configuração
```sh
starship preset pure-preset > ~/.config/starship.toml
starship preset pure-preset -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/pure-preset.toml)
+1 -1
View File
@@ -13,7 +13,7 @@ This preset is inspired by [tokyo-night-vscode-theme](https://github.com/enkia/t
### Configuração
```sh
starship preset tokyo-night > ~/.config/starship.toml
starship preset tokyo-night -o ~/.config/starship.toml
```
[Clique para baixar o TOML](/presets/toml/tokyo-night.toml)