mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 06:10:20 +01:00
regenerate locales
This commit is contained in:
parent
6e8b672275
commit
a060269419
1 changed files with 43 additions and 0 deletions
43
locales/index.d.ts
vendored
43
locales/index.d.ts
vendored
|
@ -10660,6 +10660,49 @@ export interface Locale extends ILocale {
|
||||||
"description": string;
|
"description": string;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"_captcha": {
|
||||||
|
/**
|
||||||
|
* CAPTCHAを通過してください
|
||||||
|
*/
|
||||||
|
"verify": string;
|
||||||
|
/**
|
||||||
|
* サイトキーとシークレットキーにテスト用の値を入力することでプレビューを確認できます。
|
||||||
|
* 詳細は下記ページをご確認ください。
|
||||||
|
*/
|
||||||
|
"testSiteKeyMessage": string;
|
||||||
|
"_error": {
|
||||||
|
"_requestFailed": {
|
||||||
|
/**
|
||||||
|
* CAPTCHAのリクエストに失敗しました
|
||||||
|
*/
|
||||||
|
"title": string;
|
||||||
|
/**
|
||||||
|
* しばらく後に実行するか、設定をもう一度ご確認ください。
|
||||||
|
*/
|
||||||
|
"text": string;
|
||||||
|
};
|
||||||
|
"_verificationFailed": {
|
||||||
|
/**
|
||||||
|
* CAPTCHAの検証に失敗しました
|
||||||
|
*/
|
||||||
|
"title": string;
|
||||||
|
/**
|
||||||
|
* 設定が正しいかどうかもう一度確認ください。
|
||||||
|
*/
|
||||||
|
"text": string;
|
||||||
|
};
|
||||||
|
"_unknown": {
|
||||||
|
/**
|
||||||
|
* CAPTCHAエラー
|
||||||
|
*/
|
||||||
|
"title": string;
|
||||||
|
/**
|
||||||
|
* 想定外のエラーが発生しました。
|
||||||
|
*/
|
||||||
|
"text": string;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
declare const locales: {
|
declare const locales: {
|
||||||
[lang: string]: Locale;
|
[lang: string]: Locale;
|
||||||
|
|
Loading…
Reference in a new issue