mirror of https://gitlab.com/pamhyr/pamhyr2
Ensemble: Minor change and add target data to table.
parent
8b36905842
commit
5b3f777100
|
|
@ -1,5 +1,5 @@
|
||||||
# Ensemble.py -- Pamhyr
|
# Ensemble.py -- Pamhyr
|
||||||
# Copyright (C) 2023-2026 INRAE
|
# Copyright (C) 2026 INRAE
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# EnsembleList.py -- Pamhyr
|
# EnsembleList.py -- Pamhyr
|
||||||
# Copyright (C) 2023-2026 INRAE
|
# Copyright (C) 2026 INRAE
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Function.py -- Pamhyr
|
# Function.py -- Pamhyr
|
||||||
# Copyright (C) 2023-2026 INRAE
|
# Copyright (C) 2026 INRAE
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# FunctionList.py -- Pamhyr
|
# FunctionList.py -- Pamhyr
|
||||||
# Copyright (C) 2023-2026 INRAE
|
# Copyright (C) 2026 INRAE
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ class EnsemblesTranslate(MainTranslate):
|
||||||
self._sub_dict["table_headers"] = {
|
self._sub_dict["table_headers"] = {
|
||||||
"name": self._dict["name"],
|
"name": self._dict["name"],
|
||||||
"type": _translate("Ensembles", "Type"),
|
"type": _translate("Ensembles", "Type"),
|
||||||
|
"target_data": _translate("Ensembles", "Target data"),
|
||||||
"function": _translate("Ensembles", "Function"),
|
"function": _translate("Ensembles", "Function"),
|
||||||
"parameters": _translate("Ensembles", "Parameters"),
|
"parameters": _translate("Ensembles", "Parameters"),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue