mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge branch 'main' into 157-feature-simplify-and-refactor-item-sheets
This commit is contained in:
commit
175ae7dd23
38 changed files with 2378 additions and 808 deletions
43
lang/en.json
43
lang/en.json
|
|
@ -83,6 +83,10 @@
|
|||
"actionPoints": {
|
||||
"label": "Action Points",
|
||||
"hint": "Automatically give and take Action Points as combatants take their turns."
|
||||
},
|
||||
"countdowns": {
|
||||
"label": "Countdowns",
|
||||
"hint": "Automatically progress non-custom countdowns"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -1027,6 +1031,45 @@
|
|||
"Title": "Downtime"
|
||||
}
|
||||
},
|
||||
"Countdown": {
|
||||
"FIELDS": {
|
||||
"countdowns": {
|
||||
"element": {
|
||||
"name": { "label": "Name" },
|
||||
"progress": {
|
||||
"current": { "label": "Current" },
|
||||
"max": { "label": "Max" },
|
||||
"type": {
|
||||
"value": { "label": "Value" },
|
||||
"label": { "label": "Label", "hint": "Used for custom" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Type": {
|
||||
"Spotlight": "Spotlight",
|
||||
"Custom": "Custom",
|
||||
"CharacterAttack": "Character Attack"
|
||||
},
|
||||
"NewCountdown": "New Countdown",
|
||||
"AddCountdown": "Add Countdown",
|
||||
"RemoveCountdownTitle": "Remove Countdown",
|
||||
"RemoveCountdownText": "Are you sure you want to remove the countdown: {name}?",
|
||||
"OpenOwnership": "Edit Player Ownership",
|
||||
"Title": "{type} Countdowns",
|
||||
"Types": {
|
||||
"narrative": "Narrative",
|
||||
"encounter": "Encounter"
|
||||
},
|
||||
"Notifications": {
|
||||
"LimitedOwnershipMaximise": "You don't have permission to enter edit view"
|
||||
}
|
||||
},
|
||||
"OwnershipSelection": {
|
||||
"Title": "Ownership Selection - {name}",
|
||||
"Default": "Default Ownership"
|
||||
},
|
||||
"Sheets": {
|
||||
"TABS": {
|
||||
"features": "Features",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue