diff --git a/langs/en-ca.json b/langs/en-ca.json index 8f78279..0c99bc6 100644 --- a/langs/en-ca.json +++ b/langs/en-ca.json @@ -49,7 +49,8 @@ "PlayerSheet": "Player Sheet", "SingleModePlayerSheet": "Player Sheet (Always Editing)", "AttributeOnlyPlayerSheet": "Player Sheet (Attributes Only)", - "GenericItemSheet": "System Item Sheet" + "GenericItemSheet": "System Item Sheet", + "AttributeItemSheet": "Attribute Sheet" }, "misc": { "Key": "Key", @@ -68,6 +69,15 @@ "quantity": "Quantity", "equipped": "Equipped", "group": "Group" + }, + "attribute": { + "key": { + "hint": "This is the computer-friendly identifier for the attribute. When accessing the attribute in rolls, this is the name you will need to use. Changing this WILL break any existing macros you have." + }, + "always-visible": "Always Visible", + "minimum": "Minimum", + "current-value": "Current Value", + "maximum": "Maximum" } }, "Apps": { diff --git a/templates/AttributeItemSheet/settings.hbs b/templates/AttributeItemSheet/settings.hbs index 2e34710..2778d79 100644 --- a/templates/AttributeItemSheet/settings.hbs +++ b/templates/AttributeItemSheet/settings.hbs @@ -1,7 +1,7 @@

- This is the computer-friendly identifier for the attribute. - When accessing the attribute in rolls, this is the name you will - need to use. Changing this WILL break any existing macros you have. + {{ localize "taf.misc.attribute.key.hint" }}