From ca1c0bfa86539b21465248195a9671541276d235 Mon Sep 17 00:00:00 2001 From: jull Date: Fri, 30 May 2025 16:48:29 +0200 Subject: [PATCH] chore: welcome --- src/main/resources/strings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/strings.json b/src/main/resources/strings.json index 7bb2218..b1bff64 100644 --- a/src/main/resources/strings.json +++ b/src/main/resources/strings.json @@ -9,7 +9,7 @@ "coins": "Amount of \u001B[0;33mCoins\u001B[0m: {0}", "forestSize": "The size of your forest is {0} trees", - "welcome": "Welcome player! ", + "welcome": "Welcome player! In this game you need to build a village and take care of it.\nYou have 10 days, so do your best!", "marketGreeting": "Welcome to Market!", "marketBuy": "Pick which item you want to buy", "marketSell": "Pick which item you want to sell", @@ -21,18 +21,18 @@ "eventAttack": "Info: Attack! Your villagers got robbed and you lost \u001B[0;33m100 coins\u001B[0m...", "cantBeBuiltCows": "\u001B[4;31mError: First you need to build 3 villager houses before owning cows!\u001B[0m", - "cantBeBuiltChurch": "\u001B[4;31mError: You can`t have more than 1 church!\u001B[0m", + "cantBeBuiltChurch": "\u001B[4;31mError: You can't have more than 1 church!\u001B[0m", "cantBeBuiltVillagerHouse": "\u001B[4;31mError: First you need to built church before villager houses!\u001B[0m", "cantBeBuiltBakery": "\u001B[4;31mError: First you need to built wheat farmland before a bakery! You need wheat you know!\u001B[0m", "cantBeBuiltPub": "\u001B[4;31mError: First you need to built hops farmland before a pub! You need hops you know!\u001B[0m", "cantBeBuiltWinery": "\u001B[4;31mError: First you need to built vineyard before a winery! You need grapevines you know!\u001B[0m", "cantBeBuiltCheeseFactory": "\u001B[4;31mError: First you need to own cows before a cheese factory! You need milk you know!\u001B[0m", "noVillagerHouseMessage": "\u001B[4;31mError: Build a villager house first!\u001B[0m", - "cantBuild": "\u001B[4;31mError: You don`t have that item in your inventory!\u001B[0m", + "cantBuild": "\u001B[4;31mError: You don't have that item in your inventory!\u001B[0m", "cantCutTrees": "\u001B[4;31mError: You need {0} axes to cut trees!\u001B[0m", - "cantMilkCows": "\u001B[4;31mError: You don`t own any cows!\u001B[0m", - "cantProduce": "\u001B[4;31mError: You can`t produce when you dont have {0}\u001B[0m", - "cantSell": "\u001B[4;31mError: You can`t sell this item! You don`t have it!\u001B[0m", + "cantMilkCows": "\u001B[4;31mError: You don't own any cows!\u001B[0m", + "cantProduce": "\u001B[4;31mError: You can't produce when you dont have {0}\u001B[0m", + "cantSell": "\u001B[4;31mError: You can't sell this item! You don't have it!\u001B[0m", "cantMilkToMuch": "\u001B[4;31mError: You milked the cow already 3 times today!\u001B[0m", "noTrees": "\u001B[4;31mError: You don't have any trees left!\u001B[0m" } \ No newline at end of file