taf/langs/en-ca.json
2025-11-05 22:41:53 -07:00

43 lines
1,013 B
JSON

{
"TYPES": {
"Actor": {
"player": "Player"
}
},
"taf": {
"settings": {
"canPlayersManageAttributes": {
"name": "Players Can Manage Attributes",
"hint": "This allows players who have edit access to a document to be able to edit what attributes those characters have via the attribute editor"
}
},
"sheet-names": {
"PlayerSheet": "Player Sheet"
},
"Apps": {
"TAFDocumentSheetConfig": {
"Sizing": "Sizing",
"Width": {
"label": "Width"
},
"Height": {
"label": "Height"
},
"Resizable": {
"label": "Resizable"
},
"tabs": {
"foundry": "Foundry",
"system": "Text-Based Actors"
}
}
},
"notifs": {
"error": {
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
"unknown-socket-event": "An unknown socket event was received: {event}",
"malformed-socket-payload": "Socket event \"{event}\" received with malformed payload. Details: {details}"
}
}
}
}