Add localization for a bunch of stuff that I initially missed

This commit is contained in:
Oliver 2025-11-21 19:24:22 -07:00
parent 6997c736dc
commit cab29d9cd6
8 changed files with 43 additions and 27 deletions

View file

@ -14,9 +14,18 @@
"sheet-names": {
"PlayerSheet": "Player Sheet"
},
"misc": {
"Key": "Key",
"Value": "Value",
"no-data-submitted": "No data submitted",
"data-query-notif-header": "Data Query Notification"
},
"Apps": {
"QueryStatus": {
"user-disconnected-tooltip": "This user is not logged in to Foundry"
"user-disconnected-tooltip": "This user is not logged in to Foundry",
"cancel-request": "Cancel Request",
"finish-early": "Finish Request Early",
"send-request": "Send Request"
},
"TAFDocumentSheetConfig": {
"Sizing": "Sizing",
@ -35,6 +44,9 @@
}
}
},
"sockets": {
"user-list-required": "A list fo users must be provided"
},
"notifs": {
"error": {
"missing-id": "An ID must be provided",