chore: commit locales files

This commit is contained in:
Ibrahima G. Coulibaly 2025-07-14 19:30:33 +01:00
commit 9dec2a82e9
121 changed files with 3013 additions and 2 deletions

View file

@ -0,0 +1,64 @@
{
"changeSpeed": {
"description": "ऑडियो फ़ाइलों की प्लेबैक गति बदलें।",
"factorPlaceholder": "कारक (जैसे 0.5, 1.5, 2.0)",
"formatAac": "AAC",
"formatMp3": "MP3",
"formatWav": "WAV",
"inputTitle": "इनपुट ऑडियो",
"outputFormat": "आउटपुट प्रारूप",
"preservePitch": "पिच संरक्षित करें",
"resultTitle": "गति बदली गई ऑडियो",
"speedFactor": "गति कारक",
"speedOptions": "गति विकल्प",
"title": "ऑडियो गति बदलें"
},
"extractAudio": {
"audioFormat": "ऑडियो प्रारूप",
"audioQuality": "ऑडियो गुणवत्ता",
"description": "वीडियो फ़ाइल से ऑडियो ट्रैक निकालें।",
"extractAllTracks": "सभी ट्रैक निकालें",
"extractionOptions": "निकालने के विकल्प",
"formatAac": "AAC",
"formatMp3": "MP3",
"formatWav": "WAV",
"inputTitle": "इनपुट वीडियो",
"qualityHigh": "उच्च",
"qualityLow": "कम",
"qualityMedium": "मध्यम",
"resultTitle": "निकाला गया ऑडियो",
"title": "ऑडियो निकालें"
},
"mergeAudio": {
"description": "कई ऑडियो फ़ाइलों को एक में जोड़ें।",
"formatAac": "AAC",
"formatMp3": "MP3",
"formatWav": "WAV",
"inputTitle": "इनपुट ऑडियो फ़ाइलें",
"mergeMethod": "मर्ज विधि",
"mergeOptions": "मर्ज विकल्प",
"methodConcat": "क्रमबद्ध जोड़ना",
"methodMix": "मिश्रण",
"outputFormat": "आउटपुट प्रारूप",
"resultTitle": "मर्ज किया गया ऑडियो",
"title": "ऑडियो मर्ज करें"
},
"trim": {
"description": "ऑडियो फ़ाइल से अनावश्यक भाग हटाएं।",
"endPlaceholder": "सेकंड",
"endTime": "अंतिम समय",
"fadeIn": "फेड इन",
"fadeInPlaceholder": "सेकंड",
"fadeOut": "फेड आउट",
"fadeOutPlaceholder": "सेकंड",
"formatMp3": "MP3",
"formatWav": "WAV",
"inputTitle": "इनपुट ऑडियो",
"outputFormat": "आउटपुट प्रारूप",
"resultTitle": "ट्रिम किया गया ऑडियो",
"startPlaceholder": "सेकंड",
"startTime": "शुरुआती समय",
"title": "ऑडियो ट्रिम करें",
"trimOptions": "ट्रिम विकल्प"
}
}