summaryrefslogtreecommitdiffstats
path: root/docs/vi-VN/config/README.md
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-03-08 21:11:36 -0500
committerGitHub <noreply@github.com>2022-03-08 21:11:36 -0500
commitdb48cf7a5ab3cd7101da1876d3aa1759cfd4ccfc (patch)
treea93ac170f127b72c9e3cd1a4c4d5e379f3022e42 /docs/vi-VN/config/README.md
parent77f2f564815ff260c97489998452e808c378c17b (diff)
docs(i18n): new Crowdin updates (#3677)
Diffstat (limited to 'docs/vi-VN/config/README.md')
-rw-r--r--docs/vi-VN/config/README.md620
1 files changed, 318 insertions, 302 deletions
diff --git a/docs/vi-VN/config/README.md b/docs/vi-VN/config/README.md
index 5d1bc3d1d..fd665dd5f 100644
--- a/docs/vi-VN/config/README.md
+++ b/docs/vi-VN/config/README.md
@@ -292,7 +292,7 @@ When using [AWSume](https://awsu.me) the profile is read from the `AWSUME_PROFIL
| 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
### Các vị dụ
@@ -362,7 +362,7 @@ style = "blue bold"
## Battery
-The `battery` module shows how charged the device's battery is and its current charging status. The module is only visible when the device's battery is below 10%.
+`battery` module cho biết cách sạc pin của thiết bị là gì và tình trạng sạc hiện tại của nó. Module chỉ được nhìn thấy khi pin của thiết bị dưới 10%.
### Các tuỳ chọn
@@ -390,7 +390,7 @@ discharging_symbol = "💀 "
### Hiển thị pin
-The `display` configuration option is used to define when the battery indicator should be shown (threshold), which symbol would be used (symbol), and what it would like (style). If no `display` is provided. Mặc định như sau:
+The `display` configuration option is used to define when the battery indicator should be shown (threshold), which symbol would be used (symbol), and what it would like (style). Nếu `display` không được cung cấp. Mặc định như sau:
```toml
[[battery.display]]
@@ -402,7 +402,7 @@ The default value for the `charging_symbol` and `discharging_symbol` option is r
#### Các tuỳ chọn
-The `display` option is an array of the following table.
+Tuỳ chọn `display` là một mảng của của bảng sau.
| Tuỳ chọn | Mặc định | Mô tả |
| -------------------- | ---------- | --------------------------------------------------------------------------------------------------------- |
@@ -428,14 +428,14 @@ discharging_symbol = "💦"
## Character
-The `character` module shows a character (usually an arrow) beside where the text is entered in your terminal.
+Module `character` cho biết một kí tự (thường là một mũi tên) bên cạnh nơi văn bản được nhập trong terminal của bạn.
-The character will tell you whether the last command was successful or not. It can do this in two ways:
+Kí tự sẽ nói cho bạn câu lệnh cuối liệu thành công hay thất bại. Nó có thể làm điều này bằng hai cách:
- thay đổi màu(`đỏ`/`xanh lá`)
- thay đổi hình dạng (`❯`/`✖`)
-By default it only changes color. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
+Mặc định, nó chỉ thay đổi màu. If you also want to change its shape take a look at [this example](#with-custom-error-shape).
::: cảnh báo
@@ -498,7 +498,7 @@ vicmd_symbol = "[V](bold green) "
## CMake
-The `cmake` module shows the currently installed version of [CMake](https://cmake.org/). By default the module will be activated if any of the following conditions are met:
+The `cmake` module shows the currently installed version of [CMake](https://cmake.org/). Mặc định module sẽ được kích hoạt nếu thoả mãn bất kì điều kiện nào dưới đây:
- Đường dẫn hiện tại chứa một tập tin `CmakeLists.txt`
- Đường dẫn hiện tại chứa một tập tin `CMakeCache.txt`
@@ -524,7 +524,7 @@ The `cmake` module shows the currently installed version of [CMake](https://cmak
| 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
## COBOL / GNUCOBOL
@@ -554,19 +554,19 @@ The `cobol` module shows the currently installed version of COBOL. By default, t
| 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
## Command Duration
-The `cmd_duration` module shows how long the last command took to execute. The module will be shown only if the command took longer than two seconds, or the `min_time` config value, if it exists.
+Module `cmd_duration`. cho biết câu lệnh cuối cùng thực thi trong bao lâu. Module sẽ được hiện chỉ khi câu lệnh lấy nhiều hơn 2 giây, hoặc giá trị cấu hình `min_time`, nếu nó tồn tại.
-::: warning Do not hook the DEBUG trap in Bash
+::: cảnh báo Không thể hook DEBUG trap trong Bash
-If you are running Starship in `bash`, do not hook the `DEBUG` trap after running `eval $(starship init $0)`, or this module **will** break.
+Nếu bạn đang chạy Starship trong `bash`, không thể hook `DEBUG` trap sau khi chạy `eval $(starship init $0)`, hoặc module này **sẽ** ngắt.
:::
-Bash users who need preexec-like functionality can use [rcaloras's bash_preexec framework](https://github.com/rcaloras/bash-preexec). Simply define the arrays `preexec_functions` and `precmd_functions` before running `eval $(starship init $0)`, and then proceed as normal.
+Người dùng Bash, những người cần chức năng giống preexec có thể sử dụng [rcaloras's bash_preexec framework](https://github.com/rcaloras/bash-preexec). Đơn giản là định nghĩa các mảng `preexec_functions` và `precmd_functions` trước khi chạy `eval $(starship init $0)`, và sau đó thực thi như bình thường.
### Các tuỳ chọn
@@ -588,7 +588,7 @@ Bash users who need preexec-like functionality can use [rcaloras's bash_preexec
| duration | `16m40s` | Thời gian nó lấy để thực thi câu lệ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ụ
@@ -604,9 +604,9 @@ format = "underwent [$duration](bold yellow)"
The `conda` module shows the current [Conda](https://docs.conda.io/en/latest/) environment, if `$CONDA_DEFAULT_ENV` is set.
-::: tip
+::: thử thuật
-This does not suppress conda's own prompt modifier, you may want to run `conda config --set changeps1 False`.
+Cái này không loại bỏ conda's prompt mà nó sở hữu, bạn có thể muốn chạy `conda config --set changeps1 False`.
:::
@@ -629,7 +629,7 @@ This does not suppress conda's own prompt modifier, you may want to run `conda 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
### Ví dụ
@@ -661,7 +661,7 @@ The `container` module displays a symbol and container name, if inside a contain
| 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ụ
@@ -700,7 +700,7 @@ The `crystal` module shows the currently installed version of [Crystal](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ụ
@@ -740,7 +740,7 @@ The `dart` module shows the currently installed version of [Dart](https://dart.d
| 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ụ
@@ -789,11 +789,11 @@ format = "via [🦕 $version](green bold) "
## Đường dẫn
-The `directory` module shows the path to your current directory, truncated to three parent folders. Your directory will also be truncated to the root of the git repo that you're currently in.
+`directory` module hiển thị đường dẫn thư mục hiện hành của bạn,, cắt ngắn ba thư mục cha. Đường dẫn của bạn cũng sẽ được cắt ngắn tới đường dẫn gốc của git repo hiện tại của bạn.
-When using the fish style pwd option, instead of hiding the path that is truncated, you will see a shortened name of each directory based on the number you enable for the option.
+Khi sử dụng fish style pwd option, thay vì ẩn đường dẫn được rút gọn, bạn sẽ thấy một tên ngắn cho mỗi thư mục dựa trên số bạn cho phép trng tùy chọn.
-For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, and the option set to `1`. You will now see `~/D/N/nixpkgs/pkgs`, whereas before it would have been `nixpkgs/pkgs`.
+Cho ví dụ, `~/Dev/Nix/nixpkgs/pkgs` nơi `nixpkgs` là gốc của repo, và tuỳ chọn thiết lập sang `1`. Bây giờ bạn sẽ thấy `~/D/N/nixpkgs/pkgs`, trong khi trước nó là `nixpkgs/pkgs`.
### Các tuỳ chọn
@@ -809,11 +809,11 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
| `truncation_symbol` | `""` | Biểu tượng tiền tố cho các đường dẫn rút gọn. ví dụ: "…/" |
| `repo_root_style` | `None` | The style for the root of the git repo. The default value is equivalent to `style`. |
| `repo_root_format` | `"[$before_root_path]($style)[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) "` | The format of a git repo when `repo_root_style` is defined. |
-| `home_symbol` | `"~"` | The symbol indicating home directory. |
+| `home_symbol` | `"~"` | Biểu tượng nhận biết thư mục home. |
| `use_os_path_sep` | `true` | Use the OS specific path separator instead of always using `/` (e.g. `\` on Windows) |
<details>
-<summary>This module has a few advanced configuration options that control how the directory is displayed.</summary>
+<summary>Mô đun này có một vài tùy chọn nâng cao để điều khiển cách thư mục được hiển thị.</summary>
| Tùy chọn nâng cao | Mặc định | Mô tả |
| --------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -840,7 +840,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
| path | `"D:/Projects"` | Đường dẫn thư mục hiện tại |
| style\* | `"black bold dimmed"` | 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
<details>
<summary>The git repos have additional variables.</summary>
@@ -873,26 +873,26 @@ The `docker_context` module shows the currently active [Docker context](https://
### Các tuỳ chọn
-| Tuỳ chọn | Mặc định | Mô tả |
-| ------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------- |
-| `format` | `"via [$symbol$context]($style) "` | Định dạng cho module. |
-| `symbol` | `"🐳 "` | The symbol used before displaying the Docker context. |
-| `only_with_files` | `true` | Only show when there's a match |
-| `detect_extensions` | `[]` | Which extensions should trigger this module (needs `only_with_files` to be true). |
-| `detect_files` | `["docker-compose.yml", "docker-compose.yaml", "Dockerfile"]` | Which filenames should trigger this module (needs `only_with_files` to be true). |
-| `detect_folders` | `[]` | Which folders should trigger this module (needs `only_with_files` to be true). |
-| `style` | `"blue bold"` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `docker_context` module. |
+| Tuỳ chọn | Mặc định | Mô tả |
+| ------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
+| `format` | `"via [$symbol$context]($style) "` | Định dạng cho module. |
+| `symbol` | `"🐳 "` | Biểu tượng sử dụng để hiển thị trước Docker context. |
+| `only_with_files` | `true` | Chỉ hiển thị khi có một tệp tin khớp |
+| `detect_extensions` | `[]` | Các mở rộng nào nên kích hoạt mô đun này (cần `only_with_files` thiết lập là true). |
+| `detect_files` | `["docker-compose.yml", "docker-compose.yaml", "Dockerfile"]` | Tên tệp tin nào nên kích hoạt mô đun này (cần `only_with_files` được thiết lập là true). |
+| `detect_folders` | `[]` | Thư mục nào nên kích hoạt mô đun này (cần `only_with_files` được thiết lập là true). |
+| `style` | `"blue bold"` | Kiểu cho module. |
+| `disabled` | `false` | Vô hiệu mô đun `docker_context`. |
### Các biến
| Biến | Ví dụ | Mô tả |
| --------- | -------------- | -------------------------------- |
-| context | `test_context` | The current docker context |
+| context | `test_context` | Docker context hiện tại |
| 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ụ
@@ -905,9 +905,9 @@ format = "via [🐋 $context](blue bold)"
## Dotnet
-The `dotnet` module shows the relevant version of the [.NET Core SDK](https://dotnet.microsoft.com/) for the current directory. If the SDK has been pinned in the current directory, the pinned version is shown. Otherwise the module shows the latest installed version of the SDK.
+The `dotnet` module shows the relevant version of the [.NET Core SDK](https://dotnet.microsoft.com/) for the current directory. Nếu SDK được ghim trong thư mục hiện tại, phiên bản ghim đó được hiển thị. Ngược lại, mô đun hiển thị phiên bản cuối cùng của SDK được cài đặt.
-By default this module will only be shown in your prompt when one or more of the following files are present in the current directory:
+Mặc định, mô đun này sẽ chỉ được hiển thị trong dấu nhắc lệnh của bạn khi một hoặc nhiều tệp tin dưới đây xuất hiện trong thư mục hiện tại:
- `global.json`
- `project.json`
@@ -918,11 +918,11 @@ By default this module will only be shown in your prompt when one or more of the
- `*.fsproj`
- `*.xproj`
-You'll also need the .NET Core SDK installed in order to use it correctly.
+Bạn cũng sẽ cần cài đặt .NET Core SDK đúng cách để sử dụng một cách chính xác.
-Internally, this module uses its own mechanism for version detection. Typically it is twice as fast as running `dotnet --version`, but it may show an incorrect version if your .NET project has an unusual directory layout. If accuracy is more important than speed, you can disable the mechanism by setting `heuristic = false` in the module options.
+Mô đun này sử dụng cơ chế của bản thân để phát hiện phiên bản của chính nó. Thông thường, nó nhanh gấp đôi nếu chạy `dotnet --version`, nhưng nó có thể hiện sai phiên bản nếu dự án .NET của bạn có một cấu trúc thư mục bất thường. Nếu độ chính xác quan trọng hơn tốc độ, bạn có thể vô hiệu cơ chế bằng cài đặt `heuristic = false` trong các tùy chọn mô đun.
-The module will also show the Target Framework Moniker (<https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-framework-versions>) when there is a csproj file in the current directory.
+Mô đun cũng sẽ hiện Target Framework Moniker (<https://docs.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-framework-versions>) khi có một tệp tin csproj trong thư mục hiện tại.
### Các tuỳ chọn
@@ -930,24 +930,24 @@ The module will also show the Target Framework Moniker (<https://docs.microsoft.
| ------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `format` | `"via [$symbol($version )(🎯 $tfm )]($style)"` | Định dạng cho module. |
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `".NET "` | The symbol used before displaying the version of dotnet. |
-| `heuristic` | `true` | Use faster version detection to keep starship snappy. |
+| `symbol` | `".NET "` | Biểu tượng sử dụng để hiển thị trước phiên bản của dotnet. |
+| `heuristic` | `true` | Sử dụng phiên bản phát hiện thông minh hơn. |
| `detect_extensions` | `["csproj", "fsproj", "xproj"]` | Những tiện ích mở rộng nào sẽ kích hoạt mô-đun này. |
| `detect_files` | `["global.json", "project.json", "Directory.Build.props", "Directory.Build.targets", "Packages.props"]` | Những tên tệp nào sẽ kích hoạt mô-đun này. |
-| `detect_folders` | `[]` | Which folders should trigger this modules. |
+| `detect_folders` | `[]` | Những thư mục nào nên kích hoạt các mô đun này. |
| `style` | `"bold blue"` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `dotnet` module. |
+| `disabled` | `false` | Vô hiệu mô đun `dotnet`. |
### Các biến
-| Biến | Ví dụ | Mô tả |
-| --------- | ---------------- | ------------------------------------------------------------------ |
-| version | `v3.1.201` | The version of `dotnet` sdk |
-| tfm | `netstandard2.0` | The Target Framework Moniker that the current project is targeting |
-| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
-| style\* | | Giá trị ghi đè của `style` |
+| Biến | Ví dụ | Mô tả |
+| --------- | ---------------- | ------------------------------------------------------------- |
+| version | `v3.1.201` | Phiên bản của `dotnet` sdk |
+| tfm | `netstandard2.0` | Target Framework Monike của dự án hiện tại đang được nhắm đến |
+| 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ụ
@@ -970,25 +970,25 @@ The `elixir` module shows the currently installed version of [Elixir](https://el
| Tuỳ chọn | Mặc định | Mô tả |
| ------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------- |
-| `format` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | The format for the module elixir. |
+| `format` | `'via [$symbol($version \(OTP $otp_version\) )]($style)'` | Định dạng cho module elixir. |
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `"💧 "` | The symbol used before displaying the version of Elixir/Erlang. |
+| `symbol` | `"💧 "` | Kí hiệu sử dụng trước phiên bản hiển thị của Elixir/Erlang. |
| `detect_extensions` | `[]` | Những tiện ích mở rộng nào sẽ kích hoạt mô-đun này. |
| `detect_files` | `["mix.exs"]` | Những tên tệp nào sẽ kích hoạt mô-đun này. |
-| `detect_folders` | `[]` | Which folders should trigger this modules. |
+| `detect_folders` | `[]` | Những thư mục nào nên kích hoạt các mô đun này. |
| `style` | `"bold purple"` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `elixir` module. |
+| `disabled` | `false` | Vô hiệu mô đun `elixir`. |
### Các biến
| Biến | Ví dụ | Mô tả |
| ----------- | ------- | -------------------------------- |
-| version | `v1.10` | The version of `elixir` |
-| otp_version | | The otp version of `elixir` |
+| version | `v1.10` | Phiên bản của `elixir` |
+| otp_version | | Phiên bản otp của `elixir` |
| 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ụ
@@ -1015,22 +1015,22 @@ The `elm` module shows the currently installed version of [Elm](https://elm-lang
| ------------------- | -------------------------------------------------- | ------------------------------------------------------------------------- |
| `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 Elm. |
+| `symbol` | `"🌳 "` | Một format string đại diện cho biểu tượng của Elm. |
| `detect_extensions` | `["elm"]` | Những tiện ích mở rộng nào sẽ kích hoạt mô-đun này. |
| `detect_files` | `["elm.json", "elm-package.json", ".elm-version"]` | Những tên tệp nào sẽ kích hoạt mô-đun này. |
-| `detect_folders` | `["elm-stuff"]` | Which folders should trigger this modules. |
+| `detect_folders` | `["elm-stuff"]` | Những thư mục nào nên kích hoạt các mô đun này. |
| `style` | `"cyan bold"` | Kiểu cho module. |
-| `disabled` | `false` | Disables the `elm` module. |
+| `disabled` | `false` | Vô hiệu mô đun `elm`. |
### Các biến
| Biến | Ví dụ | Mô tả |
| --------- | --------- | -------------------------------- |
-| version | `v0.19.1` | The version of `elm` |
+| version | `v0.19.1` | Phiên bản của `elm` |
| 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ụ
@@ -1043,7 +1043,7 @@ format = "via [ $version](cyan bold) "
## Biến môi trường
-The `env_var` module displays the current value of a selected environment variables. The module will be shown only if any of the following conditions are met:
+The `env_var` module displays the current value of a selected environment variables. Mô đun sẽ được hiển thị chỉ khi bất kì điều kiện nào sau đây thỏa mãn:
- Tùy chọn `variable` khớp với mootjj biến môi trường tồn tại
- Tùy chọn `variable` không được định nghĩa, nhưng tùy chọn `default` là
@@ -1063,23 +1063,23 @@ default = "unknown user"
### Các tuỳ chọn
-| Tuỳ chọn | Mặc định | Mô tả |
-| ---------- | ------------------------------ | ---------------------------------------------------------------------------- |
-| `symbol` | `""` | The symbol used before displaying the variable value. |
-| `variable` | | The environment variable to be displayed. |
-| `default` | | The default value to be displayed when the selected variable is not defined. |
-| `format` | `"with [$env_value]($style) "` | Định dạng cho module. |
-| `disabled` | `false` | Disables the `env_var` module. |
+| 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. |
+| `disabled` | `false` | Vô hiệu `env_var`. |
### Các biến
-| Biến | Ví dụ | Mô tả |
-| --------- | ------------------------------------------- | ------------------------------------------ |
-| env_value | `Windows NT` (if _variable_ would be `$OS`) | The environment value of option `variable` |
-| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
-| style\* | `black bold dimmed` | Giá trị ghi đè của `style` |
+| Biến | Ví dụ | Mô tả |
+| --------- | ----------------------------------------- | ----------------------------------------------- |
+| env_value | `Windows NT` (nếu _variable_ sẽ là `$OS`) | Giá trị biến môi trường của tùy chọn `variable` |
+| symbol | | Giá trị ghi đè tuỳ chọn `symbol` |
+| style\* | `black bold dimmed` | 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ụ
@@ -1116,12 +1116,12 @@ The `erlang` module shows the currently installed version of [Erlang/OTP](https:
| ------------------- | ------------------------------------ | ------------------------------------------------------------------------- |
| `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` | `" "` | The symbol used before displaying the version of erlang. |
+| `symbol` | `" "` | Biểu tượng sử dụng để hiển thị trước phiên bản của erlang. |
| `style` | `"bold red"` | Kiểu cho module. |
| `detect_extensions` | `[]` | Những tiện ích mở rộng nào sẽ kích hoạt mô-đun này. |
| `detect_files` | `["rebar.config", "elang.mk"]` | Những tên tệp nào sẽ kích hoạt mô-đun này. |
-| `detect_folders` | `[]` | Which folders should trigger this modules. |
-| `disabled` | `false` | Disables the `erlang` module. |
+| `detect_folders` | `[]` | Những thư mục nào nên kích hoạt các mô đun này. |
+| `disabled` | `false` | Vô hiệu mô đun `erlang`. |
### Các biến
@@ -1131,7 +1131,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ụ
@@ -1173,32 +1173,32 @@ AA -------------------------------------------- BB -----------------------------
## 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`.
### Các tuỳ chọn
-| 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` |
-*: 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
### Các vị dụ
@@ -1246,32 +1246,32 @@ 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.
### Các tuỳ chọn
-| 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]($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. |
-| `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]($style) "` | Định dạng cho module. Sử dụng `"$branch"` để tham chiếu tới tên nhánh hiện tại. |
+| `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. Bạn có thể sử dụng `""` để ẩn biểu tượng. |
+| `only_attached` | `false` | Only show the branch name when not in a detached `HEAD` state. |
+| `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_na