1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-07-04 13:00:21 +02:00

added translations for login and reordered menu components

This commit is contained in:
Thiemann96 2020-03-11 01:14:10 +01:00
parent c7c70d30dd
commit 3a6a815ac0
4 changed files with 40 additions and 10 deletions

View file

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

View file

@ -5,7 +5,8 @@
"ABOUT": "Über",
"BLOCKLY": "Blockly",
"DOCS": "Dokumentation",
"SETTINGS": "Einstellungen"
"SETTINGS": "Einstellungen",
"MYSENSEBOX":"Meine senseBox"
},
"ABOUT": {
"TITLE": "Über",
@ -25,6 +26,22 @@
"BTN_CODE": "Quellcode Ansicht",
"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": {
"TITLE": "Einstellungen",
"LANGUAGE": {

View file

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

View file

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