Ensemble: Minor change and add target data to table.

scenario-dev-pa
Pierre-Antoine 2026-08-13 15:55:51 +02:00
parent 8b36905842
commit 5b3f777100
5 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Ensemble.py -- Pamhyr
# Copyright (C) 2023-2026 INRAE
# Copyright (C) 2026 INRAE
#
# 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

View File

@ -1,5 +1,5 @@
# EnsembleList.py -- Pamhyr
# Copyright (C) 2023-2026 INRAE
# Copyright (C) 2026 INRAE
#
# 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

View File

@ -1,5 +1,5 @@
# Function.py -- Pamhyr
# Copyright (C) 2023-2026 INRAE
# Copyright (C) 2026 INRAE
#
# 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

View File

@ -1,5 +1,5 @@
# FunctionList.py -- Pamhyr
# Copyright (C) 2023-2026 INRAE
# Copyright (C) 2026 INRAE
#
# 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

View File

@ -44,6 +44,7 @@ class EnsemblesTranslate(MainTranslate):
self._sub_dict["table_headers"] = {
"name": self._dict["name"],
"type": _translate("Ensembles", "Type"),
"target_data": _translate("Ensembles", "Target data"),
"function": _translate("Ensembles", "Function"),
"parameters": _translate("Ensembles", "Parameters"),
}