diff --git a/en.json b/en.json index 9a35dcabcc0ceee4b40a9041b0f803d7ac88e5bd..12621ce236853ebf5058f52c4cff5f09403f1073 100644 --- a/en.json +++ b/en.json @@ -35,6 +35,7 @@ "navigation": { "tabs": { "home": "Home", + "dev": "Developer", "friends": "Friends", "unreads": "Unreads" } diff --git a/en_US.json b/en_US.json deleted file mode 100644 index dc1ad3a1d83008c8fc309a3cce79c609b76c176b..0000000000000000000000000000000000000000 --- a/en_US.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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}}" - } - } - } -} diff --git a/en_devel.json b/en_devel.json deleted file mode 100644 index e3d092bafccc8ea25e9dd9979bb602150450e8e2..0000000000000000000000000000000000000000 --- a/en_devel.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "general": { - "about": "Whomst", - "tos": "Terms of Service", - "privacy": "Privacy Policy", - "image_by": "Image by" - }, - "app": { - "main": { - "channel": { - "message": "Message {{name}} ({{id}})" - }, - "categories": { - "conversations": "Communications", - "channels": "Aqueducts", - "members": "Comrades" - } - }, - "status": { - "online": "Electronically Connected", - "idle": "Unproductive", - "busy": "Having fish to fry", - "invisible": "Wraithlike", - "offline": "Electronically Disconnected" - }, - "navigation": { - "tabs": { - "home": "Household", - "friends": "What's these", - "unreads": "Ignored" - } - } - }, - "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." - }, - "dayjs": { - "lastDay": "[Lang syne at] LT", - "sameDay": "[In the present day at] LT", - "nextDay": "[In subsequent time at] LT", - "lastWeek": "[Finis] dddd [at] LT", - "nextWeek": "dddd [at] LT", - "sameElse": "L" - } -}