summaryrefslogtreecommitdiffstats
path: root/docs/vi-VN/config/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2023-02-21 12:40:15 +0900
committerGitHub <noreply@github.com>2023-02-21 12:40:15 +0900
commit99552a9ae8554530efa6c6d905dfa819d5978889 (patch)
tree1cae5cba35c12d03f2cddc30cd13929a3d990f82 /docs/vi-VN/config/README.md
parentc8bb1bae8d55cb462e3fc25aeee8dd60eae14c54 (diff)
docs(i18n): new Crowdin updates (#4877)
Diffstat (limited to 'docs/vi-VN/config/README.md')
-rw-r--r--docs/vi-VN/config/README.md432
1 files changed, 217 insertions, 215 deletions
diff --git a/docs/vi-VN/config/README.md b/docs/vi-VN/config/README.md
index 6ac4654af..f43a06153 100644
--- a/docs/vi-VN/config/README.md
+++ b/docs/vi-VN/config/README.md
@@ -46,7 +46,7 @@ os.setenv('STARSHIP_CONFIG', 'C:\\Users\\user\\example\\non\\default\\path\\star
### Logging
-Mặc định, starship logs các cảnh báo và các lỗi trong một tập tin tên là `~/.cache/starship/session_${STARSHIP_SESSION_KEY}.log`, nơi đó khoá của phiên làm việc tương ứng với thực thể terminal của bạn. Cái này, tuy nhiên có thể được thay đổi bằng cách sử dụng biến môi trường `STARSHIP_CACHE`:
+By default starship logs warnings and errors into a file named `~/.cache/starship/session_${STARSHIP_SESSION_KEY}.log`, where the session key is corresponding to an instance of your terminal. Cái này, tuy nhiên có thể được thay đổi bằng cách sử dụng biến môi trường `STARSHIP_CACHE`:
```sh
export STARSHIP_CACHE=~/.starship/cache
@@ -1088,7 +1088,7 @@ Cho ví dụ, `~/Dev/Nix/nixpkgs/pkgs` nơi `nixpkgs` là gốc của repo, và
'src/com/long/java/path' = 'mypath'
```
-`fish_style_pwd_dir_length` interacts with the standard truncation options in a way that can be surprising at first: if it's non-zero, the components of the path that would normally be truncated are instead displayed with that many characters. For example, the path `/built/this/city/on/rock/and/roll`, which would normally be displayed as as `rock/and/roll`, would be displayed as `/b/t/c/o/rock/and/roll` with `fish_style_pwd_dir_length = 1`--the path components that would normally be removed are displayed with a single character. For `fish_style_pwd_dir_length = 2`, it would be `/bu/th/ci/on/rock/and/roll`.
+`fish_style_pwd_dir_length` interacts with the standard truncation options in a way that can be surprising at first: if it's non-zero, the components of the path that would normally be truncated are instead displayed with that many characters. For example, the path `/built/this/city/on/rock/and/roll`, which would normally be displayed as `rock/and/roll`, would be displayed as `/b/t/c/o/rock/and/roll` with `fish_style_pwd_dir_length = 1`--the path components that would normally be removed are displayed with a single character. For `fish_style_pwd_dir_length = 2`, it would be `/bu/th/ci/on/rock/and/roll`.
</details>
@@ -1330,14 +1330,14 @@ default = 'unknown user'
### Options
-| Tuỳ chọn | Mặc định | Mô tả |
-| ------------- | ------------------------------ | ---------------------------------------------------------------------------- |
-| `symbol` | `""` | Biểu tượng sử dụng để hiển thị trước giá trị của biến. |
-| `variable` | | Biến môi trường được hiển thị. |
-| `default` | | Giá trị mặc định được hiển thị khi biến được chọn không được định nghĩa. |
-| `format` | `"with [$env_value]($style) "` | Định dạng cho module. |
-| `description` | `"<env_var module>"` | The description of the module that is shown when running `starship explain`. |
-| `disabled` | `false` | Vô hiệu `env_var`. |
+| Tuỳ chọn | Mặc định | Mô tả |
+| ---------- | ------------------------------ | ---------------------------------------------------------------------------- |
+| `symbol` | `""` | Biểu tượng sử dụng để hiển thị trước giá trị của biến. |
+| `variable` | | Biến môi trường được hiển thị. |
+| `default` | | Giá trị mặc định được hiển thị khi biến được chọn không được định nghĩa. |
+| `format` | `"with [$env_value]($style) "` | Định dạng cho module. |
+| `mô tả` | `"<env_var module>"` | The description of the module that is shown when running `starship explain`. |
+| `disabled` | `false` | Vô hiệu `env_var`. |
### Các biến
@@ -1399,7 +1399,7 @@ The `erlang` module shows the currently installed version of [Erlang/OTP](https:
| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
| style\* | | Giá trị ghi đè của `style` |
-*: This variable can only be used as a part of a style string
+*: Biến này có thể chỉ được sử dụng như một phần của style string
### Ví dụ
@@ -1483,14 +1483,14 @@ The `fossil_branch` module shows the name of the active branch of the check-out
### Options
-| Tuỳ chọn | Mặc định | Mô tả |
-| ------------------- | -------------------------------- | ---------------------------------------------------------------------------------------- |
-| `format` | `'on [$symbol$branch]($style) '` | Định dạng cho module. Use `'$branch'` to refer to the current branch name. |
-| `symbol` | `' '` | The symbol used before the branch name of the check-out in your current directory. |
-| `style` | `'bold purple'` | Kiểu cho module. |
-| `truncation_length` | `2^63 - 1` | Truncates a Fossil branch name to `N` graphemes |
-| `truncation_symbol` | `'…'` | The symbol used to indicate a branch name was truncated. You can use `''` for no symbol. |
-| `disabled` | `true` | Disables the `fossil_branch` module. |
+| Tuỳ chọn | Mặc định | Mô tả |
+| ------------------- | -------------------------------- | ------------------------------------------------------------------------------------------- |
+| `format` | `'on [$symbol$branch]($style) '` | Định dạng cho module. Use `'$branch'` to refer to the current branch name. |
+| `symbol` | `' '` | The symbol used before the branch name of the check-out in your current directory. |
+| `style` | `'bold purple'` | Kiểu cho module. |
+| `truncation_length` | `2^63 - 1` | Truncates a Fossil branch name to `N` graphemes |
+| `truncation_symbol` | `'…'` | Biểu tượng sử dụng để nhận biết một tên nhánh được rút gọn. You can use `''` for no symbol. |
+| `disabled` | `true` | Disables the `fossil_branch` module. |
### Các biến
@@ -1515,30 +1515,30 @@ truncation_symbol = ''
## Google Cloud (`gcloud`)
-The `gcloud` module shows the current configuration for [`gcloud`](https://cloud.google.com/sdk/gcloud) CLI. This is based on the `~/.config/gcloud/active_config` file and the `~/.config/gcloud/configurations/config_{CONFIG NAME}` file and the `CLOUDSDK_CONFIG` env var.
+Mô đun `gcloud` hiển thị cấu hình hiện tại của [`gcloud`](https://cloud.google.com/sdk/gcloud) CLI. Cái này dựa trên tập tin `~/.config/gcloud/active_config`, `~/.config/gcloud/configurations/config_{CONFIG NAME}` và biến môi trường `CLOUDSDK_CONFIG`.
### Options
-| Tuỳ chọn | Mặc định | Mô tả |
-| ----------------- | ---------------------------------------------------------- | ---------------------------------------------------------------- |
-| `format` | `'on [$symbol$account(@$domain)(\($region\))]($style) '` | Định dạng cho module. |
-| `symbol` | `'☁️ '` | The symbol used before displaying the current GCP profile. |
-| `region_aliases` | `{}` | Table of region aliases to display in addition to the GCP name. |
-| `project_aliases` | `{}` | Table of project aliases to display in addition to the GCP name. |
-| `style` | `'bold blue'` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `gcloud` module. |
+| Tuỳ chọn | Mặc định | Mô tả |
+| ----------------- | ---------------------------------------------------------- | ----------------------------------------------------------------- |
+| `format` | `'on [$symbol$account(@$domain)(\($region\))]($style) '` | Định dạng cho module. |
+| `symbol` | `'☁️ '` | Kí hiệu sử dụng hiển thị trước profile GCP hiện tại. |
+| `region_aliases` | `{}` | Bảng ánh xạ của các bí danh của region để hiển thị ngoài tên GCP. |
+| `project_aliases` | `{}` | Table of project aliases to display in addition to the GCP name. |
+| `style` | `'bold blue'` | Kiểu cho module. |
+| `disabled` | `false` | Vô hiệu mô đun `gcloud`. |
### Các biến
-| Biến | Ví dụ | Mô tả |
-| --------- | ------------- | ------------------------------------------------------------------ |
-| region | `us-central1` | The current GCP region |
-| account | `foo` | The current GCP profile |
-| domain | `example.com` | The current GCP profile domain |
-| project | | The current GCP project |
-| active | `default` | The active config name written in `~/.config/gcloud/active_config` |
-| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
-| style\* | | Giá trị ghi đè của `style` |
+| Biến | Ví dụ | Mô tả |
+| --------- | ------------- | -------------------------------------------------------------------- |
+| region | `us-central1` | Region GCP hiện tại |
+| account | `foo` | Profile hiện tại của GCP |
+| domain | `example.com` | The current GCP profile domain |
+| project | | Dự án hiện tại của GCP |
+| active | `default` | Tên cấu hình có hiệu lực viết trong `~/.config/gcloud/active_config` |
+| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
+| style\* | | Giá trị ghi đè của `style` |
*: Biến này có thể chỉ được sử dụng như một phần của style string
@@ -1588,29 +1588,29 @@ very-long-project-name = 'vlpn'
## Git Branch
-The `git_branch` module shows the active branch of the repo in your current directory.
+Mô đun `git_branch` hiển thị nhánh hiệu lực của repo trong thư mục hiện tại của bạn.
### Options
-| Tuỳ chọn | Mặc định | Mô tả |
-| -------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------------- |
-| `always_show_remote` | `false` | Shows the remote tracking branch name, even if it is equal to the local branch name. |
-| `format` | `'on [$symbol$branch(:$remote_branch)]($style) '` | Định dạng cho module. Use `'$branch'` to refer to the current branch name. |
-| `symbol` | `' '` | A format string representing the symbol of git branch. |
-| `style` | `'bold purple'` | Kiểu cho module. |
-| `truncation_length` | `2^63 - 1` | Truncates a git branch to `N` graphemes. |
-| `truncation_symbol` | `'…'` | The symbol used to indicate a branch name was truncated. You can use `''` for no symbol. |
-| `only_attached` | `false` | Only show the branch name when not in a detached `HEAD` state. |
-| `ignore_branches` | `[]` | A list of names to avoid displaying. Useful for 'master' or 'main'. |
-| `disabled` | `false` | Disables the `git_branch` module. |
+| Tuỳ chọn | Mặc định | Mô tả |
+| -------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------- |
+| `always_show_remote` | `false` | Hiển thị tên nhánh remote tracking, thậm chí nếu nó bằng với tên nhánh local. |
+| `format` | `'on [$symbol$branch(:$remote_branch)]($style) '` | Định dạng cho module. Use `'$branch'` to refer to the current branch name. |
+| `symbol` | `' '` | Một chuỗi định dạng hiển thị biểu tượng của nhánh git. |
+| `style` | `'bold purple'` | Kiểu cho module. |
+| `truncation_length` | `2^63 - 1` | Truncates a git branch to `N` graphemes. |
+| `truncation_symbol` | `'…'` | Biểu tượng sử dụng để nhận biết một tên nhánh được rút gọn. You can use `''` for no symbol. |
+| `only_attached` | `false` | Only show the branch name when not in a detached `HEAD` state. |
+| `ignore_branches` | `[]` | A list of names to avoid displaying. Useful for 'master' or 'main'. |
+| `disabled` | `false` | Vô hiệu mô đun `git_branch`. |
### Các biến
| Biến | Ví dụ | Mô tả |
| ------------- | -------- | ------------------------------------------------------------------------------------------------------ |
| branch | `master` | The current branch name, falls back to `HEAD` if there's no current branch (e.g. git detached `HEAD`). |
-| remote_name | `origin` | The remote name. |
-| remote_branch | `master` | The name of the branch tracked on `remote_name`. |
+| remote_name | `origin` | Tên remote. |
+| remote_branch | `master` | Tên của nhánh đã theo dõi trên `remote_name`. |
| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
| style\* | | Giá trị ghi đè của `style` |
@@ -1630,26 +1630,26 @@ ignore_branches = ['master', 'main']
## Git Commit
-The `git_commit` module shows the current commit hash and also the tag (if any) of the repo in your current directory.
+Mô đun `git_commit` hiển thị hash commit hiện tại và tag (nếu có) của repo trong thư mục hiện tại của bạn.
### Options
| Tuỳ chọn | Mặc định | Mô tả |
| -------------------- | ------------------------------ | ------------------------------------------------------------------------------------ |
-| `commit_hash_length` | `7` | The length of the displayed git commit hash. |
+| `commit_hash_length` | `7` | Độ dài của git commit hash được hiển thị. |
| `format` | `'[\($hash$tag\)]($style) '` | Định dạng cho module. |
| `style` | `'bold green'` | Kiểu cho module. |
| `only_detached` | `true` | Only show git commit hash when in detached `HEAD` state |
-| `tag_disabled` | `true` | Disables showing tag info in `git_commit` module. |
+| `tag_disabled` | `true` | Vô hiệu hiển thị thông tin tag trong mô đun `git_commit`. |
| `tag_max_candidates` | `0` | How many commits to consider for tag display. The default only allows exact matches. |
-| `tag_symbol` | `' 🏷 '` | Tag symbol prefixing the info shown |
-| `disabled` | `false` | Disables the `git_commit` module. |
+| `tag_symbol` | `' 🏷 '` | Biểu tượng tag trước thông tin được hiển thị |
+| `disabled` | `false` | Vô hiệu mô đun `git_commit`. |
### Các biến
| Biến | Ví dụ | Mô tả |
| --------- | --------- | -------------------------------------------- |
-| hash | `b703eb3` | The current git commit hash |
+| hash | `b703eb3` | Git commit hash hiện tại |
| tag | `v1.0.0` | The tag name if showing tag info is enabled. |
| style\* | | Giá trị ghi đè của `style` |
@@ -1667,33 +1667,33 @@ tag_symbol = '🔖 '
## Git State
-The `git_state` module will show in directories which are part of a git repository, and where there is an operation in progress, such as: _REBASING_, _BISECTING_, etc. If there is progress information (e.g., REBASING 3/10), that information will be shown too.
+Mô đun `git_state` sẽ hiển hiển thị trong các thư mục là một phần của gt repository và những nơi tồn tại một hoạt động trong tiến trình như _REBASING_, _BISECTING_. Nếu có thông tin tiến trình (ví dụ, REBASING 3/10), thông tin đó cũng sẽ được hiển thị.
### Options
-| Tuỳ chọn | Mặc định | Mô tả |
-| -------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
-| `rebase` | `'REBASING'` | A format string displayed when a `rebase` is in progress. |
-| `merge` | `'MERGING'` | A format string displayed when a `merge` is in progress. |
-| `revert` | `'REVERTING'` | A format string displayed when a `revert` is in progress. |
-| `cherry_pick` | `'CHERRY-PICKING'` | A format string displayed when a `cherry-pick` is in progress. |
-| `bisect` | `'BISECTING'` | A format string displayed when a `bisect` is in progress. |
-| `am` | `'AM'` | A format string displayed when an `apply-mailbox` (`git am`) is in progress. |
-| `am_or_rebase` | `'AM/REBASE'` | A format string displayed when an ambiguous `apply-mailbox` or `rebase` is in progress. |
-| `style` | `'bold yellow'` | Kiểu cho module. |
-| `format` | `'\([$state( $progress_current/$progress_total)]($style)\) '` | Định dạng cho module. |
-| `disabled` | `false` | Disables the `git_state` module. |
+| Tuỳ chọn | Mặc định | Mô tả |
+| -------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
+| `rebase` | `'REBASING'` | Một format sring hiển thị khi một `rebase` đang trong quá trình. |
+| `merge` | `'MERGING'` | Một format sring hiển thị khi một `merge` đang trong quá trình. |
+| `revert` | `'REVERTING'` | Một format sring hiển thị khi một `revert` đang trong quá trình. |
+| `cherry_pick` | `'CHERRY-PICKING'` | Một format sring hiển thị khi một `cherry-pick` đang trong quá trình. |
+| `bisect` | `'BISECTING'` | Một format sring hiển thị khi một `bisect` đang trong quá trình. |
+| `am` | `'AM'` | Một format sring hiển thị khi một `apply-mailbox` (`git am`) đang trong quá trình. |
+| `am_or_rebase` | `'AM/REBASE'` | Một format sring hiển thị khi một `apply-mailbox` (`rebase`) đang trong quá trình. |
+| `style` | `'bold yellow'` | Kiểu cho module. |
+| `format` | `'\([$state( $progress_current/$progress_total)]($style)\) '` | Định dạng cho module. |
+| `disabled` | `false` | Vô hiệu `git_state` module. |
### Các biến
-| Biến | Ví dụ | Mô tả |
-| ---------------- | ---------- | ------------------------------ |
-| state | `REBASING` | The current state of the repo |
-| progress_current | `1` | The current operation progress |
-| progress_total | `2` | The total operation progress |
-| style\* | | Giá trị ghi đè của `style` |
+| Biến | Ví dụ | Mô tả |
+| ---------------- | ---------- | --------------------------------- |
+| state | `REBASING` | Trạng thái của repo hiện tại |
+| progress_current | `1` | Trạng thái của quá trình hiện tại |
+| progress_total | `2` | Tổng số các quá trình |
+| style\* | | Giá trị ghi đè của `style` |
-*: This variable can only be used as a part of a style string
+*: Biến này có thể chỉ được sử dụng như một phần của style string
### Ví dụ
@@ -1711,7 +1711,7 @@ The `git_metrics` module will show the number of added and deleted lines in the
::: tip
-This module is disabled by default. To enable it, set `disabled` to `false` in your configuration file.
+Mặc định, mô đun này được vô hiệu. Để kích hoạt nó, thiết lập `disabled` sang `false` trong tập tin cấu hình của bạn.
:::
@@ -1734,7 +1734,7 @@ This module is disabled by default. To enable it, set `disabled` to `false` in y
| added_style\* | | Mirrors the value of option `added_style` |
| deleted_style\* | | Mirrors the value of option `deleted_style` |
-*: This variable can only be used as a part of a style string
+*: Biến này có thể chỉ được sử dụng như một phần của style string
### Ví dụ
@@ -1748,7 +1748,7 @@ format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
## Git Status
-The `git_status` module shows symbols representing the state of the repo in your current directory.
+Mô đun `git_status` hiển thị các biểu tượng đại diện cho trạng thái của repo trong thư mục hiện tại của bạn.
::: tip
@@ -1760,54 +1760,54 @@ The Git Status module is very slow in Windows directories (for example under `/m
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
-| `format` | `'([\[$all_status$ahead_behind\]]($style) )'` | The default format for `git_status` |
-| `conflicted` | `'='` | This branch has merge conflicts. |
-| `ahead` | `'⇡'` | The format of `ahead` |
-| `behind` | `'⇣'` | The format of `behind` |
-| `diverged` | `'⇕'` | The format of `diverged` |
+| `format` | `'([\[$all_status$ahead_behind\]]($style) )'` | Định dạng mặc định cho `git_status` |
+| `conflicted` | `'='` | Nhánh này có nhiều merge conflicts. |
+| `ahead` | `'⇡'` | Định dạng của `ahead` |
+| `behind` | `'⇣'` | Định dạng của `behind` |
+| `diverged` | `'⇕'` | Định dạng của `diverged` |
| `up_to_date` | `''` | The format of `up_to_date` |
-| `untracked` | `'?'` | The format of `untracked` |
-| `stashed` | `'$'` | The format of `stashed` |
-| `modified` | `'!'` | The format of `modified` |
-| `staged` | `'+'` | The format of `staged` |
-| `renamed` | `'»'` | The format of `renamed` |
-| `deleted` | `'✘'` | The format of `deleted` |
+| `untracked` | `'?'` | Định dạng của `untracked` |
+| `stashed` | `'$'` | Định dạng của `stashed` |
+| `modified` | `'!'` | Định dạng của `modified` |
+| `staged` | `'+'` | Định dạng của `modified` |
+| `renamed` | `'»'` | Định dạng của `renamed` |
+| `deleted` | `'✘'` | Định dạng của `deleted` |
| `style` | `'bold red'` | Kiểu cho module. |
| `ignore_submodules` | `false` | Ignore changes to submodules. |
-| `disabled` | `false` | Disables the `git_status` module. |
+| `disabled` | `false` | Vô hiệu `git_status` module. |
| `windows_starship` | | Use this (Linux) path to a Windows Starship executable to render `git_status` when on Windows paths in WSL. |
### Các biến
-The following variables can be used in `format`:
+Các biến dưới đây có thể được sử dụng trong `format`:
| Biến | Mô tả |
| -------------- | ------------------------------------------------------------------------------------------------------------- |
-| `all_status` | Shortcut for`$conflicted$stashed$deleted$renamed$modified$staged$untracked` |
+| `all_status` | Shortcut cho `$conflicted$stashed$deleted$renamed$modified$staged$untracked` |
| `ahead_behind` | Displays `diverged`, `ahead`, `behind` or `up_to_date` format string based on the current status of the repo. |
-| `conflicted` | Displays `conflicted` when this branch has merge conflicts. |
-| `untracked` | Displays `untracked` when there are untracked files in the working directory. |
-| `stashed` | Displays `stashed` when a stash exists for the local repository. |
-| `modified` | Displays `modified` when there are file modifications in the working directory. |
-| `staged` | Displays `staged` when a new file has been added to the staging area. |
-| `renamed` | Displays `renamed` when a renamed file has been added to the staging area. |
-| `deleted` | Displays `deleted` when a file's deletion has been added to the staging area. |
+| `conflicted` | Hiển thị `conflicted` khi nhánh này có merge conflicts. |
+| `untracked` | Hiển thị `untracked` khi có tệp tin untracked trong thư mục làm việc. |
+| `stashed` | Hiển thị `stashed` khi một stash tồn tại trong local repository. |
+| `modified` | Hiển thị `modified` khi có tệp tin được chỉnh sửa trong thư mục làm việc. |
+| `staged` | Hiển thị `staged` khi một tệp tin mới được thêm vào staging area. |
+| `renamed` | Hiển thị `renamed` khi một tệp tin đổi tên đã được thêm vào staging area. |
+| `deleted` | Hiển thị `deleted` khi một tệp tin bị xóa đã được thêm vào staging area. |
| style\* | Giá trị ghi đè của `style` |
-*: This variable can only be used as a part of a style string
+*: Biến này có thể chỉ được sử dụng như một phần của style string
-The following variables can be used in `diverged`:
+Các biến sau có thể được sử dụng trong `diverged`:
-| Biến | Mô tả |
-| -------------- | ---------------------------------------------- |
-| `ahead_count` | Number of commits ahead of the tracking branch |
-| `behind_count` | Number of commits behind the tracking branch |
+| Biến | Mô tả |
+| -------------- | --------------------------------------------- |
+| `ahead_count` | Số lượng commit phía trước của nhánh tracking |
+| `behind_count` | Số lượng commit phía sau nhánh tracking |
-The following variables can be used in `conflicted`, `ahead`, `behind`, `untracked`, `stashed`, `modified`, `staged`, `renamed` and `deleted`:
+Các biến sau có thể được sử dụng trong `conflicted`, `ahead`, `behind`, `untracked`, `stashed`, `modified`, `staged`, `renamed` and `deleted`:
-| Biến | Mô tả |
-| ------- | ------------------------ |
-| `count` | Show the number of files |
+| Biến | Mô tả |
+| ------- | ----------------------------- |
+| `count` | Hiển thị số lượng các tệp tin |
### Ví dụ
@@ -1828,7 +1828,7 @@ renamed = '👅'
deleted = '🗑'
```
-Show ahead/behind count of the branch being tracked
+Hiển thị tổng số nhánh phía trước/phía sau của nhánh được track
```toml
# ~/.config/starship.toml
@@ -1868,18 +1868,18 @@ The `golang` module shows the currently installed version of [Go](https://golang
| ------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `'via [$symbol($version )]($style)'` | Định dạng cho module. |
| `version_format` | `'v${raw}'` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `'🐹 '` | A format string representing the symbol of Go. |
+| `symbol` | `'🐹 '` | Một format string đại diện cho biểu tượng của Go. |
| `detect_extensions` | `['go']` | Những tiện ích mở rộng nào sẽ kích hoạt mô-đun này. |
| `detect_files` | `['go.mod', 'go.sum', 'go.work', 'glide.yaml', 'Gopkg.yml', 'Gopkg.lock', '.go-version']` | Những tên tệp nào sẽ kích hoạt mô-đun này. |
| `detect_folders` | `['Godeps']` | Những thư mục nào sẽ kích hoạt mô-đun này. |
| `style` | `'bold cyan'` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `golang` module. |
+| `disabled` | `false` | Vô hiệu `golang` module. |
### Các biến
| Biến | Ví dụ | Mô tả |
| --------- | --------- | -------------------------------- |
-| version | `v1.12.1` | The version of `go` |
+| version | `v1.12.1` | Phiên bản của `go` |
| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
| style\* | | Giá trị ghi đè của `style` |
@@ -1914,7 +1914,7 @@ The `guix_shell` module shows the [guix-shell](https://guix.gnu.org/manual/devel
| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
| style\* | | Giá trị ghi đè của `style` |
-*: This variable can only be used as a part of a style string
+*: Biến này có thể chỉ được sử dụng như một phần của style string
### Ví dụ
@@ -1959,7 +1959,7 @@ The `gradle` module is only able to read your Gradle Wrapper version from your c
| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
| style* | | Giá trị ghi đè của `style` |
-*: This variable can only be used as a part of a style string
+*: Biến này có thể chỉ được sử dụng như một phần của style string
## Haskell
@@ -2011,7 +2011,7 @@ The `haxe` module shows the currently installed version of [Haxe](https://haxe.o
| `detect_extensions` | `["hx", "hxml"]` | Những tiện ích mở rộng nào sẽ kích hoạt mô-đun này. |
| `detect_files` | `["project.xml", "Project.xml", "application.xml", "haxelib.json", "hxformat.json", ".haxerc"]` | Những tên tệp nào sẽ kích hoạt mô-đun này. |
| `detect_folders` | `[".haxelib", "haxe_libraries"]` | Những thư mục nào nên kích hoạt các mô đun này. |
-| `symbol` | `"⌘ "` | A format string representing the symbol of Helm. |
+| `symbol` | `"⌘ "` | Một format string đại diện cho biểu tượng của Helm. |
| `style` | `"bold fg:202"` | Kiểu cho module. |
| `disabled` | `false` | Disables the `haxe` module. |
@@ -2050,15 +2050,15 @@ The `helm` module shows the currently installed version of [Helm](https://helm.s
| `detect_extensions` | `[]` | Những tiện ích mở rộng nào sẽ kích hoạt mô-đun này. |
| `detect_files` | `['helmfile.yaml', 'Chart.yaml']` | Những tên tệp nào sẽ kích hoạt mô-đun này. |
| `detect_folders` | `[]` | Những thư mục nào nên kích hoạt các mô đun này. |
-| `symbol` | `'⎈ '` | A format string representing the symbol of Helm. |
+| `symbol` | `'⎈ '` | Một format string đại diện cho biểu tượng của Helm. |
| `style` | `'bold white'` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `helm` module. |
+| `disabled` | `false` | Vô hiệu `helm` module. |
### Các biến
| Biến | Ví dụ | Mô tả |
| --------- | -------- | -------------------------------- |
-| version | `v3.1.1` | The version of `helm` |
+| version | `v3.1.1` | Phiên bản của `helm` |
| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
| style\* | | Giá trị ghi đè của `style` |
@@ -2075,18 +2075,18 @@ format = 'via [⎈ $version](bold white) '
## Hostname
-The `hostname` module shows the system hostname.
+Mô đun `hostname` hiển thị hostnam hệ thống.
### Các tuỳ chọn
-| Tuỳ chọn | Mặc định | Mô tả |
-| ------------ | -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
-| `ssh_only` | `true` | Only show hostname when connected to an SSH session. |
-| `ssh_symbol` | `'🌐 '` | A format string representing the symbol when connected to SSH session. |
-| `trim_at` | `'.'` | String that the hostname is cut off at, after the first match. `'.'` will stop after the first dot. `''` will disable any truncation |
-| `format` | `'[$ssh_symbol$hostname]($style) in '` | Định dạng cho module. |
-| `style` | `'bold dimmed green'` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `hostname` module. |
+| Tuỳ chọn | Mặc định | Mô tả