omni-tools/public/locales/ja/audio.json
Ibrahima G. Coulibaly c5e8ba8059
Some checks are pending
CI / test-and-build (push) Waiting to run
CI / Playwright Tests (push) Waiting to run
CI / Build and Push Multi-Platform Docker Image (push) Blocked by required conditions
CI / deploy (push) Blocked by required conditions
chore: i18n pull initial translations
2025-07-15 20:43:15 +01:00

42 lines
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"changeSpeed": {
"description": "オーディオファイルの再生速度を変更します。ピッチを維持しながら、オーディオの再生速度を上げたり下げたりできます。",
"inputTitle": "入力オーディオ",
"newAudioSpeed": "新しいオーディオ速度",
"outputFormat": "出力形式",
"resultTitle": "編集されたオーディオ",
"settingSpeed": "速度設定",
"shortDescription": "オーディオファイルの速度を変更する",
"speedDescription": "デフォルトの乗数: 2は2倍速を意味します",
"title": "オーディオ速度を変更する",
"toolInfo": {
"title": "何ですか {{title}}"
}
},
"extractAudio": {
"description": "ビデオ ファイルからオーディオ トラックを抽出します。",
"extractingAudio": "オーディオの抽出",
"inputTitle": "入力ビデオ",
"outputFormat": "出力形式",
"outputFormatDescription": "抽出するオーディオの形式を選択します。",
"resultTitle": "抽出された音声",
"shortDescription": "ビデオ ファイル (MP4、MOV など) からオーディオを AAC、MP3、または WAV に抽出します。",
"title": "ビデオからオーディオを抽出する",
"toolInfo": {
"description": "このツールを使えば、動画ファイルから音声トラックを抽出できます。AAC、MP3、WAVなど、様々な音声形式から選択できます。",
"title": "何ですか {{title}}"
}
},
"mergeAudio": {
"description": "複数のオーディオ ファイルを順番に連結して 1 つのオーディオ ファイルに結合します。",
"longDescription": "このツールを使えば、複数のオーディオファイルをアップロード順に連結し、1つのファイルにまとめることができます。ポッドキャストのセグメント、音楽トラック、その他様々なオーディオファイルを結合するのに最適です。MP3、AAC、WAVなど、様々なオーディオ形式に対応しています。",
"shortDescription": "複数のオーディオ ファイルを 1 つに結合します (MP3、AAC、WAV)。",
"title": "オーディオを結合"
},
"trim": {
"description": "開始時間と終了時間を指定して、オーディオ ファイルをカットおよびトリミングし、特定のセグメントを抽出します。",
"longDescription": "このツールを使えば、開始時間と終了時間を指定してオーディオファイルをトリミングできます。長いオーディオファイルから特定のセグメントを抽出したり、不要な部分を削除したり、短いクリップを作成したりできます。MP3、AAC、WAVなど、様々なオーディオ形式に対応しています。ポッドキャスト編集、音楽制作、その他あらゆるオーディオ編集のニーズに最適です。",
"shortDescription": "オーディオ ファイルをトリミングして特定の時間セグメントを抽出します (MP3、AAC、WAV)。",
"title": "オーディオをトリムする"
}
}