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 translations #313

Merged
merged 2 commits into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions custom_components/thermal_comfort/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}
},
"summer_scharlau_perception": {
"name": "Summer scharlau perception",
"name": "Summer Scharlau perception",
"state": {
"outside_calculable_range": "Outside of the calculable range",
"comfortable": "Comfortable",
Expand All @@ -117,7 +117,7 @@
}
},
"winter_scharlau_perception": {
"name": "Winter scharlau perception",
"name": "Winter Scharlau perception",
"state": {
"outside_calculable_range": "Outside of the calculable range",
"comfortable": "Comfortable",
Expand All @@ -127,7 +127,7 @@
}
},
"summer_simmer_perception": {
"name": "Summer simmer perception",
"name": "Summer Simmer perception",
"state": {
"cool": "Cool",
"slightly_cool": "Slightly cool",
Expand Down
33 changes: 26 additions & 7 deletions custom_components/thermal_comfort/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"options": {
"error": {
"temperature_not_found": "Temperatuursensor niet gevonden",
"humidity_not_found": "Vochtigheidsensor niet gevonden"
"humidity_not_found": "Luchtvochtigheidssensor niet gevonden"
},
"step": {
"init": {
"title": "Thermal comfort instellingen",
"data": {
"temperature_sensor": "Temperatuursensor",
"humidity_sensor": "vochtigheidsensor",
"humidity_sensor": "Luchtvochtigheidssensor",
"poll": "Zet polling aan",
"scan_interval": "Poll interval (seconden)",
"custom_icons": "Gebruik custom icons pack"
Expand All @@ -19,21 +19,21 @@
},
"config": {
"abort": {
"already_configured": "Deze combinatie van temperatuur en vochtigheid sensors is reeds geconfigureerd",
"no_sensors": "Geen temperatuur of vochtigheid sensors gevonden. Probeer nog eens in geadvanceerd modus.",
"no_sensors_advanced": "Geen temperatuur of vochtigheid sensoren gevonden."
"already_configured": "Deze combinatie van temperatuur- en luchtvochtigheidssensors is reeds geconfigureerd",
"no_sensors": "Geen temperatuur- of luchtvochtigheidssensors gevonden. Probeer nog eens in geadvanceerd modus.",
"no_sensors_advanced": "Geen temperatuur- of luchtvochtigheidssensors gevonden."
},
"error": {
"temperature_not_found": "Temperatuursensor niet gevonden",
"humidity_not_found": "Vochtigheidsensor niet gevonden"
"humidity_not_found": "Luchtvochtigheidssensor niet gevonden"
},
"step": {
"user": {
"title": "Thermal comfort instellingen",
"data": {
"name": "Naam",
"temperature_sensor": "Temperatuursensor",
"humidity_sensor": "Vochtigheidsensor",
"humidity_sensor": "Luchtvochtigheidssensor",
"poll": "Zet Polling aan",
"scan_interval": "Poll interval (seconden)",
"custom_icons": "Gebruik custom icons pack",
Expand All @@ -44,6 +44,12 @@
},
"entity": {
"sensor": {
"absolute_humidity": {
"name": "Absolute luchtvochtigheid"
},
"dew_point": {
"name": "Dauwpunt"
},
"dew_point_perception": {
"state": {
"dry": "Beetje droog voor sommigen",
Expand All @@ -56,14 +62,24 @@
"severely_high": "Zeer hoog, zelfs gevaarlijk bij astma gerelateerde ziekten"
}
},
"frost_point": {
"name": "Rijptemperatuur"
},
"frost_risk": {
"name": "Rijprisico",
"state": {
"no_risk": "Geen risico",
"unlikely": "Onwaarschijnlijk",
"probable": "Waarschijnlijk",
"high": "Hoogstwaarschijnlijk"
}
},
"heat_index": {
"name": "Hitte-index"
},
"humidex": {
"name": "Humidex"
},
"humidex_perception": {
"state": {
"comfortable": "Gemakkelijk",
Expand All @@ -74,6 +90,9 @@
"heat_stroke": "Hitteberoerte mogelijk"
}
},
"moist_air_enthalpy": {
"name": "Enthalpie van vochtige lucht"
},
"relative_strain_perception": {
"state": {
"outside_calculable_range": "Buiten het berekenbare bereik",
Expand Down
Loading