-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from stenrose/master
Fix typos and add key 'invalid_template' in Swedish translation
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
{ | ||
"config": { | ||
"title": "Nordpool", | ||
"title": "Nord Pool", | ||
"step": { | ||
"user": { | ||
"title": "Sensor", | ||
"description": "Konfigurera en Nordpool sensor", | ||
"description": "Konfigurera en Nord Pool-sensor", | ||
"data": { | ||
"region": "Region", | ||
"friendly_name": "Visnings namn", | ||
"friendly_name": "Visningsnamn", | ||
"currency": "SEK", | ||
"VAT": "Inkludera VAT", | ||
"VAT": "Inkludera moms", | ||
"precision": "Hur många decimaler ska visas", | ||
"low_price_cutoff": "Lägsta pris nivå", | ||
"low_price_cutoff": "Lägsta prisnivå", | ||
"price_in_cents": "Pris i ören", | ||
"price_type": "Pris i formatatet", | ||
"price_type": "Prisformat", | ||
"additional_costs": "Mall för ytterligare kostnader" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"name_exists": "Namnet existerar redan" | ||
"name_exists": "Namnet existerar redan", | ||
"invalid_template": "Mallen är ogiltig, se https://github.com/custom-components/nordpool" | ||
} | ||
} | ||
} | ||
} |