mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-26 01:19:33 +02:00
chore: translate merge videos
This commit is contained in:
@@ -2,13 +2,14 @@ import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('video', {
|
||||
name: 'Merge Videos',
|
||||
path: 'merge-video',
|
||||
icon: 'fluent:merge-20-regular',
|
||||
description: 'Combine multiple video files into one continuous video.',
|
||||
shortDescription: 'Append and merge videos easily.',
|
||||
keywords: ['merge', 'video', 'append', 'combine'],
|
||||
longDescription:
|
||||
'This tool allows you to merge or append multiple video files into a single continuous video. Simply upload your video files, arrange them in the desired order, and merge them into one file for easy sharing or editing.',
|
||||
component: lazy(() => import('./index'))
|
||||
component: lazy(() => import('./index')),
|
||||
i18n: {
|
||||
name: 'video:mergeVideo.title',
|
||||
description: 'video:mergeVideo.description',
|
||||
shortDescription: 'video:mergeVideo.shortDescription',
|
||||
longDescription: 'video:mergeVideo.longDescription'
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user