Translation: correct albedo display to water albedo, + update translation

dev_dylan
Dylan Jeannin 2026-09-11 10:12:59 +02:00
parent e064c1aee5
commit fdb5cd23e7
4 changed files with 230 additions and 150 deletions

View File

@ -40,7 +40,7 @@ class WPETranslate(WeatherParametersTranslate):
"Humidity"), "Humidity"),
"radiation": _translate("WeatherParameters", "Radiation (W/m²)"), "radiation": _translate("WeatherParameters", "Radiation (W/m²)"),
"wind speed": _translate("WeatherParameters", "Wind Speed (m/s)"), "wind speed": _translate("WeatherParameters", "Wind Speed (m/s)"),
"albedo": _translate("WeatherParameters", "Albedo"), "albedo": _translate("WeatherParameters", "Water albedo"),
"shading coefficient": _translate("WeatherParameters", "shading coefficient": _translate("WeatherParameters",
"Shading Coefficient"), "Shading Coefficient"),
"cloud cover fraction": _translate("WeatherParameters", "cloud cover fraction": _translate("WeatherParameters",

View File

@ -76,7 +76,7 @@ class WeatherParametersTranslate(MainTranslate):
"Groundwater Temperature (°C)"), "Groundwater Temperature (°C)"),
"surface_flow_rate": _translate("WeatherParameters", "surface_flow_rate": _translate("WeatherParameters",
"Groundwater Flow Rate (m³/s)"), "Groundwater Flow Rate (m³/s)"),
"albedo": _translate("WeatherParameters", "Albedo"), "albedo": _translate("WeatherParameters", "Water albedo"),
"shading_coefficient": _translate("WeatherParameters", "shading_coefficient": _translate("WeatherParameters",
"Shading Coefficient"), "Shading Coefficient"),
"cloud_cover_fraction": _translate("WeatherParameters", "cloud_cover_fraction": _translate("WeatherParameters",

View File

@ -56,7 +56,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>TextLabel</string> <string></string>
</property> </property>
</widget> </widget>
</item> </item>

File diff suppressed because it is too large Load Diff