mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +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.8 KiB
JSON
30 lines
1.8 KiB
JSON
{
|
|
"config.aspectRatio.label": "アスペクト比",
|
|
"config.cameraFixed.label": "固定カメラ",
|
|
"config.duration.label": "再生時間",
|
|
"config.endImageUrl.label": "終了フレーム",
|
|
"config.generateAudio.label": "音声を生成",
|
|
"config.header.title": "ビデオ",
|
|
"config.imageUrl.label": "開始フレーム",
|
|
"config.prompt.placeholder": "生成したいビデオの内容を説明してください",
|
|
"config.prompt.placeholderWithRef": "生成したい画像のシーンを説明してください",
|
|
"config.referenceImage.label": "参照画像",
|
|
"config.resolution.label": "解像度",
|
|
"config.seed.label": "シード値",
|
|
"config.seed.random": "ランダム",
|
|
"generation.actions.copyError": "エラーメッセージをコピー",
|
|
"generation.actions.errorCopied": "エラーメッセージをクリップボードにコピーしました",
|
|
"generation.actions.errorCopyFailed": "エラーメッセージのコピーに失敗しました",
|
|
"generation.actions.generate": "生成する",
|
|
"generation.freeQuota.exhausted": "🎁 無料枠を使い切りました。クレジットが消費されます",
|
|
"generation.freeQuota.remaining": "🎁 本日残りの無料ビデオ数:{{remaining}}",
|
|
"generation.status.failed": "生成に失敗しました",
|
|
"generation.status.generating": "生成中...",
|
|
"generation.validation.endFrameRequiresStartFrame": "終了フレームを使用するには、開始フレームを設定してください。",
|
|
"topic.createNew": "新しいトピックを作成",
|
|
"topic.deleteConfirm": "ビデオトピックを削除",
|
|
"topic.deleteConfirmDesc": "このビデオトピックを削除しようとしています。この操作は元に戻せません。",
|
|
"topic.title": "ビデオトピック",
|
|
"topic.untitled": "デフォルトのトピック"
|
|
}
|