docs(i18n): Update translated docs (#792)

This commit is contained in:
Matan Kushner
2020-01-15 12:23:25 -05:00
committed by GitHub
parent 1f9059c611
commit ddfcee3809
21 changed files with 2002 additions and 183 deletions
+6
View File
@@ -27,6 +27,11 @@ symbol = "➜" # The "symbol" segment is being set to "➜"
disabled = true
```
You can change default `starship.toml` file location with `STARSHIP_CONFIG` environment variable:
```shell
export STARSHIP_CONFIG=~/.starship
```
### 术语
**Module**: A component in the prompt giving information based on contextual information from your OS. For example, the "nodejs" module shows the version of NodeJS that is currently installed on your computer, if your current directory is a NodeJS project.
@@ -499,6 +504,7 @@ The `git_status` module shows symbols representing the state of the repo in your
| `untracked` | `"?"` | There are untracked files in the working directory. |
| `untracked_count` | [link](#git-status-counts) | Show and style the number of untracked files. |
| `stashed` | `"$"` | A stash exists for the local repository. |
| `stashed_count` | [link](#git-status-counts) | Show and style the number of stashes. |
| `modified` | `"!"` | There are file modifications in the working directory. |
| `modified_count` | [link](#git-status-counts) | Show and style the number of modified files. |
| `staged` | `"+"` | A new file has been added to the staging area. |