From 63a7ab399a6d08fe9da1b97b0c9bf83761e0ce02 Mon Sep 17 00:00:00 2001 From: Julius Vitkauskas Date: Mon, 6 Nov 2023 00:49:08 +0200 Subject: [PATCH] Add Lithuanian translation --- .../nordpool/translations/lt.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 custom_components/nordpool/translations/lt.json diff --git a/custom_components/nordpool/translations/lt.json b/custom_components/nordpool/translations/lt.json new file mode 100644 index 0000000..7a32533 --- /dev/null +++ b/custom_components/nordpool/translations/lt.json @@ -0,0 +1,25 @@ +{ + "config": { + "title": "Nordpool", + "step": { + "user": { + "title": "Nordpool jutiklis", + "description": "Nordpool jutiklio nustatymas", + "data": { + "region": "Regionas", + "currency": "Valiuta", + "VAT": "Įtraukti PVM", + "precision": "Dešimtainių skaičių apvalinimo tikslumas", + "low_price_cutoff": "Žemos kainos procentas", + "price_in_cents": "Kaina centais", + "price_type": "Energijos skalė", + "additional_costs": "Papildomų išlaidų šablonas" + } + } + }, + "error": { + "name_exists": "Toks pavadinimas jau egzistuoja", + "invalid_template": "Šablonas neteisingas, žiūrėkite https://github.com/custom-components/nordpool" + } + } +}