feat: json format, et al.

This commit is contained in:
Subarashimo
2025-12-03 14:55:30 +01:00
parent 56349f30e6
commit 0f7fdfcef1
28 changed files with 5692 additions and 237 deletions
+31 -1
View File
@@ -32,6 +32,12 @@
"template.settingsModal.display.showInventory": "顯示物品欄",
"template.settingsModal.display.useSimplifiedInventory": "使用簡化物品欄",
"template.settingsModal.display.useSimplifiedInventoryNote": "使用單一列表取代分類(隨身/倉庫/資產)",
"template.settingsModal.display.showSkills": "顯示技能區塊",
"template.settingsModal.display.showSkillsNote": "將技能顯示為獨立分頁,而非在狀態欄內。請在編輯追蹤器中配置技能。",
"template.settingsModal.display.enableItemSkillLinks": "啟用物品-技能連結",
"template.settingsModal.display.enableItemSkillLinksNote": "物品可以授予技能。移除物品會取消連結或刪除技能。",
"template.settingsModal.display.deleteSkillWithItem": "移除物品時刪除技能",
"template.settingsModal.display.deleteSkillWithItemNote": "禁用時(預設),移除物品只會取消連結。啟用時,技能會被刪除。",
"template.settingsModal.display.showQuests": "顯示任務",
"template.settingsModal.display.showThoughtsInChat": "在聊天中顯示想法",
"template.settingsModal.display.showThoughtsInChatNote": "將角色想法顯示為其訊息旁的泡泡",
@@ -88,6 +94,7 @@
"template.trackerEditorModal.userStatsTab.statusFieldsLabel": "狀態欄欄位(以逗號分隔):",
"template.trackerEditorModal.userStatsTab.skillsSectionTitle": "技能欄",
"template.trackerEditorModal.userStatsTab.enableSkillsSection": "啟用技能欄",
"template.trackerEditorModal.userStatsTab.skillsInSeparateTabNote": "技能已顯示在獨立分頁中。此開關僅影響狀態欄。",
"template.trackerEditorModal.userStatsTab.skillsLabelLabel": "技能欄標籤:",
"template.trackerEditorModal.userStatsTab.skillsListLabel": " 技能列表(以逗號分隔):",
"template.trackerEditorModal.infoBoxTab.widgetsTitle": "小工具",
@@ -122,15 +129,23 @@
"global.none": "None",
"global.add": "添加",
"global.cancel": "取消",
"global.clickToEdit": "點擊編輯",
"global.save": "保存",
"global.listView": "清單檢視",
"global.gridView": "格子檢視",
"global.status": "狀態欄",
"global.skills": "技能",
"global.inventory": "物品欄",
"global.quests": "任務",
"global.info":"資訊",
"infobox.noData.title": "無資訊可顯示",
"infobox.noData.instruction": "在RP中產生新的回复,或在設定中切換到“單獨生成”,然後點擊“刷新資訊”按鈕。",
"infobox.noData.instruction": "在RP中產生新的回复,或在設定中切換到"",然後點擊""按鈕。",
"infobox.date": "日期",
"infobox.time": "時間",
"infobox.weather": "天氣",
"infobox.temperature": "溫度",
"infobox.location": "位置",
"infobox.recentEvents": "近期事件",
"infobox.recentEvents.title": "近期事件",
"infobox.recentEvents.addEventPlaceholder": "添加事件...",
"inventory.section.onPerson": "隨身物品",
@@ -161,6 +176,21 @@
"inventory.simplified.addItemButton": "添加物品",
"inventory.simplified.addItemPlaceholder": "輸入物品名稱...",
"inventory.simplified.removeTitle": "移除物品",
"skills.title": "技能",
"skills.empty": "未配置技能",
"skills.emptyNote": "請在編輯追蹤器 → 使用者狀態 → 技能區塊中配置技能",
"skills.noAbilities": "尚無能力",
"skills.addAbility": "新增能力",
"skills.addAbilityButton": "新增",
"skills.addAbilityPlaceholder": "輸入能力名稱...",
"skills.removeAbility": "移除能力",
"skills.linkToItem": "連結到物品欄物品",
"skills.unlinkItem": "移除物品連結",
"skills.gotoItem": "前往物品",
"skills.selectItemToLink": "選擇要連結的物品",
"skills.noItemsToLink": "物品欄中沒有可連結的物品",
"skills.linkCreated": "技能已連結到物品",
"inventory.gotoLinkedSkills": "前往已連結的技能",
"quests.section.main": "主線任務",
"quests.section.optional": "支線任務",
"quests.main.title": "主線任務",