From 2e62e8ac80f32d6d14b988309306aa11c6e29439 Mon Sep 17 00:00:00 2001 From: Bibi Reden Date: Sat, 26 Oct 2024 13:48:54 -0500 Subject: [PATCH] New translations en_us.json (Portuguese, Brazilian) --- .../resources/assets/playerex/lang/pt_BR.json | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/main/resources/assets/playerex/lang/pt_BR.json b/src/main/resources/assets/playerex/lang/pt_BR.json index 6cba0c29..b06fa9dd 100644 --- a/src/main/resources/assets/playerex/lang/pt_BR.json +++ b/src/main/resources/assets/playerex/lang/pt_BR.json @@ -373,7 +373,6 @@ "text.config.playerex-config.title": "PlayerEX Config", "text.config.playerex-config.section.client_options": "Client Options", "text.config.playerex-config.section.server_options": "Server Options", - "text.config.playerex-config.option.tooltip": "Tooltip", "text.config.playerex-config.enum.tooltip.default": "Default", "text.config.playerex-config.enum.tooltip.playerex": [ { @@ -382,18 +381,27 @@ } ], "text.config.playerex-config.enum.tooltip.vanilla": "Vanilla", - "text.config.playerex-config.option.showLevelOnNameplates": "Show Level on Nameplates", + "text.config.playerex-config.enum.lifecycle.on_tick": "ON_TICK", + "text.config.playerex-config.enum.lifecycle.on_every_second": "ON_EVERY_SECOND", + "text.config.playerex-config.category.levelingSettings": "Leveling Options", + "text.config.playerex-config.option.levelingSettings.skillPointsPerLevelUp": "Skill Points per. Level Up", + "text.config.playerex-config.option.levelingSettings.levelFormula": "Leveling Formula", + "text.config.playerex-config.category.featureSettings": "Feature Options", + "text.config.playerex-config.option.featureSettings.resetOnDeath": "Reset on Death", + "text.config.playerex-config.option.featureSettings.itemBreakingEnabled": "Item Breaking Enabled", + "text.config.playerex-config.option.featureSettings.disableUI": "Disable UI", + "text.config.playerex-config.category.lifecycleSettings": "Lifecycle Options", + "text.config.playerex-config.option.lifecycleSettings.healthRegeneration": "Health Regeneration", + "text.config.playerex-config.category.advancedSettings": "Advanced Options", + "text.config.playerex-config.option.advancedSettings.restorativeForceTicks": "Restorative Force Ticks", + "text.config.playerex-config.option.advancedSettings.restorativeForceMultiplier": "Restorative Force Multiplier", + "text.config.playerex-config.option.advancedSettings.expNegationFactor": "Experience Negation Factor", + "text.config.playerex-config.category.visualSettings": "Visual Options", + "text.config.playerex-config.option.visualSettings.showLevelOnNameplates": "Show Level on Nameplates", + "text.config.playerex-config.option.visualSettings.nameplateColor": "Nameplate Color", + "text.config.playerex-config.option.visualSettings.tooltip": "Tooltip", "text.config.playerex-config.category.soundSettings": "Sound Options", "text.config.playerex-config.option.soundSettings.levelUpVolume": "Level Up Volume", "text.config.playerex-config.option.soundSettings.skillUpVolume": "Skill Up Volume", - "text.config.playerex-config.option.soundSettings.refundVolume": "Refund Volume", - "text.config.playerex-config.category.visualSettings": "Visual Options", - "text.config.playerex-config.option.visualSettings.nameplateColor": "Nameplate Color", - "text.config.playerex-config.option.resetOnDeath": "Reset on Death", - "text.config.playerex-config.option.skillPointsPerLevelUp": "Skill Points per. Level Up", - "text.config.playerex-config.option.levelFormula": "Leveling Formula", - "text.config.playerex-config.option.restorativeForceTicks": "Restorative Force Ticks", - "text.config.playerex-config.option.restorativeForceMultiplier": "Restorative Force Multiplier", - "text.config.playerex-config.option.expNegationFactor": "Experience Negation Factor", - "text.config.playerex-config.option.disableUI": "Disable UI" + "text.config.playerex-config.option.soundSettings.refundVolume": "Refund Volume" } \ No newline at end of file