mirror of https://gitlab.com/pamhyr/pamhyr2
Translation: correct albedo display to water albedo, + update translation
parent
e064c1aee5
commit
fdb5cd23e7
|
|
@ -40,7 +40,7 @@ class WPETranslate(WeatherParametersTranslate):
|
|||
"Humidity"),
|
||||
"radiation": _translate("WeatherParameters", "Radiation (W/m²)"),
|
||||
"wind speed": _translate("WeatherParameters", "Wind Speed (m/s)"),
|
||||
"albedo": _translate("WeatherParameters", "Albedo"),
|
||||
"albedo": _translate("WeatherParameters", "Water albedo"),
|
||||
"shading coefficient": _translate("WeatherParameters",
|
||||
"Shading Coefficient"),
|
||||
"cloud cover fraction": _translate("WeatherParameters",
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ class WeatherParametersTranslate(MainTranslate):
|
|||
"Groundwater Temperature (°C)"),
|
||||
"surface_flow_rate": _translate("WeatherParameters",
|
||||
"Groundwater Flow Rate (m³/s)"),
|
||||
"albedo": _translate("WeatherParameters", "Albedo"),
|
||||
"albedo": _translate("WeatherParameters", "Water albedo"),
|
||||
"shading_coefficient": _translate("WeatherParameters",
|
||||
"Shading Coefficient"),
|
||||
"cloud_cover_fraction": _translate("WeatherParameters",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>TextLabel</string>
|
||||
<string></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
|||
374
src/lang/fr.ts
374
src/lang/fr.ts
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue