mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Added the shell of the Countdown application
This commit is contained in:
parent
7799f4f1eb
commit
db7ecf0c2f
8 changed files with 197 additions and 0 deletions
23
lang/en.json
23
lang/en.json
|
|
@ -893,6 +893,29 @@
|
|||
"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"
|
||||
},
|
||||
"NewCountdown": "New Countdown",
|
||||
"Title": "Countdowns"
|
||||
},
|
||||
"Sheets": {
|
||||
"PC": {
|
||||
"Name": "Name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue