mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-10 01:59:54 +05:30
feat: implement audio converter tool with support for MP3, AAC, and WAV formats
This commit is contained in:
parent
8fc9081487
commit
dffabc8134
14 changed files with 328 additions and 159 deletions
8
public/locales/en/converters.json
Normal file
8
public/locales/en/converters.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"audioconverter": {
|
||||
"title": "Audio Converter",
|
||||
"description": "Convert audio files between different formats.",
|
||||
"shortDescription": "Convert audio files to various formats.",
|
||||
"longDescription": "This tool allows you to convert audio files from one format to another, supporting a wide range of audio formats for seamless conversion."
|
||||
}
|
||||
}
|
||||
|
|
@ -17,11 +17,23 @@
|
|||
"fileCopied": "File copied",
|
||||
"selectFileDescription": "Click here to select a {{type}} from your device, press Ctrl+V to use a {{type}} from your clipboard, or drag and drop a file from desktop"
|
||||
},
|
||||
"converters": {
|
||||
"audioconverter": {
|
||||
"title": "Audio Converter",
|
||||
"description": "Convert audio files between different formats.",
|
||||
"shortDescription": "Convert audio files to various formats.",
|
||||
"longDescription": "This tool allows you to convert audio files from one format to another, supporting a wide range of audio formats for seamless conversion."
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"audio": {
|
||||
"description": "Tools for working with audio – extract audio from video, adjusting audio speed, merging multiple audio files and much more.",
|
||||
"title": "Audio Tools"
|
||||
},
|
||||
"converters": {
|
||||
"description": "Tools for converting data between different formats – convert images, audio, video, text, and more.",
|
||||
"title": "Converter Tools"
|
||||
},
|
||||
"csv": {
|
||||
"description": "Tools for working with CSV files - convert CSV to different formats, manipulate CSV data, validate CSV structure, and process CSV files efficiently.",
|
||||
"title": "CSV Tools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue