{ "TYPES": { "Actor": { "player": "Player" }, "Item": { "generic": "Item", "attribute": "Attribute" } }, "taf": { "settings": { "actorDefaultAttributes": { "name": "Remove Default Attributes", "hint": "This removes the default attributes that are applied when a new actor is created, making it so that no attributes get created alongside the actor.", "label": "Remove Attributes" }, "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" }, "initiativeFormula": { "name": "Initiative Formula", "hint": "The dice formula used for initiative, this can reference attributes on the actor. If the actor doesn't have the attribute it will be interpreted as 0." }, "sheetDefaultHeight": { "name": "Default Actor Sheet Height", "hint": "The height that all actor sheets will open at unless overwridden for that sheet specifically. This setting will not affect already opened sheets." }, "sheetDefaultWidth": { "name": "Default Actor Sheet Width", "hint": "The width that all actor sheets will open at unless overwridden for that sheet specifically. This setting will not affect already opened sheets." }, "sheetDefaultResizable": { "name": "Default Actor Sheet Resizable", "hint": "Whether or not actor sheets will be able to be resized by default, unless overridden for that specific sheet. This setting will not affect already opened sheets.", "choices": { "default": "No Global Default", "false": "Not Resizable", "true": "Resizable" } }, "weightUnit": { "name": "Weight Unit", "hint": "This unit is used to display the units for the weights of items and carrying capacity of actors. This does NOTHING beyond adding the unit into the displays, it will not automatically convert between any units." } }, "sheet-names": { "PlayerSheet": "Player Sheet", "SingleModePlayerSheet": "Player Sheet (Always Editing)", "AttributeOnlyPlayerSheet": "Player Sheet (Attributes Only)", "GenericItemSheet": "System Item Sheet", "AttributeItemSheet": "Attribute Sheet" }, "misc": { "Key": "Key", "Value": "Value", "no-data-submitted": "No data submitted", "data-query-notif-header": "Data Query Notification", "cancel": "Cancel", "confirm-and-close": "Confirm and Close", "save-and-close": "Save and Close", "delete": "Delete", "edit": "Edit", "resizable": "Resizable", "not-resizable": "Not Resizable", "item": { "weight": "Weight", "quantity": "Quantity", "equipped": "Equipped", "group": "Group", "trigger": "Macro to Execute" }, "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": { "Ask": { "title": "Questions", "invalid-input-type": "Invalid input type provided: {type}" }, "PlayerSheet": { "create-item": "Create Embedded Item", "current-value": "Current value", "max-value": "Maximum value", "carry-capacity-used": "({percent}% Used)", "carrying-capacity": { "placeholder": "Unlimited", "title": "Carrying Capacity:", "label": "Maximum carrying weight" }, "total-weight": "Total weight", "toggle-item-description": "Show/Hide Item Description", "tab-names": { "content": "Content", "attributes": "Attributes", "items": "Items" } }, "QueryStatus": { "title": "Information Request Status", "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", "Width": { "label": "Width" }, "Height": { "label": "Height" }, "Resizable": { "label": "Resizable", "placeholder": "Default ({placeholder})" }, "tabs": { "foundry": "Foundry", "system": "Text-Based Actors" } } }, "sockets": { "user-list-required": "A list of users must be provided" }, "notifs": { "error": { "missing-id": "An ID must be provided", "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}", "duplicate-attribute-key": "Cannot create an Attribute with a key (\"{key}\") that already exists on the Actor", "invalid-attribute-key": "Attribute keys must be alphanumeric (a-z, 0-9) with underscores, invalid key provided: \"{key}\"", "cant-manage-attributes": "You aren't allowed to manage attributes. Talk to your GM for permission or to get them to add the attribute for you." }, "warn": { "migration-in-progress": "Applying data migrations for version {version}. Please do NOT refresh the window while this warning is present." }, "success": { "saved-default-attributes": "Successfully saved default Actor attributes", "migration-successful": "Data migrations for version {version} were successful." } } } }