mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-24 05:46:17 +03:00
feat(i18n): updated Turkish
This commit is contained in:
parent
8906a4a723
commit
0b2bca27c5
4 changed files with 19 additions and 7 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Turkish
|
||||
|
||||
## [3.8.0] - 02.08.2023
|
||||
|
||||
### Added
|
||||
|
|
|
@ -13,7 +13,7 @@ failed-get-selected-wine = Seçilen Wine versiyonunu alma başarısız oldu
|
|||
downloading-failed = İndirme başarısız oldu
|
||||
unpacking-failed = Oyun dosyalarını çıkarma başarısız oldu
|
||||
|
||||
kill-game-process-failed = Failed to kill the game's process
|
||||
kill-game-process-failed = Oyunu zorla kapatma başarısız oldu
|
||||
|
||||
game-file-repairing-error = Oyun dosyaları tamir edilemedi
|
||||
integrity-files-getting-error = Dosyaların bütünlüğü kontrol edilemedi
|
||||
|
|
|
@ -58,8 +58,8 @@ disable-mhypbase-description = Deneysel. Etkinleştirilirse, istemci ana yamayı
|
|||
ask-superuser-permissions = Yönetici izinlerini sor
|
||||
ask-superuser-permissions-description = İstemci yönetici iznini hostunuzun dosyalarını güncellemek için otomatik olarak kullanacaktır. Buna flatpak versiyonunda gerek yoktur
|
||||
|
||||
launcher-behavior = Launcher behavior
|
||||
launcher-behavior-description = What should launcher window do when it starts the game
|
||||
launcher-behavior = İstemci davranışı
|
||||
launcher-behavior-description = İstemci penceresinin oyun başlatıldığında davranışı
|
||||
|
||||
wine-tools = Wine araçları
|
||||
command-line = Komut istemi
|
||||
|
|
|
@ -17,9 +17,17 @@ wish-url = Dilekleri aç
|
|||
about = Hakkında
|
||||
|
||||
|
||||
close = Kapat
|
||||
hide = Hide
|
||||
nothing = Nothing
|
||||
close = { $form ->
|
||||
[verb] Kapat
|
||||
*[noun] Kapalı
|
||||
}
|
||||
|
||||
hide = { $form ->
|
||||
[verb] Gizle
|
||||
*[noun] Gizli
|
||||
}
|
||||
|
||||
nothing = Hiçbir şey
|
||||
save = Kaydet
|
||||
continue = Devam et
|
||||
resume = Sürdürmek
|
||||
|
@ -64,7 +72,7 @@ update = Güncelle
|
|||
download = İndir
|
||||
predownload-update = Güncellemeyi önceden indir{$version} ({$size})
|
||||
|
||||
kill-game-process = Kill game process
|
||||
kill-game-process = Oyunu zorla kapat
|
||||
|
||||
main-window--patch-unavailable-tooltip = Yama sunucuları kullanılamıyor ve istemci, oyunun yama durumunu doğrulayamıyor. Oyunu kendi sorumluluğunuzda çalıştırabilirsiniz
|
||||
main-window--patch-outdated-tooltip = Yama güncel değil veya hazırlık aşamasında, bu nedenle kullanım için uygun değil. Durumunu görmek için daha sonra geri dönün
|
||||
|
|
Loading…
Reference in a new issue