AstroCol/public/lang/en/game.json

23 lines
663 B
JSON
Raw Normal View History

2023-11-11 22:28:14 +00:00
{
"Header": {
"user": "user {}"
},
"Label": {
"userCreationDate": "Account created at {}",
"newUsernamePlaceholder": "new username",
"newEmailPlaceholder": "new email",
"newPasswordPlaceholder": "new password",
"newPasswordVerifyPlaceholder": "verify",
"passwordPlaceholder": "password",
"oldPasswordPlaceholder": "old password"
},
2023-11-11 22:28:14 +00:00
"Link": {
"build": "[build]",
2024-03-30 22:30:06 +00:00
"research": "[research]",
"changeUsername": "Change username",
"changeEmail": "Change email",
"changePassword": "Change password",
"logout": "[log out]"
2023-11-11 22:28:14 +00:00
}
}