Skip to content

Commit

Permalink
New translations en_us.json (Portuguese, Brazilian)
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi-reden committed Oct 26, 2024
1 parent 3b7c174 commit 2e62e8a
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions src/main/resources/assets/playerex/lang/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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"
}

0 comments on commit 2e62e8a

Please sign in to comment.