mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs(i18n): new Crowdin updates (#2068)
This commit is contained in:
@@ -82,7 +82,7 @@ starship_precmd_user_func="set_win_title"
|
||||
|
||||
其中 `<color>` 是指定顏色用的(下面解釋)。 `fg:<color>` 與 `<color>` 目前做一樣的事情,不過未來可能會改變。 單詞在字串中的順序不重要。
|
||||
|
||||
The `none` token overrides all other tokens in a string if it is not part of a `bg:` specifier, so that e.g. `fg:red none fg:blue` will still create a string with no styling. `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`. It may become an error to use `none` in conjunction with other tokens in the future.
|
||||
The `none` token overrides all other tokens in a string if it is not part of a `bg:` specifier, so that e.g. `fg:red none fg:blue` will still create a string with no styling. `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` 與其他符號一起使用的情形視為是一種錯誤。
|
||||
|
||||
一個顏色指定符號可以是下列其中之一:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user