New translations readme.md (Japanese)

This commit is contained in:
Matan Kushner 2025-03-10 09:51:47 +09:00
parent 5923a9c92f
commit 0471bd7926

View File

@ -1093,7 +1093,7 @@ format = 'via [🦕 $version](green bold) '
| `read_only_style` | `'red'` | 読み取り専用シンボルのスタイルです。 |
| `truncation_symbol` | `''` | 切り捨てられたパスの接頭辞として付けるシンボルです。 例: '…/' |
| `before_repo_root_style` | | パス名のうち、git リポジトリのルートより上の階層のスタイル。 デフォルトの値は `style` と同じです。 |
| `repo_root_style` | | gitリポジトリのルートのスタイルです。 The default value is equivalent to `style`. |
| `repo_root_style` | | gitリポジトリのルートのスタイルです。 デフォルトの値は `style` と同じです。 |
| `repo_root_format` | `'[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) '` | `before_repo_root_style``repo_root_style` が定義されているときの git リポジトリの書式。 |
| `home_symbol` | `'~'` | ホームディレクトリを示すシンボルです。 |
| `use_os_path_sep` | `true` | `/`を使用する代わりに、OS固有のパスの区切り文字を使用します。(例: Windowsの場合`\`) |