1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 06:14:18 +02:00

fix: missing locale

This commit is contained in:
kakkokari-gtyih
2025-06-03 22:14:00 +09:00
parent d2371a9943
commit d679d62667
2 changed files with 10 additions and 0 deletions

8
locales/index.d.ts vendored
View File

@@ -12049,6 +12049,14 @@ export interface Locale extends ILocale {
* 保存せずに終了しますか?
*/
"quitWithoutSaveConfirm": string;
/**
* このファイルは対応していません
*/
"driveFileTypeWarn": string;
/**
* 画像ファイルを選択してください
*/
"driveFileTypeWarnDescription": string;
/**
* ウォーターマークの編集
*/