Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Polish translation #265

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 37 additions & 3 deletions custom_components/midea_ac/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
}
},
"discover": {
"description": "Pozostaw host(IP) pusty, aby znaleźć urządzenia w sieci.",
"data": {
"host": "Host (IP)"
"host": "Host (IP)",
"country_code": "Region aplikacji"
},
"description": "Pozostaw host(IP) pusty, aby znaleźć urządzenia w sieci."
"data_description": {
"country_code": "Wybierz najbliższy kraj dla Twojej lokalizacji."
}
},
"manual": {
"description": "Podaj dane Twojego urządzenia.",
Expand Down Expand Up @@ -46,13 +50,16 @@
"data": {
"prompt_tone": "Włącz sygnał dźwiękowy",
"temp_step": "Krok nastawy temperatury",
"fan_speed_step": "Krok prędkości wentylatora",
"use_fan_only_workaround": "Użyj obejścia dla błędu tylko tryb wentylacji.",
"show_all_presets": "Pokaż wszystkie ustawienia wstępne",
"additional_operation_modes": "Dodatkowe tryby pracy",
"max_connection_lifetime": "Maksymalny czas połączenia"
"max_connection_lifetime": "Maksymalny czas połączenia",
"use_alternate_energy_format": "Użyj alternatywnego formatu energii"
},
"data_description": {
"temp_step": "Wielkość kroku dla nastawy temperatury",
"fan_speed_step": "Rozmiar kroku dla niestandardowych prędkości wentylatora",
"additional_operation_modes": "Określenie dodatkowych trybów pracy",
"max_connection_lifetime": "Maksymalny czas w sekundach, przez który połączenie będzie używane (minimum 30 sekund)"
}
Expand Down Expand Up @@ -86,6 +93,11 @@
"custom": "Ręcznie"
}
},
"preset_mode": {
"state": {
"ieco": "iECO"
}
},
"swing_mode": {
"state": {
"off": "Wyłączony",
Expand Down Expand Up @@ -127,6 +139,19 @@
"pos_5": "Prawo"
}
},
"rate_select": {
"name": "Rate select",
"state": {
"off": "Wyłączony",
"gear_75": "75%",
"gear_50": "50%",
"level_5": "Poziom 5",
"level_4": "Poziom 4",
"level_3": "Poziom 3",
"level_2": "Poziom 2",
"level_1": "Poziom 1"
}
},
"vertical_swing_angle": {
"name": "Zakres ruchu w pionie",
"state": {
Expand Down Expand Up @@ -160,6 +185,15 @@
}
},
"switch": {
"breeze_away": {
"name": "Breeze away"
},
"breeze_mild": {
"name": "Breeze mild"
},
"breezeless": {
"name": "Breezeless"
},
"display": {
"name": "Wyświetlacz"
},
Expand Down