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 /sharkey-locales/en-US.yml | |
| 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 'sharkey-locales/en-US.yml')
| -rw-r--r-- | sharkey-locales/en-US.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index bf746533af..165f477f21 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -569,5 +569,17 @@ bubbleTimelineMustBeEnabled: "Note: the bubble timeline is hidden by default, an popularUsersGlobal: "Users popular on the global network" popularUsersLocal: "Users popular on {name}" +silenced: "Silenced" +totalFollowers: "Total followers" +totalFollowing: "Total following" +localFollowers: "Local followers" +localFollowing: "Local following" +remoteFollowers: "Remote followers" +remoteFollowing: "Remote following" +updateRemoteUser: "Refresh remote data" +activityPub: "Activity Pub" +ip: "IP" +ipTip: "The date is the IP address was first acknowledged." + translationTimeoutLabel: "Translation timeout" translationTimeoutCaption: "Timeout in milliseconds for translation API requests." |