forked from mirrors/misskey
fix(frontend): 存在しない翻訳を修正 (#16604)
This commit is contained in:
12
locales/index.d.ts
vendored
12
locales/index.d.ts
vendored
@@ -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": {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user