From bb287cbd076940bd09f6afb61b642370d020f91e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 10 Apr 2020 16:55:57 -0400 Subject: Adding an admin settings page. - Fixes #620 - Adding a UserListing component. Fixes #627 --- ui/translations/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/translations/en.json') diff --git a/ui/translations/en.json b/ui/translations/en.json index 0281aaf4..a39496ab 100644 --- a/ui/translations/en.json +++ b/ui/translations/en.json @@ -53,6 +53,8 @@ "mods": "mods", "moderates": "Moderates", "settings": "Settings", + "admin_settings": "Admin Settings", + "site_config": "Site Configuration", "remove_as_mod": "remove as mod", "appoint_as_mod": "appoint as mod", "modlog": "Modlog", @@ -78,6 +80,7 @@ "unban": "unban", "unban_from_site": "unban from site", "banned": "banned", + "banned_users": "Banned Users", "save": "save", "unsave": "unsave", "create": "create", @@ -210,6 +213,7 @@ "Lemmy is a <1>link aggregator / reddit alternative, intended to work in the <2>fediverse.<3>It's self-hostable, has live-updating comment threads, and is tiny (<4>~80kB). Federation into the ActivityPub network is on the roadmap. <5>This is a <6>very early beta version, and a lot of features are currently broken or missing. <7>Suggest new features or report bugs <8>here.<9>Made with <10>Rust, <11>Actix, <12>Inferno, <13>Typescript.", "not_logged_in": "Not logged in.", "logged_in": "Logged in.", + "site_saved": "Site Saved.", "community_ban": "You have been banned from this community.", "site_ban": "You have been banned from the site", "couldnt_create_comment": "Couldn't create comment.", -- cgit v1.2.3