Added tech routing paths and basic structure of landing page + sign in + reducers BOD-95
This commit is contained in:
@@ -825,6 +825,16 @@
|
||||
"profilesidebar": {
|
||||
"profile": "My Profile",
|
||||
"shops": "My Shops"
|
||||
},
|
||||
"tech": {
|
||||
"clockin": "Clock In",
|
||||
"clockout": "Clock Out",
|
||||
"home": "Home",
|
||||
"joblookup": "Job Lookup",
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"productionboard": "Production Board",
|
||||
"productionlist": "Production List"
|
||||
}
|
||||
},
|
||||
"messaging": {
|
||||
@@ -1036,6 +1046,12 @@
|
||||
"removed": "Job removed from scoreboard."
|
||||
}
|
||||
},
|
||||
"tech": {
|
||||
"labels": {
|
||||
"loggedin": "Logged in as {{name}}",
|
||||
"notloggedin": "Not logged in."
|
||||
}
|
||||
},
|
||||
"templates": {
|
||||
"errors": {
|
||||
"updating": "Error updating template {{error}}."
|
||||
|
||||
@@ -825,6 +825,16 @@
|
||||
"profilesidebar": {
|
||||
"profile": "Mi perfil",
|
||||
"shops": "Mis tiendas"
|
||||
},
|
||||
"tech": {
|
||||
"clockin": "",
|
||||
"clockout": "",
|
||||
"home": "",
|
||||
"joblookup": "",
|
||||
"login": "",
|
||||
"logout": "",
|
||||
"productionboard": "",
|
||||
"productionlist": ""
|
||||
}
|
||||
},
|
||||
"messaging": {
|
||||
@@ -1036,6 +1046,12 @@
|
||||
"removed": ""
|
||||
}
|
||||
},
|
||||
"tech": {
|
||||
"labels": {
|
||||
"loggedin": "",
|
||||
"notloggedin": ""
|
||||
}
|
||||
},
|
||||
"templates": {
|
||||
"errors": {
|
||||
"updating": ""
|
||||
|
||||
@@ -825,6 +825,16 @@
|
||||
"profilesidebar": {
|
||||
"profile": "Mon profil",
|
||||
"shops": "Mes boutiques"
|
||||
},
|
||||
"tech": {
|
||||
"clockin": "",
|
||||
"clockout": "",
|
||||
"home": "",
|
||||
"joblookup": "",
|
||||
"login": "",
|
||||
"logout": "",
|
||||
"productionboard": "",
|
||||
"productionlist": ""
|
||||
}
|
||||
},
|
||||
"messaging": {
|
||||
@@ -1036,6 +1046,12 @@
|
||||
"removed": ""
|
||||
}
|
||||
},
|
||||
"tech": {
|
||||
"labels": {
|
||||
"loggedin": "",
|
||||
"notloggedin": ""
|
||||
}
|
||||
},
|
||||
"templates": {
|
||||
"errors": {
|
||||
"updating": ""
|
||||
|
||||
Reference in New Issue
Block a user