|
13 | 13 | }, |
14 | 14 | "welcome": { |
15 | 15 | "title": "{title} Importer", |
16 | | - "intro": "<p>Welcome to <strong>{adventure}</strong></p>", |
17 | | - "brand-new": "<p>Would you like to import and unpack the Scenes from this adventure?</p>", |
18 | | - "update-available": "<p>An update is available. You have <strong>{existing}</strong> installed, and <strong>{version}</strong> is available. Would you like to import and unpack the Scenes from this adventure?</p><p><strong>Note: If you choose to import all, you will end up with a second copy of the scene, the bottom one is the newer version.</strong></p>", |
| 16 | + "intro": "<h2>Welcome to <strong>{adventure}</strong>.</h2>", |
| 17 | + "brand-new": "<p>Would you like to import and unpack the Scenes from this module?</p>", |
| 18 | + "update-available": "<p>An update is available. You have <strong>{existing}</strong> installed, and <strong>{version}</strong> is available. Would you like to import and unpack the Scenes from this module?</p><p><strong>Note: If you choose to import all, you will end up with a second copy of the scenes, the bottom one is the newer version.</strong></p>", |
19 | 19 | "yes-all": "Yes import all", |
20 | 20 | "let-me-choose": "Let me choose", |
21 | 21 | "no": "No", |
|
25 | 25 | "first-launch": "First launch of this adventure! Unpacking scene...", |
26 | 26 | "done": "All done!", |
27 | 27 | "pack-scene": { |
28 | | - "clear-reminder": "Don't forget to run ScenePacker.ClearPackedData() after exporting to prevent future duplicates.", |
| 28 | + "clear-reminder": "Don't forget to \"Clear Packed Scene Data\" after exporting to prevent future duplicates.", |
29 | 29 | "writing-journals": "Writing {number} journals to scene: {name}", |
30 | 30 | "no-journal-pins": "No journal pins detected on the scene.", |
31 | | - "no-token-name-warning": "Cannot pack a token that has no name. Check console for details.", |
| 31 | + "no-token-name-warning": "Cannot pack a token that has no name. Check debug logs for details.", |
32 | 32 | "no-token-name-log": "Trying to pack a token that has no name is not going to end well. Please ensure the Token and Actor have a name.", |
| 33 | + "no-journal-link-warning": "Cannot pack a journal pin that does not link to a valid journal entry. Journal pin is called: \"{pin}\". Check debug logs for details.", |
| 34 | + "no-journal-link-log": "Trying to pack a journal pin that does not link to a journal entry is not going to end well. Please ensure the pin \"{pin}\" is linked correctly.", |
33 | 35 | "writing-tokens": "Writing {number} tokens to scene: {name}", |
34 | 36 | "no-tokens": "No tokens detected on the scene." |
35 | 37 | }, |
|
46 | 48 | } |
47 | 49 | }, |
48 | 50 | "find-actor": { |
49 | | - "missing-name": "Cannot find a token that has no name. Check console for details.", |
| 51 | + "missing-name": "Cannot find a token that has no name. Check debug logs for details.", |
50 | 52 | "missing-name-details": "Trying to find a token that has no name is not going to end well. Please ensure the Token and Actor have a name prior to packing." |
51 | 53 | }, |
52 | 54 | "link-tokens": { |
53 | | - "missing": "Could not find {count} actors to link, they will remain unlinked. Check console for details.", |
| 55 | + "missing": "Could not find {count} actors to link, they will remain unlinked. Check debug logs for details.", |
54 | 56 | "missing-details": "Could not find {count} actors to link. The following actor tokens were not found in the \"{adventureName}\" folder.", |
55 | 57 | "linking": "Relinking {count} Tokens linked to actors." |
56 | 58 | }, |
57 | 59 | "spawn-notes": { |
58 | | - "missing": "Could not find {count} journals to link. Check console for details.", |
| 60 | + "missing": "Could not find {count} journals to link. Check debug logs for details.", |
59 | 61 | "missing-details": "Could not find {count} notes to spawn. The following journals were not found.", |
60 | 62 | "spawning": "Spawning {count} journal notes." |
61 | 63 | }, |
|
64 | 66 | }, |
65 | 67 | "clear-data": { |
66 | 68 | "done": "Finished clearing Packed Data." |
67 | | - } |
| 69 | + }, |
| 70 | + "deprecated": "Warning, {method} is deprecated and will be removed in the future." |
68 | 71 | }, |
69 | 72 | "scene-context": { |
70 | 73 | "pack": { |
|
108 | 111 | "ui": "Invalid call to SetJournalPacks(). See console for details.", |
109 | 112 | "details": "You must pass an array of strings to \"SetJournalPacks()\". They must be the names of Journal Packs. Received: {pack}", |
110 | 113 | "missing": "SetJournalPacks() called with no value. This disables importing of Journals." |
| 114 | + }, |
| 115 | + "macroPacks": { |
| 116 | + "ui": "Invalid call to SetMacroPacks(). See console for details.", |
| 117 | + "details": "You must pass an array of strings to \"SetMacroPacks()\". They must be the names of Macro Packs. Received: {pack}", |
| 118 | + "missing": "SetMacroPacks() called with no value. This disables importing of Macros." |
111 | 119 | } |
112 | 120 | }, |
113 | 121 | "world-conversion": { |
|
116 | 124 | "lock": "Locking compendiums: {list}", |
117 | 125 | "checking-and-updating": "Checking and updating {count} journal references from world links to compendium links.", |
118 | 126 | "invalid-ref-type": "Found a journal reference that isn't handled: {type}. Skipping reference...", |
119 | | - "invalid-no-name": "Found a journal reference but couldn't find its original name. Check console for details.", |
| 127 | + "invalid-no-name": "Found a journal reference but couldn't find its original name. Check debug logs for details.", |
120 | 128 | "invalid-no-matching-name": "Could not find reference name in world data", |
121 | | - "invalid-not-found": "Found a journal reference but couldn't find its compendium version by name. Check console for details.", |
| 129 | + "invalid-not-found": "Found a journal reference but couldn't find its compendium version by name. Check debug logs for details.", |
122 | 130 | "invalid-not-found-console": "Could not find reference in compendium data. Skipping updating reference...", |
123 | | - "invalid-too-many": "Found a journal reference but found more than one compendium version by name. Check console for details.", |
| 131 | + "invalid-too-many": "Found a journal reference but found more than one compendium version by name. Check debug logs for details.", |
124 | 132 | "invalid-too-many-console": "Found more than one reference in compendium data. Skipping updating reference...", |
125 | | - "updating-journal-references": "Changing {count} journal references in: {journal}", |
| 133 | + "updating-journal-references": "Changing {count} journal references in: \"{journal}\"", |
126 | 134 | "updating-reference-console": "Changing {pack}[{journalEntryId}] {type} reference {oldRef} -> {newRefPack}.{newRef}", |
127 | | - "updating-reference": "Updating {count} references in {journal}. See console for full details.", |
128 | | - "completed-journal": "Completed journal {journal} {entryId}", |
| 135 | + "updating-reference": "Updating {count} references in \"{journal}\". See console for full details.", |
| 136 | + "completed-journal": "Completed journal \"{journal}\" {entryId}.", |
| 137 | + "no-references": "There were no references that needed updating in journal \"{journal}\" {entryId}.", |
| 138 | + "checking-journal": "Checking contents of journal \"{journal}\" {entryId}.", |
129 | 139 | "completed": "Completed!" |
130 | 140 | } |
| 141 | + }, |
| 142 | + "relink-prompt": { |
| 143 | + "title": "Relink Journal Entries", |
| 144 | + "intro": "Select the module you are using Scene Packer with:", |
| 145 | + "make-changes": "Save changes?", |
| 146 | + "make-changes-info": "Leaving this unchecked will operate in a \"dry run\" mode, where changes are only output to the console.", |
| 147 | + "relink": "Relink", |
| 148 | + "cancel": "Cancel" |
131 | 149 | } |
132 | 150 | } |
133 | 151 | } |
0 commit comments