added translations for login and reordered menu components

development
Thiemann96 5 years ago
parent c7c70d30dd
commit 3a6a815ac0

@ -23,6 +23,11 @@ export class openSenseApp {
icon: 'code', icon: 'code',
component: 'BlocklyPage' component: 'BlocklyPage'
}, },
{
title: 'MENU.MYSENSEBOX',
icon: "person",
component : 'LoginPage'
},
{ {
title: 'MENU.DOCS', title: 'MENU.DOCS',
icon: 'book', icon: 'book',
@ -39,11 +44,6 @@ export class openSenseApp {
title: 'MENU.SETTINGS', title: 'MENU.SETTINGS',
icon: 'settings', icon: 'settings',
component: 'SettingsPage' component: 'SettingsPage'
},
{
title: 'MENU.MYSENSEBOX',
icon: "person",
component : 'LoginPage'
} }
]; ];

@ -5,7 +5,8 @@
"ABOUT": "Über", "ABOUT": "Über",
"BLOCKLY": "Blockly", "BLOCKLY": "Blockly",
"DOCS": "Dokumentation", "DOCS": "Dokumentation",
"SETTINGS": "Einstellungen" "SETTINGS": "Einstellungen",
"MYSENSEBOX":"Meine senseBox"
}, },
"ABOUT": { "ABOUT": {
"TITLE": "Über", "TITLE": "Über",
@ -25,6 +26,22 @@
"BTN_CODE": "Quellcode Ansicht", "BTN_CODE": "Quellcode Ansicht",
"BTN_OTA": "OTA Upload" "BTN_OTA": "OTA Upload"
}, },
"CONFIG":{
"WIFI":"WiFi Einstellungen",
"IDS":"senseBox und Sensor ID's",
"DEBUG":"Debugging einschalten",
"BTN_UPLOAD":"Sketch hochladen!"
},
"MYSENSEBOX":{
"TITLE":"Meine senseBox",
"SHOW":"Zeige Sensoren",
"SKETCH":"Sketch hochladen",
"EXPOSURE":"Position"
},
"SENSORS":{
"TYP":"Typ",
"MEASUREMENT":"Letzte Messung"
},
"SETTINGS": { "SETTINGS": {
"TITLE": "Einstellungen", "TITLE": "Einstellungen",
"LANGUAGE": { "LANGUAGE": {

@ -5,7 +5,8 @@
"ABOUT": "About", "ABOUT": "About",
"BLOCKLY": "Blockly", "BLOCKLY": "Blockly",
"DOCS": "Documentation", "DOCS": "Documentation",
"SETTINGS": "Settings" "SETTINGS": "Settings",
"MYSENSEBOX": "My senseBox"
}, },
"ABOUT": { "ABOUT": {
"TITLE": "About", "TITLE": "About",
@ -25,6 +26,16 @@
"BTN_CODE": "Code View", "BTN_CODE": "Code View",
"BTN_OTA": "OTA Programmer" "BTN_OTA": "OTA Programmer"
}, },
"MYSENSEBOX":{
"TITLE":"My senseBox",
"SHOW":"Show sensors",
"SKETCH":"Upload Sketch",
"EXPOSURE":"Exposure"
},
"SENSORS":{
"TYP":"Type",
"MEASUREMENT":"Last measurement"
},
"SETTINGS": { "SETTINGS": {
"TITLE": "Settings", "TITLE": "Settings",
"LANGUAGE": { "LANGUAGE": {
@ -100,6 +111,9 @@
}, },
"CONFIG":{ "CONFIG":{
"TITLE":"Initial configuration", "TITLE":"Initial configuration",
"BUTTON":"Upload!" "BUTTON":"Upload Sketch!",
"WIFI":"Configure WiFi Settings",
"IDS":"senseBox and sensor ID's",
"DEBUG":"Enable debugging"
} }
} }

@ -7,7 +7,6 @@ page-ota-wizard {
.tutorial_gif { .tutorial_gif {
border-radius: 25px; border-radius: 25px;
box-shadow: 10px 10px 8px #888888;
} }
ion-slide { ion-slide {

Loading…
Cancel
Save