From d84c5e2a20a6b37994a328bc372973f974da3287 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 28 Apr 2024 00:20:47 -0600 Subject: [PATCH] Add the setting translations to the new localization file --- langs/en-ca.2.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/langs/en-ca.2.json b/langs/en-ca.2.json index dce0efa..f8a1ab5 100644 --- a/langs/en-ca.2.json +++ b/langs/en-ca.2.json @@ -101,6 +101,32 @@ "title": "Delete Effect", "content": "

Are you sure you would like to delete the active effect: {name}

" } + }, + "settings": { + "showAvatarOnSheet": { + "name": "Show Avatar On Player Sheet", + "description": "Determines whether or not to show the avatar to you on the Player Character sheets, turning this off will replace the image with a file picker so that you can still change the image from the character sheet." + }, + "playersCanChangeGroup": { + "name": "Allow Players to Change Group", + "description": "Setting this to true allows non-GM players to modify the group that the Actor belongs to. While this is disabled the GM will still be able to modify each player's group by editing the character sheet." + }, + "resourcesOrSupplies": { + "name": "Use Resources or Supplies", + "description": "Determines which term to use for the objects that allow travelling into the next hex tile. This is because of the", + "option": { + "supplies": "Supplies", + "resources": "Resources" + } + }, + "openEmbeddedOnCreate": { + "name": "Edit Custom Items Immediately When Created", + "description": "Tells the character sheets that have \"Add\" buttons to open the Item's sheet when you create the new item so that you can immediately edit it without needing to click more buttons." + }, + "aspectLimit": { + "name": "Character Aspect Limit", + "description": "Limit how many Aspects a single character can have." + } } }, "TYPES": {