merge: Cleanup admin user UI (!1012)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1012 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Vendored
+53
-1
@@ -2447,7 +2447,7 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"disablePagesScript": string;
|
||||
/**
|
||||
* リモートユーザー情報の更新
|
||||
* Refresh remote data
|
||||
*/
|
||||
"updateRemoteUser": string;
|
||||
/**
|
||||
@@ -13069,6 +13069,58 @@ export interface Locale extends ILocale {
|
||||
* Users popular on {name}
|
||||
*/
|
||||
"popularUsersLocal": ParameterizedString<"name">;
|
||||
/**
|
||||
* Silenced
|
||||
*/
|
||||
"silenced": string;
|
||||
/**
|
||||
* Total followers
|
||||
*/
|
||||
"totalFollowers": string;
|
||||
/**
|
||||
* Total following
|
||||
*/
|
||||
"totalFollowing": string;
|
||||
/**
|
||||
* Local followers
|
||||
*/
|
||||
"localFollowers": string;
|
||||
/**
|
||||
* Local following
|
||||
*/
|
||||
"localFollowing": string;
|
||||
/**
|
||||
* Remote followers
|
||||
*/
|
||||
"remoteFollowers": string;
|
||||
/**
|
||||
* Remote following
|
||||
*/
|
||||
"remoteFollowing": string;
|
||||
/**
|
||||
* Activity Pub
|
||||
*/
|
||||
"activityPub": string;
|
||||
/**
|
||||
* IP
|
||||
*/
|
||||
"ip": string;
|
||||
/**
|
||||
* The date is when IP address was first used.
|
||||
*/
|
||||
"ipTip": string;
|
||||
/**
|
||||
* Period
|
||||
*/
|
||||
"rolePeriod": string;
|
||||
/**
|
||||
* Assigned
|
||||
*/
|
||||
"roleAssigned": string;
|
||||
/**
|
||||
* automatic
|
||||
*/
|
||||
"roleAutomatic": string;
|
||||
/**
|
||||
* Translation timeout
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user