mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 09:50:11 +00:00
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
|
{
|
||
|
"meta": {
|
||
|
"name": ""
|
||
|
},
|
||
|
"strings": {
|
||
|
"pageTitle": "",
|
||
|
"createAccountHeader": "",
|
||
|
"accountDetails": "",
|
||
|
"emailAddress": "",
|
||
|
"username": "",
|
||
|
"password": "",
|
||
|
"reEnterPassword": "",
|
||
|
"reEnterPasswordInvalid": "",
|
||
|
"createAccountButton": "",
|
||
|
"passwordRequirementsHeader": "",
|
||
|
"successHeader": "",
|
||
|
"successContinueButton": "",
|
||
|
"confirmationRequired": "",
|
||
|
"confirmationRequiredMessage": ""
|
||
|
},
|
||
|
"notifications": {
|
||
|
"errorUserExists": "",
|
||
|
"errorInvalidCode": ""
|
||
|
},
|
||
|
"validationStrings": {
|
||
|
"length": {
|
||
|
"singular": "",
|
||
|
"plural": ""
|
||
|
},
|
||
|
"uppercase": {
|
||
|
"singular": "",
|
||
|
"plural": ""
|
||
|
},
|
||
|
"lowercase": {
|
||
|
"singular": "",
|
||
|
"plural": ""
|
||
|
},
|
||
|
"number": {
|
||
|
"singular": "",
|
||
|
"plural": ""
|
||
|
},
|
||
|
"special": {
|
||
|
"singular": "",
|
||
|
"plural": ""
|
||
|
}
|
||
|
}
|
||
|
}
|