diff --git a/docs/tr-TR/guide/README.md b/docs/tr-TR/guide/README.md index 062829b1..195ed387 100644 --- a/docs/tr-TR/guide/README.md +++ b/docs/tr-TR/guide/README.md @@ -151,7 +151,7 @@ Starship with iTerm2 and the Snazzy theme @@ -166,7 +166,7 @@ - **Kolay:** hızlı kurulum -  dakikalar içinde kullanmaya başla.

-Explore the Starship docs  ▶ +Starship dokümantasyonunu incele   ▶

@@ -179,12 +179,12 @@ ### 1. Adım Starship'i Kur -Select your operating system from the list below to view installation instructions: +Kurulum talimatlarını görmek için aşağıdaki listeden işletim sisteminizi seçiniz:
Android -Install Starship using any of the following package managers: +Starship'i herhangi bir paket yöneticisi ile yükleyin: | Depo | Talimatlar | | --------------------------------------------------------------------------------- | ---------------------- | @@ -195,7 +195,7 @@ Install Starship using any of the following package managers:
BSD -Install Starship using any of the following package managers: +Starship'i herhangi bir paket yöneticisi ile yükleyin: | Dağıtım | Depo | Talimatlar | | -------------------------- | -------------------------------------------------------- | --------------------------------- | @@ -208,13 +208,13 @@ Install Starship using any of the following package managers:
Linux -Install the latest version for your system: +Sisteminiz için son sürümü yükleyin: ```sh curl -sS https://starship.rs/install.sh | sh ``` -Alternatively, install Starship using any of the following package managers: +Alternatif olarak aşağıdaki paket yöneticileri ile de Starship'i yükleyebilirsiniz: | Dağıtım | Depo | Talimatlar | | -------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | @@ -234,13 +234,13 @@ Alternatively, install Starship using any of the following package managers:
macOS -Install the latest version for your system: +Sisteminiz için son sürümü yükleyin: ```sh curl -sS https://starship.rs/install.sh | sh ``` -Alternatively, install Starship using any of the following package managers: +Alternatif olarak aşağıdaki paket yöneticileri ile de Starship'i yükleyebilirsiniz: | Depo | Talimatlar | | -------------------------------------------------------- | --------------------------------------- | @@ -254,9 +254,9 @@ Alternatively, install Starship using any of the following package managers:
Windows -Install the latest version for your system with the MSI-installers from the [releases section](https://github.com/starship/starship/releases/latest). +Sisteminiz için en son sürümü [releases bölümündeki](https://github.com/starship/starship/releases/latest) MSI yükleyicileri ile yükleyin. -Install Starship using any of the following package managers: +Starship'i herhangi bir paket yöneticisi ile yükleyin: | Depo | Talimatlar | | -------------------------------------------------------------------------------------------- | --------------------------------------- | @@ -270,7 +270,7 @@ Install Starship using any of the following package managers: ### 2. Adım Set up your shell to use Starship -Configure your shell to initialize starship. Select yours from the list below: +Shell'ı starshiple çalışması için ayarla. Aşağıdaki listeden shell'inizi seçin:
Bash @@ -286,7 +286,7 @@ eval "$(starship init bash)"
Cmd -Cmd ile beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. Create a file at this path `%LocalAppData%\clink\starship.lua` with the following contents: +Cmd ile beraber [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) kullanmalısınız. `%LocalAppData%\clink\starship.lua` dosyasını belirtilen dizinde aşağıdaki kod içeriği olacak şekilde oluşturun: ```lua load(io.popen('starship init cmd'):read("*a"))() @@ -303,7 +303,7 @@ load(io.popen('starship init cmd'):read("*a"))() eval (starship init elvish) ``` -Note: Only Elvish v0.18+ is supported +Not: Elvish v0.18'den sonraki sürümler desteklenmektedir
@@ -332,7 +332,7 @@ eval $(starship init ion)
Nushell -Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell): +Nushell env dosyanızın sonuna aşağıdakileri ekleyin (Nushell'de `$nu.env-path` komutunu çalıştırarak bulabilirsiniz): ```sh mkdir ~/.cache/starship @@ -345,14 +345,14 @@ Aşağıdaki kodu Nushell ayarlarınızın (`$nu.config-path` komutu ile ulaşab use ~/.cache/starship/init.nu ``` -Note: Only Nushell v0.78+ is supported +Not: Nushell v0.78'tan sonraki sürümler desteklenmektedir
PowerShell -Add the following to the end of your PowerShell configuration (find it by running `$PROFILE`): +Aşağıdaki kodu PowerShell ayarlarınızın (`$PROFILE` komutu ile ulaşabilirsiniz) sonuna ekleyin: ```powershell Invoke-Expression (&starship init powershell) @@ -395,9 +395,9 @@ eval "$(starship init zsh)" ### 3. Adım Starship'i Yapılandır -Start a new shell instance, and you should see your beautiful new shell prompt. If you're happy with the defaults, enjoy! +Shellinizi yeniden başlatın, işte yeni shell promptunuzun güzelliği ile karşı karşıyasınız. Eğer varsayılan görünümden memnunsanız, keyfini çıkartın! -If you're looking to further customize Starship: +Daha fazla özelleştirme seçeneği için: - **[Configuration](https://starship.rs/config/)** – Starship'i yapılandırmayı ve dilediğiniz gibi düzenlenemeyi öğrenin @@ -405,15 +405,15 @@ If you're looking to further customize Starship: ## 🤝 Katkıda Bulunmak -We are always looking for contributors of **all skill levels**! If you're looking to ease your way into the project, try out a [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue). +Katılımcılara **yetenek düzeyleri fark etmeksizin**, her zaman açığız! Eğer katkıda bulunmaya kolay bir şekilde başlamak istiyorsanız [good first issue](https://github.com/starship/starship/labels/🌱%20good%20first%20issue)'lardan bir tanesini deneyin. -If you are fluent in a non-English language, we greatly appreciate any help keeping our docs translated and up-to-date in other languages. If you would like to help, translations can be contributed on the [Starship Crowdin](https://translate.starship.rs/). +Eğer ingilizce harici bir dili akıcı seviyede kullanabiliyorsanız, dosyaların diğer diller ile güncel bir şekilde çevirilebilmesi için yardımlarınızı bekliyoruz. Çeviriye [Starship Crowdin](https://translate.starship.rs/)'den destekte bulunabilirsiniz. -If you are interested in helping contribute to starship, please take a look at our [Contributing Guide](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Also, feel free to drop into our [Discord server](https://discord.gg/8Jzqu3T) and say hi. 👋 +Eğer starship'e katkıda bulunmak istiyorsanız lütfen [Katkı Kılavuzu](https://github.com/starship/starship/blob/master/CONTRIBUTING.md)'na göz atınız. Ayrıca, istediğiniz zaman [Discord server](https://discord.gg/8Jzqu3T)'ımıza gelip merhaba diyebilir, iletişime geçebilirsiniz. 👋 ## 💭 İlham Kaynakları -Please check out these previous works that helped inspire the creation of starship. 🙏 +Lütfen starship'in oluşmasında ilham kaynağı olan çalışmalara da göz atın. 🙏 - **[denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt)** – A ZSH prompt for astronauts. @@ -431,9 +431,9 @@ Support this project by [becoming a sponsor](https://github.com/sponsors/starshi


- Starship rocket icon + Starship roket simgesi

## 📝 Lisans -Copyright © 2019-present, [Starship Contributors](https://github.com/starship/starship/graphs/contributors).
This project is [ISC](https://github.com/starship/starship/blob/master/LICENSE) licensed. +Telif Hakkı © 2019-günümüz, [Starship Contributors](https://github.com/starship/starship/graphs/contributors).
Bu proje [ISC](https://github.com/starship/starship/blob/master/LICENSE) lisanslıdır.