-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
58 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 |
---|---|---|
@@ -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ü" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.