mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
add new role conditions for local/remote followers/followees
This commit is contained in:
parent
f869bdfc4e
commit
a3dc2e8562
1 changed files with 32 additions and 0 deletions
32
locales/index.d.ts
vendored
32
locales/index.d.ts
vendored
|
@ -7729,6 +7729,38 @@ export interface Locale extends ILocale {
|
||||||
* Follows X or more remote accounts
|
* Follows X or more remote accounts
|
||||||
*/
|
*/
|
||||||
"remoteFollowingMoreThanOrEq": string;
|
"remoteFollowingMoreThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Has X or fewer local followers
|
||||||
|
*/
|
||||||
|
"localFollowersLessThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Has X or more local followers
|
||||||
|
*/
|
||||||
|
"localFollowersMoreThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Follows X or fewer local accounts
|
||||||
|
*/
|
||||||
|
"localFollowingLessThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Follows X or more local accounts
|
||||||
|
*/
|
||||||
|
"localFollowingMoreThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Has X or fewer remote followers
|
||||||
|
*/
|
||||||
|
"remoteFollowersLessThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Has X or more remote followers
|
||||||
|
*/
|
||||||
|
"remoteFollowersMoreThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Follows X or fewer remote accounts
|
||||||
|
*/
|
||||||
|
"remoteFollowingLessThanOrEq": string;
|
||||||
|
/**
|
||||||
|
* Follows X or more remote accounts
|
||||||
|
*/
|
||||||
|
"remoteFollowingMoreThanOrEq": string;
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* This condition may be incorrect for remote users.
|
* This condition may be incorrect for remote users.
|
||||||
|
|
Loading…
Add table
Reference in a new issue