From ece84908580e7febbc99ae2509de0860f849876e Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Mon, 5 Apr 2021 19:43:32 +0100 Subject: [PATCH] Add strings. --- en.json | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/en.json b/en.json index 8650926..837387c 100644 --- a/en.json +++ b/en.json @@ -3,7 +3,8 @@ "about": "About", "tos": "Terms of Service", "privacy": "Privacy Policy", - "image_by": "Image by" + "image_by": "Image by", + "loading": "Loading..." }, "login": { "title": "Login", @@ -61,6 +62,7 @@ "main": { "categories": { "conversations": "Conversations", + "participants": "Participants", "channels": "Channels", "members": "Members" }, @@ -83,7 +85,11 @@ "removed_by": "removed by", "channel_renamed": "renamed the channel to" }, + "start": { + "group": "This is the start of your conversation." + }, "unknown_user": "<Unknown User>", + "edited": "(edited)", "bot": "bot" }, "groups": { @@ -105,7 +111,9 @@ }, "profile": { "title": "Profile", - "info": "Information" + "info": "Information", + "fetching": "Fetching your profile...", + "placeholder": "Write something about yourself..." }, "sessions": { "title": "Sessions", @@ -154,6 +162,20 @@ "source_code": "Source", "feedback": "Feedback", "logOut": "Log Out" + }, + "tips": { + "account": { + "a": "Looking to customise your public profile?", + "b": "Head over to your profile settings." + }, + "languages": { + "a": "Missing a language you want?", + "b": "Help contribute more translations." + }, + "sessions": { + "a": "If you see an unknown session on the list,", + "b": "secure your account by changing your password and using 2FA." + } } }, "special": { @@ -161,7 +183,8 @@ "pending": "Pending", "blocked": "Blocked", "incoming": "Incoming friend request.", - "outgoing": "Outgoing friend request." + "outgoing": "Outgoing friend request.", + "nobody": "Nobody here yet!" }, "status": { "offline": "Offline.", -- GitLab