mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-11 16:23:03 +08:00
feat: signal when chat runs complete
Users can miss chat completions while the app is in the background. They can also miss completions when their attention is elsewhere. Add opt-out sound notifications and a temporary title marker. This makes completion noticeable without external audio assets or persistent browser notifications.
This commit is contained in:
@@ -97,6 +97,14 @@
|
||||
"plugins": "Plugins",
|
||||
"about": "Info"
|
||||
},
|
||||
"notifications": {
|
||||
"sound": {
|
||||
"title": "Ton",
|
||||
"description": "Spielt einen kurzen Ton ab, wenn ein Chat-Lauf abgeschlossen ist.",
|
||||
"enabled": "Aktiviert",
|
||||
"test": "Ton testen"
|
||||
}
|
||||
},
|
||||
"appearanceSettings": {
|
||||
"darkMode": {
|
||||
"label": "Darkmode",
|
||||
|
||||
@@ -110,6 +110,12 @@
|
||||
"unsupported": "Push notifications are not supported in this browser.",
|
||||
"denied": "Push notifications are blocked. Please allow them in your browser settings."
|
||||
},
|
||||
"sound": {
|
||||
"title": "Sound",
|
||||
"description": "Play a short tone when a chat run finishes.",
|
||||
"enabled": "Enabled",
|
||||
"test": "Test sound"
|
||||
},
|
||||
"events": {
|
||||
"title": "Event Types",
|
||||
"actionRequired": "Action required",
|
||||
|
||||
@@ -110,6 +110,12 @@
|
||||
"unsupported": "Le notifiche push non sono supportate in questo browser.",
|
||||
"denied": "Le notifiche push sono bloccate. Abilitale nelle impostazioni del browser."
|
||||
},
|
||||
"sound": {
|
||||
"title": "Suono",
|
||||
"description": "Riproduci un breve tono quando termina un'esecuzione della chat.",
|
||||
"enabled": "Attivato",
|
||||
"test": "Prova suono"
|
||||
},
|
||||
"events": {
|
||||
"title": "Tipi di evento",
|
||||
"actionRequired": "Azione richiesta",
|
||||
|
||||
@@ -110,6 +110,12 @@
|
||||
"unsupported": "このブラウザではプッシュ通知がサポートされていません。",
|
||||
"denied": "プッシュ通知がブロックされています。ブラウザの設定で許可してください。"
|
||||
},
|
||||
"sound": {
|
||||
"title": "サウンド",
|
||||
"description": "チャット実行が完了したときに短い音を再生します。",
|
||||
"enabled": "有効",
|
||||
"test": "サウンドをテスト"
|
||||
},
|
||||
"events": {
|
||||
"title": "イベント種別",
|
||||
"actionRequired": "対応が必要",
|
||||
|
||||
@@ -110,6 +110,12 @@
|
||||
"unsupported": "이 브라우저에서는 푸시 알림이 지원되지 않습니다.",
|
||||
"denied": "푸시 알림이 차단되었습니다. 브라우저 설정에서 허용해 주세요."
|
||||
},
|
||||
"sound": {
|
||||
"title": "소리",
|
||||
"description": "채팅 실행이 완료되면 짧은 알림음을 재생합니다.",
|
||||
"enabled": "사용",
|
||||
"test": "소리 테스트"
|
||||
},
|
||||
"events": {
|
||||
"title": "이벤트 유형",
|
||||
"actionRequired": "작업 필요",
|
||||
|
||||
@@ -97,6 +97,14 @@
|
||||
"plugins": "Плагины",
|
||||
"about": "О программе"
|
||||
},
|
||||
"notifications": {
|
||||
"sound": {
|
||||
"title": "Звук",
|
||||
"description": "Воспроизводить короткий сигнал при завершении запуска чата.",
|
||||
"enabled": "Включено",
|
||||
"test": "Проверить звук"
|
||||
}
|
||||
},
|
||||
"appearanceSettings": {
|
||||
"darkMode": {
|
||||
"label": "Темная тема",
|
||||
|
||||
@@ -110,6 +110,12 @@
|
||||
"unsupported": "Bu tarayıcıda push bildirimleri desteklenmiyor.",
|
||||
"denied": "Push bildirimleri engellendi. Lütfen tarayıcı ayarlarından izin ver."
|
||||
},
|
||||
"sound": {
|
||||
"title": "Ses",
|
||||
"description": "Sohbet çalışması tamamlandığında kısa bir ton çal.",
|
||||
"enabled": "Etkin",
|
||||
"test": "Sesi test et"
|
||||
},
|
||||
"events": {
|
||||
"title": "Etkinlik Türleri",
|
||||
"actionRequired": "Aksiyon gerekli",
|
||||
|
||||
@@ -110,6 +110,12 @@
|
||||
"unsupported": "此浏览器不支持推送通知。",
|
||||
"denied": "推送通知已被阻止,请在浏览器设置中允许。"
|
||||
},
|
||||
"sound": {
|
||||
"title": "声音",
|
||||
"description": "聊天运行完成时播放短提示音。",
|
||||
"enabled": "已启用",
|
||||
"test": "测试声音"
|
||||
},
|
||||
"events": {
|
||||
"title": "事件类型",
|
||||
"actionRequired": "需要处理",
|
||||
|
||||
@@ -110,6 +110,12 @@
|
||||
"unsupported": "此瀏覽器不支援推播通知。",
|
||||
"denied": "推播通知已被封鎖,請在瀏覽器設定中允許。"
|
||||
},
|
||||
"sound": {
|
||||
"title": "聲音",
|
||||
"description": "聊天執行完成時播放短提示音。",
|
||||
"enabled": "已啟用",
|
||||
"test": "測試聲音"
|
||||
},
|
||||
"events": {
|
||||
"title": "事件類型",
|
||||
"actionRequired": "需要處理",
|
||||
|
||||
Reference in New Issue
Block a user