diff --git a/en_US.json b/en_US.json index 0967ef424bce6791893e9a57bb952f80fd536e93..dc1ad3a1d83008c8fc309a3cce79c609b76c176b 100644 --- a/en_US.json +++ b/en_US.json @@ -1 +1,27 @@ -{} +{ + "general": { + "tos": "Terms of Service", + "privacy": "Privacy Policy", + "image_by": "Image by", + "about": "About" + }, + "login": { + "email": "Email", + "password": "Password", + "enter": { + "email": "Enter your email.", + "password": "Enter your password." + }, + "forgot": "Forgot your password?", + "new": "New to REVOLT?", + "create": "Create a new account.", + "title": "Login" + }, + "app": { + "main": { + "channel": { + "message": "Message {{name}}" + } + } + } +}