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

This commit is contained in:
Matan Kushner
2022-03-08 21:11:36 -05:00
committed by GitHub
parent 77f2f56481
commit db48cf7a5a
198 changed files with 5396 additions and 12919 deletions
+5 -5
View File
@@ -169,7 +169,7 @@
- Установленный и включённый [шрифт Powerline](https://www.nerdfonts.com/) (например, [Fira Code Nerd Font](https://www.nerdfonts.com/font-downloads)).
### Step 1. Install Starship
### Шаг 1. Установите Starship
Select your operating system from the list below to view installation instructions:
@@ -203,7 +203,7 @@ Install Starship using any of the following package managers:
Install the latest version for your system:
```sh
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
curl -sS https://starship.rs/install.sh | sh
```
Alternatively, install Starship using any of the following package managers:
@@ -232,7 +232,7 @@ Alternatively, install Starship using any of the following package managers:
Install the latest version for your system:
```sh
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
curl -sS https://starship.rs/install.sh | sh
```
Alternatively, install Starship using any of the following package managers:
@@ -260,7 +260,7 @@ Install Starship using any of the following package managers:
</details>
### Step 2. Setup your shell to use Starship
### Шаг 2. Setup your shell to use Starship
Configure your shell to initialize starship. Select yours from the list below:
@@ -381,7 +381,7 @@ eval "$(starship init zsh)"
</details>
### Step 3. Configure Starship
### Шаг 3. Configure Starship
Start a new shell instance, and you should see your beautiful new shell prompt. If you're happy with the defaults, enjoy!