Language File

r_Config.Translations = {
    ['en'] = {
        ['gundealer_draw'] = "Gun dealer",
        ['gundealer_button'] = "~g~[E]~w~ - Gun dealer",
        ['player_dead'] = "You can\'t access to gun dealer while dead.",
        ['not_enough_money'] = "You don\'t have enough money.",
        ['not_enough_space'] = "There is no room in your bag.",
        ['purchased_weapon'] = "The weapon/weapons in the basket were purchased.",
        ['out_of_stock'] = "The gun is not in stock.",
        ['stocks_saved_log'] = "Gun stocks saved.",
        ['gundealer_created_log'] = " gun dealer was created.",
        ['gundealer_deleted_log'] = " gun dealer was deleted.",

        ['ui_gundealer_header'] = "Gun dealer",
        ['ui_gundealer_desc'] = "Hi bud! These are the weapons i have:",
        ['ui_gundealer_cart_desc'] = "Hi bud! These are the weapons in your basket:",
        ['ui_gundealer_damage'] = "Damage per bullet:",
        ['ui_gundealer_accuracy'] = "Accuracy:",
        ['ui_gundealer_firerate'] = "Fire rate:",
        ['ui_gundealer_range'] = "Range:",
        ['ui_gundealer_addbasket'] = "Add To Basket",
        ['ui_gundealer_cart_bulletamount'] = "Bullet amount:",
        ['ui_gundealer_cart_bullet'] = "bullet",
        ['ui_gundealer_cart_totalprice'] = "Total price:",
        ['ui_gundealer_cart_totalweight'] = "Total weight:",
        ['ui_gundealer_cart_already_in_cart'] = "This gun is already in your basket.",
        ['ui_gundealer_cart_added_to_cart'] = "The gun was added to the basket.",
        ['ui_gundealer_cart_empty'] = "Your basket is empty.",
        ['ui_gundealer_cart_buy'] = "Buy",

        ['command_save_stock_info'] = "Saves all weapon stocks.",
        ['command_save_stock_success'] = "All weapons stocks have been saved.",
        ['command_add_stock_info'] = "Adjusts the stock of the weapon at the specified location.",
        ['command_add_stock_location_name'] = "location",
        ['command_add_stock_weapon_name'] = "weapon",
        ['command_add_stock_amount_name'] = "amount",
        ['command_add_stock_location_info'] = "Location",
        ['command_add_stock_weapon_info'] = "Weapon Code",
        ['command_add_stock_amount_info'] = "Amount",
        ['command_add_stock_success'] = "The number of weapons has been successfully changed.",
        ['command_add_stock_number_error'] = "The amount of weapons you enter must be a number.",
        ['command_add_stock_empty_error'] = "The location or weapon name or stock cannot be empty."
    },
    ['tr'] = {
        ['gundealer_draw'] = "Silah Satıcısı",
        ['gundealer_button'] = "~g~[E]~w~ - Silah Satıcısı",
        ['player_dead'] = "Ölü iken silah satıcısına erişemezsin.",
        ['not_enough_money'] = "Yeterli paran bulunmuyor.",
        ['not_enough_space'] = "Çantanızda yer yok.",
        ['purchased_weapon'] = "Sepetteki silah/silahlar satın alındı.",
        ['out_of_stock'] = "Silah stokta bulunmuyor.",
        ['stocks_saved_log'] = "Silah stokları kaydedildi.",
        ['gundealer_created_log'] = " lokasyonundaki silah satıcısı oluşturuldu.",
        ['gundealer_deleted_log'] = " lokasyonundaki silah satıcısı silindi.",

        ['ui_gundealer_header'] = "Silah Satıcısı",
        ['ui_gundealer_desc'] = "Selam dostum! Elimdeki silahlar bunlar:",
        ['ui_gundealer_cart_desc'] = "Selam dostum! Sepetindeki silahlar bunlar:",
        ['ui_gundealer_damage'] = "Mermi başına hasar:",
        ['ui_gundealer_accuracy'] = "Tutarlılık:",
        ['ui_gundealer_firerate'] = "Atış hızı:",
        ['ui_gundealer_range'] = "Mesafe:",
        ['ui_gundealer_addbasket'] = "Sepete Ekle",
        ['ui_gundealer_cart_bulletamount'] = "Mermi miktarı:",
        ['ui_gundealer_cart_bullet'] = "mermi",
        ['ui_gundealer_cart_totalprice'] = "Toplam tutar:",
        ['ui_gundealer_cart_totalweight'] = "Toplam ağırlık:",
        ['ui_gundealer_cart_already_in_cart'] = "Bu silah zaten sepetinizde.",
        ['ui_gundealer_cart_added_to_cart'] = "Silah sepete eklendi.",
        ['ui_gundealer_cart_empty'] = "Sepetin boş.",
        ['ui_gundealer_cart_buy'] = "Satın Al",

        ['command_save_stock_info'] = "Bütün silahların stoklarını kaydeder.",
        ['command_save_stock_success'] = "Bütün silah stokları kaydedildi.",
        ['command_add_stock_info'] = "Belirlenen lokasyondaki silahın stoğunu ayarlar.",
        ['command_add_stock_location_name'] = "lokasyon",
        ['command_add_stock_weapon_name'] = "silah",
        ['command_add_stock_amount_name'] = "miktar",
        ['command_add_stock_location_info'] = "Lokasyon",
        ['command_add_stock_weapon_info'] = "Silah Kodu",
        ['command_add_stock_amount_info'] = "Miktar",
        ['command_add_stock_success'] = "Silah adeti başarıyla değiştirildi.",
        ['command_add_stock_number_error'] = "Girdiğiniz silah miktarı bir sayı olmalı.",
        ['command_add_stock_empty_error'] = "Lokasyon veya silah ismi veya stok boş olamaz."
    }
}

Last updated