Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Turkish Language #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions gamemodes/guesswho/gamemode/lang/tr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ local tr = {

--Round states
round_pre_game = "Oyun hazırlanıyor",
round_waiting_players = "Oyuncu bekleniyor",
round_creating = "NPC yapılıyor",
round_waiting_players = "Oyuncular bekleniyor",
round_creating = "NPC'ler oluşturuluyor",
round_hide = "Saklan",
round_seek = "Ara",
round_post = "Sonraki tur yakında",
Expand All @@ -17,28 +17,31 @@ local tr = {

--Team selection
--Links
teamselect_workshop_ref = "Workshop sayfası",
teamselect_workshop_changelog = "Changelog",
teamselect_workshop_ref = "Atölye sayfası",
teamselect_workshop_changelog = "Değişiklik günlüğü",
teamselect_workshop_bug = "Hata bildir",
teamselect_workshop_contact = "İletişim",
--Controls ( limited space keep it short )
teamselect_controls_sit = "Otur",
teamselect_controls_change_model = "Modeli değiştir",
teamselect_controls_ability = "Beceri (Saklananlar)",
teamselect_controls_ability = "Yetenek (Saklanma)",
teamselect_controls_settings = "Yardım + Ayarlar",
teamselect_controls_team = "Takım seç",
teamselect_controls_random = "Rastgele alay sesi",
teamselect_controls_taunts = "Jestler",
teamselect_controls_taunts = "Alaylar",
--Buttons
teamselect_buttons_spectate = "İzle",
teamselect_buttons_auto = "Otomatik katıl",

--Scoreboard
scoreboard_server = "Server",
scoreboard_map = "Map",
scoreboard_online = "Online",
scoreboard_server = "Sunucu",
scoreboard_map = "Harita",
scoreboard_online = "Çevrim içi",
scoreboard_spectators = "İzleyiciler",


--HUD
hud_ability_pickup = "Yeni Yetenek Alındı",
}

GWLANG:AddLangguage( tr, "tr" )