From 5996352b33909bf723f117598553a2cb432b2cc4 Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Sat, 3 Aug 2024 19:39:24 -0400 Subject: [PATCH] Make translations for fetching users registration application --- translations/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index e00a934..88a3b0b 100644 --- a/translations/en.json +++ b/translations/en.json @@ -642,5 +642,8 @@ "edited_post": "Edited post", "leave_admin_team_confirmation": "Are you sure you want to leave the admin team?", "leaving_admin_team": "Leaving admin team", - "torrent_help": "Lemmy can use a technology called BitTorrent to view or stream media. <1>Click here to learn how." + "torrent_help": "Lemmy can use a technology called BitTorrent to view or stream media. <1>Click here to learn how.", + "registration_for_user": "Registration for {{name}}", + "loading_registration": "Loading registration", + "fetch_registration_error": "Could not fetch registration application" }