chore: Add localizations to signup page

This commit is contained in:
Krille Fear 2021-11-04 16:13:02 +01:00
commit 5a3cb04300
3 changed files with 15 additions and 6 deletions

View file

@ -1,6 +1,15 @@
{
"@@locale": "en",
"@@last_modified": "2021-08-14 12:38:37.885451",
"passwordsDoNotMatch": "Passwords do not match!",
"pleaseEnterValidEmail": "Please enter a valid email address.",
"repeatPassword": "Repeat password",
"pleaseChooseAtLeastChars": "Please choose at least {min} characters.",
"@pleaseChooseAtLeastChars": {
"type": "text",
"placeholders": {
"min": {}}
},
"about": "About",
"@about": {
"type": "text",