mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 20:51:07 +01:00
.
This commit is contained in:
parent
4b76223e45
commit
de9a66e1bc
36 changed files with 328 additions and 116 deletions
14
lang/en.json
14
lang/en.json
|
|
@ -343,7 +343,8 @@
|
|||
"progress": {
|
||||
"current": { "label": "Current" },
|
||||
"looping": { "label": "Looping" },
|
||||
"max": { "label": "Max" },
|
||||
"start": { "label": "Start" },
|
||||
"startFormula": { "label": "Start Formula" },
|
||||
"type": {
|
||||
"label": { "label": "Label", "hint": "Used for custom" },
|
||||
"value": { "label": "Value" }
|
||||
|
|
@ -371,12 +372,13 @@
|
|||
"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}",
|
||||
"current": "Current Value",
|
||||
"start": "Start Value",
|
||||
"startFormula": "Randomized Start Value Formula",
|
||||
"currentCountdownCurrent": "Current: {value}",
|
||||
"currentCountdownStart": "Start: {value}",
|
||||
"category": "Category",
|
||||
"progressionType": "Progression Type",
|
||||
"progressionType": "Progression",
|
||||
"decreasing": "Decreasing",
|
||||
"looping": "Looping",
|
||||
"defaultOwnershipTooltip": "The default player ownership of countdowns",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue