feat: 弹窗&prompt i18n
This commit is contained in:
@@ -311,8 +311,29 @@ export default {
|
||||
'专业产品摄影:服装以自然形态展示,无模特。采用影棚灯光。保留精确细节——图案、色彩、质感、装饰元素。', // 上传线稿,不带模特
|
||||
VideoType: '视频类型',
|
||||
FirstFrame: '首帧',
|
||||
LastFrame:'尾帧',
|
||||
FirstAndLastFrames: '首帧和尾帧',
|
||||
FirstFrameAndSkeleton: '首帧和骨架'
|
||||
FirstFrameAndSkeleton: '首帧和骨架',
|
||||
Tips: '提示',
|
||||
TipsStart: '你可以使用"',
|
||||
TipsEnd: '编辑产品图"来生成首帧或尾帧图片',
|
||||
PormptPlaceholder:'输入你想描述的场景...',
|
||||
firstAndLastFrameText1: '随着视频的进行,使用',
|
||||
firstAndLastFramePlaceholder1: '[相机运动]',
|
||||
firstAndLastFrameText2: '来跟随动作,在',
|
||||
firstAndLastFramePlaceholder2: '[光线]',
|
||||
firstAndLastFrameText3: '下,保持模型身份、风格和服装在所有帧中的完全一致性。',
|
||||
firstFrameText1: '场景设置为',
|
||||
firstFramePlaceholder1: '[场景]',
|
||||
firstFrameText2: ',模特做',
|
||||
firstFramePlaceholder2: '[拍摄动作]',
|
||||
firstFrameText3: ',使用',
|
||||
firstFramePlaceholder3: '[相机运动]',
|
||||
firstFrameText4: '结合',
|
||||
firstFramePlaceholder4: '[相机运动]',
|
||||
firstFrameText5: ',在',
|
||||
firstFramePlaceholder5: '[光线]',
|
||||
firstFrameText6: '下,完善整体视觉效果。'
|
||||
},
|
||||
LibraryPage: {
|
||||
library: '收藏',
|
||||
|
||||
@@ -321,8 +321,29 @@ export default {
|
||||
'Professional product photo: garment displayed with natural shape, no model. Studio lighting. Preserve exact details - patterns, colors, textures, embellishments.', // 上传线稿,不带模特
|
||||
VideoType: 'Video Type',
|
||||
FirstFrame: 'First frame',
|
||||
LastFrame: 'Last frame',
|
||||
FirstAndLastFrames: 'First and last frames',
|
||||
FirstFrameAndSkeleton: 'First frame and skeleton',
|
||||
Tips: 'Tips',
|
||||
TipsStart: 'User can use ‘ ',
|
||||
TipsEnd: 'Edit Product Image ’ to generate first or last frames.',
|
||||
PormptPlaceholder: 'Enter the scene you want to describe...',
|
||||
firstAndLastFrameText1: 'As the video progresses, use',
|
||||
firstAndLastFramePlaceholder1: '[Camera Movement]',
|
||||
firstAndLastFrameText2: 'to follow the motion, under',
|
||||
firstAndLastFramePlaceholder2: '[Light]',
|
||||
firstAndLastFrameText3: ', maintaining full consistency of model identity, styling, and outfit across all frames.',
|
||||
firstFrameText1: 'Set the',
|
||||
firstFramePlaceholder1: '[Scene]',
|
||||
firstFrameText2: ', where the model',
|
||||
firstFramePlaceholder2: '[Motion]',
|
||||
firstFrameText3: 'use a',
|
||||
firstFramePlaceholder3: '[Camera Movement]',
|
||||
firstFrameText4: 'combined with a',
|
||||
firstFramePlaceholder4: '[Camera Movement]',
|
||||
firstFrameText5: ', under',
|
||||
firstFramePlaceholder5: '[Light]',
|
||||
firstFrameText6: ', complementing the look.'
|
||||
},
|
||||
LibraryPage: {
|
||||
library: 'Library',
|
||||
|
||||
Reference in New Issue
Block a user