autogen: locale index & api types
This commit is contained in:
parent
ccff928964
commit
07e2ab5d44
2 changed files with 27 additions and 1 deletions
26
locales/index.d.ts
vendored
26
locales/index.d.ts
vendored
|
@ -48,6 +48,20 @@ export interface Locale extends ILocale {
|
|||
* パスワード
|
||||
*/
|
||||
"password": string;
|
||||
/**
|
||||
* 初期設定開始用パスワード
|
||||
*/
|
||||
"initialPasswordForSetup": string;
|
||||
/**
|
||||
* 初期設定開始用のパスワードが違います。
|
||||
*/
|
||||
"initialPasswordIsIncorrect": string;
|
||||
/**
|
||||
* Misskeyを自分でインストールした場合は、設定ファイルに入力したパスワードを使用してください。
|
||||
* Misskeyのホスティングサービスなどを使用している場合は、提供されたパスワードを使用してください。
|
||||
* パスワードを設定していない場合は、空欄にしたまま続行してください。
|
||||
*/
|
||||
"initialPasswordForSetupDescription": string;
|
||||
/**
|
||||
* パスワードを忘れた
|
||||
*/
|
||||
|
@ -8757,14 +8771,26 @@ export interface Locale extends ILocale {
|
|||
* アプリケーションに戻っています
|
||||
*/
|
||||
"callback": string;
|
||||
/**
|
||||
* アクセスを許可しました
|
||||
*/
|
||||
"accepted": string;
|
||||
/**
|
||||
* アクセスを拒否しました
|
||||
*/
|
||||
"denied": string;
|
||||
/**
|
||||
* 以下のユーザーとして操作しています
|
||||
*/
|
||||
"scopeUser": string;
|
||||
/**
|
||||
* アプリケーションにアクセス許可を与えるには、ログインが必要です。
|
||||
*/
|
||||
"pleaseLogin": string;
|
||||
/**
|
||||
* アクセスを許可すると、自動で以下のURLに遷移します
|
||||
*/
|
||||
"byClickingYouWillBeRedirectedToThisUrl": string;
|
||||
};
|
||||
"_antennaSources": {
|
||||
/**
|
||||
|
|
|
@ -16884,7 +16884,7 @@ export type operations = {
|
|||
* federation/instances
|
||||
* @description No description provided.
|
||||
*
|
||||
* **Credential required**: *No*
|
||||
* **Credential required**: *Yes* / **Permission**: *read:admin:server-info*
|
||||
*/
|
||||
federation___instances: {
|
||||
requestBody: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue