generator-rn-toolbox
Version:
React-Native generators to kickstart your project
31 lines (30 loc) • 533 B
JSON
{
"account": {
"logout": "Logout",
"title": "Account"
},
"home": {
"text": "This is the home page !",
"title": "Home"
},
"landing": {
"login": "Already have an account?",
"register": "Register"
},
"login": {
"login": "Login",
"signup": "I don't have an account"
},
"signup": {
"signup": "Signup",
"title": "Signup"
},
"user": {
"form": {
"email": "Email",
"firstname": "First name",
"lastname": "Last name",
"password": "Password"
}
}
}