23 lines
663 B
JSON
23 lines
663 B
JSON
|
{
|
||
|
"Header": {
|
||
|
"user": "user {}"
|
||
|
},
|
||
|
"Label": {
|
||
|
"userCreationDate": "Account created at {}",
|
||
|
"newUsernamePlaceholder": "new username",
|
||
|
"newEmailPlaceholder": "new email",
|
||
|
"newPasswordPlaceholder": "new password",
|
||
|
"newPasswordVerifyPlaceholder": "verify",
|
||
|
"passwordPlaceholder": "password",
|
||
|
"oldPasswordPlaceholder": "old password"
|
||
|
},
|
||
|
"Link": {
|
||
|
"build": "[build]",
|
||
|
"research": "[research]",
|
||
|
|
||
|
"changeUsername": "Change username",
|
||
|
"changeEmail": "Change email",
|
||
|
"changePassword": "Change password",
|
||
|
"logout": "[log out]"
|
||
|
}
|
||
|
}
|