fix(frontend): ドライブの音声が再生できない場合の処理を追加 (#14073)

* fix(frontend): ドライブの音声が再生できない場合の処理を追加

* Update Changelog

* fix lint

* Update packages/frontend/src/scripts/sound.ts

* lint

* Update sound.ts

* fix merge mistakes

* use shorthand operator

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
かっこかり 2024-07-30 20:30:41 +09:00 committed by GitHub
parent 676c599e48
commit 8b163cd3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 77 additions and 18 deletions

4
locales/index.d.ts vendored
View file

@ -7633,6 +7633,10 @@ export interface Locale extends ILocale {
* 使Misskeyの使用に支障をきたす可能性があります
*/
"driveFileDurationWarnDescription": string;
/**
*
*/
"driveFileError": string;
};
"_ago": {
/**

View file

@ -2002,6 +2002,7 @@ _soundSettings:
driveFileTypeWarnDescription: "音声ファイルを選択してください"
driveFileDurationWarn: "音声が長すぎます"
driveFileDurationWarnDescription: "長い音声を使用するとMisskeyの使用に支障をきたす可能性があります。それでも続行しますか"
driveFileError: "音声が読み込めませんでした。設定を変更してください"
_ago:
future: "未来"