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