From dac84bad9207881bcd141ff8eb5da8cf0d93872e Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Sun, 5 Jul 2020 11:48:08 +0000 Subject: [PATCH] Translated using Weblate (English (Developer)) Currently translated at 100.0% (13 of 13 strings) Translation: Revolt/Web App Translate-URL: http://weblate.insrt.uk/projects/revolt/web-app/en_devel/ --- en_devel.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/en_devel.json b/en_devel.json index 0967ef4..e7e0cb8 100644 --- a/en_devel.json +++ b/en_devel.json @@ -1 +1,27 @@ -{} +{ + "general": { + "about": "Whomst", + "tos": "Terms of Service", + "privacy": "Privacy Policy", + "image_by": "Image by" + }, + "app": { + "main": { + "channel": { + "message": "Message {{name}} ({{id}})" + } + } + }, + "login": { + "title": "Login", + "email": "Electronic Mail", + "password": "Password", + "enter": { + "email": "Enter your electronic mail address.", + "password": "Enter your password." + }, + "forgot": "Forgot your password?", + "new": "You're not new?", + "create": "Create another account." + } +} -- GitLab