Skip to content

Commit a535004

Browse files
committed
Fix macro localization
1 parent 17d3949 commit a535004

File tree

2 files changed

+42
-38
lines changed

2 files changed

+42
-38
lines changed

languages/en.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,36 @@
44
"CUSTOM_DND5E.abilityCheck": "Ability Check",
55
"CUSTOM_DND5E.action": "Action",
66
"CUSTOM_DND5E.actionValue": "Action Value",
7+
"CUSTOM_DND5E.activities.macro.title": "Macro",
8+
"CUSTOM_DND5E.activities.macro.hint": "Execute a macro when this activity is used",
79
"CUSTOM_DND5E.activities.macro.clearMacro": "Clear Macro",
810
"CUSTOM_DND5E.activities.macro.enable.label": "Enable Macro Activity",
911
"CUSTOM_DND5E.activities.macro.enable.hint": "When enabled, adds a new activity type that executes a specified macro when used.",
1012
"CUSTOM_DND5E.activities.macro.runMacro": "Run Macro",
1113
"CUSTOM_DND5E.activities.macro.fields.uuid.label": "Macro UUID",
1214
"CUSTOM_DND5E.activities.macro.fields.autoExecute.label": "Auto Execute",
1315
"CUSTOM_DND5E.activities.macro.fields.autoExecute.hint": "Automatically execute the macro when the activity is used",
16+
"CUSTOM_DND5E.activities.move.title": "Move",
17+
"CUSTOM_DND5E.activities.move.hint": "Move a targeted token to a new position on the map",
18+
"CUSTOM_DND5E.activities.move.moveToken": "Move Token",
19+
"CUSTOM_DND5E.activities.move.selectPosition": "Click a highlighted position to move the target token. Press Escape or right-click to cancel.",
20+
"CUSTOM_DND5E.activities.move.noSourceToken": "No source token found for this activity.",
21+
"CUSTOM_DND5E.activities.move.noTarget": "You must target a token before using this activity.",
22+
"CUSTOM_DND5E.activities.move.noValidPositions": "No valid positions available for this movement.",
23+
"CUSTOM_DND5E.activities.move.direction.push": "Push",
24+
"CUSTOM_DND5E.activities.move.direction.pull": "Pull",
25+
"CUSTOM_DND5E.activities.move.direction.pushOrPull": "Push or Pull",
26+
"CUSTOM_DND5E.activities.move.direction.any": "Any Direction",
1427
"CUSTOM_DND5E.activities.move.enable.label": "Enable Move Activity",
1528
"CUSTOM_DND5E.activities.move.enable.hint": "When enabled, adds a new activity type that allows forced movement of targeted tokens.",
29+
"CUSTOM_DND5E.activities.move.fields.direction.label": "Direction",
30+
"CUSTOM_DND5E.activities.move.fields.direction.hint": "The direction the target can be moved relative to the source token",
31+
"CUSTOM_DND5E.activities.move.fields.distanceMin.label": "Minimum Distance",
32+
"CUSTOM_DND5E.activities.move.fields.distanceMin.hint": "The minimum distance the target must be moved (0 for no minimum)",
33+
"CUSTOM_DND5E.activities.move.fields.distanceMax.label": "Maximum Distance",
34+
"CUSTOM_DND5E.activities.move.fields.distanceMax.hint": "The maximum distance the target can be moved",
35+
"CUSTOM_DND5E.activities.move.fields.autoExecute.label": "Auto Execute",
36+
"CUSTOM_DND5E.activities.move.fields.autoExecute.hint": "Automatically start movement selection when the activity is used",
1637
"CUSTOM_DND5E.activities.swap.enable.label": "Enable Swap Activity",
1738
"CUSTOM_DND5E.activities.swap.enable.hint": "When enabled, adds a new activity type that swaps the caster's token position with a target token.",
1839
"CUSTOM_DND5E.activities.swap.title": "Swap",
@@ -37,25 +58,6 @@
3758
"CUSTOM_DND5E.activities.swap.fields.isTeleport.hint": "When enabled, tokens instantly teleport to their new positions.",
3859
"CUSTOM_DND5E.activities.swap.fields.autoExecute.label": "Auto Execute",
3960
"CUSTOM_DND5E.activities.swap.fields.autoExecute.hint": "Automatically execute the swap when the activity is used",
40-
"CUSTOM_DND5E.activities.move.title": "Move",
41-
"CUSTOM_DND5E.activities.move.hint": "Move a targeted token to a new position on the map",
42-
"CUSTOM_DND5E.activities.move.moveToken": "Move Token",
43-
"CUSTOM_DND5E.activities.move.selectPosition": "Click a highlighted position to move the target token. Press Escape or right-click to cancel.",
44-
"CUSTOM_DND5E.activities.move.noSourceToken": "No source token found for this activity.",
45-
"CUSTOM_DND5E.activities.move.noTarget": "You must target a token before using this activity.",
46-
"CUSTOM_DND5E.activities.move.noValidPositions": "No valid positions available for this movement.",
47-
"CUSTOM_DND5E.activities.move.direction.push": "Push",
48-
"CUSTOM_DND5E.activities.move.direction.pull": "Pull",
49-
"CUSTOM_DND5E.activities.move.direction.pushOrPull": "Push or Pull",
50-
"CUSTOM_DND5E.activities.move.direction.any": "Any Direction",
51-
"CUSTOM_DND5E.activities.move.fields.direction.label": "Direction",
52-
"CUSTOM_DND5E.activities.move.fields.direction.hint": "The direction the target can be moved relative to the source token",
53-
"CUSTOM_DND5E.activities.move.fields.distanceMin.label": "Minimum Distance",
54-
"CUSTOM_DND5E.activities.move.fields.distanceMin.hint": "The minimum distance the target must be moved (0 for no minimum)",
55-
"CUSTOM_DND5E.activities.move.fields.distanceMax.label": "Maximum Distance",
56-
"CUSTOM_DND5E.activities.move.fields.distanceMax.hint": "The maximum distance the target can be moved",
57-
"CUSTOM_DND5E.activities.move.fields.autoExecute.label": "Auto Execute",
58-
"CUSTOM_DND5E.activities.move.fields.autoExecute.hint": "Automatically start movement selection when the activity is used",
5961
"CUSTOM_DND5E.activities.targeting.enable.label": "Enable Targeting Prompt",
6062
"CUSTOM_DND5E.activities.targeting.enable.hint": "When enabled, prompts for target selection before using activities that require individual targets.",
6163
"CUSTOM_DND5E.activities.targeting.selectTargets": "Select targets. Press Enter to confirm or Escape to cancel.",

languages/pt-BR.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,36 @@
44
"CUSTOM_DND5E.abilityCheck": "Teste de Atributo",
55
"CUSTOM_DND5E.action": "Ação",
66
"CUSTOM_DND5E.actionValue": "Valor da Ação",
7+
"CUSTOM_DND5E.activities.macro.title": "Macro",
8+
"CUSTOM_DND5E.activities.macro.hint": "Execute a macro when this activity is used",
79
"CUSTOM_DND5E.activities.macro.clearMacro": "Clear Macro",
810
"CUSTOM_DND5E.activities.macro.enable.label": "Enable Macro Activity",
911
"CUSTOM_DND5E.activities.macro.enable.hint": "When enabled, adds a new activity type that executes a specified macro when used.",
1012
"CUSTOM_DND5E.activities.macro.runMacro": "Run Macro",
1113
"CUSTOM_DND5E.activities.macro.fields.uuid.label": "Macro UUID",
1214
"CUSTOM_DND5E.activities.macro.fields.autoExecute.label": "Auto Execute",
1315
"CUSTOM_DND5E.activities.macro.fields.autoExecute.hint": "Automatically execute the macro when the activity is used",
16+
"CUSTOM_DND5E.activities.move.title": "Move",
17+
"CUSTOM_DND5E.activities.move.hint": "Move a targeted token to a new position on the map",
18+
"CUSTOM_DND5E.activities.move.moveToken": "Move Token",
19+
"CUSTOM_DND5E.activities.move.selectPosition": "Click a highlighted position to move the target token. Press Escape or right-click to cancel.",
20+
"CUSTOM_DND5E.activities.move.noSourceToken": "No source token found for this activity.",
21+
"CUSTOM_DND5E.activities.move.noTarget": "You must target a token before using this activity.",
22+
"CUSTOM_DND5E.activities.move.noValidPositions": "No valid positions available for this movement.",
23+
"CUSTOM_DND5E.activities.move.direction.push": "Push",
24+
"CUSTOM_DND5E.activities.move.direction.pull": "Pull",
25+
"CUSTOM_DND5E.activities.move.direction.pushOrPull": "Push or Pull",
26+
"CUSTOM_DND5E.activities.move.direction.any": "Any Direction",
1427
"CUSTOM_DND5E.activities.move.enable.label": "Enable Move Activity",
1528
"CUSTOM_DND5E.activities.move.enable.hint": "When enabled, adds a new activity type that allows forced movement of targeted tokens.",
29+
"CUSTOM_DND5E.activities.move.fields.direction.label": "Direction",
30+
"CUSTOM_DND5E.activities.move.fields.direction.hint": "The direction the target can be moved relative to the source token",
31+
"CUSTOM_DND5E.activities.move.fields.distanceMin.label": "Minimum Distance",
32+
"CUSTOM_DND5E.activities.move.fields.distanceMin.hint": "The minimum distance the target must be moved (0 for no minimum)",
33+
"CUSTOM_DND5E.activities.move.fields.distanceMax.label": "Maximum Distance",
34+
"CUSTOM_DND5E.activities.move.fields.distanceMax.hint": "The maximum distance the target can be moved",
35+
"CUSTOM_DND5E.activities.move.fields.autoExecute.label": "Auto Execute",
36+
"CUSTOM_DND5E.activities.move.fields.autoExecute.hint": "Automatically start movement selection when the activity is used",
1637
"CUSTOM_DND5E.activities.swap.enable.label": "Enable Swap Activity",
1738
"CUSTOM_DND5E.activities.swap.enable.hint": "When enabled, adds a new activity type that swaps the caster's token position with a target token.",
1839
"CUSTOM_DND5E.activities.swap.title": "Swap",
@@ -37,25 +58,6 @@
3758
"CUSTOM_DND5E.activities.swap.fields.isTeleport.hint": "When enabled, tokens instantly teleport to their new positions.",
3859
"CUSTOM_DND5E.activities.swap.fields.autoExecute.label": "Auto Execute",
3960
"CUSTOM_DND5E.activities.swap.fields.autoExecute.hint": "Automatically execute the swap when the activity is used",
40-
"CUSTOM_DND5E.activities.move.title": "Move",
41-
"CUSTOM_DND5E.activities.move.hint": "Move a targeted token to a new position on the map",
42-
"CUSTOM_DND5E.activities.move.moveToken": "Move Token",
43-
"CUSTOM_DND5E.activities.move.selectPosition": "Click a highlighted position to move the target token. Press Escape or right-click to cancel.",
44-
"CUSTOM_DND5E.activities.move.noSourceToken": "No source token found for this activity.",
45-
"CUSTOM_DND5E.activities.move.noTarget": "You must target a token before using this activity.",
46-
"CUSTOM_DND5E.activities.move.noValidPositions": "No valid positions available for this movement.",
47-
"CUSTOM_DND5E.activities.move.direction.push": "Push",
48-
"CUSTOM_DND5E.activities.move.direction.pull": "Pull",
49-
"CUSTOM_DND5E.activities.move.direction.pushOrPull": "Push or Pull",
50-
"CUSTOM_DND5E.activities.move.direction.any": "Any Direction",
51-
"CUSTOM_DND5E.activities.move.fields.direction.label": "Direction",
52-
"CUSTOM_DND5E.activities.move.fields.direction.hint": "The direction the target can be moved relative to the source token",
53-
"CUSTOM_DND5E.activities.move.fields.distanceMin.label": "Minimum Distance",
54-
"CUSTOM_DND5E.activities.move.fields.distanceMin.hint": "The minimum distance the target must be moved (0 for no minimum)",
55-
"CUSTOM_DND5E.activities.move.fields.distanceMax.label": "Maximum Distance",
56-
"CUSTOM_DND5E.activities.move.fields.distanceMax.hint": "The maximum distance the target can be moved",
57-
"CUSTOM_DND5E.activities.move.fields.autoExecute.label": "Auto Execute",
58-
"CUSTOM_DND5E.activities.move.fields.autoExecute.hint": "Automatically start movement selection when the activity is used",
5961
"CUSTOM_DND5E.activities.targeting.enable.label": "Enable Targeting Prompt",
6062
"CUSTOM_DND5E.activities.targeting.enable.hint": "When enabled, prompts for target selection before using activities that require individual targets.",
6163
"CUSTOM_DND5E.activities.targeting.selectTargets": "Select targets. Press Enter to confirm or Escape to cancel.",

0 commit comments

Comments
 (0)