summaryrefslogtreecommitdiffstats
path: root/docs/ja-JP/advanced-config/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja-JP/advanced-config/README.md')
-rw-r--r--docs/ja-JP/advanced-config/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ja-JP/advanced-config/README.md b/docs/ja-JP/advanced-config/README.md
index beaf939e8..1447392e2 100644
--- a/docs/ja-JP/advanced-config/README.md
+++ b/docs/ja-JP/advanced-config/README.md
@@ -84,9 +84,9 @@ enable_transience
バージョン 0.4 以降の [ble.sh](https://github.com/akinomyoga/ble.sh) の枠組みを用いると、直前に表示されたプロンプトを指定の文字列に置き換えることができます。 プロンプトの内容全てが常に必要ではない時に役立ちます。 有効にするには、 `~/.bashrc` に `bleopt prompt_ps1_transient=<value>` を記述してください。
-\<value\> は `always`、 `same-dir` 、 `trim` からなるコロン区切りのリストです。 When `prompt_ps1_final` is empty and the option `prompt_ps1_transient` has a non-empty \<value\>, the prompt specified by `PS1` is erased on leaving the current command line. If \<value\> contains a field `trim`, only the last line of multiline `PS1` is preserved and the other lines are erased. それ以外の場合は、あたかも `PS1=` が指定されたかのようにコマンドラインが再描画されます。 When a field `same-dir` is contained in \<value\> and the current working directory is different from the final directory of the previous command line, this option `prompt_ps1_transient` is ignored.
+\<value\> は `always`、 `same-dir` 、 `trim` からなるコロン区切りのリストです。 設定 `prompt_ps1_final` が空でかつ設定 `prompt_ps1_transient` が非空の \<value\> を持つ場合、 `PS1` に基づくプロンプトは現在のコマンドラインを去るときに消去されます。 \<value\> が `trim` を含む場合、複数行 `PS1` の最後の行だけを残して他の行は消去されます。 それ以外の場合は、あたかも `PS1=` が指定されたかのようにコマンドラインが再描画されます。 \<value\> が項目 `same-dir` を含む時に現在のワーキングディレクトリが前のコマンドラインの最終的なワーキングディレクトリと異なる場合、設定 `prompt_ps1_transient` は無視されます。
-Make the following changes to your `~/.blerc` (or in `~/.config/blesh/init.sh`) to customize what gets displayed on the left and on the right:
+左側や右側に transient プロンプトとして出力する文字列を変更するには、以下の変更を `~/.blerc` (または `~/.config/blesh/init.sh`) に適用してください。
- 入力文字列の左側を何に置き換えるか変更するには、 ble.sh 設定 `prompt_ps1_final` を設定します。 例えば Starship の `character` モジュールをここに表示するには、次のようにします。
@@ -266,7 +266,7 @@ Starship では、 `contination_prompt` オプションを使用して継続プ
```toml
# ~/.config/starship.toml
-# A continuation prompt that displays two filled-in arrows
+# 2つの塗りつぶし右三角を表示する継続プロンプト
continuation_prompt = '▶▶ '
```
@@ -301,6 +301,6 @@ continuation_prompt = '▶▶ '
すべてのスタイル文字列がすべての端末で正しく表示できるわけではありません。 特に、端末の変な動作として以下のようなものが知られています。
-- Many terminals disable support for `blink` by default.
+- 多くの端末はデフォルトで `bink` のサポートを無効にしています。
- `hidden` は [iTerm ではサポートされていません](https://gitlab.com/gnachman/iterm2/-/issues/4564)。
-- `strikethrough` is not supported by the default macOS Terminal.app.
+- `strikethrough` は、macOS 既定の Terminal.app ではサポートされていません。