diff options
| author | Adam <[email protected]> | 2026-01-21 10:53:46 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-01-21 11:14:11 -0600 |
| commit | b746c006cfacb1729e40829fa598fb77f94e1e9a (patch) | |
| tree | 16fc1c71683b42aa108519f9eb39ef6a7db20b62 /packages/app/src | |
| parent | 850d50eb645b4a0a92ba673b1d0af88887f92178 (diff) | |
| download | opencode-b746c006cfacb1729e40829fa598fb77f94e1e9a.tar.gz opencode-b746c006cfacb1729e40829fa598fb77f94e1e9a.zip | |
feat(app): new sounds
Diffstat (limited to 'packages/app/src')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 27361a2e6..2cfe09a09 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -422,7 +422,8 @@ export const dict = { "terminal.title": "Terminal", "terminal.title.numbered": "Terminal {{number}}", "terminal.connectionLost.title": "Connection Lost", - "terminal.connectionLost.description": "The terminal connection was interrupted. This can happen when the server restarts.", + "terminal.connectionLost.description": + "The terminal connection was interrupted. This can happen when the server restarts.", "common.closeTab": "Close tab", "common.dismiss": "Dismiss", @@ -475,8 +476,8 @@ export const dict = { "font.option.robotoMono": "Roboto Mono", "font.option.sourceCodePro": "Source Code Pro", "font.option.ubuntuMono": "Ubuntu Mono", - "sound.option.staplebops01": "Boopy", - "sound.option.staplebops02": "Beepy", + "sound.option.staplebops01": "Staplebops 01", + "sound.option.staplebops02": "Staplebops 02", "sound.option.staplebops03": "Staplebops 03", "sound.option.staplebops04": "Staplebops 04", "sound.option.staplebops05": "Staplebops 05", @@ -484,7 +485,7 @@ export const dict = { "sound.option.staplebops07": "Staplebops 07", "sound.option.nope01": "Nope 01", "sound.option.nope02": "Nope 02", - "sound.option.nope03": "Oopsie", + "sound.option.nope03": "Nope 03", "sound.option.nope04": "Nope 04", "sound.option.nope05": "Nope 05", |
