mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
Display selected tts voice name (#2459)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
@ -300,6 +300,7 @@ const translation = {
|
||||
},
|
||||
voice: {
|
||||
name: 'Voice',
|
||||
defaultDisplay: 'Default Voice',
|
||||
description: 'Text to speech voice Settings',
|
||||
settings: 'Settings',
|
||||
voiceSettings: {
|
||||
|
||||
@ -300,6 +300,7 @@ const translation = {
|
||||
},
|
||||
voice: {
|
||||
name: 'voz',
|
||||
defaultDisplay: 'Voz padrão',
|
||||
description: 'Texto para configurações de timbre de voz',
|
||||
settings: 'As configurações',
|
||||
voiceSettings: {
|
||||
|
||||
@ -296,6 +296,7 @@ const translation = {
|
||||
},
|
||||
voice: {
|
||||
name: '音色',
|
||||
defaultDisplay: '缺省音色',
|
||||
description: '文本转语音音色设置',
|
||||
settings: '设置',
|
||||
voiceSettings: {
|
||||
|
||||
Reference in New Issue
Block a user