webapp/static/lang/en-us.json
2024-04-05 20:05:49 -04:00

59 lines
2.3 KiB
JSON

{
"languageName": "English (US)",
"translatedLanguageName": "English (US)",
"flag": "🇺🇸",
"author": "Computernewb",
"stringKeys": {
"kGeneric_CollabVM": "CollabVM",
"kGeneric_Yes": "Yes",
"kGeneric_No": "No",
"kGeneric_Ok": "OK",
"kGeneric_Cancel": "Cancel",
"kSiteButtons_Home": "Home",
"kSiteButtons_FAQ": "FAQ",
"kSiteButtons_Rules": "Rules",
"kVM_UsersOnlineText": "Users Online:",
"kVM_TurnTimeTimer": "Turn expires in {0} seconds.",
"kVM_WaitingTurnTimer": "Waiting for turn in {0} seconds.",
"kVM_VoteCooldownTimer": "Please wait {0} seconds before starting another vote.",
"kVM_VoteForResetTitle": "Do you want to reset the VM?",
"kVM_VoteForResetTimer": "Vote ends in {0} seconds",
"kVMButtons_TakeTurn": "Take Turn",
"kVMButtons_EndTurn": "End Turn",
"kVMButtons_ChangeUsername": "Change Username",
"kVMButtons_VoteForReset": "Vote For Reset",
"kVMButtons_Screenshot": "Screenshot",
"kAdminVMButtons_PassVoteButton": "Pass Vote",
"kAdminVMButtons_CancelVoteButton": "Cancel Vote",
"kVMPrompts_EnterNewUsernamePrompt": "Enter a new username, or leave the field blank to be assigned a guest username",
"kError_UnexpectedDisconnection": "You have been disconnected from the server.",
"kError_UsernameTaken": "That username is already taken",
"kError_UsernameInvalid": "Usernames can contain only numbers, letters, spaces, dashes, underscores, and dots, and it must be between 3 and 20 characters.",
"kError_UsernameBlacklisted": "That username has been blacklisted.",
"kAccountModal_Login": "Login",
"kAccountModal_Register": "Register",
"kAccountModal_Verify": "Verify E-Mail",
"kAccountModal_AccountSettings": "Account Settings",
"kAccountModal_ResetPassword": "Reset Password",
"kMissingCaptcha": "Please fill out the captcha.",
"kPasswordsMustMatch": "Passwords must match.",
"kAccountModal_VerifyText": "We sent an E-Mail to {0}. To verify your account, please enter the 8-digit code from the E-Mail below.",
"kAccountModal_VerifyPasswordResetText": "We sent an E-Mail to {0}. To reset your password, please enter the 8-digit code from the E-Mail below.",
"kAccountModal_PasswordResetSuccess": "Your password has been changed successfully. You can now log in with your new password.",
"kNotLoggedIn": "Not Logged in"
}
}