Skip to content

Commit

Permalink
translations update for HA 0.109
Browse files Browse the repository at this point in the history
  • Loading branch information
chomupashchuk committed May 1, 2020
1 parent 705893a commit 550b64b
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 62 deletions.
20 changes: 0 additions & 20 deletions ariston/.translations/sensor.en.json

This file was deleted.

20 changes: 0 additions & 20 deletions ariston/.translations/sensor.pl.json

This file was deleted.

20 changes: 0 additions & 20 deletions ariston/.translations/sensor.uk.json

This file was deleted.

4 changes: 2 additions & 2 deletions ariston/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Constants for Ariston component."""

VERSION = "1.3.12"
VERSION = "1.3.13"

# sensor names and values
SENSOR_ACCOUNT_CH_GAS = "Account CH Gas Use"
Expand Down Expand Up @@ -86,7 +86,7 @@
LANG_EN = "en"
LANG_PL = "pl"
LANG_LIST = [LANG_UK, LANG_EN, LANG_PL]
LANG_LOCATION = "/config/custom_components/ariston/.translations/"
LANG_LOCATION = "/config/custom_components/ariston/translations/"

DOMAIN = "ariston"
DATA_ARISTON = DOMAIN
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions ariston/translations/sensor.en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"state": {
"_": {
"always_active": "Always active",
"available": "Available",
"disabled": "Disabled",
"heating_only": "Heating only",
"imperial": "Imperial",
"intelligent": "Intelligent",
"manual": "Manual",
"metric": "Metric",
"off": "Off",
"offline": "Offline",
"program": "Time program",
"summer": "Summer",
"time_based": "Time based",
"unknown": "Unknown",
"unsupported": "Unsupported",
"winter": "Winter"
}
}
}
22 changes: 22 additions & 0 deletions ariston/translations/sensor.pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"state": {
"_": {
"always_active": "Zawsze aktywny",
"available": "Dostępny",
"disabled": "Wyłączony",
"heating_only": "Tylko ogrzewanie",
"imperial": "Imperialny",
"intelligent": "Inteligentny",
"manual": "Ręczny",
"metric": "Metryczny",
"off": "Wyłączony",
"offline": "Offline",
"program": "Programowany",
"summer": "Lato",
"time_based": "Czasowa",
"unknown": "Nieznany",
"unsupported": "Nieobsługiwany",
"winter": "Zima"
}
}
}
22 changes: 22 additions & 0 deletions ariston/translations/sensor.uk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"state": {
"_": {
"always_active": "Завжди активнй",
"available": "Наявний",
"disabled": "Вимкнений",
"heating_only": "Лише опалення",
"imperial": "Імперіальний",
"intelligent": "Розумний",
"manual": "Ручний",
"metric": "Метричний",
"off": "Вимкнений",
"offline": "Недоступний",
"program": "Програмований",
"summer": "Літо",
"time_based": "Згідно з графіком",
"unknown": "Невідомий",
"unsupported": "Не підтримується",
"winter": "Зима"
}
}
}

0 comments on commit 550b64b

Please sign in to comment.