diff --git a/src/main/resources/locale/fr.yml b/src/main/resources/locale/fr.yml index 8ecfd16..44894ba 100644 --- a/src/main/resources/locale/fr.yml +++ b/src/main/resources/locale/fr.yml @@ -82,4 +82,15 @@ ride_bee_subtitle: "&6a abeille &8%name%&6!" bee_protection_helmet: "&6Casque de Protection des Abeilles" bee_protection_chestplate: "&6Plastron de Protection des Abeilles" bee_protection_leggings: "&6Leggings de Protection des Abeilles" -bee_protection_boots: "&6Bottes de protection des abeilles" \ No newline at end of file +bee_protection_boots: "&6Bottes de protection des abeilles" + +################### +# Beehive upgrade item +################### +beehive_upgrade_item_name: "&6Beehive Upgrade" + +# Use || to a create a new line +beehive_upgrade_item_lore: "&7Bee capacity: &a+3||&8(Right click to use)" + +beehive_upgrade_success: "&aBeehive upgraded! New population: &7%beesno%&a bees" +beehive_upgrade_max: "&cError: This beehive has reached the maximum population allowed!" \ No newline at end of file diff --git a/src/main/resources/locale/hu.yml b/src/main/resources/locale/hu.yml index d1e5f07..ab93893 100644 --- a/src/main/resources/locale/hu.yml +++ b/src/main/resources/locale/hu.yml @@ -82,4 +82,15 @@ ride_bee_subtitle: "&6méhecskén &8%name%&6!" bee_protection_helmet: "&6Méh Védelmi Sisak" bee_protection_chestplate: "&6Méh Védelmi Mellvért" bee_protection_leggings: "&6Méh Védelmi Lábszárvédő" -bee_protection_boots: "&6Méh Védelmi Csizma" \ No newline at end of file +bee_protection_boots: "&6Méh Védelmi Csizma" + +################### +# Méhkas fejlesztő eszköz +################### +beehive_upgrade_item_name: "&6Méhkas fejlesztés" + +# Használd a || jelzést, hogy elkészíts egy új sort. +beehive_upgrade_item_lore: "&7Méh kapacitás: &a+3||&8(Jobb klikk, hogy használd)" + +beehive_upgrade_success: "&aMéhkas felfejlesztve! Új populáció: &7%beesno%&a méh" +beehive_upgrade_max: "&cHiba: Ez a méhkas elérte a megengedett maximum populációt!" \ No newline at end of file diff --git a/src/main/resources/locale/zh_cn.yml b/src/main/resources/locale/zh_cn.yml index 3665a2d..8d54194 100644 --- a/src/main/resources/locale/zh_cn.yml +++ b/src/main/resources/locale/zh_cn.yml @@ -82,4 +82,15 @@ ride_bee_subtitle: "&6一只蜜蜂 &8%name%&6!" bee_protection_helmet: "&6防蜂头盔" bee_protection_chestplate: "&6蜜蜂保护胸甲" bee_protection_leggings: "&6蜜蜂护腿" -bee_protection_boots: "&6蜜蜂保护靴" \ No newline at end of file +bee_protection_boots: "&6蜜蜂保护靴" + +################### +# Beehive upgrade item +################### +beehive_upgrade_item_name: "&6Beehive Upgrade" + +# Use || to a create a new line +beehive_upgrade_item_lore: "&7Bee capacity: &a+3||&8(Right click to use)" + +beehive_upgrade_success: "&aBeehive upgraded! New population: &7%beesno%&a bees" +beehive_upgrade_max: "&cError: This beehive has reached the maximum population allowed!" \ No newline at end of file