Skip to content

Commit

Permalink
add shortcut menus
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jun 25, 2024
1 parent 9a95b1a commit 21f2471
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 50 deletions.
24 changes: 20 additions & 4 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,14 @@
"combat": "Current Combatant"
}
},
"autoFill": {
"autoFillNpc": {
"name": "Auto-Fill NPCs",
"hint": "If you haven't made any manual changes, the shortcut slots will automatically be filled.",
"hint": "If you haven't made any manual changes, the shortcut slots will automatically be filled."
},
"autoFillType": {
"name": "Auto-Fill Preference",
"hint": "The order of priority the auto-fill will use.",
"choices": {
"disabled": "Disabled",
"one": "Strikes -> Spells -> Consumables",
"two": "Strikes -> Consumables -> Spells"
}
Expand Down Expand Up @@ -242,7 +245,20 @@
"title": "{type} - {name}",
"message": "Are you sure you want to {type} <strong>{name}</strong>?"
},
"noChannelElements": "Could not find the <strong>Channel Elements</strong> action on this character."
"noChannelElements": "Could not find the <strong>Channel Elements</strong> action on this character.",
"delete": {
"title": "Delete Shortcuts",
"message": "Are you sure you want to delete all your shortcuts for <strong>{name}</strong>?"
},
"fill": {
"title": "Auto-Fill Shortcuts",
"message": "Are you sure you want to automatically fill all the shortcuts for <strong>{name}</strong>?"
},
"owner": {
"title": "Copy Owner Shortcuts",
"message": "Are you sure you want to copy the shortcuts from <strong>{name}</strong>'s owner?",
"none": "This Character doesn't have any owner with shortcuts set."
}
}
}
},
Expand Down
Loading

0 comments on commit 21f2471

Please sign in to comment.