First translation strings

This commit is contained in:
Djuri 2023-11-17 11:48:20 +01:00
parent ac33a596c7
commit 1f382fc8b4
3 changed files with 73 additions and 39 deletions

View file

@ -1,7 +1,22 @@
{
"section": {
"settings": {
"title": "Instellingen"
}
"section": {
"settings": {
"title": "Instellingen",
"textColor": "Tekstkleur",
"backgroundColor": "Achtergrondkleur",
"timeBetweenPriceUpdates": "Tijd tussen prijs updates",
"timezoneOffset": "Tijdzone afwijking",
"ledBrightness": "LED helderheid",
"timePerScreen": "Tijd per scherm",
"fullRefreshEvery": "Volledig verversen"
}
}
},
"colors": {
"black": "Zwart",
"white": "Wit"
},
"time": {
"minutes": "minuten",
"seconds": "seconden"
}
}