summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2024-04-10 09:30:54 +0900
committerMatan Kushner <hello@matchai.dev>2024-04-10 09:30:54 +0900
commit3c48509e961ee7a7c127944e172469f858a436da (patch)
tree8708c9ccde5a5a6c14da76c1b1893b4638dbdf9e
parente0d17a65ecdb73951873f079303e160b2cbf8599 (diff)
New translations readme.md (Japanese)
-rw-r--r--docs/ja-JP/config/README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/ja-JP/config/README.md b/docs/ja-JP/config/README.md
index b96ec5ca9..f59c0f6bd 100644
--- a/docs/ja-JP/config/README.md
+++ b/docs/ja-JP/config/README.md
@@ -2989,16 +2989,16 @@ The 'odin' module shows the currently installed version of [Odin](https://odin-l
### オプション
-| オプション | デフォルト | 説明 |
-| ------------------- | ------------------------------------ | ----------------------------------------------------- |
-| `format` | `'via [$symbol($version )]($style)'` | module のフォーマットです。 |
-| `show_commit` | `false` | Shows the commit as part of the version. |
-| `symbol` | `'Ø '` | The symbol used before displaying the version of Zig. |
-| `style` | `'bold bright-blue'` | モジュールのスタイルです。 |
-| `disabled` | `false` | Disables the `odin` module. |
-| `detect_extensions` | `['odin']` | どの拡張子がこのモジュールをアクティブにするか |
-| `detect_files` | `[]` | どのファイル名がこのモジュールをアクティブにするか |
-| `detect_folders` | `[]` | どのフォルダーがこのモジュールをアクティブにするか |
+| オプション | デフォルト | 説明 |
+| ------------------- | ------------------------------------ | ---------------------------------------- |
+| `format` | `'via [$symbol($version )]($style)'` | module のフォーマットです。 |
+| `show_commit` | `false` | Shows the commit as part of the version. |
+| `symbol` | `'Ø '` | Zig のバージョンの前に表示されるシンボルです。 |
+| `style` | `'bold bright-blue'` | モジュールのスタイルです。 |
+| `disabled` | `false` | Disables the `odin` module. |
+| `detect_extensions` | `['odin']` | どの拡張子がこのモジュールをアクティブにするか |
+| `detect_files` | `[]` | どのファイル名がこのモジュールをアクティブにするか |
+| `detect_folders` | `[]` | どのフォルダーがこのモジュールをアクティブにするか |
### 変数