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

This commit is contained in:
Matan Kushner
2021-05-01 14:20:08 -04:00
committed by GitHub
parent 7459571a94
commit d6bfe0a3f1
37 changed files with 7097 additions and 6654 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ description: Starship はミニマルで、非常に高速で、カスタマイ
- A [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal.
### Quick Install
### クイックインストール
1. **Starship** のバイナリをインストール
+1 -1
View File
@@ -81,7 +81,7 @@ starship_precmd_user_func="set_win_title"
- `<color>`
- `none`
ここで、 `<color>` は色を指定します(以下で述べます)。 `fg:<color>` and `<color>` currently do the same thing, though this may change in the future. `inverted` swaps the background and foreground colors. The order of words in the string does not matter.
ここで、 `<color>` は色を指定します(以下で述べます)。 `fg:<color>` and `<color>` currently do the same thing, though this may change in the future. `inverted` swaps the background and foreground colors. 文字列中の単語の順序は関係ありません。
`none` トークンは、文字列中の`bg:` 指定子の一部でない場合、他のすべてのトークンをオーバーライドします。そのため、たとえば、`fg:red none fg:blue` と指定した場合、スタイルなしの文字列が作られます。 `bg:none` sets the background to the default color so `fg:red bg:none` is equivalent to `red` or `fg:red` and `bg:green fg:red bg:none` is also equivalent to `fg:red` or `red`. 将来 `none` を他の単語と一緒に使用することはエラーになるかもしれません。
File diff suppressed because it is too large Load Diff