fix(frontend): 存在しない翻訳を修正 (#16604)

This commit is contained in:
かっこかり
2025-10-06 10:06:20 +09:00
committed by GitHub
parent 7cd55c31da
commit 7fcbf57a9d
8 changed files with 25 additions and 10 deletions

12
locales/index.d.ts vendored
View File

@@ -1354,6 +1354,10 @@ export interface Locale extends ILocale {
* フォルダーを選択
*/
"selectFolder": string;
/**
* フォルダーの選択を解除
*/
"unselectFolder": string;
/**
* フォルダーを選択
*/
@@ -1402,6 +1406,10 @@ export interface Locale extends ILocale {
* フォルダーは空です
*/
"emptyFolder": string;
/**
* ここにファイルをドロップしてアップロード
*/
"dropHereToUpload": string;
/**
* 削除できません
*/
@@ -9460,6 +9468,10 @@ export interface Locale extends ILocale {
* アクセスを許可すると、自動で以下のURLに遷移します
*/
"byClickingYouWillBeRedirectedToThisUrl": string;
/**
* このアプリケーションは既にアクセスが許可されています。
*/
"alreadyAuthorized": string;
};
"_antennaSources": {
/**