|
101 | 101 | "details": "You must pass an array of strings to \"SetJournalPacks()\". They must be the names of Journal Packs. Received: {pack}", |
102 | 102 | "missing": "SetJournalPacks() called with no value. This disables importing of Journals." |
103 | 103 | } |
| 104 | + }, |
| 105 | + "world-conversion": { |
| 106 | + "compendiums": { |
| 107 | + "unlock": "Unlocking compendiums: {list}", |
| 108 | + "lock": "Locking compendiums: {list}", |
| 109 | + "checking-and-updating": "Checking and updating {count} journal references from world links to compendium links.", |
| 110 | + "invalid-ref-type": "Found a journal reference that isn't handled: {type}. Skipping reference...", |
| 111 | + "invalid-no-name": "Found a journal reference but couldn't find its original name. Check console for details.", |
| 112 | + "invalid-no-matching-name": "Could not find reference name in world data", |
| 113 | + "invalid-not-found": "Found a journal reference but couldn't find its compendium version by name. Check console for details.", |
| 114 | + "invalid-not-found-console": "Could not find reference in compendium data. Skipping updating reference...", |
| 115 | + "invalid-too-many": "Found a journal reference but found more than one compendium version by name. Check console for details.", |
| 116 | + "invalid-too-many-console": "Found more than one reference in compendium data. Skipping updating reference...", |
| 117 | + "updating-journal-references": "Changing {count} journal references in: {journal}", |
| 118 | + "updating-reference-console": "Changing {pack}[{journalEntryId}] {type} reference {oldRef} -> {newRefPack}.{newRef}", |
| 119 | + "updating-reference": "Updating {count} references in {journal}. See console for full details.", |
| 120 | + "completed-journal": "Completed journal {journal} {entryId}", |
| 121 | + "completed": "Completed!" |
| 122 | + } |
104 | 123 | } |
105 | 124 | } |
106 | 125 | } |
0 commit comments