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

This commit is contained in:
Matan Kushner
2022-05-24 17:19:44 -04:00
committed by GitHub
parent fda3ed8cdf
commit b9a6b66d6e
57 changed files with 2204 additions and 1954 deletions
+22 -14
View File
@@ -2,7 +2,7 @@
home: true
heroImage: /logo.svg
heroText:
tagline: The minimal, blazing-fast, and infinitely customizable prompt for any shell!
tagline: Sade, hızlı, dilediğiniz gibi özelleştirilebilen ve istenilen shell'de kullanılabilen prompt!
actionText: Get Started →
actionLink: ./guide/
features:
@@ -67,7 +67,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Bash
Add the following to the end of `~/.bashrc`:
`~/.bashrc` dosyasının sonuna ekleyin:
```sh
# ~/.bashrc
@@ -78,7 +78,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Fish
Add the following to the end of `~/.config/fish/config.fish`:
`~/.config/fish/config.fish` dosyasının sonuna ekleyin:
```sh
# ~/.config/fish/config.fish
@@ -89,7 +89,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Zsh
Add the following to the end of `~/.zshrc`:
`~/.zshrc` dosyasının sonuna ekleyin:
```sh
# ~/.zshrc
@@ -109,7 +109,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Ion
Add the following to the end of `~/.config/ion/initrc`:
`~/.config/ion/initrc` dosyasının sonuna ekleyin:
```sh
# ~/.config/ion/initrc
@@ -120,9 +120,13 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Elvish
::: warning Only elvish v0.18 or higher is supported. :::
::: uyarı
Add the following to the end of `~/.elvish/rc.elv`:
Only elvish v0.18 or higher is supported.
:::
`~/.elvish/rc.elv` dosyasının sonuna ekleyin:
```sh
# ~/.elvish/rc.elv
@@ -133,7 +137,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Tcsh
Add the following to the end of `~/.tcshrc`:
`~/.tcshrc` dosyasının sonuna ekleyın:
```sh
# ~/.tcshrc
@@ -144,23 +148,27 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Nushell
::: warning This will change in the future. Only Nushell v0.60+ is supported. ::: Run the following:
::: uyarı
This will change in the future. Only Nushell v0.61+ is supported.
:::
Add the following to to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
```sh
mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
```
And add the following to the end of your Nushell configuration (find it by running `$nu.config-path`):
Aşağıdaki kodu Nushell ayarlarınızın (`$nu.config-path` komutu ile ulaşabilirsiniz) sonuna ekleyin:
```sh
mkdir ~/.cache/starship
starship init nu | save ~/.cache/starship/init.nu
source ~/.cache/starship/init.nu
```
#### Xonsh
Add the following to the end of `~/.xonshrc`:
`~/.xonshrc` dosyasının sonuna ekleyin:
```sh
# ~/.xonshrc
@@ -171,7 +179,7 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
#### Cmd
You need to use [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) with Cmd. Add the following to a file `starship.lua` and place this file in Clink scripts directory:
Cmd ıle beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. Add the following to a file `starship.lua` and place this file in Clink scripts directory:
```lua
-- starship.lua