-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
698 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"buildDropdown": { | ||
"tcBadge": "TC", | ||
"equipped": "Equipped Build" | ||
}, | ||
"buildCardTip": { | ||
"edit": "Edit Build Settings", | ||
"copyTc": "Copy to TC Builds", | ||
"duplicate": "Duplicate Build", | ||
"equip": "Equip Build", | ||
"delete": "Delete Build" | ||
}, | ||
"buildEqCard": { | ||
"name": "Equipped Build", | ||
"copy": { | ||
"nameReal": "Duplicate of Equipped", | ||
"nameTc": "Equipped Build - Copied", | ||
"desc": "Copied from Equipped Build" | ||
} | ||
}, | ||
"buildRealCard": { | ||
"copy": { | ||
"nameReal": "Duplicate of {{name}}", | ||
"nameTc": "{{name}} - Copied", | ||
"equipped": "Equipped" | ||
}, | ||
"edit": { | ||
"title": "Build Settings", | ||
"label": "Build Name", | ||
"placeholder": "Build Name", | ||
"desc": "Build Description" | ||
} | ||
}, | ||
"buildTcCard": { | ||
"copy": { | ||
"nameTc": "Duplicate of {{name}}" | ||
}, | ||
"edit": { | ||
"title": "Build Settings", | ||
"label": "Build Name", | ||
"placeholder": "Build Name", | ||
"desc": "Build Description" | ||
} | ||
}, | ||
"equipBuildModal": { | ||
"title": "Confirm Equipment Changes for <2>{{currentName}}</2>", | ||
"desc": "Do you want to make the changes shown below?", | ||
"overwrite": "Copy the current equipment in <2>{{currentName}}</2> to a new build. Otherwise, they will be overwritten.", | ||
"label": "Build Name", | ||
"newName": "Duplicate of {{currentName}}", | ||
"cancel": "Cancel", | ||
"equip": "Equip" | ||
}, | ||
"compareBtn": { | ||
"compare": "Compare", | ||
"equipped": "Equipped ", | ||
"crrBadge": "Current", | ||
"tcBadge": "TC" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"loadoutSettings": { | ||
"alert": "<strong>Loadouts</strong> provides character context data, including bonus stats, conditionals, multi-targets, optimization config, and stores builds. A single <strong>Loadout</strong> can be used for many teams.", | ||
"title": "Build Management", | ||
"builds": "Builds", | ||
"newBuildBtn": "New Build", | ||
"tcBuilds": "TC Builds", | ||
"newTcBuildBtn": "New TC Build" | ||
}, | ||
"mTargetEditor": { | ||
"title": "Target Editor", | ||
"rankMobile": "#", | ||
"rank": "Rank #", | ||
"desc": "Target Description", | ||
"noReaction": "No Reactions" | ||
}, | ||
"mTargetImport": { | ||
"invalid": "Invalid Multi-Optimization Config", | ||
"failed": "Data Import failed.", | ||
"button": "Import Multi-Opt", | ||
"title": "Import Multi-Opt", | ||
"desc": "Import a Multi-opt in JSON form below.", | ||
"label": "JSON Data", | ||
"placeholder": "Paste your Team JSON here", | ||
"import": "Import" | ||
}, | ||
"showFormulas": { | ||
"button": "Show Formulas & Calcs", | ||
"title": "Formulas & Calculations" | ||
}, | ||
"loDropdown": { | ||
"createModal": { | ||
"title": "Create a new Loadout For <2/>", | ||
"label": "New Loadout Name", | ||
"placeholder": "New Loadout Name", | ||
"desc": "New Loadout Description", | ||
"cancel": "Cancel", | ||
"confirm": "Confirm" | ||
}, | ||
"label": "Loadout: ", | ||
"create": "Create a new Loadout", | ||
"builds": "{{count}} Builds", | ||
"tcs": "{{count}} TC Builds", | ||
"multi": "{{count}} Multi-Opt" | ||
}, | ||
"loadoutHeader": { | ||
"builds": "Builds: ", | ||
"tcBuilds": "TC Builds: ", | ||
"mltTargets": "Custom multi-targets: ", | ||
"optTarget": "Optimization Target:" | ||
}, | ||
"loadoutEditor": { | ||
"label": "Loadout Name", | ||
"placeholder": "Loadout Name", | ||
"desc": "Loadout Description", | ||
"dupBtn": "Duplicate Loadout", | ||
"delBtn": "Delete Loadout", | ||
"optTarget": "Optimization Target", | ||
"conditionals": "Conditionals: ", | ||
"builds": "Builds", | ||
"teams": "Teams", | ||
"addNewTeam": "Add new Team", | ||
"bonusStats": "Bonus Stats", | ||
"mltTargets": "Custom multi-targets" | ||
}, | ||
"loadoutDelModal": { | ||
"title": "Delete Loadout: <1>{{name}}</1>?", | ||
"desc": "Deleting the Loadout will also delete the following data:", | ||
"builds": "All saved builds: ", | ||
"tcBuilds": "All saved TC builds: ", | ||
"mTargets": "All Custom Multi-targets: ", | ||
"bonus": "Bonus stats: ", | ||
"condi": "Conditionals: ", | ||
"optConfig": "Optimization Configuration", | ||
"affected": "Any teams with this loadout will have this loadout removed from the team. Teams will not be deleted. Teams affected: ", | ||
"cancel": "Cancel", | ||
"delete": "Delete" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.