local Translations = { error = { process_canceled = "Process Canceled", plant_has_died = "Planten er død. Tryk ~r~ E ~w~ for at fjerne planten.", cant_place_here = "Kan ikke sættes her", not_safe_here = "Det er ikke sikkert her. Prøv i dit hus", not_need_nutrition = "Planten mangler ikke gødning", this_plant_no_longer_exists = "Planten er væk?", house_not_found = "Hus ikke fundet", you_dont_have_enough_resealable_bags = "Du har ikke nok poser til dit weed", }, text = { sort = 'Sort:', harvest_plant = 'Tryk ~g~ E ~w~ for at høste planten.', nutrition = "Gødning:", health = "Liv:", harvesting_plant = "Høster Planten", planting = "Planter", feeding_plant = "Fodrer Planten", the_plant_has_been_harvested = "Planten er høstet", removing_the_plant = "Fjerner planten", }, } Lang = Lang or Locale:new({ phrases = Translations, warnOnMissing = true })