mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* ♻️ refactor: Refactor image and video
* chore: rabase canary
* style: update
* style: update
* style: update
* style: update
* style: update
* style: update
* style: update
* chore: update i18n
* style: update
* fix: fix config
* fix: fix proxy
* fix: fix type
* chore: fix test
30 lines
1.5 KiB
JSON
30 lines
1.5 KiB
JSON
{
|
|
"config.aspectRatio.label": "Aspect Ratio",
|
|
"config.cameraFixed.label": "Fixed Camera",
|
|
"config.duration.label": "Duration",
|
|
"config.endImageUrl.label": "End Frame",
|
|
"config.generateAudio.label": "Generate Audio",
|
|
"config.header.title": "Video",
|
|
"config.imageUrl.label": "Start Frame",
|
|
"config.prompt.placeholder": "Describe the video you want to generate",
|
|
"config.prompt.placeholderWithRef": "Describe the scene you want to generate with the image",
|
|
"config.referenceImage.label": "Reference Image",
|
|
"config.resolution.label": "Resolution",
|
|
"config.seed.label": "Seed",
|
|
"config.seed.random": "Random",
|
|
"generation.actions.copyError": "Copy Error Message",
|
|
"generation.actions.errorCopied": "Error Message Copied to Clipboard",
|
|
"generation.actions.errorCopyFailed": "Failed to Copy Error Message",
|
|
"generation.actions.generate": "Generate",
|
|
"generation.freeQuota.exhausted": "🎁 Free quota used up, credits will be consumed",
|
|
"generation.freeQuota.remaining": "🎁 {{remaining}} free videos today",
|
|
"generation.status.failed": "Generation Failed",
|
|
"generation.status.generating": "Generating...",
|
|
"generation.validation.endFrameRequiresStartFrame": "End frame cannot be used without a start frame. Please set a start frame first.",
|
|
"topic.createNew": "Create New Topic",
|
|
"topic.deleteConfirm": "Delete Video Topic",
|
|
"topic.deleteConfirmDesc": "You are about to delete this video topic. This action cannot be undone.",
|
|
"topic.title": "Video Topics",
|
|
"topic.untitled": "Default Topic"
|
|
}
|