summaryrefslogtreecommitdiffstats
path: root/docs/zh-CN/advanced-config/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-05-01 14:20:08 -0400
committerGitHub <noreply@github.com>2021-05-01 14:20:08 -0400
commitd6bfe0a3f1176f20cd5028e00e8098908c78692f (patch)
treee730b4ae91de348284eec758f76cfd6d9b3fd8a6 /docs/zh-CN/advanced-config/README.md
parent7459571a94268af298c53704476ceecd814efa6b (diff)
docs(i18n): new Crowdin updates (#2634)
Diffstat (limited to 'docs/zh-CN/advanced-config/README.md')
-rw-r--r--docs/zh-CN/advanced-config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-CN/advanced-config/README.md b/docs/zh-CN/advanced-config/README.md
index 0d17d1c3c..e9ad05392 100644
--- a/docs/zh-CN/advanced-config/README.md
+++ b/docs/zh-CN/advanced-config/README.md
@@ -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. 字符串中的单词顺序不影响显示结果。
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` 与其它标识符一起使用视为一种错误。