webui/src/lib/locales/en.json

32 lines
984 B
JSON
Raw Normal View History

2023-11-17 01:05:35 +01:00
{
2023-11-17 11:48:20 +01:00
"section": {
"settings": {
"title": "Settings",
"textColor": "Text color",
"backgroundColor": "Background color",
"ledPowerOnTest": "LED power-on test",
"ledFlashOnBlock": "LED flash on new block",
"timePerScreen": "Time per screen",
"ledBrightness": "LED brightness",
"timezoneOffset": "Timezone offset",
"timeBetweenPriceUpdates": "Time between price updates",
"fullRefreshEvery": "Full refresh every",
"mempoolnstance": "Mempool Instance",
"hostnamePrefix": "Hostname prefix",
"StealFocusOnNewBlock": "Steal focus on new block",
"useBigCharsMcap": "Use big characters for market cap",
"otaUpdates": "OTA updates (restart required)",
"enableMdns": "mDNS (restart required)",
"fetchEuroPrice": "Fetch € price (restart required)"
2023-11-17 01:05:35 +01:00
}
2023-11-17 11:48:20 +01:00
},
"colors": {
"black": "Black",
"white": "White"
},
"time": {
"minutes": "minutes",
"seconds": "seconds"
}
}