2026-06-04 18:21:46 +02:00

42 lines
3.1 KiB
JSON
Executable File

{
"CONFIGURABLE_REACTIONS.App.Title": "Configurable Reactions",
"CONFIGURABLE_REACTIONS.Controls.OpenConfig": "Open Configurable Reactions",
"CONFIGURABLE_REACTIONS.Settings.Reactions.Name": "Reactions",
"CONFIGURABLE_REACTIONS.Settings.Reactions.Hint": "Configured automatic reactions.",
"CONFIGURABLE_REACTIONS.Settings.Assignments.Name": "Assignments",
"CONFIGURABLE_REACTIONS.Settings.Assignments.Hint": "Assignments of reactions to actors or tokens.",
"CONFIGURABLE_REACTIONS.Settings.ShowFailedTeleportMessages.Name": "Show failed teleports in chat",
"CONFIGURABLE_REACTIONS.Settings.ShowFailedTeleportMessages.Hint": "Creates a chat message when no valid teleport target was found.",
"CONFIGURABLE_REACTIONS.Settings.CreateManagedEffects.Name": "Create managed ActiveEffects on assignment",
"CONFIGURABLE_REACTIONS.Settings.CreateManagedEffects.Hint": "Creates a visible ActiveEffect on linked actors when a reaction is assigned.",
"CONFIGURABLE_REACTIONS.Reactions.Create": "Create reaction",
"CONFIGURABLE_REACTIONS.Reactions.NewReaction": "New reaction",
"CONFIGURABLE_REACTIONS.Reactions.Selected": "Selected reaction",
"CONFIGURABLE_REACTIONS.Reactions.JsonEditor": "Edit reaction as JSON",
"CONFIGURABLE_REACTIONS.Reactions.Delete": "Delete reaction",
"CONFIGURABLE_REACTIONS.Reactions.DeleteConfirm": "Really delete this reaction and its assignments?",
"CONFIGURABLE_REACTIONS.Reactions.None": "No reaction exists yet.",
"CONFIGURABLE_REACTIONS.Assignments.Title": "Assignments",
"CONFIGURABLE_REACTIONS.Assignments.AssignSelectedTokens": "Assign selected tokens",
"CONFIGURABLE_REACTIONS.Assignments.AssignedResult": "Reaction assigned: {assigned}. Skipped: {skipped}.",
"CONFIGURABLE_REACTIONS.Actions.Title": "Actions",
"CONFIGURABLE_REACTIONS.Actions.AddStatus": "Add status action",
"CONFIGURABLE_REACTIONS.Actions.AddTeleport": "Add teleport action",
"CONFIGURABLE_REACTIONS.Trigger.Label": "Trigger",
"CONFIGURABLE_REACTIONS.Common.Save": "Save",
"CONFIGURABLE_REACTIONS.Common.Remove": "Remove",
"CONFIGURABLE_REACTIONS.Common.Choose": "Choose",
"CONFIGURABLE_REACTIONS.Common.Cancel": "Cancel",
"CONFIGURABLE_REACTIONS.Errors.GmOnly": "Only the GM can perform this action.",
"CONFIGURABLE_REACTIONS.Errors.NoReactionSelected": "No reaction selected.",
"CONFIGURABLE_REACTIONS.Errors.NoTokensSelected": "Please select at least one token first.",
"CONFIGURABLE_REACTIONS.Errors.ReactionNotFound": "The selected reaction was not found.",
"CONFIGURABLE_REACTIONS.Errors.InvalidJson": "The JSON is invalid.",
"CONFIGURABLE_REACTIONS.Effects.ManagedReaction": "Automatic Reaction: {name}",
"CONFIGURABLE_REACTIONS.Teleport.Title": "Reactive Teleport",
"CONFIGURABLE_REACTIONS.Teleport.ChooseTarget": "Choose a target within {radius} ft.",
"CONFIGURABLE_REACTIONS.Teleport.SwitchScene": "Please switch to the affected scene.",
"CONFIGURABLE_REACTIONS.Teleport.InvalidTarget": "The selected teleport target is invalid.",
"CONFIGURABLE_REACTIONS.Teleport.NoValidTarget": "No valid teleport target for {name} within {radius} ft found."
}