summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2024-04-09 09:29:31 +0900
committerMatan Kushner <hello@matchai.dev>2024-04-09 09:29:31 +0900
commit5185083c5576778368ef391196808f94907d7348 (patch)
treede36b82ab7470bb67cf0b9205cc2515b0ccbff32
parent76b24520e5172982b99622150e0fe2384b2d49d6 (diff)
New translations readme.md (Japanese)
-rw-r--r--docs/ja-JP/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja-JP/config/README.md b/docs/ja-JP/config/README.md
index deafc14f1..58ed8b8ff 100644
--- a/docs/ja-JP/config/README.md
+++ b/docs/ja-JP/config/README.md
@@ -4544,7 +4544,7 @@ Format strings can also contain shell specific prompt sequences, e.g. [Bash](htt
| `when` | `false` | Either a boolean value (`true` or `false`, without quotes) or a string shell command used as a condition to show the module. In case of a string, the module will be shown if the command returns a `0` status code. |
| `require_repo` | `false` | If `true`, the module will only be shown in paths containing a (git) repository. This option alone is not sufficient display condition in absence of other options. |
| `shell` | | [この表の下を参照してください](#custom-command-shell) |
-| `説明` | `'<custom module>'` | The description of the module that is shown when running `starship explain`. |
+| `説明` | `'<custom module>'` | `starship explain` 実行の際に表示されるモジュールの説明。 |
| `detect_files` | `[]` | The files that will be searched in the working directory for a match. |
| `detect_folders` | `[]` | The directories that will be searched in the working directory for a match. |
| `detect_extensions` | `[]` | The extensions that will be searched in the working directory for a match. |