Release v3.0.0 - Major update with JSON format, lock/unlock trackers, reorganized UI, colored dialogues, editable prompts, and numerous bug fixes
This commit is contained in:
+45
-20
@@ -17,41 +17,66 @@
|
||||
"template.settingsModal.themeOptions.custom.text": "Text:",
|
||||
"template.settingsModal.themeOptions.custom.highlight": "Highlight:",
|
||||
"template.settingsModal.theme.statBarLow": "Stat Bar Color (Low):",
|
||||
"template.settingsModal.theme.statBarLowNote": "Color when stats are at 0%",
|
||||
"template.settingsModal.theme.statBarLowNote": "Color when stats are at 0%.",
|
||||
"template.settingsModal.theme.statBarHigh": "Stat Bar Color (High):",
|
||||
"template.settingsModal.theme.statBarHighNote": "Color when stats are at 100%",
|
||||
"template.settingsModal.theme.statBarHighNote": "Color when stats are at 100%.",
|
||||
"template.settingsModal.displayTitle": "Display Options",
|
||||
"template.settingsModal.displayNote": "Use the Extensions tab to enable/disable the RPG Companion extension.",
|
||||
"template.settingsModal.displayNote": "You can enable/disable the entire RPG Companion extension in the Extensions tab of the SillyTavern.",
|
||||
"template.settingsModal.display.panelPosition": "Panel Position:",
|
||||
"template.settingsModal.display.panelPositionOptions.right": "Right Sidebar",
|
||||
"template.settingsModal.display.panelPositionOptions.left": "Left Sidebar",
|
||||
"template.settingsModal.display.toggleAutoUpdate": "Auto-update after messages",
|
||||
"template.settingsModal.display.showUserStats": "Show User Stats",
|
||||
"template.settingsModal.display.showUserStats": "Show User Stats",
|
||||
"template.settingsModal.display.showUserStatsNote": "Enable User Stats that track your persona's statistics, mood, attributes, skills, etc.",
|
||||
"template.settingsModal.display.showInfoBox": "Show Info Box",
|
||||
"template.settingsModal.display.showInfoBoxNote": "Display location, time, weather, and recent events.",
|
||||
"template.settingsModal.display.showPresentCharacters": "Show Present Characters",
|
||||
"template.settingsModal.display.showPresentCharactersNote": "Display character portraits with their current thoughts and status.",
|
||||
"template.settingsModal.display.toggleAutoUpdate": "Auto-update after messages",
|
||||
"template.settingsModal.display.toggleAutoUpdateNote": "Automatically refresh RPG info after each message.",
|
||||
"template.settingsModal.display.narratorMode": "Narrator Mode",
|
||||
"template.settingsModal.display.narratorModeNote": "Use character card as narrator. Infer characters from context instead of using fixed character references.",
|
||||
"template.settingsModal.display.showInventory": "Show Inventory",
|
||||
"template.settingsModal.display.showInventoryNote": "Track items carried, clothing worn, stored items, and assets.",
|
||||
"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",
|
||||
"template.settingsModal.display.showQuestsNote": "Manage main and optional quests with objectives.",
|
||||
"template.settingsModal.display.showLockIcons": "Show Locking/Unlocking Trackers",
|
||||
"template.settingsModal.display.showLockIconsNote": "Display lock/unlock icons on tracker items to prevent AI from modifying them.",
|
||||
"template.settingsModal.display.showThoughtsInChat": "Show Thoughts",
|
||||
"template.settingsModal.display.showThoughtsInChatNote": "Display character thoughts as overlay bubbles next to their messages.",
|
||||
"template.settingsModal.display.alwaysShowThoughtBubble": "Always Show Thought Bubble",
|
||||
"template.settingsModal.display.alwaysShowThoughtBubbleNote": "Auto-expand thought bubble without clicking the icon first",
|
||||
"template.settingsModal.display.enableAnimations": "Enable Animations",
|
||||
"template.settingsModal.display.enableAnimationsNote": "Smooth transitions for stats, content updates, and dice rolls",
|
||||
"template.settingsModal.display.enableAnimationsNote": "Smooth transitions for stats, content updates, and dice rolls.",
|
||||
"template.settingsModal.display.showImmersiveHtmlToggle": "Show Immersive HTML",
|
||||
"template.settingsModal.display.showImmersiveHtmlToggleNote": "Display a toggle button to enable/disable HTML formatting in messages.",
|
||||
"template.settingsModal.display.showDialogueColoringToggle": "Show Colored Dialogues",
|
||||
"template.settingsModal.display.showDialogueColoringToggleNote": "Display a toggle button to enable/disable colored dialogue formatting.",
|
||||
"template.settingsModal.display.showSpotifyMusicToggle": "Show Spotify Music",
|
||||
"template.settingsModal.display.showSpotifyMusicToggleNote": "Display Spotify music player with AI-suggested scene-appropriate tracks.",
|
||||
"template.settingsModal.display.showSnowflakesToggle": "Show Snowflakes Effect",
|
||||
"template.settingsModal.display.showDynamicWeatherToggle": "Show Dynamic Weather Effects",
|
||||
"template.settingsModal.display.showPlotProgressionButtons": "Show Plot Progression Buttons",
|
||||
"template.settingsModal.display.showPlotProgressionButtonsNote": "Display buttons above chat input for plot progression prompts",
|
||||
"template.settingsModal.display.showDynamicWeatherToggleNote": "Display a toggle button to enable/disable animated weather effects.",
|
||||
"template.settingsModal.display.showNarratorMode": "Show Narrator Mode",
|
||||
"template.settingsModal.display.showNarratorModeNote": "Display a toggle button to enable/disable narrator mode (infer characters from context).",
|
||||
"template.settingsModal.display.showAutoAvatars": "Show Auto-generate Avatars",
|
||||
"template.settingsModal.display.showAutoAvatarsNote": "Display a toggle button to automatically generate avatars for characters without images.",
|
||||
"template.settingsModal.display.showRandomizedPlot": "Show Randomized Plot Progression",
|
||||
"template.settingsModal.display.showRandomizedPlotNote": "Display button for AI-generated random plot progression prompts.",
|
||||
"template.settingsModal.display.showNaturalPlot": "Show Natural Plot Progression",
|
||||
"template.settingsModal.display.showNaturalPlotNote": "Display button for context-aware narrative continuation prompts.",
|
||||
"template.settingsModal.display.showStartEncounter": "Show Start Encounter",
|
||||
"template.settingsModal.display.showStartEncounterNote": "Display button to initiate interactive combat encounters.",
|
||||
"template.settingsModal.display.showDiceDisplay": "Show Dice Roll Display",
|
||||
"template.settingsModal.display.showDiceDisplayNote": "Display the \"Last Roll\" indicator in the panel.",
|
||||
"template.settingsModal.display.enableDebugMode": "Enable Debug Mode",
|
||||
"template.settingsModal.display.enableDebugModeNote": "Shows parser logs in a mobile-friendly UI panel. Useful for troubleshooting. Look for the red bug button.",
|
||||
"template.settingsModal.display.autoGenerateAvatars": "Auto-generate Missing Avatars",
|
||||
"template.settingsModal.display.autoGenerateAvatarsNote": "Automatically generate avatars for characters without custom images using the Image Generation Plugin",
|
||||
"template.mainPanel.autoAvatars": "Auto Avatars",
|
||||
"template.settingsModal.advancedTitle": "Advanced",
|
||||
"template.settingsModal.advanced.encounterHistoryDepth": "Chat History Depth For Encounters:",
|
||||
"template.settingsModal.advanced.encounterHistoryDepthNote": "Number of recent messages to include in combat initialization.",
|
||||
"template.settingsModal.advanced.autoSaveCombatLogs": "Auto-save Combat Logs",
|
||||
"template.settingsModal.advanced.autoSaveCombatLogsNote": "Save detailed combat logs to file for future reference and analysis.",
|
||||
"template.settingsModal.advanced.clearCacheNote": "Clears all cached data including tracker history and temporary files.",
|
||||
"template.settingsModal.advanced.generationMode": "Generation Mode:",
|
||||
"template.settingsModal.advanced.generationModeOptions.together": "Together with Main Generation",
|
||||
"template.settingsModal.advanced.generationModeOptions.separate": "Separate Generation",
|
||||
@@ -59,21 +84,19 @@
|
||||
"template.settingsModal.advanced.generationModeOptions.external": "External API",
|
||||
"template.settingsModal.advanced.externalApi.title": "External API Settings",
|
||||
"template.settingsModal.advanced.externalApi.baseUrl": "API Base URL",
|
||||
"template.settingsModal.advanced.externalApi.baseUrlNote": "OpenAI-compatible endpoint (e.g., OpenAI, OpenRouter, local LLM server)",
|
||||
"template.settingsModal.advanced.externalApi.baseUrlNote": "OpenAI-compatible endpoint (e.g., OpenAI, OpenRouter, local LLM server).",
|
||||
"template.settingsModal.advanced.externalApi.apiKey": "API Key",
|
||||
"template.settingsModal.advanced.externalApi.apiKeyNote": "Your API key for the external service",
|
||||
"template.settingsModal.advanced.externalApi.apiKeyNote": "Your API key for the external service.",
|
||||
"template.settingsModal.advanced.externalApi.model": "Model",
|
||||
"template.settingsModal.advanced.externalApi.modelNote": "Model identifier (e.g., gpt-4o-mini, claude-3-haiku, mistral-7b)",
|
||||
"template.settingsModal.advanced.externalApi.modelNote": "Model identifier (e.g., gpt-4o-mini, claude-3-haiku, mistral-7b).",
|
||||
"template.settingsModal.advanced.externalApi.maxTokens": "Max Tokens",
|
||||
"template.settingsModal.advanced.externalApi.temperature": "Temperature",
|
||||
"template.settingsModal.advanced.externalApi.testConnection": "Test Connection",
|
||||
"template.settingsModal.advanced.contextMessages": "Context Messages:",
|
||||
"template.settingsModal.advanced.contextMessagesNote": "Number of recent messages to include (Separate mode only)",
|
||||
"template.settingsModal.advanced.memoryBatchSize": "Memory Batch Size:",
|
||||
"template.settingsModal.advanced.memoryBatchSizeNote": "Number of messages to process per batch in Memory Recollection",
|
||||
"template.settingsModal.advanced.contextMessagesNote": "Number of recent messages to include.",
|
||||
"template.settingsModal.advanced.useSeparatePreset": "Use model connected to RPG Companion Trackers preset",
|
||||
"template.settingsModal.advanced.useSeparatePresetNote": "Separate mode only. When enabled, tracker generation will use the model from the \"RPG Companion Trackers\" preset instead of your main API model. The preset will be switched automatically during generation and restored afterward. Select the desired model in that preset and make sure the \"Bind presets to API connections\" toggle is on (next to the import/export preset buttons).",
|
||||
"template.settingsModal.advanced.skipInjections": "Skip Injections during Guided Generations:",
|
||||
"template.settingsModal.advanced.useSeparatePresetNote": "When enabled, tracker generation will use the model from the \"RPG Companion Trackers\" preset instead of your main API model. The preset will be switched automatically during generation and restored afterward. Select the desired model in that preset and make sure the \"Bind presets to API connections\" toggle is on (next to the import/export preset buttons).",
|
||||
"template.settingsModal.advanced.skipInjections": "Skip Injections During Guided Generations:",
|
||||
"template.settingsModal.advanced.skipInjectionsOptions.none": "Never skip",
|
||||
"template.settingsModal.advanced.skipInjectionsOptions.impersonation": "Only on impersonation requests",
|
||||
"template.settingsModal.advanced.skipInjectionsOptions.guided": "Always for guided or quiet prompts",
|
||||
@@ -139,9 +162,11 @@
|
||||
"template.mainPanel.lastRoll": "Last Roll:",
|
||||
"template.mainPanel.clearLastRoll": "Clear last roll",
|
||||
"template.mainPanel.immersiveHtml": "Immersive HTML",
|
||||
"template.mainPanel.coloredDialogues": "Colored Dialogues",
|
||||
"template.mainPanel.spotifyMusic": "Spotify Music",
|
||||
"template.mainPanel.snowflakesEffect": "Snowflakes Effect",
|
||||
"template.mainPanel.dynamicWeatherEffects": "Dynamic Weather",
|
||||
"template.mainPanel.narratorMode": "Narrator Mode",
|
||||
"template.mainPanel.refreshRpgInfo": "Refresh RPG Info",
|
||||
"template.mainPanel.updating": "Updating...",
|
||||
"template.mainPanel.editTrackersButton": "Edit Trackers",
|
||||
|
||||
+7
-4
@@ -30,6 +30,8 @@
|
||||
"template.settingsModal.display.showInfoBox": "顯示資訊框",
|
||||
"template.settingsModal.display.showPresentCharacters": "顯示在場角色",
|
||||
"template.settingsModal.display.showInventory": "顯示物品欄",
|
||||
"template.settingsModal.display.showLockIcons": "顯示鎖定/解鎖追蹤器",
|
||||
"template.settingsModal.display.showLockIconsNote": "在追蹤器項目上顯示鎖定/解鎖圖示,以防止 AI 修改它們。",
|
||||
"template.settingsModal.display.showThoughtsInChat": "在聊天中顯示想法",
|
||||
"template.settingsModal.display.showThoughtsInChatNote": "將角色想法顯示為其訊息旁的泡泡",
|
||||
"template.settingsModal.display.alwaysShowThoughtBubble": "始終顯示想法泡泡",
|
||||
@@ -37,11 +39,11 @@
|
||||
"template.settingsModal.display.enableAnimations": "啟用動畫",
|
||||
"template.settingsModal.display.enableAnimationsNote": "屬性、內容更新和擲骰的動畫效果",
|
||||
"template.settingsModal.display.showImmersiveHtmlToggle": "顯示沉浸式 HTML",
|
||||
"template.settingsModal.display.showDialogueColoringToggle": "顯示彩色對話",
|
||||
"template.settingsModal.display.showDialogueColoringToggleNote": "顯示一個切換按鈕以啟用/停用彩色對話格式。",
|
||||
"template.settingsModal.display.showSpotifyMusicToggle": "顯示 Spotify 音樂",
|
||||
"template.settingsModal.display.showSnowflakesToggle": "顯示雪花效果", "template.settingsModal.display.showDynamicWeatherToggle": "顯示動態天氣效果", "template.settingsModal.display.showPlotProgressionButtons": "顯示劇情推進按鈕(QR)",
|
||||
"template.settingsModal.display.showSnowflakesToggle": "顯示雪花效果", "template.settingsModal.display.showDynamicWeatherToggle": "顯示動態天氣效果", "template.settingsModal.display.showNarratorMode": "顯示旁白模式", "template.settingsModal.display.showNarratorModeNote": "顯示切換按鈕以啟用/停用旁白模式", "template.settingsModal.display.showAutoAvatars": "顯示自動生成頭像", "template.settingsModal.display.showAutoAvatarsNote": "顯示切換按鈕以自動為沒有圖片的角色生成頭像", "template.settingsModal.display.showPlotProgressionButtons": "顯示劇情推進按鈕(QR)",
|
||||
"template.settingsModal.display.showPlotProgressionButtonsNote": "在聊天輸入框上方顯示劇情推進提示按鈕(QR)",
|
||||
"template.settingsModal.display.enableDebugMode": "Debug Mode",
|
||||
"template.settingsModal.display.enableDebugModeNote": "UI 面板中顯示日誌,對於故障排除很有用。",
|
||||
"template.settingsModal.advancedTitle": "進階",
|
||||
"template.settingsModal.advanced.generationMode": "生成模式:",
|
||||
"template.settingsModal.advanced.generationModeOptions.together": "同時生成",
|
||||
@@ -130,8 +132,9 @@
|
||||
"template.mainPanel.lastRoll": "上次擲骰:",
|
||||
"template.mainPanel.clearLastRoll": "清除上次擲骰",
|
||||
"template.mainPanel.immersiveHtml": "沉浸式 HTML",
|
||||
"template.mainPanel.coloredDialogues": "彩色對話",
|
||||
"template.mainPanel.spotifyMusic": "Spotify 音樂",
|
||||
"template.mainPanel.snowflakesEffect": "雪花效果", "template.mainPanel.dynamicWeatherEffects": "動態天氣", "template.mainPanel.refreshRpgInfo": "刷新資訊",
|
||||
"template.mainPanel.snowflakesEffect": "雪花效果", "template.mainPanel.dynamicWeatherEffects": "動態天氣", "template.mainPanel.narratorMode": "旁白模式", "template.mainPanel.autoAvatars": "自動頭像", "template.mainPanel.refreshRpgInfo": "刷新資訊",
|
||||
"template.mainPanel.updating": "更新中...",
|
||||
"template.mainPanel.editTrackersButton": "追蹤器編輯",
|
||||
"template.mainPanel.settingsButton": "設定",
|
||||
|
||||
Reference in New Issue
Block a user