|
22 | 22 | "dont-ask": "Don't ask me again" |
23 | 23 | }, |
24 | 24 | "notifications": { |
25 | | - "first-launch": "First launch of this adventure! Unpacking scene...", |
| 25 | + "first-launch": "First launch of this Scene! Unpacking scene...", |
26 | 26 | "done": "All done!", |
27 | 27 | "pack-scene": { |
28 | | - "clear-reminder": "Don't forget to \"Clear Packed Scene Data\" after exporting to prevent future duplicates.", |
29 | 28 | "writing-journals": "Writing {number} journals to scene: {name}", |
30 | 29 | "no-journal-pins": "No journal pins detected on the scene.", |
31 | 30 | "no-token-name-warning": "Cannot pack a token that has no name. Check debug logs for details.", |
32 | 31 | "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 | 32 | "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 | 33 | "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.", |
35 | 34 | "writing-tokens": "Writing {number} tokens to scene: {name}", |
36 | | - "no-tokens": "No tokens detected on the scene." |
| 35 | + "no-tokens": "No tokens detected on the scene.", |
| 36 | + "already-shown-welcome": "The welcome journal \"{journal}\" has already been shown for this version \"{version\"." |
37 | 37 | }, |
38 | 38 | "import-by-name": { |
39 | 39 | "creating-data": "Importing {count} new {type}.", |
|
47 | 47 | "missing-pack-details": "ImportByName was called to search for pack \"{packName}\" which is not found. Check for typos in your module setup." |
48 | 48 | } |
49 | 49 | }, |
| 50 | + "find-journal-compendium": { |
| 51 | + "no-match": "Could not find a Journal entry named \"{journal}\" in the compendiums.", |
| 52 | + "invalid-index": "Error loading journal content from compendium. Check debug logs for details.", |
| 53 | + "missing-pack": "Invalid pack configuration. Cannot find compendium {packName}. Check console for more details.", |
| 54 | + "missing-pack-details": "FindJournalInCompendiums was called to search for pack \"{packName}\" which is not found. Check for typos in your module setup." |
| 55 | + }, |
| 56 | + "find-actor-compendium": { |
| 57 | + "no-match": "Could not find an Actor entry named \"{actor}\" in the compendiums.", |
| 58 | + "invalid-index": "Error loading actor content from compendium. Check debug logs for details.", |
| 59 | + "missing-pack": "Invalid pack configuration. Cannot find compendium {packName}. Check console for more details.", |
| 60 | + "missing-pack-details": "FindActorInCompendiums was called to search for pack \"{packName}\" which is not found. Check for typos in your module setup." |
| 61 | + }, |
50 | 62 | "find-actor": { |
51 | 63 | "missing-name": "Cannot find a token that has no name. Check debug logs for details.", |
52 | 64 | "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." |
|
61 | 73 | "missing-details": "Could not find {count} notes to spawn. The following journals were not found.", |
62 | 74 | "spawning": "Spawning {count} journal notes." |
63 | 75 | }, |
64 | | - "unpack": { |
65 | | - "no-items": "No items to configure. All done!" |
66 | | - }, |
67 | 76 | "clear-data": { |
68 | 77 | "done": "Finished clearing Packed Data." |
69 | 78 | }, |
|
92 | 101 | "ui": "Invalid call to SetModuleName(). See console for details.", |
93 | 102 | "details": "Invalid module name passed to \"SetModuleName()\". This must be the name of the module as defined in module.json under the \"name\" field." |
94 | 103 | }, |
| 104 | + "instance": { |
| 105 | + "ui": "Invalid call to ScenePacker. See console for details.", |
| 106 | + "details": "Invalid module name or method passed to \"ScenePacker\". The module name must be as defined in module.json under the \"name\" field. Ensure that the names are correct and that your module has initialised ScenePacker correctly - see Journal entries in the compendium for assistance." |
| 107 | + }, |
| 108 | + "version": { |
| 109 | + "packed-low": "The scene \"{scene}\" (from module \"{sourceModule}\") was packed with Scene Packer version \"{version}\" which is older than the minimum compatible version of \"{supportedVersion}\". Please contact the author and ask them to re-Pack the Scene with a current version." |
| 110 | + }, |
95 | 111 | "welcomeJournal": { |
96 | 112 | "ui": "Invalid call to SetWelcomeJournal(). See console for details.", |
97 | 113 | "details": "Invalid journal name passed to \"SetWelcomeJournal()\". This must be the name of a journal in the module compendium.", |
|
139 | 155 | "completed": "Completed!" |
140 | 156 | } |
141 | 157 | }, |
| 158 | + "instance-prompt": { |
| 159 | + "title": "Select instance", |
| 160 | + "intro": "Select the module that you want to Pack against:", |
| 161 | + "none-found": "There are no modules installed that have registered with Scene Packer. See the Journal entries in the compendium for how to register your module with Scene Packer.", |
| 162 | + "select": "Select", |
| 163 | + "cancel": "Cancel" |
| 164 | + }, |
142 | 165 | "relink-prompt": { |
143 | 166 | "title": "Relink Journal Entries", |
144 | 167 | "intro": "Select the module you are using Scene Packer with:", |
145 | 168 | "make-changes": "Save changes?", |
146 | 169 | "make-changes-info": "Leaving this unchecked will operate in a \"dry run\" mode, where changes are only output to the console.", |
147 | 170 | "relink": "Relink", |
148 | | - "cancel": "Cancel" |
| 171 | + "cancel": "Cancel", |
| 172 | + "none": "There are no modules initialised with Scene Packer in this world." |
| 173 | + }, |
| 174 | + "performance-report": { |
| 175 | + "title": "Performance Report", |
| 176 | + "copy": "Copy to clipboard", |
| 177 | + "close": "Close" |
| 178 | + }, |
| 179 | + "deprecated": { |
| 180 | + "method": "The method \"{method}\" has been deprecated and will be removed in a future version. Please see the Journal entries in the Scene Packer compendium on how to correctly call Scene Packer." |
149 | 181 | } |
150 | 182 | } |
151 | 183 | } |
0 commit comments