diff --git a/locales/en_US.json b/locales/en_US.json index 1824f8b..936f6e7 100644 --- a/locales/en_US.json +++ b/locales/en_US.json @@ -7,6 +7,7 @@ "progress": "Progress", "blog": "Blog", "account": "Account", + "donate": "Donate", "accountWidget": { "settings": "Settings", "logout": "Logout" @@ -237,6 +238,7 @@ "publishedOn": "on" }, "account": { + "account": "Account", "loginForm": { "login": "Login", "register": "Register", @@ -254,7 +256,9 @@ "downloadFiles": "Download account files", "downloadFilesDescription": "(will not work on Nintendo Network)", "upgrade": "Upgrade account", + "unavailable": "Unavailable", "settingCards": { + "userSettings": "User settings", "profile": "Profile", "nickname": "Nickname", "birthDate": "Birth date", @@ -280,7 +284,10 @@ "linkDiscord": "Link Discord account", "newsletter": "Newsletter", "newsletterPrompt": "Receive project updates via email (you can opt-out at any time)", - "passwordPrompt": "Enter your PNID password to download Cemu files" + "passwordPrompt": "Enter your PNID password to download Cemu files", + "no_signins_notice": "Sign in history not currently tracked. Check back again later!", + "no_newsletter_notice": "Newsletter not currently available. Check back again later", + "no_edit_from_dashboard": "Editing PNID settings from user dashboard is currently unavailable. Please update user settings from your linked game console" } }, "accountLevel": [ @@ -330,10 +337,26 @@ "caption": "Search for it here" } ] + }, + "search": { + "title": "Got an error code?", + "caption": "Type it in the box below to get information on your issue!", + "label": "Error code", + "no_match": "No matches found" + }, + "sidebar": { + "getting_started": "Getting started", + "welcome": "Welcome", + "install_extended": "Install Pretendo", + "install": "Install", + "search": "Search", + "juxt_err": "Error codes - Juxt" + } }, "modals": { "cancel": "Cancel", - "confirm": "Confirm" + "confirm": "Confirm", + "close": "Close" } } diff --git a/views/account/account.handlebars b/views/account/account.handlebars index a0449c6..230d70c 100644 --- a/views/account/account.handlebars +++ b/views/account/account.handlebars @@ -36,7 +36,7 @@