diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 12:15:01 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-16 17:40:06 -0400 |
| commit | d717df938b916ddfa0312164f243fd30672bceea (patch) | |
| tree | dbf48f01e8653bc41495bda960f60ec2245b4d25 /locales | |
| parent | add "followStats" property to admin/show-user response (diff) | |
| download | sharkey-d717df938b916ddfa0312164f243fd30672bceea.tar.gz sharkey-d717df938b916ddfa0312164f243fd30672bceea.tar.bz2 sharkey-d717df938b916ddfa0312164f243fd30672bceea.zip | |
cleanup admin user UI
* hide inaccessible controls
* hide irrelevant controls
* remove duplicate components
* collapse details behind sections
* group all buttons
* apply semantic "warning" styles to buttons
* add follow stats
* translate untranslated strings
* group related controls
* resolve some lint errors
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index a83f5f317a..fd5c5fd845 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2447,7 +2447,7 @@ export interface Locale extends ILocale { */ "disablePagesScript": string; /** - * リモートユーザー情報の更新 + * Refresh remote data */ "updateRemoteUser": string; /** @@ -13090,6 +13090,46 @@ export interface Locale extends ILocale { */ "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 the IP address was first acknowledged. + */ + "ipTip": string; + /** * Translation timeout */ "translationTimeoutLabel": string; |