Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640)
* Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks
This commit is contained in:
@ -5,13 +5,13 @@ en:
|
||||
defaults:
|
||||
avatar: PNG, GIF or JPG. At most 2MB. Will be downscaled to 120x120px
|
||||
display_name:
|
||||
one: '<span class="name-counter">1</span> character left'
|
||||
other: '<span class="name-counter">%{count}</span> characters left'
|
||||
one: <span class="name-counter">1</span> character left
|
||||
other: <span class="name-counter">%{count}</span> characters left
|
||||
header: PNG, GIF or JPG. At most 2MB. Will be downscaled to 700x335px
|
||||
locked: Requires you to manually approve followers and defaults post privacy to followers-only
|
||||
note:
|
||||
one: '<span class="note-counter">1</span> character left'
|
||||
other: '<span class="note-counter">%{count}</span> characters left'
|
||||
one: <span class="note-counter">1</span> character left
|
||||
other: <span class="note-counter">%{count}</span> characters left
|
||||
imports:
|
||||
data: CSV file exported from another Mastodon instance
|
||||
sessions:
|
||||
@ -36,8 +36,8 @@ en:
|
||||
password: Password
|
||||
setting_auto_play_gif: Auto-play animated GIFs
|
||||
setting_boost_modal: Show confirmation dialog before boosting
|
||||
setting_delete_modal: Show confirmation dialog before deleting a toot
|
||||
setting_default_privacy: Post privacy
|
||||
setting_delete_modal: Show confirmation dialog before deleting a toot
|
||||
severity: Severity
|
||||
type: Import type
|
||||
username: Username
|
||||
|
Reference in New Issue
Block a user