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

fix(locales): tr #99

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
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
53 changes: 53 additions & 0 deletions locales/tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"error": {
"bled_out": "Kan kaybettiniz..."
},
"success": {
"wounds_healed": "Yaralarınız iyileştirildi!"
},
"info": {
"self_death": "Kendisi veya bir NPC",
"wep_unknown": "Bilinmiyor",
"status": "Durum Kontrolü",
"healthy": "Tamamen sağlıklısınız!",
"pain_message": "%s %s şeklinde hissediliyor",
"many_places": "Birçok yerinizde ağrı var...",
"bleed_alert": "%s durumundasınız",
"revive_player_a": "Bir Oyuncuyu veya Kendinizi Canlandır (Yalnızca Admin)",
"player_id": "Oyuncu ID (boş olabilir)",
"pain_level": "Kendi veya Bir Oyuncunun Ağrı Seviyesini Ayarla (Yalnızca Admin)",
"kill": "Bir Oyuncuyu veya Kendinizi Öldür (Yalnızca Admin)",
"heal_player_a": "Bir Oyuncuyu veya Kendinizi İyileştir (Yalnızca Admin)"
},
"states": {
"irritated": "sinirli",
"quite_painful": "oldukça acı verici",
"painful": "acı verici",
"really_painful": "gerçekten acı verici",
"little_bleed": "biraz kanama...",
"bleed": "kanama...",
"lot_bleed": "çok kanama...",
"big_bleed": "çok fazla kanama..."
},
"body": {
"head": "Kafa",
"neck": "Boyun",
"spine": "Omurga",
"upper_body": "Üst Vücut",
"lower_body": "Alt Vücut",
"left_arm": "Sol Kol",
"left_hand": "Sol El",
"left_fingers": "Sol Parmaklar",
"left_leg": "Sol Bacak",
"left_foot": "Sol Ayak",
"right_arm": "Sağ Kol",
"right_hand": "Sağ El",
"right_fingers": "Sağ Parmaklar",
"right_leg": "Sağ Bacak",
"right_foot": "Sağ Ayak"
},
"logs": {
"death_log_title": "%s (%s) öldü",
"death_log_message": "%s **%s** (%s) ile %s'i öldürdü"
}
}
58 changes: 0 additions & 58 deletions locales/tr.lua

This file was deleted.