-
Notifications
You must be signed in to change notification settings - Fork 112
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 #374 from avalanche9/patch-1
Add Latvian translation
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"config": { | ||
"title": "Nordpool", | ||
"step": { | ||
"user": { | ||
"title": "Nordpool Sensors", | ||
"description": "Iestatīt Nordpool biržas sensoru", | ||
"data": { | ||
"region": "Reģions", | ||
"currency": "Valūta", | ||
"VAT": "Iekļaut PVN", | ||
"precision": "Decimāldaļas noapaļošanas precizitāte", | ||
"low_price_cutoff": "Zemās cenas līmenis procentos", | ||
"price_in_cents": "Cena centos", | ||
"price_type": "Cenas formāts", | ||
"additional_costs": "Papildus izmaksu veidne" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"name_exists": "Šāds nosaukums jau eksistē", | ||
"invalid_template": "Veidne nav korekta, skatīt https://github.com/custom-components/nordpool" | ||
} | ||
} | ||
} |