local Translations = { error = { ['missing_something'] = 'Birşeyleri kaçırıyormuşsun gibi görünüyor...', ['not_enough_police'] = 'Yeterli polis yok..', ['door_open'] = 'Kapı zaten açık..', ['process_cancelled'] = 'İşlem iptal edildi..', ['didnt_work'] = 'İşe yaramadı..', ['emty_box'] = 'Kutu boş..', ['not_allowed_time'] = "You can't do that at this time of day." }, success = { ['worked'] = 'Başardın!', }, info = { ['palert'] = 'Ev Soygunu Girişimi!', ['henter'] = '~g~E~w~ - Eve Gir', ['hleave'] = '~g~E~w~ - Evden Çık', ['aint'] = '~g~E~w~ - ', ['hsearch'] = 'Arıyorsun..', ['hsempty'] = 'Boş..', }, searching = { ['search_bcabinet'] = 'Komodini Ara', ['search_closet'] = 'Dolabı Ara', ['search_chest'] = 'Sandığı Ara', ['search_drawer'] = 'Çekmeceleri Ara', ['search_cabinet'] = 'Komodin Dolabını Ara', ['search_kcabinet'] = 'Mutfak Dolaplarını Ara', ['search_shelves'] = 'Rafları Ara', } } Lang = Lang or Locale:new({ phrases = Translations, warnOnMissing = true })