Skip to content

Commit 79944c9

Browse files
authored
Merge pull request #359 from misa1515/patch-2
Create sk.json
2 parents 8fcb98d + 286a5e8 commit 79944c9

File tree

1 file changed

+25
-0
lines changed
  • custom_components/nordpool/translations

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"config": {
3+
"title": "Nordpool",
4+
"step": {
5+
"user": {
6+
"title": "Nordpool snímač",
7+
"description": "Nastavte snímač Nordpool",
8+
"data": {
9+
"region": "Región",
10+
"currency": "Mena",
11+
"VAT": "Vrátane DPH",
12+
"precision": "Presnosť desatinného zaokrúhľovania",
13+
"low_price_cutoff": "Nízke percento ceny",
14+
"price_in_cents": "Cena v centoch",
15+
"price_type": "Energetická stupnica",
16+
"additional_costs": "Šablóna pre dodatočné náklady"
17+
}
18+
}
19+
},
20+
"error": {
21+
"name_exists": "Názov už existuje",
22+
"invalid_template": "Šablóna je neplatná, skontrolujte https://github.com/custom-components/nordpool"
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)