Added navigation to application, internationalization, and sign in screen.
This commit is contained in:
36
translations/en-US/common.json
Normal file
36
translations/en-US/common.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"translation": {
|
||||
"general": {
|
||||
"actions": {
|
||||
"signout": "Sign Out"
|
||||
}
|
||||
},
|
||||
"joblist": {
|
||||
"labels": {
|
||||
"activejobs": "All Active Jobs"
|
||||
},
|
||||
"titles": {
|
||||
"jobtab": "Jobs"
|
||||
}
|
||||
},
|
||||
"messaging": {
|
||||
"titles": {
|
||||
"messagingtab": "Messaging"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"titles": {
|
||||
"settings": "Settings"
|
||||
}
|
||||
},
|
||||
"signin": {
|
||||
"actions": {
|
||||
"signin": "Sign In"
|
||||
},
|
||||
"fields": {
|
||||
"email": "Email",
|
||||
"password": "Password"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user