docs(i18n): new Crowdin updates (#4877)

This commit is contained in:
Matan Kushner
2023-02-21 12:40:15 +09:00
committed by GitHub
parent c8bb1bae8d
commit 99552a9ae8
70 changed files with 3377 additions and 3335 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
:::
## TransientPrompt in PowerShell
## TransientPrompt для PowerShell
It is possible to replace the previous-printed prompt with a custom string. This is useful in cases where all the prompt information is not always needed. To enable this, run `Enable-TransientPrompt` in the shell session. To make it permanent, put this statement in your `$PROFILE`. Transience can be disabled on-the-fly with `Disable-TransientPrompt`.
@@ -131,7 +131,7 @@ set +o functrace
## Custom pre-prompt and pre-execution Commands in PowerShell
PowerShell does not have a formal preexec/precmd framework like most other shells. Because of this, it is difficult to provide fully customizable hooks in `powershell`. Тем не менее, Starship дает вам ограниченную возможность вставить собственные функции в процедуру отображения подсказки:
PowerShell does not have a formal preexec/precmd framework like most other shells. Из-за этого трудно предоставить полностью настраиваемые хуки в `powershell`. Тем не менее, Starship дает вам ограниченную возможность вставить собственные функции в процедуру отображения подсказки:
Create a function named `Invoke-Starship-PreCommand`