|
4 | 4 | "CUSTOM_DND5E.abilityCheck": "Teste de Atributo", |
5 | 5 | "CUSTOM_DND5E.action": "Ação", |
6 | 6 | "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", |
7 | 9 | "CUSTOM_DND5E.activities.macro.clearMacro": "Clear Macro", |
8 | 10 | "CUSTOM_DND5E.activities.macro.enable.label": "Enable Macro Activity", |
9 | 11 | "CUSTOM_DND5E.activities.macro.enable.hint": "When enabled, adds a new activity type that executes a specified macro when used.", |
10 | 12 | "CUSTOM_DND5E.activities.macro.runMacro": "Run Macro", |
11 | 13 | "CUSTOM_DND5E.activities.macro.fields.uuid.label": "Macro UUID", |
12 | 14 | "CUSTOM_DND5E.activities.macro.fields.autoExecute.label": "Auto Execute", |
13 | 15 | "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", |
14 | 27 | "CUSTOM_DND5E.activities.move.enable.label": "Enable Move Activity", |
15 | 28 | "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", |
16 | 37 | "CUSTOM_DND5E.activities.swap.enable.label": "Enable Swap Activity", |
17 | 38 | "CUSTOM_DND5E.activities.swap.enable.hint": "When enabled, adds a new activity type that swaps the caster's token position with a target token.", |
18 | 39 | "CUSTOM_DND5E.activities.swap.title": "Swap", |
|
37 | 58 | "CUSTOM_DND5E.activities.swap.fields.isTeleport.hint": "When enabled, tokens instantly teleport to their new positions.", |
38 | 59 | "CUSTOM_DND5E.activities.swap.fields.autoExecute.label": "Auto Execute", |
39 | 60 | "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", |
59 | 61 | "CUSTOM_DND5E.activities.targeting.enable.label": "Enable Targeting Prompt", |
60 | 62 | "CUSTOM_DND5E.activities.targeting.enable.hint": "When enabled, prompts for target selection before using activities that require individual targets.", |
61 | 63 | "CUSTOM_DND5E.activities.targeting.selectTargets": "Select targets. Press Enter to confirm or Escape to cancel.", |
|
0 commit comments