fix(frontend): 存在しない翻訳キーを追加 (#16757)

This commit is contained in:
かっこかり
2025-11-06 12:39:48 +09:00
committed by GitHub
parent 37a21cf54e
commit 18fbc9bb05
3 changed files with 23 additions and 5 deletions

16
locales/index.d.ts vendored
View File

@@ -1226,6 +1226,10 @@ export interface Locale extends ILocale {
* 既読
*/
"messageRead": string;
/**
* すべてのメッセージを既読にする
*/
"readAllChatMessages": string;
/**
* これより過去の履歴はありません
*/
@@ -6079,6 +6083,10 @@ export interface Locale extends ILocale {
* 設定のバックアップが見つかりました
*/
"backupFound": string;
/**
* 設定の強制バックアップ
*/
"forceBackup": string;
};
"_accountSettings": {
/**
@@ -10910,6 +10918,14 @@ export interface Locale extends ILocale {
};
};
"_moderationLogTypes": {
/**
* ジョブキューをクリア
*/
"clearQueue": string;
/**
* キューのジョブを再試行
*/
"promoteQueue": string;
/**
* ロールを作成
*/