shenrongliang
2025-04-16 8cbe918f8121ee000d3bed93b992034d81e1a8e0
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
28
29
30
31
32
export default {
  digitalhumans:{
    name:'Name',
    code:'Code',
    posture:'Posture',
    type:'Type',
    status:'Status',
    gender:'Gender',
    handle:'Handle',
    view:'View',
    useModel:'DigitalHumans Model',
    picture:'picture',
    video:'video',
    fixVideo:'Fix Video',
    fixPicture:'Fix Picture',
    useOriginalVideo:'Use Original Video',
    expireDate:'Expire Date',
    reject:'Reject',
 
    accept:'Accept',
    startTrain:'Start Train',
    train:'Train',
    submit:'Submit',
 
    transparentBgTip:'If you need a transparent background digital human, please use DaVinci/AE and other tools to process the user green screen video into a MOV format video with a transparent channel before uploading, if the file exceeds 20M, please upload it manually to OSS or other public network download servers, and fill in the URL in the video URL box',
    confirm:'Confirm',
    orUploadVideo:'Or upload video',
    pleaseInputVideoUrl:'Please input video URL',
    invalidVideoUrl:'Invalid video URL',
    submitter:'Submitter'
  }
}