mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-23 12:12:12 -08:00
82 lines
3.6 KiB
JSON
82 lines
3.6 KiB
JSON
{
|
|
"html": {
|
|
"avatarOverlay": "Edit"
|
|
},
|
|
"ejs": {
|
|
"landing": {
|
|
"updateAvailableTooltip": "Update Available",
|
|
"usernamePlaceholder": "Username",
|
|
"usernameEditButton": "Edit",
|
|
"settingsTooltip": "Settings",
|
|
"mediaGitHubURL": "https://github.com/dscalzi/HeliosLauncher",
|
|
"mediaTwitterURL": "#",
|
|
"mediaInstagramURL": "#",
|
|
"mediaYouTubeURL": "#",
|
|
"mediaDiscordURL": "https://discord.gg/zNWUXdt",
|
|
"serverStatus": "SERVER",
|
|
"serverStatusPlaceholder": "OFFLINE",
|
|
"mojangStatus": "MOJANG STATUS",
|
|
"mojangStatusIcon": "•",
|
|
"mojangStatusTooltipTitle": "Services",
|
|
"mojangStatusNETitle": "Non Essential",
|
|
"newsButton": "NEWS",
|
|
"launchButton": "PLAY",
|
|
"launchButtonPlaceholder": "• No Server Selected",
|
|
"launchProgressLabel": "0%",
|
|
"launchDetails": "Please wait..",
|
|
"newsArticleTitle": "Lorem Ipsum",
|
|
"newsArticleDate": "Mar 15, 44 BC, 9:14 AM",
|
|
"newsArticleAuthor": "by Cicero",
|
|
"newsArticleComments": "0 Comments",
|
|
"newsNavigationStatus": "1 of 1",
|
|
"newsErrorLoadSpan": "Checking for News..",
|
|
"newsErrorFailedSpan": "Failed to Load News",
|
|
"newsErrorRetryButton": "Try Again",
|
|
"newsErrorNoneSpan": "No News"
|
|
}
|
|
},
|
|
"js": {
|
|
"login": {
|
|
"error": {
|
|
"invalidValue": "* Invalid Value",
|
|
"requiredValue": "* Required",
|
|
"userMigrated": {
|
|
"title": "Error During Login:<br>Invalid Credentials",
|
|
"desc": "You've attempted to login with a migrated account. Try again using the account email as the username."
|
|
},
|
|
"invalidCredentials": {
|
|
"title": "Error During Login:<br>Invalid Credentials",
|
|
"desc": "The email or password you've entered is incorrect. Please try again."
|
|
},
|
|
"rateLimit": {
|
|
"title": "Error During Login:<br>Too Many Attempts",
|
|
"desc": "There have been too many login attempts with this account recently. Please try again later."
|
|
},
|
|
"noInternet": {
|
|
"title": "Error During Login:<br>No Internet Connection",
|
|
"desc": "You must be connected to the internet in order to login. Please connect and try again."
|
|
},
|
|
"authDown": {
|
|
"title": "Error During Login:<br>Authentication Server Offline",
|
|
"desc": "Mojang's authentication server is currently offline or unreachable. Please wait a bit and try again. You can check the status of the server on <a href=\"https://help.mojang.com/\">Mojang's help portal</a>."
|
|
},
|
|
"notPaid": {
|
|
"title": "Error During Login:<br>Game Not Purchased",
|
|
"desc": "The account you are trying to login with has not purchased a copy of Minecraft.<br>You may purchase a copy on <a href=\"https://minecraft.net/\">Minecraft.net</a>"
|
|
},
|
|
"unknown": {
|
|
"title": "Error During Login:<br>Unknown Error"
|
|
}
|
|
},
|
|
"login": "LOGIN",
|
|
"loggingIn": "LOGGING IN",
|
|
"success": "SUCCESS",
|
|
"tryAgain": "Try Again"
|
|
},
|
|
"landing": {
|
|
"launch": {
|
|
"pleaseWait": "Please wait.."
|
|
}
|
|
}
|
|
}
|
|
} |