agentvibes 5.1.4 β 5.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agentvibes/config.json +23 -13
- package/.claude/commands/agent-vibes/verbosity.md +98 -89
- package/.claude/config/audio-effects.cfg +4 -1
- package/.claude/hooks/audio-cache-utils.sh +246 -246
- package/.claude/hooks/background-music-manager.sh +404 -404
- package/.claude/hooks/bmad-speak-enhanced.sh +165 -165
- package/.claude/hooks/bmad-speak.sh +290 -290
- package/.claude/hooks/bmad-tts-injector.sh +568 -568
- package/.claude/hooks/bmad-voice-manager.sh +928 -928
- package/.claude/hooks/clawdbot-receiver-SECURE.sh +129 -129
- package/.claude/hooks/clawdbot-receiver.sh +107 -107
- package/.claude/hooks/clean-audio-cache.sh +22 -22
- package/.claude/hooks/cleanup-cache.sh +106 -106
- package/.claude/hooks/configure-rdp-mode.sh +137 -137
- package/.claude/hooks/download-extra-voices.sh +244 -244
- package/.claude/hooks/effects-manager.sh +268 -268
- package/.claude/hooks/github-star-reminder.sh +154 -154
- package/.claude/hooks/language-manager.sh +362 -362
- package/.claude/hooks/learn-manager.sh +492 -492
- package/.claude/hooks/macos-voice-manager.sh +205 -205
- package/.claude/hooks/migrate-background-music.sh +125 -125
- package/.claude/hooks/migrate-to-agentvibes.sh +161 -161
- package/.claude/hooks/optimize-background-music.sh +87 -87
- package/.claude/hooks/path-resolver.sh +60 -60
- package/.claude/hooks/personality-manager.sh +448 -448
- package/.claude/hooks/piper-download-voices.sh +233 -225
- package/.claude/hooks/piper-installer.sh +292 -292
- package/.claude/hooks/piper-multispeaker-registry.sh +171 -171
- package/.claude/hooks/piper-voice-manager.sh +125 -0
- package/.claude/hooks/play-tts-agentvibes-receiver-for-voiceless-connections.sh +97 -90
- package/.claude/hooks/play-tts-enhanced.sh +105 -105
- package/.claude/hooks/play-tts-piper.sh +16 -5
- package/.claude/hooks/play-tts-ssh-remote.sh +168 -167
- package/.claude/hooks/play-tts-termux-ssh.sh +169 -169
- package/.claude/hooks/play-tts.sh +35 -14
- package/.claude/hooks/prepare-release.sh +54 -54
- package/.claude/hooks/provider-commands.sh +617 -617
- package/.claude/hooks/provider-manager.sh +399 -399
- package/.claude/hooks/replay-target-audio.sh +95 -95
- package/.claude/hooks/sentiment-manager.sh +201 -201
- package/.claude/hooks/session-start-tts.sh +4 -1
- package/.claude/hooks/speed-manager.sh +291 -291
- package/.claude/hooks/stop-tts.sh +84 -84
- package/.claude/hooks/termux-installer.sh +261 -261
- package/.claude/hooks/translate-manager.sh +341 -341
- package/.claude/hooks/tts-queue-worker.sh +145 -145
- package/.claude/hooks/tts-queue.sh +165 -165
- package/.claude/hooks/verbosity-manager.sh +185 -178
- package/.claude/hooks/voice-manager.sh +552 -548
- package/.claude/hooks-windows/download-extra-voices.ps1 +243 -185
- package/.claude/hooks-windows/play-tts-piper.ps1 +7 -2
- package/.claude/hooks-windows/play-tts.ps1 +9 -3
- package/.claude/hooks-windows/session-start-tts.ps1 +2 -1
- package/.claude/hooks-windows/verbosity-manager.ps1 +126 -119
- package/README.md +19 -2
- package/RELEASE_NOTES.md +74 -0
- package/bin/agentvibes-voice-browser.js +1939 -1840
- package/bin/mcp-server.sh +206 -206
- package/mcp-server/server.py +87 -15
- package/package.json +1 -1
- package/src/console/tabs/receiver-tab.js +1527 -1483
- package/src/console/tabs/settings-tab.js +2 -2
- package/src/console/tabs/setup-tab.js +112 -31
- package/src/console/tabs/voices-tab.js +130 -13
- package/src/i18n/en.js +202 -202
- package/src/installer.js +79 -213
- package/src/services/llm-provider-service.js +126 -75
- package/src/services/verbosity-service.js +159 -157
- package/templates/agentvibes-receiver.sh +3 -2
package/src/i18n/en.js
CHANGED
|
@@ -1,203 +1,203 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
languageSelectTitle: "π Select Language / Seleccionar Idioma / Choisir la langue / Sprache wΓ€hlen / Selecionar Idioma / θ¨θͺγιΈζ / ΰ€ΰ€Ύΰ€·ΰ€Ύ ΰ€ΰ₯ΰ€¨ΰ₯ΰ€ / ιζ©θ―θ¨ / μΈμ΄ μ ν",
|
|
3
|
-
languageApplied: "Language applied",
|
|
4
|
-
welcomeTitle: "Welcome to AgentVibes!",
|
|
5
|
-
installDetails: "Installation Details",
|
|
6
|
-
installLocation: "Install location",
|
|
7
|
-
packageVersion: "Package version",
|
|
8
|
-
readyToConfigure: "Ready to configure AgentVibes?",
|
|
9
|
-
installationCancelled: "Installation cancelled.",
|
|
10
|
-
startInstall: "Start Install",
|
|
11
|
-
installationCancelledMsg: "Installation was cancelled by the user.",
|
|
12
|
-
installedSuccess: "AgentVibes installed successfully!",
|
|
13
|
-
installComplete: "Installation Complete",
|
|
14
|
-
installationFailed: "Installation Failed",
|
|
15
|
-
installing: "Installing AgentVibes...",
|
|
16
|
-
providerLabel: "Provider",
|
|
17
|
-
voiceLabel: "Voice",
|
|
18
|
-
locationLabel: "Location",
|
|
19
|
-
versionLabel: "Version",
|
|
20
|
-
configurationSetup: "Configuration Setup",
|
|
21
|
-
configurationIntro: "Please configure your AgentVibes installation.",
|
|
22
|
-
navigationHint: "Use arrow keys to navigate between pages.",
|
|
23
|
-
nonInteractiveDetected: "Non-interactive mode detected",
|
|
24
|
-
installError: "Installation failed",
|
|
25
|
-
continuePrompt: "Continue",
|
|
26
|
-
cancelPrompt: "Cancel",
|
|
27
|
-
setupWizard: "Setup Wizard",
|
|
28
|
-
setupWizardSubtitle: "TTS for AI assistants with personality.",
|
|
29
|
-
dependencyCheck: "Dependency Check",
|
|
30
|
-
checkingDependencies: "Checking dependencies...",
|
|
31
|
-
depColumn: "Dependency",
|
|
32
|
-
statusColumn: "Status",
|
|
33
|
-
installed: "Installed",
|
|
34
|
-
notFound: "Not found",
|
|
35
|
-
ffmpegMissing: "Not found (needed for background music)",
|
|
36
|
-
ttsDetected: "TTS Providers Detected",
|
|
37
|
-
noTtsFound: "No TTS provider found. Install Piper or Soprano first.",
|
|
38
|
-
providerSelection: "Provider Selection",
|
|
39
|
-
availableProviders: "Available TTS providers:",
|
|
40
|
-
providerAndVoice: "Provider & Voice",
|
|
41
|
-
voiceChangeHint: "(after installation, you can change in Settings)",
|
|
42
|
-
introText: "Intro Text",
|
|
43
|
-
introTextLabel: "Intro text",
|
|
44
|
-
none: "none",
|
|
45
|
-
example: "Example",
|
|
46
|
-
screen1Hint: "Screen 1/5: Welcome | [β/β] Navigate | [Enter] Begin | [Esc] Exit",
|
|
47
|
-
screen2Hint: "Screen 2/5: Dependencies | [β] Back | [Enter] Next",
|
|
48
|
-
screen3Hint: "Screen 3/5: Provider | [β] Back | [ββ] Choose | [Enter/β] Confirm & Continue",
|
|
49
|
-
screen4Hint: "Screen 4/5: Config | [Esc] Back | [E] Edit | [β] Accept & Install",
|
|
50
|
-
screen5HintDone: "Screen 5/5: Complete | [Enter] OK β Done",
|
|
51
|
-
screen5HintWait: "Screen 5/5: Installing... | Please wait",
|
|
52
|
-
languageSettings: "Language",
|
|
53
|
-
languageSettingsSubtitle: "Select interface language",
|
|
54
|
-
currentLanguage: "Current language",
|
|
55
|
-
changeLanguage: "Change language",
|
|
56
|
-
beginBtn: "βΆ Begin",
|
|
57
|
-
exitBtn: "β Exit",
|
|
58
|
-
footerText: "[Enter] Continue/Finish [Esc] Back/Exit [C] Open Console [S/V/M/A/R] Tab [Q] Quit",
|
|
59
|
-
customizationTool: "Customization Tool",
|
|
60
|
-
quitLabel: "[Q] Quit",
|
|
61
|
-
tabInstall: "Install",
|
|
62
|
-
tabSettings: "Settings",
|
|
63
|
-
tabVoices: "Voices",
|
|
64
|
-
tabMusic: "Music",
|
|
65
|
-
tabBmad: "BMad",
|
|
66
|
-
tabReceiver: "Receiver",
|
|
67
|
-
tabReadme: "Readme",
|
|
68
|
-
tabHelp: "Help",
|
|
69
|
-
subTabVoice: " [V] Voice ",
|
|
70
|
-
subTabEffects: " [E] Effects ",
|
|
71
|
-
subTabPersonality: " [P] Personality ",
|
|
72
|
-
subTabOutput: " [O] Output ",
|
|
73
|
-
subTabLanguage: " [L] Language ",
|
|
74
|
-
sectionProviderVoice: " π€ Provider & Voice ",
|
|
75
|
-
sectionAudioEffects: " β‘ Audio Effects ",
|
|
76
|
-
sectionBgMusic: " πΈ Background Music ",
|
|
77
|
-
sectionStyle: " π Style ",
|
|
78
|
-
sectionIntroText: " βοΈ Intro Text ",
|
|
79
|
-
sectionAudioDest: " π‘ Audio Destination ",
|
|
80
|
-
sectionConfigStorage: " πΎ Config Storage ",
|
|
81
|
-
sectionLanguage: " π Language ",
|
|
82
|
-
providerRowLabel: "Provider:",
|
|
83
|
-
currentVoiceLabel: "Current Voice:",
|
|
84
|
-
reverbLabel: "Reverb:",
|
|
85
|
-
trackLabel: "Track:",
|
|
86
|
-
volumeLabel: "Volume:",
|
|
87
|
-
verbosityLabel: "Verbosity:",
|
|
88
|
-
personalityLabel: "Personality:",
|
|
89
|
-
introTextRowLabel: "Intro Text:",
|
|
90
|
-
destinationLabel: "Destination:",
|
|
91
|
-
sshAliasLabel: "SSH Alias:",
|
|
92
|
-
globalLabel: "Global:",
|
|
93
|
-
localLabel: "Local:",
|
|
94
|
-
languageLabel: "Language:",
|
|
95
|
-
switchBtn: "Switch",
|
|
96
|
-
changeBtn: "Change",
|
|
97
|
-
playBtn: "βΆ Play",
|
|
98
|
-
stopBtn: "β Stop",
|
|
99
|
-
previewBtn: "βΆ Preview",
|
|
100
|
-
fullPreviewBtn: "βΆ Full Preview",
|
|
101
|
-
saveGloballyBtn: "Save Globally",
|
|
102
|
-
saveLocallyBtn: "Save Locally",
|
|
103
|
-
cancelChangesBtn: "Cancel Changes",
|
|
104
|
-
editBtn: "Edit",
|
|
105
|
-
clearBtn: "Clear",
|
|
106
|
-
applyLanguageBtn: "β Apply Language",
|
|
107
|
-
enabledBtn: "Enabled",
|
|
108
|
-
disabledBtn: "Disabled",
|
|
109
|
-
okSaveBtn: "OK β Save",
|
|
110
|
-
enableBtn: "Enable",
|
|
111
|
-
streamingTextBtn: "Streaming Text Only β",
|
|
112
|
-
streamingPulseBtn: "Streaming Pulse Audio",
|
|
113
|
-
continueArrowBtn: "Continue β",
|
|
114
|
-
acceptInstallBtn: "β Accept & Install",
|
|
115
|
-
okDoneBtn: "β OK β Done",
|
|
116
|
-
doneCustomizeBtn: "β Done - Customize More",
|
|
117
|
-
doneQuitBtn: "β Done - Quit",
|
|
118
|
-
editInstallBtn: "Edit",
|
|
119
|
-
musicDisabledMsg: "Music is disabled. Enable it now?",
|
|
120
|
-
settingsFooter: "[ββ] Group [ββ] Sibling/Sub-tab [Enter/Space] Activate [Tab] Switch Tab [Q] Quit",
|
|
121
|
-
voicesFooter: "[ββ/jk] Navigate [Space] Preview [Enter] Select/Install [F] Favorite [/] Search",
|
|
122
|
-
musicFooter: "[ββ/jk] Navigate [Space] Preview [Enter] Select [M] Toggle [*] Favorite [F] Filter [Q] Quit",
|
|
123
|
-
helpFooter: "[ββ/jk] Scroll [/] Search [PgUp/PgDn] Page [S/V/M/A/R] Tab [Q] Quit",
|
|
124
|
-
readmeFooter: "[ββ/jk] Scroll [PgUp/PgDn] Page [/] Search [S/V/M/A/R] Tab [Q] Quit",
|
|
125
|
-
receiverFooter: "SSH Receiver [Q] Quit",
|
|
126
|
-
searchLabel: "Search:",
|
|
127
|
-
settingsSavedMsg: "Settings Saved",
|
|
128
|
-
changesRevertedMsg: "Changes reverted",
|
|
129
|
-
musicBuiltInHeader: "ββ Built-in Tracks ",
|
|
130
|
-
musicStatusHeader: "ββ Music Status ",
|
|
131
|
-
musicStatusLabel: "Music:",
|
|
132
|
-
musicActiveTrack: "Active Track:",
|
|
133
|
-
musicFilterLabel: "Filter:",
|
|
134
|
-
musicFilterAll: "All",
|
|
135
|
-
musicFilterFavs: "Favorites",
|
|
136
|
-
musicToggleBtn: "[Toggle Music]",
|
|
137
|
-
musicAddCustomBtn: "[Add Custom Track]",
|
|
138
|
-
voicesHeader: "ββ Voices ",
|
|
139
|
-
voicesColName: "Name",
|
|
140
|
-
voicesColGender: "Gender",
|
|
141
|
-
voicesColProvider: "Provider",
|
|
142
|
-
voicesInfoHeader: "ββ Voice Info ",
|
|
143
|
-
voicesSwitchBtn: "[Switch Voice]",
|
|
144
|
-
voicesFavoriteBtn: "[
|
|
145
|
-
voicesDownloadBtn: "[Download Voice]",
|
|
146
|
-
voicesRowHintInstalled: "[Space] Preview [Enter] Select [
|
|
147
|
-
voicesRowHintUninstalled: "[Enter] Download & Install",
|
|
148
|
-
musicRowHint: "[Space] Play [Enter] Select [
|
|
149
|
-
musicHintText: "[Space] preview [Enter] set as background track [
|
|
150
|
-
genderFemale: "Female",
|
|
151
|
-
genderMale: "Male",
|
|
152
|
-
voiceInfoVoice: "Voice:",
|
|
153
|
-
voiceInfoGender: "Gender:",
|
|
154
|
-
voiceInfoLanguage: "Language:",
|
|
155
|
-
voiceInfoQuality: "Quality:",
|
|
156
|
-
voiceInfoProvider: "Provider:",
|
|
157
|
-
voiceInfoId: "ID:",
|
|
158
|
-
voiceInfoSpeaker: "Speaker:",
|
|
159
|
-
voiceInfoModel: "Model:",
|
|
160
|
-
voiceInfoSpeakerId: "Speaker ID:",
|
|
161
|
-
voiceInfoDownload: "β¬ Press [Enter] to download and install",
|
|
162
|
-
voicePlaying: "(playing)",
|
|
163
|
-
bmadTitle: "π§ BMAD Agents",
|
|
164
|
-
bmadWhatIsHeader: "What is BMAD?",
|
|
165
|
-
bmadDesc: "The BMad Method (Build More Architect Dreams) is an AI-driven development\nframework module within the BMad Method Ecosystem that helps you build\nsoftware through the whole process from ideation and planning all the way\nthrough agentic implementation. It provides specialized AI agents, guided\nworkflows, and intelligent planning that adapts to your project's\ncomplexity, whether you're fixing a bug or building an enterprise platform.\n\nIf you're comfortable working with AI coding assistants like Claude,\nCursor, or GitHub Copilot, you're ready to get started.",
|
|
166
|
-
bmadInstallHeader: "Install BMAD in your project:",
|
|
167
|
-
bmadLearnMoreHeader: "Learn more:",
|
|
168
|
-
bmadInstalledNote: "Once BMAD is installed, this tab will show all your agents and let you\ncustomize each agent's voice, pretext, reverb, personality, and background\nmusic independently.",
|
|
169
|
-
receiverWhatIsTitle: "What is SSH Receiver?",
|
|
170
|
-
receiverDesc: "SSH Receiver lets your remote servers speak through this machine.\nWhen an AI assistant on a remote server (VPS, cloud, dev box) needs\nto play TTS audio, it sends the text over SSH to this machine, which\ngenerates and plays the audio through your speakers locally.\n\nRemote AI ββ[SSH]βββΊ This Machine ββ[piper+sox+ffmpeg]βββΊ Your Speakers",
|
|
171
|
-
helpSectionGlobal: "Global Shortcuts",
|
|
172
|
-
helpSectionNavigation: "Navigation Shortcuts",
|
|
173
|
-
helpSectionColors: "Tab Color Guide",
|
|
174
|
-
helpQuit: "Quit the console",
|
|
175
|
-
helpForceQuit: "Force quit",
|
|
176
|
-
helpSwitchSettings: "Switch to Settings tab",
|
|
177
|
-
helpSwitchVoices: "Switch to Voices tab",
|
|
178
|
-
helpSwitchMusic: "Switch to Music tab",
|
|
179
|
-
helpSwitchReadme: "Switch to Readme tab",
|
|
180
|
-
helpSwitchHelp: "Switch to Help tab",
|
|
181
|
-
helpSwitchInstall: "Switch to Install tab",
|
|
182
|
-
helpCloseModal: "Close modal / go back",
|
|
183
|
-
helpNavigateLists: "Navigate lists",
|
|
184
|
-
helpSelectActivate: "Select / activate",
|
|
185
|
-
helpTogglePreview: "Toggle / preview",
|
|
186
|
-
helpNextButton: "Next button",
|
|
187
|
-
helpPrevButton: "Previous button",
|
|
188
|
-
helpOpenSearch: "Open search/filter",
|
|
189
|
-
helpToggleFavFilter: "Toggle favorites filter (Voices/Music)",
|
|
190
|
-
helpToggleFav: "Toggle favorite (Music tab)",
|
|
191
|
-
helpToggleMusic: "Toggle music on/off (Music tab)",
|
|
192
|
-
helpColorSettings: "Settings tab footer",
|
|
193
|
-
helpColorVoices: "Voices tab footer",
|
|
194
|
-
helpColorMusic: "Music tab footer",
|
|
195
|
-
helpColorReadme: "Readme tab footer",
|
|
196
|
-
helpColorHelp: "Help tab footer",
|
|
197
|
-
helpColorInstall: "Install tab footer",
|
|
198
|
-
helpSearchLabel: "Search:",
|
|
199
|
-
readmeScrollMore: "β Scroll for more content β",
|
|
200
|
-
readmeNotFound: "*(No README.md found in current directory)*",
|
|
201
|
-
bmadFooterNobmad: "[Tab] Switch Tab [Q] Quit",
|
|
202
|
-
bmadFooterBmad: "[ββ/jk] Navigate [Space] Preview [Enter] Configure [A] Auto-assign [B] Bulk [X] Reset [Q] Quit",
|
|
1
|
+
export default {
|
|
2
|
+
languageSelectTitle: "π Select Language / Seleccionar Idioma / Choisir la langue / Sprache wΓ€hlen / Selecionar Idioma / θ¨θͺγιΈζ / ΰ€ΰ€Ύΰ€·ΰ€Ύ ΰ€ΰ₯ΰ€¨ΰ₯ΰ€ / ιζ©θ―θ¨ / μΈμ΄ μ ν",
|
|
3
|
+
languageApplied: "Language applied",
|
|
4
|
+
welcomeTitle: "Welcome to AgentVibes!",
|
|
5
|
+
installDetails: "Installation Details",
|
|
6
|
+
installLocation: "Install location",
|
|
7
|
+
packageVersion: "Package version",
|
|
8
|
+
readyToConfigure: "Ready to configure AgentVibes?",
|
|
9
|
+
installationCancelled: "Installation cancelled.",
|
|
10
|
+
startInstall: "Start Install",
|
|
11
|
+
installationCancelledMsg: "Installation was cancelled by the user.",
|
|
12
|
+
installedSuccess: "AgentVibes installed successfully!",
|
|
13
|
+
installComplete: "Installation Complete",
|
|
14
|
+
installationFailed: "Installation Failed",
|
|
15
|
+
installing: "Installing AgentVibes...",
|
|
16
|
+
providerLabel: "Provider",
|
|
17
|
+
voiceLabel: "Voice",
|
|
18
|
+
locationLabel: "Location",
|
|
19
|
+
versionLabel: "Version",
|
|
20
|
+
configurationSetup: "Configuration Setup",
|
|
21
|
+
configurationIntro: "Please configure your AgentVibes installation.",
|
|
22
|
+
navigationHint: "Use arrow keys to navigate between pages.",
|
|
23
|
+
nonInteractiveDetected: "Non-interactive mode detected",
|
|
24
|
+
installError: "Installation failed",
|
|
25
|
+
continuePrompt: "Continue",
|
|
26
|
+
cancelPrompt: "Cancel",
|
|
27
|
+
setupWizard: "Setup Wizard",
|
|
28
|
+
setupWizardSubtitle: "TTS for AI assistants with personality.",
|
|
29
|
+
dependencyCheck: "Dependency Check",
|
|
30
|
+
checkingDependencies: "Checking dependencies...",
|
|
31
|
+
depColumn: "Dependency",
|
|
32
|
+
statusColumn: "Status",
|
|
33
|
+
installed: "Installed",
|
|
34
|
+
notFound: "Not found",
|
|
35
|
+
ffmpegMissing: "Not found (needed for background music)",
|
|
36
|
+
ttsDetected: "TTS Providers Detected",
|
|
37
|
+
noTtsFound: "No TTS provider found. Install Piper or Soprano first.",
|
|
38
|
+
providerSelection: "Provider Selection",
|
|
39
|
+
availableProviders: "Available TTS providers:",
|
|
40
|
+
providerAndVoice: "Provider & Voice",
|
|
41
|
+
voiceChangeHint: "(after installation, you can change in Settings)",
|
|
42
|
+
introText: "Intro Text",
|
|
43
|
+
introTextLabel: "Intro text",
|
|
44
|
+
none: "none",
|
|
45
|
+
example: "Example",
|
|
46
|
+
screen1Hint: "Screen 1/5: Welcome | [β/β] Navigate | [Enter] Begin | [Esc] Exit",
|
|
47
|
+
screen2Hint: "Screen 2/5: Dependencies | [β] Back | [Enter] Next",
|
|
48
|
+
screen3Hint: "Screen 3/5: Provider | [β] Back | [ββ] Choose | [Enter/β] Confirm & Continue",
|
|
49
|
+
screen4Hint: "Screen 4/5: Config | [Esc] Back | [E] Edit | [β] Accept & Install",
|
|
50
|
+
screen5HintDone: "Screen 5/5: Complete | [Enter] OK β Done",
|
|
51
|
+
screen5HintWait: "Screen 5/5: Installing... | Please wait",
|
|
52
|
+
languageSettings: "Language",
|
|
53
|
+
languageSettingsSubtitle: "Select interface language",
|
|
54
|
+
currentLanguage: "Current language",
|
|
55
|
+
changeLanguage: "Change language",
|
|
56
|
+
beginBtn: "βΆ Begin",
|
|
57
|
+
exitBtn: "β Exit",
|
|
58
|
+
footerText: "[Enter] Continue/Finish [Esc] Back/Exit [C] Open Console [S/V/M/A/R] Tab [Q] Quit",
|
|
59
|
+
customizationTool: "Customization Tool",
|
|
60
|
+
quitLabel: "[Q] Quit",
|
|
61
|
+
tabInstall: "Install",
|
|
62
|
+
tabSettings: "Settings",
|
|
63
|
+
tabVoices: "Voices",
|
|
64
|
+
tabMusic: "Music",
|
|
65
|
+
tabBmad: "BMad",
|
|
66
|
+
tabReceiver: "Receiver",
|
|
67
|
+
tabReadme: "Readme",
|
|
68
|
+
tabHelp: "Help",
|
|
69
|
+
subTabVoice: " [V] Voice ",
|
|
70
|
+
subTabEffects: " [E] Effects ",
|
|
71
|
+
subTabPersonality: " [P] Personality ",
|
|
72
|
+
subTabOutput: " [O] Output ",
|
|
73
|
+
subTabLanguage: " [L] Language ",
|
|
74
|
+
sectionProviderVoice: " π€ Provider & Voice ",
|
|
75
|
+
sectionAudioEffects: " β‘ Audio Effects ",
|
|
76
|
+
sectionBgMusic: " πΈ Background Music ",
|
|
77
|
+
sectionStyle: " π Style ",
|
|
78
|
+
sectionIntroText: " βοΈ Intro Text ",
|
|
79
|
+
sectionAudioDest: " π‘ Audio Destination ",
|
|
80
|
+
sectionConfigStorage: " πΎ Config Storage ",
|
|
81
|
+
sectionLanguage: " π Language ",
|
|
82
|
+
providerRowLabel: "Provider:",
|
|
83
|
+
currentVoiceLabel: "Current Voice:",
|
|
84
|
+
reverbLabel: "Reverb:",
|
|
85
|
+
trackLabel: "Track:",
|
|
86
|
+
volumeLabel: "Volume:",
|
|
87
|
+
verbosityLabel: "Verbosity:",
|
|
88
|
+
personalityLabel: "Personality:",
|
|
89
|
+
introTextRowLabel: "Intro Text:",
|
|
90
|
+
destinationLabel: "Destination:",
|
|
91
|
+
sshAliasLabel: "SSH Alias:",
|
|
92
|
+
globalLabel: "Global:",
|
|
93
|
+
localLabel: "Local:",
|
|
94
|
+
languageLabel: "Language:",
|
|
95
|
+
switchBtn: "Switch",
|
|
96
|
+
changeBtn: "Change",
|
|
97
|
+
playBtn: "βΆ Play",
|
|
98
|
+
stopBtn: "β Stop",
|
|
99
|
+
previewBtn: "βΆ Preview",
|
|
100
|
+
fullPreviewBtn: "βΆ Full Preview",
|
|
101
|
+
saveGloballyBtn: "Save Globally",
|
|
102
|
+
saveLocallyBtn: "Save Locally",
|
|
103
|
+
cancelChangesBtn: "Cancel Changes",
|
|
104
|
+
editBtn: "Edit",
|
|
105
|
+
clearBtn: "Clear",
|
|
106
|
+
applyLanguageBtn: "β Apply Language",
|
|
107
|
+
enabledBtn: "Enabled",
|
|
108
|
+
disabledBtn: "Disabled",
|
|
109
|
+
okSaveBtn: "OK β Save",
|
|
110
|
+
enableBtn: "Enable",
|
|
111
|
+
streamingTextBtn: "Streaming Text Only β",
|
|
112
|
+
streamingPulseBtn: "Streaming Pulse Audio",
|
|
113
|
+
continueArrowBtn: "Continue β",
|
|
114
|
+
acceptInstallBtn: "β Accept & Install",
|
|
115
|
+
okDoneBtn: "β OK β Done",
|
|
116
|
+
doneCustomizeBtn: "β Done - Customize More",
|
|
117
|
+
doneQuitBtn: "β Done - Quit",
|
|
118
|
+
editInstallBtn: "Edit",
|
|
119
|
+
musicDisabledMsg: "Music is disabled. Enable it now?",
|
|
120
|
+
settingsFooter: "[ββ] Group [ββ] Sibling/Sub-tab [Enter/Space] Activate [Tab] Switch Tab [Q] Quit",
|
|
121
|
+
voicesFooter: "[ββ/jk] Navigate [Space] Preview [Enter] Select/Install [F] Favorite [/] Search",
|
|
122
|
+
musicFooter: "[ββ/jk] Navigate [Space] Preview [Enter] Select [M] Toggle [*] Favorite [F] Filter [Q] Quit",
|
|
123
|
+
helpFooter: "[ββ/jk] Scroll [/] Search [PgUp/PgDn] Page [S/V/M/A/R] Tab [Q] Quit",
|
|
124
|
+
readmeFooter: "[ββ/jk] Scroll [PgUp/PgDn] Page [/] Search [S/V/M/A/R] Tab [Q] Quit",
|
|
125
|
+
receiverFooter: "SSH Receiver [Q] Quit",
|
|
126
|
+
searchLabel: "Search:",
|
|
127
|
+
settingsSavedMsg: "Settings Saved",
|
|
128
|
+
changesRevertedMsg: "Changes reverted",
|
|
129
|
+
musicBuiltInHeader: "ββ Built-in Tracks ",
|
|
130
|
+
musicStatusHeader: "ββ Music Status ",
|
|
131
|
+
musicStatusLabel: "Music:",
|
|
132
|
+
musicActiveTrack: "Active Track:",
|
|
133
|
+
musicFilterLabel: "Filter:",
|
|
134
|
+
musicFilterAll: "All",
|
|
135
|
+
musicFilterFavs: "Favorites",
|
|
136
|
+
musicToggleBtn: "[Toggle Music]",
|
|
137
|
+
musicAddCustomBtn: "[Add Custom Track]",
|
|
138
|
+
voicesHeader: "ββ Voices ",
|
|
139
|
+
voicesColName: "Name",
|
|
140
|
+
voicesColGender: "Gender",
|
|
141
|
+
voicesColProvider: "Provider",
|
|
142
|
+
voicesInfoHeader: "ββ Voice Info ",
|
|
143
|
+
voicesSwitchBtn: "[Switch Voice]",
|
|
144
|
+
voicesFavoriteBtn: "[+ Thumbs Up]",
|
|
145
|
+
voicesDownloadBtn: "[Download Voice]",
|
|
146
|
+
voicesRowHintInstalled: "[Space] Preview [Enter] Select [+/*] Up [-] Down",
|
|
147
|
+
voicesRowHintUninstalled: "[Enter] Download & Install",
|
|
148
|
+
musicRowHint: "[Space] Play [Enter] Select [+/*] Favorite",
|
|
149
|
+
musicHintText: "[Space] preview [Enter] set as background track [+/*] favorite",
|
|
150
|
+
genderFemale: "Female",
|
|
151
|
+
genderMale: "Male",
|
|
152
|
+
voiceInfoVoice: "Voice:",
|
|
153
|
+
voiceInfoGender: "Gender:",
|
|
154
|
+
voiceInfoLanguage: "Language:",
|
|
155
|
+
voiceInfoQuality: "Quality:",
|
|
156
|
+
voiceInfoProvider: "Provider:",
|
|
157
|
+
voiceInfoId: "ID:",
|
|
158
|
+
voiceInfoSpeaker: "Speaker:",
|
|
159
|
+
voiceInfoModel: "Model:",
|
|
160
|
+
voiceInfoSpeakerId: "Speaker ID:",
|
|
161
|
+
voiceInfoDownload: "β¬ Press [Enter] to download and install",
|
|
162
|
+
voicePlaying: "(playing)",
|
|
163
|
+
bmadTitle: "π§ BMAD Agents",
|
|
164
|
+
bmadWhatIsHeader: "What is BMAD?",
|
|
165
|
+
bmadDesc: "The BMad Method (Build More Architect Dreams) is an AI-driven development\nframework module within the BMad Method Ecosystem that helps you build\nsoftware through the whole process from ideation and planning all the way\nthrough agentic implementation. It provides specialized AI agents, guided\nworkflows, and intelligent planning that adapts to your project's\ncomplexity, whether you're fixing a bug or building an enterprise platform.\n\nIf you're comfortable working with AI coding assistants like Claude,\nCursor, or GitHub Copilot, you're ready to get started.",
|
|
166
|
+
bmadInstallHeader: "Install BMAD in your project:",
|
|
167
|
+
bmadLearnMoreHeader: "Learn more:",
|
|
168
|
+
bmadInstalledNote: "Once BMAD is installed, this tab will show all your agents and let you\ncustomize each agent's voice, pretext, reverb, personality, and background\nmusic independently.",
|
|
169
|
+
receiverWhatIsTitle: "What is SSH Receiver?",
|
|
170
|
+
receiverDesc: "SSH Receiver lets your remote servers speak through this machine.\nWhen an AI assistant on a remote server (VPS, cloud, dev box) needs\nto play TTS audio, it sends the text over SSH to this machine, which\ngenerates and plays the audio through your speakers locally.\n\nRemote AI ββ[SSH]βββΊ This Machine ββ[piper+sox+ffmpeg]βββΊ Your Speakers",
|
|
171
|
+
helpSectionGlobal: "Global Shortcuts",
|
|
172
|
+
helpSectionNavigation: "Navigation Shortcuts",
|
|
173
|
+
helpSectionColors: "Tab Color Guide",
|
|
174
|
+
helpQuit: "Quit the console",
|
|
175
|
+
helpForceQuit: "Force quit",
|
|
176
|
+
helpSwitchSettings: "Switch to Settings tab",
|
|
177
|
+
helpSwitchVoices: "Switch to Voices tab",
|
|
178
|
+
helpSwitchMusic: "Switch to Music tab",
|
|
179
|
+
helpSwitchReadme: "Switch to Readme tab",
|
|
180
|
+
helpSwitchHelp: "Switch to Help tab",
|
|
181
|
+
helpSwitchInstall: "Switch to Install tab",
|
|
182
|
+
helpCloseModal: "Close modal / go back",
|
|
183
|
+
helpNavigateLists: "Navigate lists",
|
|
184
|
+
helpSelectActivate: "Select / activate",
|
|
185
|
+
helpTogglePreview: "Toggle / preview",
|
|
186
|
+
helpNextButton: "Next button",
|
|
187
|
+
helpPrevButton: "Previous button",
|
|
188
|
+
helpOpenSearch: "Open search/filter",
|
|
189
|
+
helpToggleFavFilter: "Toggle favorites filter (Voices/Music)",
|
|
190
|
+
helpToggleFav: "Toggle favorite (Music tab)",
|
|
191
|
+
helpToggleMusic: "Toggle music on/off (Music tab)",
|
|
192
|
+
helpColorSettings: "Settings tab footer",
|
|
193
|
+
helpColorVoices: "Voices tab footer",
|
|
194
|
+
helpColorMusic: "Music tab footer",
|
|
195
|
+
helpColorReadme: "Readme tab footer",
|
|
196
|
+
helpColorHelp: "Help tab footer",
|
|
197
|
+
helpColorInstall: "Install tab footer",
|
|
198
|
+
helpSearchLabel: "Search:",
|
|
199
|
+
readmeScrollMore: "β Scroll for more content β",
|
|
200
|
+
readmeNotFound: "*(No README.md found in current directory)*",
|
|
201
|
+
bmadFooterNobmad: "[Tab] Switch Tab [Q] Quit",
|
|
202
|
+
bmadFooterBmad: "[ββ/jk] Navigate [Space] Preview [Enter] Configure [A] Auto-assign [B] Bulk [X] Reset [Q] Quit",
|
|
203
203
|
};
|