mirror of
https://github.com/iib0011/omni-tools.git
synced 2026-04-23 21:56:28 +05:30
chore: update locales to support sub-second precision
This commit is contained in:
parent
c2d20b1cbd
commit
473b057be3
1 changed files with 6 additions and 6 deletions
|
|
@ -41,21 +41,21 @@
|
|||
}
|
||||
},
|
||||
"trim": {
|
||||
"description": "Cut and trim audio files to extract specific segments by specifying start and end times.",
|
||||
"description": "Cut and trim audio files to extract specific segments by specifying start and end times with sub-second precision.",
|
||||
"endTime": "End Time",
|
||||
"endTimeDescription": "End time in format HH:MM:SS (e.g., 00:01:30)",
|
||||
"endTimeDescription": "End time in format HH:MM:SS.mmm (e.g., 00:01:30.450)",
|
||||
"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.",
|
||||
"longDescription": "This tool allows you to trim audio files by specifying start and end times with sub-second precision. 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).",
|
||||
"shortDescription": "Trim audio files to extract specific time segments with sub-second precision (MP3, AAC, WAV).",
|
||||
"startTime": "Start Time",
|
||||
"startTimeDescription": "Start time in format HH:MM:SS (e.g., 00:00:30)",
|
||||
"startTimeDescription": "Start time in format HH:MM:SS.mmm (e.g., 00:00:30.820)",
|
||||
"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