Implement chargepoint list route
This commit is contained in:
parent
8e42205301
commit
1c810e6293
5 changed files with 178 additions and 0 deletions
17
frontend/static/locales/de/chargepoint.json
Normal file
17
frontend/static/locales/de/chargepoint.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"header": "Ladepunkte",
|
||||
"tableHeader": {
|
||||
"name": "Name",
|
||||
"active": "Aktiv",
|
||||
"price": "Preis",
|
||||
"lastSeen": "Zuletzt gesehen"
|
||||
},
|
||||
"tableFormatting": {
|
||||
"lastSeen": "{{val, relativetime}}"
|
||||
},
|
||||
"state": {
|
||||
"enabled": "Aktiv",
|
||||
"disabled": "Deaktiviert"
|
||||
},
|
||||
"noChargepoints": "Noch keine Ladepunkte vorhanden."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue