mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
Added CountdownEdit view
This commit is contained in:
parent
58f039ce96
commit
2c51f06f86
15 changed files with 469 additions and 69 deletions
22
lang/en.json
22
lang/en.json
|
|
@ -331,7 +331,8 @@
|
|||
"label": { "label": "Label", "hint": "Used for custom" },
|
||||
"value": { "label": "Value" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": { "label": "Countdown Type" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -346,6 +347,25 @@
|
|||
"encounter": "Encounter"
|
||||
}
|
||||
},
|
||||
"CountdownEdit": {
|
||||
"title": "Countdown Edit",
|
||||
"viewTitle": "Countdowns",
|
||||
"editTitle": "Edit Countdowns",
|
||||
"newCountdown": "New Countdown",
|
||||
"removeCountdownTitle": "Remove Countdown",
|
||||
"removeCountdownText": "Are you sure you want to remove the countdown: {name}?",
|
||||
"current": "Current",
|
||||
"max": "Max",
|
||||
"currentCountdownValue": "Current: {value}",
|
||||
"currentCountdownMax": "Max: {value}",
|
||||
"category": "Category",
|
||||
"type": "Type",
|
||||
"defaultOwnershipTooltip": "The default player ownership of countdowns"
|
||||
},
|
||||
"DaggerheartMenu": {
|
||||
"title": "GM Tools",
|
||||
"countdowns": "Edit Countdowns"
|
||||
},
|
||||
"DeleteConfirmation": {
|
||||
"title": "Delete {type} - {name}",
|
||||
"text": "Are you sure you want to delete {name}?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue