-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from TitanHaxz/main
tr.lua correction
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Locales["tr"] = { | ||
toggleHud = "HUD aç / kapat", | ||
indicatorLeft = "Sol gösterge", | ||
indicatorRight = "Sağ gösterge", | ||
toggleHud = "HUD\'u aç / kapat", | ||
indicatorLeft = "Sol sinyal", | ||
indicatorRight = "Sağ sinyal", | ||
toggleEngine = "Motoru aç / kapat", | ||
speedChanged = "Hız değiştirildi, yeni hız: ", | ||
resource_not_built = "Kaynak kurulamadı, lütfen uygun sürümü indiriniz", | ||
resource_not_built = "Kaynak kurulmamış, lütfen son sürümü indirin", | ||
settingsSaveSuccess = "Ayarlar başarıyla kaydedildi", | ||
settingsResetSuccess = "Ayarlar başarıyla sıfırlandı", | ||
currentVersion = "Son sürüm: ", | ||
yourVersion = "Şu anki sürüm: ", | ||
latestVersion = "Son sürümü kullanmaktasın!", | ||
needUpdateResource = "Son sürümü kullanmanız gerekmekte! Şu anda eski bir sürüm kullanıyorsunuz!", | ||
errorGetCurrentVersion = "Geçerli sürümü almaya çalışırken hata oluştu!", | ||
currentVersion = "En son sürüm: ", | ||
yourVersion = "Sizin sürümünüz: ", | ||
latestVersion = "Şu anda en son sürümü kullanıyorsunuz!", | ||
needUpdateResource = "En son sürümü indirmeniz gerekiyor! Şu anda eski bir sürümü kullanıyorsunuz!", | ||
errorGetCurrentVersion = "Geçerli sürümü alırken bir hata oluştu!", | ||
} |