BC, LC: Edit: Add date translate and set unit of debit.

mesh
Pierre-Antoine Rouby 2023-05-17 09:38:28 +02:00
parent 66691d68f8
commit 109cfc395a
2 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,7 @@ table_headers = {
"x": _translate("BoundaryCondition", "X"),
"y": _translate("BoundaryCondition", "Y"),
"time": _translate("BoundaryCondition", "Time"),
"debit": _translate("BoundaryCondition", "Debit"),
"date": _translate("BoundaryCondition", "Date"),
"debit": _translate("BoundaryCondition", "Debit (m^3/s)"),
"z": _translate("BoundaryCondition", "Z (m)")
}

View File

@ -8,6 +8,7 @@ table_headers = {
"x": _translate("LateralContribution", "X"),
"y": _translate("LateralContribution", "Y"),
"time": _translate("LateralContribution", "Time"),
"debit": _translate("LateralContribution", "Debit"),
"date": _translate("LateralContribution", "Date"),
"debit": _translate("LateralContribution", "Debit (m^3/s)"),
"z": _translate("LateralContribution", "Z (m)")
}