WIP: Add chargepoint list
This commit is contained in:
parent
5ad07af3d2
commit
255895bcb8
4 changed files with 143 additions and 0 deletions
13
frontend/static/locales/de/chargepoint.json
Normal file
13
frontend/static/locales/de/chargepoint.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"header": "Ladepunkte",
|
||||
"tableHeader": {
|
||||
"name": "Name",
|
||||
"active": "Aktiv",
|
||||
"price": "Preis",
|
||||
"lastSeen": "Zuletzt gesehen"
|
||||
},
|
||||
"tableFormatting": {
|
||||
"lastSeen": "{{val, relativetime}}"
|
||||
},
|
||||
"noChargepoints": "Noch keine Ladepunkte vorhanden."
|
||||
}
|
13
frontend/static/locales/en/chargepoint.json
Normal file
13
frontend/static/locales/en/chargepoint.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"header": "Chargepoints",
|
||||
"tableHeader": {
|
||||
"name": "Name",
|
||||
"active": "Active",
|
||||
"price": "Price",
|
||||
"lastSeen": "Last seen"
|
||||
},
|
||||
"tableFormatting": {
|
||||
"lastSeen": "{{val, relativetime}}"
|
||||
},
|
||||
"noChargepoints": "There are no chargepoints yet."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue