1
0
Fork 0
forked from Simnation/Main
Main/resources/[um]/um-multicharacter/locales/tr.lua
2025-06-07 08:51:21 +02:00

35 lines
936 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

return {
CharacterInformation = {
title = "Yeni Karakter Oluştur",
subtitle = "Karakter Bilgileri",
firstname = "Adı",
lastname = "Soyadı",
gender = {
type = "Cinsiyet",
male = "Erkek",
female = "Kadın"
},
dob = "Doğum Tarihi",
country = "Uyruk",
button = "Karakter Oluştur"
},
Menu = {
playgame = "Oyuna Başla",
photomode = "Fotoğraf Modu",
store = "Mağaza",
credits = "Emeği Geçenler",
exit = "Çıkış Yap",
createcharacter = {
title = "Yeni Karakter Oluştur",
subtitle = "kalan slotlar",
}
},
PhotoMode = {
info = "Filtreler grafik ayarlarınıza göre değişiklik gösterebilir.",
},
DeleteCharacter = {
title = "Karakteri Sil",
yes = "Onayla",
no = "Vazgeç"
},
}