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;
/**
*
*/

View File

@ -3227,6 +3227,8 @@ defaultPreset: "デフォルトのプリセット"
_watermarkEditor:
tip: "画像にクレジット情報などのウォーターマークを追加することができます。"
quitWithoutSaveConfirm: "保存せずに終了しますか?"
driveFileTypeWarn: "このファイルは対応していません"
driveFileTypeWarnDescription: "画像ファイルを選択してください"
title: "ウォーターマークの編集"
cover: "全体に被せる"
repeat: "敷き詰める"