mirror of https://gitlab.com/pamhyr/pamhyr2
BC, LC: Edit: Add date translate and set unit of debit.
parent
66691d68f8
commit
109cfc395a
|
|
@ -8,6 +8,7 @@ table_headers = {
|
||||||
"x": _translate("BoundaryCondition", "X"),
|
"x": _translate("BoundaryCondition", "X"),
|
||||||
"y": _translate("BoundaryCondition", "Y"),
|
"y": _translate("BoundaryCondition", "Y"),
|
||||||
"time": _translate("BoundaryCondition", "Time"),
|
"time": _translate("BoundaryCondition", "Time"),
|
||||||
"debit": _translate("BoundaryCondition", "Debit"),
|
"date": _translate("BoundaryCondition", "Date"),
|
||||||
|
"debit": _translate("BoundaryCondition", "Debit (m^3/s)"),
|
||||||
"z": _translate("BoundaryCondition", "Z (m)")
|
"z": _translate("BoundaryCondition", "Z (m)")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ table_headers = {
|
||||||
"x": _translate("LateralContribution", "X"),
|
"x": _translate("LateralContribution", "X"),
|
||||||
"y": _translate("LateralContribution", "Y"),
|
"y": _translate("LateralContribution", "Y"),
|
||||||
"time": _translate("LateralContribution", "Time"),
|
"time": _translate("LateralContribution", "Time"),
|
||||||
"debit": _translate("LateralContribution", "Debit"),
|
"date": _translate("LateralContribution", "Date"),
|
||||||
|
"debit": _translate("LateralContribution", "Debit (m^3/s)"),
|
||||||
"z": _translate("LateralContribution", "Z (m)")
|
"z": _translate("LateralContribution", "Z (m)")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue