From 4ae559c498266ae1974d0ee52ad09e25a75ca06a Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Sun, 5 Jul 2020 09:34:00 +0000 Subject: [PATCH] Translated using Weblate (English (United States)) Currently translated at 100.0% (13 of 13 strings) Translation: Revolt/Web App Translate-URL: http://weblate.insrt.uk/projects/revolt/web-app/en_US/ --- en_US.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/en_US.json b/en_US.json index 0967ef4..dc1ad3a 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}}" + } + } + } +} -- GitLab