From f0facfee7cbc54a1b3ba855351ffa433fd35c924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20F?= Date: Fri, 3 Jul 2020 18:31:40 +0100 Subject: [PATCH] Updated portuguese translation --- src/main/resources/locale/pt.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/main/resources/locale/pt.yml b/src/main/resources/locale/pt.yml index 6f9e770..00fc38a 100644 --- a/src/main/resources/locale/pt.yml +++ b/src/main/resources/locale/pt.yml @@ -76,4 +76,15 @@ ride_bee_subtitle: "&6uma abelha &8%name%&6!" bee_protection_helmet: "&6Proteção contra abelhas" bee_protection_chestplate: "&6Proteção contra abelhas" bee_protection_leggings: "&6Proteção contra abelhas" -bee_protection_boots: "&6Proteção contra abelhas" \ No newline at end of file +bee_protection_boots: "&6Proteção contra abelhas" + +################### +# Beehive upgrade item +################### +beehive_upgrade_item_name: "&6Melhorar Colmeia" + +# Use || to a create a new line +beehive_upgrade_item_lore: "&7População de abelhas: &a+3||&8(Clique direito para user)" + +beehive_upgrade_success: "&aColmeia melhorada! Nova população: &7%beesno%&a abelhas" +beehive_upgrade_max: "&cErro: Esta colmeia atingiu a população máxima permitida!" \ No newline at end of file