chore: video test code
This commit is contained in:
@@ -161,5 +161,6 @@ export default {
|
||||
'playground.uploadImage.url.invalid':
|
||||
'Please enter a direct image URL (e.g. https://.../image.png). Press ESC to cancel.',
|
||||
'playground.uploadImage.url.holder': 'Enter an image URL',
|
||||
'playground.uploadImage.url.button': 'Add Image from URL'
|
||||
'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
'playground.params.duration': 'Duration (seconds)'
|
||||
};
|
||||
|
||||
@@ -164,7 +164,8 @@ export default {
|
||||
'playground.uploadImage.url.invalid':
|
||||
'Please enter a direct image URL (e.g. https://.../image.png). Press ESC to cancel.',
|
||||
'playground.uploadImage.url.holder': 'Enter an image URL',
|
||||
'playground.uploadImage.url.button': 'Add Image from URL'
|
||||
'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
'playground.params.duration': 'Duration (seconds)'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -173,5 +174,6 @@ export default {
|
||||
// 3. 'playground.uploadfile.sizeError': 'File size exceeds the limit. Maximum allowed: {size}.'
|
||||
// 4. 'playground.uploadImage.url.invalid': 'Please enter a direct image URL(e.g. https://.../image.png). Press ESC to cancel.',
|
||||
// 5. 'playground.uploadImage.url.holder': 'Enter an image URL'
|
||||
// 6. 'playground.uploadImage.url.button': 'Add Image from URL'
|
||||
// 6. 'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
// 7. 'playground.params.duration': 'Duration (seconds)'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -158,11 +158,13 @@ export default {
|
||||
'playground.uploadImage.url.invalid':
|
||||
'Please enter a direct image URL (e.g. https://.../image.png). Press ESC to cancel.',
|
||||
'playground.uploadImage.url.holder': 'Enter an image URL',
|
||||
'playground.uploadImage.url.button': 'Add Image from URL'
|
||||
'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
'playground.params.duration': 'Duration (seconds)'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'playground.uploadImage.url.invalid': 'Please enter a direct image URL(e.g. https://.../image.png). Press ESC to cancel.',
|
||||
// 2. 'playground.uploadImage.url.holder': 'Enter an image URL',
|
||||
// 3. 'playground.uploadImage.url.button': 'Add Image from URL'
|
||||
// 3. 'playground.uploadImage.url.button': 'Add Image from URL',
|
||||
// 4. 'playground.params.duration': 'Duration (seconds)'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -154,5 +154,6 @@ export default {
|
||||
'playground.uploadImage.url.invalid':
|
||||
'请输入直接的图片链接(例如:https://…/image.png)。按 ESC 可取消。',
|
||||
'playground.uploadImage.url.holder': '请输入图片链接',
|
||||
'playground.uploadImage.url.button': '从链接添加图片'
|
||||
'playground.uploadImage.url.button': '从链接添加图片',
|
||||
'playground.params.duration': '时长 (秒)'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user