mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-01 12:02:05 +00:00
feat(desktop): add read-replies-aloud composer strings
This commit is contained in:
parent
09abbf8a63
commit
572c7dbd93
5 changed files with 10 additions and 0 deletions
|
|
@ -1434,6 +1434,8 @@ export const en: Translations = {
|
|||
stopDictation: 'Stop dictation',
|
||||
transcribingDictation: 'Transcribing dictation',
|
||||
voiceDictation: 'Voice dictation',
|
||||
speakReplies: 'Read replies aloud',
|
||||
stopSpeakingReplies: 'Stop reading replies aloud',
|
||||
lookupLoading: 'Looking up…',
|
||||
lookupNoMatches: 'No matches.',
|
||||
lookupTry: 'Try',
|
||||
|
|
|
|||
|
|
@ -1551,6 +1551,8 @@ export const ja = defineLocale({
|
|||
stopDictation: '口述を停止',
|
||||
transcribingDictation: '口述を文字起こし中',
|
||||
voiceDictation: '音声口述',
|
||||
speakReplies: '返信を読み上げる',
|
||||
stopSpeakingReplies: '返信の読み上げを停止',
|
||||
lookupLoading: '検索中…',
|
||||
lookupNoMatches: '一致なし。',
|
||||
lookupTry: '試す',
|
||||
|
|
|
|||
|
|
@ -1162,6 +1162,8 @@ export interface Translations {
|
|||
stopDictation: string
|
||||
transcribingDictation: string
|
||||
voiceDictation: string
|
||||
speakReplies: string
|
||||
stopSpeakingReplies: string
|
||||
lookupLoading: string
|
||||
lookupNoMatches: string
|
||||
lookupTry: string
|
||||
|
|
|
|||
|
|
@ -1502,6 +1502,8 @@ export const zhHant = defineLocale({
|
|||
stopDictation: '停止聽寫',
|
||||
transcribingDictation: '正在轉寫聽寫',
|
||||
voiceDictation: '語音聽寫',
|
||||
speakReplies: '朗讀回覆',
|
||||
stopSpeakingReplies: '停止朗讀回覆',
|
||||
lookupLoading: '查詢中…',
|
||||
lookupNoMatches: '沒有相符項目。',
|
||||
lookupTry: '試試',
|
||||
|
|
|
|||
|
|
@ -1613,6 +1613,8 @@ export const zh: Translations = {
|
|||
stopDictation: '停止听写',
|
||||
transcribingDictation: '正在转写听写',
|
||||
voiceDictation: '语音听写',
|
||||
speakReplies: '朗读回复',
|
||||
stopSpeakingReplies: '停止朗读回复',
|
||||
lookupLoading: '查找中…',
|
||||
lookupNoMatches: '没有匹配项。',
|
||||
lookupTry: '试试',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue