mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-15 20:38:33 +05:30
fix: missing translations
This commit is contained in:
parent
e533c6e39c
commit
2a05f42d1d
14 changed files with 232 additions and 104 deletions
|
|
@ -29,14 +29,33 @@
|
|||
},
|
||||
"mergeAudio": {
|
||||
"description": "Combine multiple audio files into a single audio file by concatenating them in sequence.",
|
||||
"inputTitle": "Input Audio Files",
|
||||
"longDescription": "This tool allows you to merge multiple audio files into a single file by concatenating them in the order you upload them. Perfect for combining podcast segments, music tracks, or any audio files that need to be joined together. Supports various audio formats including MP3, AAC, and WAV.",
|
||||
"mergingAudio": "Merging Audio",
|
||||
"outputFormat": "Output Format",
|
||||
"resultTitle": "Merged Audio",
|
||||
"shortDescription": "Merge multiple audio files into one (MP3, AAC, WAV).",
|
||||
"title": "Merge Audio"
|
||||
"title": "Merge Audio",
|
||||
"toolInfo": {
|
||||
"title": "What is {{title}}?"
|
||||
}
|
||||
},
|
||||
"trim": {
|
||||
"description": "Cut and trim audio files to extract specific segments by specifying start and end times.",
|
||||
"endTime": "End Time",
|
||||
"endTimeDescription": "End time in format HH:MM:SS (e.g., 00:01:30)",
|
||||
"inputTitle": "Input Audio",
|
||||
"longDescription": "This tool allows you to trim audio files by specifying start and end times. You can extract specific segments from longer audio files, remove unwanted parts, or create shorter clips. Supports various audio formats including MP3, AAC, and WAV. Perfect for podcast editing, music production, or any audio editing needs.",
|
||||
"outputFormat": "Output Format",
|
||||
"resultTitle": "Trimmed Audio",
|
||||
"shortDescription": "Trim audio files to extract specific time segments (MP3, AAC, WAV).",
|
||||
"title": "Trim Audio"
|
||||
"startTime": "Start Time",
|
||||
"startTimeDescription": "Start time in format HH:MM:SS (e.g., 00:00:30)",
|
||||
"timeSettings": "Time Settings",
|
||||
"title": "Trim Audio",
|
||||
"toolInfo": {
|
||||
"title": "What is {{title}}?"
|
||||
},
|
||||
"trimmingAudio": "Trimming Audio"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue