re-generate locale index.d.ts

This commit is contained in:
dakkar 2024-11-22 12:46:53 +00:00
parent aea1f98a9d
commit 3306fcaa7d
1 changed files with 36 additions and 36 deletions

72
locales/index.d.ts vendored
View File

@ -8541,13 +8541,13 @@ export interface Locale extends ILocale {
*/ */
"pleaseLogin": string; "pleaseLogin": string;
/** /**
* Allowed
*/
"allowed": string;
/**
* URLに遷移します * URLに遷移します
*/ */
"byClickingYouWillBeRedirectedToThisUrl": string; "byClickingYouWillBeRedirectedToThisUrl": string;
/**
* Allowed
*/
"allowed": string;
}; };
"_antennaSources": { "_antennaSources": {
/** /**
@ -10689,6 +10689,38 @@ export interface Locale extends ILocale {
*/ */
"codeGeneratedDescription": string; "codeGeneratedDescription": string;
}; };
"_selfXssPrevention": {
/**
*
*/
"warning": string;
/**
*
*/
"title": string;
/**
*
*/
"description1": string;
/**
* %c今すぐ作業を中止してこのウィンドウを閉じてください
*/
"description2": string;
/**
* {link}
*/
"description3": ParameterizedString<"link">;
};
"_followRequest": {
/**
*
*/
"recieved": string;
/**
*
*/
"sent": string;
};
/** /**
* Approvals * Approvals
*/ */
@ -11472,38 +11504,6 @@ export interface Locale extends ILocale {
* Remote followers may have incomplete or outdated activity * Remote followers may have incomplete or outdated activity
*/ */
"remoteFollowersWarning": string; "remoteFollowersWarning": string;
"_selfXssPrevention": {
/**
*
*/
"warning": string;
/**
*
*/
"title": string;
/**
*
*/
"description1": string;
/**
* %c今すぐ作業を中止してこのウィンドウを閉じてください
*/
"description2": string;
/**
* {link}
*/
"description3": ParameterizedString<"link">;
};
"_followRequest": {
/**
*
*/
"recieved": string;
/**
*
*/
"sent": string;
};
} }
declare const locales: { declare const locales: {
[lang: string]: Locale; [lang: string]: Locale;