feat(dashboard): handle API errors and enhance translations
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
{
|
||||
"title": "Overzicht"
|
||||
"title": "Overzicht",
|
||||
"electricity": "Elektriciteit",
|
||||
"gas": "Gas",
|
||||
"current_electricity_price": "Actuele elektriciteitsprijs",
|
||||
"cheapest_electricity_price": "Goedkoopste elektriciteitsprijs",
|
||||
"durable_electricity_price": "Duurzaamste elektriciteitsprijs",
|
||||
"priciest_electricity_price": "Duurste elektriciteitsprijs",
|
||||
"current_gas_price": "Actuele gasprijs",
|
||||
"cheapest_gas_price": "Goedkoopste gasprijs",
|
||||
"priciest_gas_price": "Duurste gasprijs"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Prijshistorie"
|
||||
}
|
||||
@@ -1,5 +1,7 @@
|
||||
import dashboard from './dashboard.json';
|
||||
import history from './history.json';
|
||||
|
||||
export default {
|
||||
dashboard,
|
||||
history,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user