Extended the internationalization system to support sidebar navigation menu with French/English translations. Fixed language selector dropdown styling to improve text visibility with proper contrast (gray background instead of transparent). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"common": {
|
|
"getData": "Get Data",
|
|
"loading": "Loading...",
|
|
"error": "Error",
|
|
"startRecording": "Start recording",
|
|
"stopRecording": "Stop recording"
|
|
},
|
|
"sensors": {
|
|
"title": "Measurement Sensors",
|
|
"description": "Your NebuleAir sensor is equipped with one or more probes that measure environmental variables. Measurements are automatic, but you can verify their operation here.",
|
|
"npm": {
|
|
"title": "NextPM",
|
|
"description": "Particulate matter sensor.",
|
|
"headerUart": "UART Port"
|
|
},
|
|
"bme280": {
|
|
"title": "BME280 Temp/Humidity Sensor",
|
|
"description": "Temperature and humidity sensor on I2C port.",
|
|
"headerI2c": "I2C Port",
|
|
"temp": "Temperature",
|
|
"hum": "Humidity",
|
|
"press": "Pressure"
|
|
},
|
|
"noise": {
|
|
"title": "Decibel Meter",
|
|
"description": "Noise sensor on I2C port.",
|
|
"headerI2c": "I2C Port"
|
|
},
|
|
"envea": {
|
|
"title": "Envea Probe",
|
|
"description": "Gas sensor."
|
|
}
|
|
},
|
|
"wifi": {
|
|
"title": "WIFI Connection",
|
|
"description": "WIFI connection is not mandatory but it allows you to perform updates and enable remote control.",
|
|
"status": "Status",
|
|
"connected": "Connected",
|
|
"hotspot": "Hotspot",
|
|
"disconnected": "Disconnected",
|
|
"scan": "Scan",
|
|
"connect": "Connect",
|
|
"enterPassword": "Enter password for"
|
|
},
|
|
"admin": {
|
|
"title": "Administration",
|
|
"parameters": "Parameters (config)",
|
|
"deviceName": "Device Name",
|
|
"deviceID": "Device ID",
|
|
"modemVersion": "Modem Version"
|
|
},
|
|
"sidebar": {
|
|
"home": "Home",
|
|
"sensors": "Sensors",
|
|
"database": "Database",
|
|
"modem4g": "4G Modem",
|
|
"wifi": "WIFI",
|
|
"logs": "Logs",
|
|
"map": "Map",
|
|
"terminal": "Terminal",
|
|
"admin": "Admin"
|
|
}
|
|
}
|