diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-09 11:53:29 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 14:44:17 -0400 |
| commit | 40a73bfcbe083d5a2aa4be57880e389def4757c4 (patch) | |
| tree | 6daa302e4dc0b32cf48e4f3e1f63a04b3458b907 /sharkey-locales | |
| parent | merge: Remove moved setting that was left after merge (!1006) (diff) | |
| download | sharkey-40a73bfcbe083d5a2aa4be57880e389def4757c4.tar.gz sharkey-40a73bfcbe083d5a2aa4be57880e389def4757c4.tar.bz2 sharkey-40a73bfcbe083d5a2aa4be57880e389def4757c4.zip | |
add new role conditions for local/remote followers/followees
Diffstat (limited to 'sharkey-locales')
| -rw-r--r-- | sharkey-locales/en-US.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 034d995b01..5922fb63ca 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -245,6 +245,14 @@ _role: isFromInstance: "Is from a specific instance" isFromInstanceHost: "Hostname (case-insensitive)" isFromInstanceSubdomains: "Match subdomains" + localFollowersLessThanOrEq: "Has X or fewer local followers" + localFollowersMoreThanOrEq: "Has X or more local followers" + localFollowingLessThanOrEq: "Follows X or fewer local accounts" + localFollowingMoreThanOrEq: "Follows X or more local accounts" + remoteFollowersLessThanOrEq: "Has X or fewer remote followers" + remoteFollowersMoreThanOrEq: "Has X or more remote followers" + remoteFollowingLessThanOrEq: "Follows X or fewer remote accounts" + remoteFollowingMoreThanOrEq: "Follows X or more remote accounts" _emailUnavailable: banned: "This email address is banned" _signup: |