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

This commit is contained in:
Matan Kushner
2022-12-12 14:14:19 +09:00
committed by GitHub
parent 18e714598d
commit 0d98c4c0b7
38 changed files with 5739 additions and 31 deletions
+5 -5
View File
@@ -24,7 +24,7 @@ success_symbol = '[➜](bold green)' # The 'success_symbol' segment is being set
disabled = true
```
### Config File Location
### 配置文件路徑
你可以透過更改環境變數 `STARSHIP_CONFIG` 來變更設定檔存放的位置:
@@ -32,13 +32,13 @@ disabled = true
export STARSHIP_CONFIG=~/example/non/default/path/starship.toml
```
等同於在 PowersShellWindows)的 `$PROFILE` 中添加下列文字:
等同於在 PowerShellWindows)的 `$PROFILE` 中添加下列文字:
```powershell
$ENV:STARSHIP_CONFIG = "$HOME\example\non\default\path\starship.toml"
```
Or for Cmd (Windows) would be adding this line to your `starship.lua`:
或用命令提示字元 (cmd) (Windows) 的話,加下面這行至 `starship.lua`
```lua
os.setenv('STARSHIP_CONFIG', 'C:\\Users\\user\\example\\non\\default\\path\\starship.toml')
@@ -58,7 +58,7 @@ export STARSHIP_CACHE=~/.starship/cache
$ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
```
Or for Cmd (Windows) would be adding this line to your `starship.lua`:
或用命令提示字元 (cmd) (Windows) 的話,加下面這行至 `starship.lua`
```lua
os.setenv('STARSHIP_CACHE', 'C:\\Users\\user\\AppData\\Local\\Temp')
@@ -534,7 +534,7 @@ The `buf` module shows the currently installed version of [Buf](https://buf.buil
| ------------------- | ----------------------------------------------- | ----------------------------------------------------- |
| `format` | `'with [$symbol($version )]($style)'` | The format for the `buf` module. |
| `version_format` | `'v${raw}'` | The version format. |
| `symbol` | `'🦬 '` | The symbol used before displaying the version of Buf. |
| `symbol` | `'🐃 '` | The symbol used before displaying the version of Buf. |
| `detect_extensions` | `[]` | Which extensions should trigger this module. |
| `detect_files` | `['buf.yaml', 'buf.gen.yaml', 'buf.work.yaml']` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this modules. |