Flex
2025-06-12 1d29cc7ed2fd9e9f102298fbb08c0f7fe7db50b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export default {
  voices:{
    name:'Name',
    code:'Code',
    language:'Language type',
    voiceType:'Voice Type',
    status:'Status',
    handle:'Handle',
    avatar:'Avatar',
    auditionUrl:'Voices',
    fixAuditionUrl:'Fix Voices',
    fixAuditionUrlTips:'Recommend uploading 10-20s audio files in WAV, MP3, and M4A formats that support files smaller than 20M, to avoid situations such as multi person conversations, obvious noise, reverb, etc.',
    expireDate:'Expire Date',
    reject:'Reject',
    gender:'Gender',
    introduction:'Introduce',
    quality:'Sound quality rating',
    startCreateTime:'Start Time',
    endCreateTime:'End Time',
    play: "Play",
    pause: "Pause",
    useOriginal: "Use Original Voice",
    useOriginalSuccess: "Used Original Voice",
    cloneType:'Clone Type',
    submitter:'Submitter'
  }
}