feat: json format, et al.
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
"template.settingsModal.display.showInventory": "Show Inventory",
|
||||
"template.settingsModal.display.useSimplifiedInventory": "Use Simplified Inventory",
|
||||
"template.settingsModal.display.useSimplifiedInventoryNote": "Single flat list instead of On Person / Stored / Assets categories",
|
||||
"template.settingsModal.display.showSkills": "Show Skills Section",
|
||||
"template.settingsModal.display.showSkillsNote": "Displays skills as a separate tab instead of within Status. Configure skills in Edit Trackers.",
|
||||
"template.settingsModal.display.enableItemSkillLinks": "Enable Item-Skill Links",
|
||||
"template.settingsModal.display.enableItemSkillLinksNote": "Items can grant skills. Removing an item unlinks or removes the skill.",
|
||||
"template.settingsModal.display.deleteSkillWithItem": "Delete skill when item removed",
|
||||
"template.settingsModal.display.deleteSkillWithItemNote": "When disabled (default), removing an item just unlinks the skill. When enabled, the skill is deleted.",
|
||||
"template.settingsModal.display.showQuests": "Show Quests",
|
||||
"template.settingsModal.display.showThoughtsInChat": "Show Thoughts in Chat",
|
||||
"template.settingsModal.display.showThoughtsInChatNote": "Display character thoughts as overlay bubbles next to their messages",
|
||||
@@ -88,6 +94,7 @@
|
||||
"template.trackerEditorModal.userStatsTab.statusFieldsLabel": "Status Fields (comma-separated):",
|
||||
"template.trackerEditorModal.userStatsTab.skillsSectionTitle": "Skills Section",
|
||||
"template.trackerEditorModal.userStatsTab.enableSkillsSection": "Enable Skills Section",
|
||||
"template.trackerEditorModal.userStatsTab.skillsInSeparateTabNote": "Skills are displayed in a separate tab. This toggle only affects the Status section.",
|
||||
"template.trackerEditorModal.userStatsTab.skillsLabelLabel": "Skills Label:",
|
||||
"template.trackerEditorModal.userStatsTab.skillsListLabel": "Skills List (comma-separated):",
|
||||
"template.trackerEditorModal.infoBoxTab.widgetsTitle": "Widgets",
|
||||
@@ -122,15 +129,23 @@
|
||||
"global.none": "None",
|
||||
"global.add": "Add",
|
||||
"global.cancel": "Cancel",
|
||||
"global.clickToEdit": "Click to edit",
|
||||
"global.listView": "List view",
|
||||
"global.gridView": "Grid view",
|
||||
"global.save": "Save",
|
||||
"global.status":"Status",
|
||||
"global.skills":"Skills",
|
||||
"global.inventory":"Inventory",
|
||||
"global.quests":"Quests",
|
||||
"global.info":"Info",
|
||||
"infobox.noData.title": "No data yet",
|
||||
"infobox.noData.instruction": "Generate a new response in the roleplay or switch to \"Separate Generation\" in Settings to access and click the \"Refresh RPG Info\" button",
|
||||
"infobox.date": "Date",
|
||||
"infobox.time": "Time",
|
||||
"infobox.weather": "Weather",
|
||||
"infobox.temperature": "Temperature",
|
||||
"infobox.location": "Location",
|
||||
"infobox.recentEvents": "Recent Events",
|
||||
"infobox.recentEvents.title": "Recent Events",
|
||||
"infobox.recentEvents.addEventPlaceholder": "Add event...",
|
||||
"inventory.section.onPerson": "On Person",
|
||||
@@ -161,6 +176,21 @@
|
||||
"inventory.simplified.addItemButton": "Add Item",
|
||||
"inventory.simplified.addItemPlaceholder": "Enter item name...",
|
||||
"inventory.simplified.removeTitle": "Remove item",
|
||||
"skills.title": "Skills",
|
||||
"skills.empty": "No skills configured",
|
||||
"skills.emptyNote": "Configure skills in Edit Trackers → User Stats → Skills Section",
|
||||
"skills.noAbilities": "No abilities yet",
|
||||
"skills.addAbility": "Add ability",
|
||||
"skills.addAbilityButton": "Add",
|
||||
"skills.addAbilityPlaceholder": "Enter ability name...",
|
||||
"skills.removeAbility": "Remove ability",
|
||||
"skills.linkToItem": "Link to inventory item",
|
||||
"skills.unlinkItem": "Remove item link",
|
||||
"skills.gotoItem": "Go to item",
|
||||
"skills.selectItemToLink": "Select item to link",
|
||||
"skills.noItemsToLink": "No items in inventory to link",
|
||||
"skills.linkCreated": "Skill linked to item",
|
||||
"inventory.gotoLinkedSkills": "Go to linked skills",
|
||||
"quests.section.main": "Main Quest",
|
||||
"quests.section.optional": "Optional Quests",
|
||||
"quests.main.title": "Main Quests",
|
||||
|
||||
Reference in New Issue
Block a user