merge develop and fix conflicts.
This commit is contained in:
Vendored
+76
@@ -12492,6 +12492,14 @@ export interface Locale extends ILocale {
|
||||
* Displays content centered.
|
||||
*/
|
||||
"centerDescription": string;
|
||||
/**
|
||||
* Unix Time
|
||||
*/
|
||||
"unixtime": string;
|
||||
/**
|
||||
* Displays a timestamp in the viewer's current timezone.
|
||||
*/
|
||||
"unixtimeDescription": string;
|
||||
/**
|
||||
* Code (Inline)
|
||||
*/
|
||||
@@ -13069,6 +13077,26 @@ export interface Locale extends ILocale {
|
||||
* Users popular on {name}
|
||||
*/
|
||||
"popularUsersLocal": ParameterizedString<"name">;
|
||||
/**
|
||||
* Polls trending on {name}
|
||||
*/
|
||||
"pollsOnLocal": ParameterizedString<"name">;
|
||||
/**
|
||||
* Polls trending on the global network
|
||||
*/
|
||||
"pollsOnRemote": string;
|
||||
/**
|
||||
* Polls that have ended recently
|
||||
*/
|
||||
"pollsExpired": string;
|
||||
/**
|
||||
* Trending polls are disabled on this instance.
|
||||
*/
|
||||
"trendingPollsDisabled": string;
|
||||
/**
|
||||
* Please log in to view trending polls.
|
||||
*/
|
||||
"trendingPollsDisabledLogIn": string;
|
||||
/**
|
||||
* Silenced
|
||||
*/
|
||||
@@ -13141,6 +13169,54 @@ export interface Locale extends ILocale {
|
||||
* Written by {user}
|
||||
*/
|
||||
"writtenBy": ParameterizedString<"user">;
|
||||
/**
|
||||
* Following (Pub)
|
||||
*/
|
||||
"followingPub": string;
|
||||
/**
|
||||
* Followers (Sub)
|
||||
*/
|
||||
"followersSub": string;
|
||||
/**
|
||||
* Well-known resources
|
||||
*/
|
||||
"wellKnownResources": string;
|
||||
/**
|
||||
* Last posted: {at}
|
||||
*/
|
||||
"lastPosted": ParameterizedString<"at">;
|
||||
/**
|
||||
* NSFW
|
||||
*/
|
||||
"nsfw": string;
|
||||
/**
|
||||
* Raw
|
||||
*/
|
||||
"raw": string;
|
||||
/**
|
||||
* CW
|
||||
*/
|
||||
"cw": string;
|
||||
/**
|
||||
* Media Silenced
|
||||
*/
|
||||
"mediaSilenced": string;
|
||||
/**
|
||||
* Bubble
|
||||
*/
|
||||
"bubble": string;
|
||||
/**
|
||||
* Verified
|
||||
*/
|
||||
"verified": string;
|
||||
/**
|
||||
* Not Verified
|
||||
*/
|
||||
"notVerified": string;
|
||||
/**
|
||||
* Hibernated
|
||||
*/
|
||||
"hibernated": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
||||
Reference in New Issue
Block a user