From c10cc2f60e89fe130ebc34a750f573d664c1e128 Mon Sep 17 00:00:00 2001 From: RedDuckss Date: Tue, 16 Oct 2018 21:03:28 -0400 Subject: [PATCH] Added US_en locale --- locales/US_en.json | 52 ++++++++++++++++++++++++++++++++++++++++ static-text.example.json | 4 ---- static-text.json | 4 ---- 3 files changed, 52 insertions(+), 8 deletions(-) create mode 100644 locales/US_en.json delete mode 100644 static-text.example.json delete mode 100644 static-text.json diff --git a/locales/US_en.json b/locales/US_en.json new file mode 100644 index 0000000..30bd03c --- /dev/null +++ b/locales/US_en.json @@ -0,0 +1,52 @@ +{ + "nav": { + "brand": "Pretendo", + "links": { + "news": "News", + "progress": "Progress", + "contact": "Contact", + "login": "Login", + "register": "Register", + "logout": "Logout" + } + }, + "about": { + "title": "About", + "text": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite WiiU and 3DS family of console games to their fullest capacity." + }, + "credits": { + "title": "Credits" + }, + "contact": { + "title": "Contact Us", + "button_text": "Send Message", + "email_placeholder": "email@provider.com", + "subject_placeholder": "Subject", + "message_placeholder": "Message" + }, + "login_card": { + "title": "Login", + "email_text": "Username or Email", + "password_text": "Password", + "email_placeholder": "email@provider.com", + "password_placeholder": "••••••••", + "button_text": "Sign In" + }, + "register_card": { + "title": "Register", + "email_text": "Email Address", + "username_text": "Username", + "password_text": "Password", + "password_confirm_text": "Confirm Password", + "email_placeholder": "email@provider.com", + "password_placeholder": "••••••••", + "caption": "Sign Up" + }, + "errors": { + "invalid_login": "Invalid username/password combination", + "account_exists": "An account with that username already exists!" + }, + "footer": { + "text": "Copyright 2018 PretendoNetwork - Site designed and developed by MrJVS and Jip" + } +} \ No newline at end of file diff --git a/static-text.example.json b/static-text.example.json deleted file mode 100644 index aa61ea6..0000000 --- a/static-text.example.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "progressSummary": "This is a progress summary", - "headerText": "A work-in-progress server replacement for nintendo 3ds and wiiu" -} \ No newline at end of file diff --git a/static-text.json b/static-text.json deleted file mode 100644 index aa61ea6..0000000 --- a/static-text.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "progressSummary": "This is a progress summary", - "headerText": "A work-in-progress server replacement for nintendo 3ds and wiiu" -} \ No newline at end of file