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

This commit is contained in:
Matan Kushner
2021-08-26 10:11:13 -04:00
committed by GitHub
parent f03c0825c0
commit d77ea269f8
37 changed files with 5754 additions and 825 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ starship_precmd_user_func="set_win_title"
precmd_functions+=(set_win_title)
```
If you like the result, add these lines to your shell configuration file (`~/.bashrc` or `~/.zshrc`) to make it permanent.
如果你喜歡這個結果,把這幾行加入你的 shell 設定檔中(`~/.bashrc` or `~/.zsrhc`)來將此設為永久設定。
For example, if you want to display your current directory in your terminal tab title, add the following snippet to your `~/.bashrc` or `~/.zshrc`:
@@ -73,7 +73,7 @@ starship_precmd_user_func="set_win_title"
風格字串是一個以空白分開的單詞清單。 單字並不會區分大小寫(換句話說,`bold``BoLd` 是被當作兩個相同的字串)。 每個單詞可以是下列其中之一:
- `bold`
- `italic`
- `斜體字`
- `underline`
- `dimmed`
- `inverted`