Skip to content

Commit

Permalink
Feat: Add strings for v2.9.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haato3o committed Jul 12, 2023
1 parent 956f790 commit 655b662
Showing 1 changed file with 45 additions and 12 deletions.
57 changes: 45 additions & 12 deletions localization/en-us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,15 @@
<Setting Id="DEV_TOOLS_STRING"
String="Dev Tools"
Description="Advanced development tools" />
<Setting Id="INSECT_GLAIVE_WIDGET_STRING"
String="Insect Glaive Widget"
Description="Insect Glaive Widget configurations" />
<Setting Id="CHARGE_BLADE_WIDGET_STRING"
String="Charge Blade Widget"
Description="Charge Blade Widget configurations" />
<Setting Id="DUALBLADES_WIDGET_STRING"
String="Dual Blades Widget"
Description="Dual Blades Widget configurations" />
<Setting Id="ACCOUNT_STRING"
String="Account"
Description="Account settings" />
Expand Down Expand Up @@ -1574,10 +1583,10 @@
Description="If enabled, the DPS plot graph will be visible." />
<Setting Id="DAMAGE_METER_DPS_CALCULATION_STRATEGY_STRING"
String="DPS calculation strategy"
Description="Determines the strategy that will be used to calculate the damage per second.&#xA;- RelativeToQuest: Will use the quest timer&#xA;- RelativeToJoin: Will use the time when the player joined the party&#xA;- RelativeToFirstHit: Will use the time when the player hit the monster for the first time" />
Description="Determines the strategy that will be used to calculate the damage per second.&#xA;- Relative to quest: Will use the quest timer&#xA;- Relative to join: Will use the time when the player joined the party&#xA;- Relative to first hit: Will use the time when the player hit the monster for the first time" />
<Setting Id="DAMAGE_METER_DAMAGE_PLOT_STRATEGY_STRING"
String="Damage plot strategy"
Description="Determines the strategy that will be used to plot the damage in the graph.&#xA;- DamagePerSecond: DPS will be used for the graph&#xA;- TotalDamage: Total damage will be used for the graph" />
Description="Determines the strategy that will be used to plot the damage in the graph.&#xA;- Damage per second: DPS will be used for the graph&#xA;- Total damage: Total damage will be used for the graph" />
<Setting Id="DAMAGE_METER_SELF_COLOR_STRING"
String="My color"
Description="The color of your player in the damage meter." />
Expand All @@ -1599,26 +1608,50 @@
<Setting Id="DAMAGE_METER_ENABLE_OTOMOS"
String="Show Otomos damage"
Description="If enabled, HunterPie will display Otomos damage." />

<Setting Id="DEV_MOCK_MONSTER_WIDGET_STRING"
String="Developer: Mock Monster widget" />
String="Developer: Mock Monster widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING."/>
<Setting Id="DEV_MOCK_DAMAGE_WIDGET_STRING"
String="Developer: Mock Damage Meter widget" />
String="Developer: Mock Damage Meter widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_ABNORMALITY_WIDGET_STRING"
String="Developer: Mock Abnormalities widget" />
String="Developer: Mock Abnormalities widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_WIREBUG_WIDGET_STRING"
String="Developer: Mock Wirebug widget" />
String="Developer: Mock Wirebug widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_ACTIVITIES_WIDGET_STRING"
String="Developer: Mock Activities widget" />
String="Developer: Mock Activities widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_CHAT_WIDGET_STRING"
String="Developer: Mock Chat widget" />
String="Developer: Mock Chat widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_PLAYER_HUD_WIDGET_STRING"
String="Developer: Mock Player Hud widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_INSECT_GLAIVE_WIDGET_STRING"
String="Developer: Mock Insect Glaive widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_CHARGE_BLADE_WIDGET_STRING"
String="Developer: Mock Charge Blade widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_DUAL_BLADES_WIDGET_STRING"
String="Developer: Mock Dual Blades widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_MOCK_SPECIALIZED_TOOL_WIDGET_STRING"
String="Developer: Mock Specialized Tool widget" />
String="Developer: Mock Specialized Tool widget"
Description="DO NOT ENABLE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_POOGIE_API_HOST_STRING"
String="Developer: Poogie API Host" />
String="Developer: Poogie API Host"
Description="DO NOT CHANGE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />
<Setting Id="DEV_LOG_LEVEL"
String="Developer: Log level" />
String="Developer: Log level"
Description="The minimum level for logs to appear in the console." />
<Setting Id="DEV_PRESENTATION_TRACER_LEVEL"
String="Developer: UI rendering tracer level" />
String="Developer: UI rendering tracer level"
Description="DO NOT CHANGE IF YOU DO NOT KNOW WHAT YOU ARE DOING." />

<!-- Account -->
<Setting Id="ACCOUNT_ENABLE_BACKUP_STRING"
String="Enable game save backup"
Expand Down

0 comments on commit 655b662

Please sign in to comment.