style(interface settings): add description to each UI setting

This commit is contained in:
Tom (plebeius.eth)
2024-10-31 12:48:01 +01:00
parent 06cbb9639b
commit c6e301af0f
39 changed files with 285 additions and 53 deletions
+7 -1
View File
@@ -250,5 +250,11 @@
"delete_wallet": "Delete Wallet",
"loading_subplebbit": "Loading subplebbit",
"avatar_warning": "You can't post with an avatar while anon mode is turned on. You can turn it off in your Plebbit Account settings.",
"last_bumped": "Last Bumped"
"last_bumped": "Last Bumped",
"threads_without_images_tip": "Don't display posts without images",
"hide_gore_boards_tip": "Don't display posts from boards with the \"gore\" tag",
"hide_adult_boards_tip": "Don't display posts from boards with the \"adult\" tag",
"fit_expanded_images_to_screen": "Fit expanded images to screen",
"fit_expanded_images_to_screen_tip": "Limit expanded images to both browser width and height",
"hide_avatars_tip": "Don't display avatars next to user display names"
}