Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
1d2ecca2
by Tony Chemit at 2022-11-09T14:22:19+01:00
-
38eb3d96
by Tony Chemit at 2022-11-09T14:25:21+01:00
5 changed files:
- core/api/services/src/main/i18n/getters/labels.getter
- core/services/i18n/src/main/i18n/translations/services_en_GB.properties
- core/services/i18n/src/main/i18n/translations/services_es_ES.properties
- core/services/i18n/src/main/i18n/translations/services_fr_FR.properties
- model/src/main/models/Observe/dto/class/i18nOverrideLabels.properties
Changes:
| ... | ... | @@ -1086,6 +1086,7 @@ observe.data.ps.observation.Catch.totalCount.short |
| 1086 | 1086 | observe.data.ps.observation.Catch.totalCountComputed.computed.tip
|
| 1087 | 1087 | observe.data.ps.observation.Catch.totalCountComputed.observed.tip
|
| 1088 | 1088 | observe.data.ps.observation.Catch.type
|
| 1089 | +observe.data.ps.observation.Catch.weightMeasureMethod
|
|
| 1089 | 1090 | observe.data.ps.observation.FloatingObject.action.add
|
| 1090 | 1091 | observe.data.ps.observation.FloatingObject.action.add.tip
|
| 1091 | 1092 | observe.data.ps.observation.FloatingObject.buoysTab
|
| ... | ... | @@ -1270,7 +1270,7 @@ observe.data.ps.observation.Activity.validation.speed.bound.inter=Speed between |
| 1270 | 1270 | observe.data.ps.observation.Catch.action.create=Create a new catch
|
| 1271 | 1271 | observe.data.ps.observation.Catch.action.save=Insert this catch
|
| 1272 | 1272 | observe.data.ps.observation.Catch.action.save.tip=Insert this catch
|
| 1273 | -observe.data.ps.observation.Catch.catchWeight=Weight estimated (in t)
|
|
| 1273 | +observe.data.ps.observation.Catch.catchWeight=Total weight estimated (in t)
|
|
| 1274 | 1274 | observe.data.ps.observation.Catch.catchWeight.short=Weight
|
| 1275 | 1275 | observe.data.ps.observation.Catch.catchWeight.validation.required=Weight or estimated count must be filled
|
| 1276 | 1276 | observe.data.ps.observation.Catch.catchWeightComputed.computed.tip=Catch weight was computed (%s)
|
| ... | ... | @@ -1282,7 +1282,7 @@ observe.data.ps.observation.Catch.meanLength.short=Length |
| 1282 | 1282 | observe.data.ps.observation.Catch.meanLength.validation.notFilled=Weight or mean size must be filled.
|
| 1283 | 1283 | observe.data.ps.observation.Catch.meanLengthComputed.computed.tip=Mean length was computed (%s)
|
| 1284 | 1284 | observe.data.ps.observation.Catch.meanLengthComputed.observed.tip=Mean weight was observed
|
| 1285 | -observe.data.ps.observation.Catch.meanWeight=Mean weight (in Kg)
|
|
| 1285 | +observe.data.ps.observation.Catch.meanWeight=Mean weight (in kg)
|
|
| 1286 | 1286 | observe.data.ps.observation.Catch.meanWeight.short=Mean weight
|
| 1287 | 1287 | observe.data.ps.observation.Catch.meanWeight.validation.notFilled=Weight or mean size must be filled.
|
| 1288 | 1288 | observe.data.ps.observation.Catch.meanWeightComputed.computed.tip=Mean weight was computed (%s)
|
| ... | ... | @@ -1300,6 +1300,7 @@ observe.data.ps.observation.Catch.totalCountComputed.computed.tip=Count was comp |
| 1300 | 1300 | observe.data.ps.observation.Catch.totalCountComputed.observed.tip=Count was observed
|
| 1301 | 1301 | observe.data.ps.observation.Catch.type=Catch
|
| 1302 | 1302 | observe.data.ps.observation.Catch.validation.missing.observedSystem=One of the following observed system %s must be filled for the selected species.
|
| 1303 | +observe.data.ps.observation.Catch.weightMeasureMethod=Total weight measure method
|
|
| 1303 | 1304 | observe.data.ps.observation.FloatingObject.action.add=Add FAD
|
| 1304 | 1305 | observe.data.ps.observation.FloatingObject.action.add.tip=Add a FAD to the activity
|
| 1305 | 1306 | observe.data.ps.observation.FloatingObject.buoysTab=Beacon
|
| ... | ... | @@ -1397,14 +1398,14 @@ observe.data.ps.observation.SampleMeasure.picturesReferences.short=Pictures refe |
| 1397 | 1398 | observe.data.ps.observation.SampleMeasure.speciesFate.short=Species fate
|
| 1398 | 1399 | observe.data.ps.observation.SampleMeasure.title=Samples
|
| 1399 | 1400 | observe.data.ps.observation.SampleMeasure.type=Sample measure
|
| 1400 | -observe.data.ps.observation.SampleMeasure.weight=Individual weight (in Kg)
|
|
| 1401 | +observe.data.ps.observation.SampleMeasure.weight=Individual weight (in kg)
|
|
| 1401 | 1402 | observe.data.ps.observation.SampleMeasure.weight.short=Weight
|
| 1402 | 1403 | observe.data.ps.observation.SampleMeasure.weight.validation.required=Weight or size must be filled.
|
| 1403 | 1404 | observe.data.ps.observation.SchoolEstimate.action.create=Create a new estimate
|
| 1404 | 1405 | observe.data.ps.observation.SchoolEstimate.action.save=Insert this estimate
|
| 1405 | 1406 | observe.data.ps.observation.SchoolEstimate.action.save.tip=Insert this estimate
|
| 1406 | -observe.data.ps.observation.SchoolEstimate.meanWeight=Mean weight (in Kg)
|
|
| 1407 | -observe.data.ps.observation.SchoolEstimate.meanWeight.short=Mean weight (in Kg)
|
|
| 1407 | +observe.data.ps.observation.SchoolEstimate.meanWeight=Mean weight (in kg)
|
|
| 1408 | +observe.data.ps.observation.SchoolEstimate.meanWeight.short=Mean weight (in kg)
|
|
| 1408 | 1409 | observe.data.ps.observation.SchoolEstimate.meanWeight.validation.required=Mean weight or total weight is required.
|
| 1409 | 1410 | observe.data.ps.observation.SchoolEstimate.species=Target species
|
| 1410 | 1411 | observe.data.ps.observation.SchoolEstimate.title=School estimate
|
| ... | ... | @@ -1518,7 +1519,7 @@ observe.referential.common.LengthWeightParameter.lengthWeightFormula=Length weig |
| 1518 | 1519 | observe.referential.common.LengthWeightParameter.lengthWeightFormulaInformation=Length weight formula permits to compute weight from the length, must contains variable L
|
| 1519 | 1520 | observe.referential.common.LengthWeightParameter.meanLength=Mean length
|
| 1520 | 1521 | observe.referential.common.LengthWeightParameter.meanValues=Mean values
|
| 1521 | -observe.referential.common.LengthWeightParameter.meanWeight=Mean weight (in Kg)
|
|
| 1522 | +observe.referential.common.LengthWeightParameter.meanWeight=Mean weight (in kg)
|
|
| 1522 | 1523 | observe.referential.common.LengthWeightParameter.type=Length weight parameter
|
| 1523 | 1524 | observe.referential.common.LengthWeightParameter.validation.invalid.lengthWeightFormula=Formula is not valid.
|
| 1524 | 1525 | observe.referential.common.LengthWeightParameter.validation.invalid.uniqueKey=Tuple (species/ocean/gender/sizeMeasureType/startDate) must be unique.
|
| ... | ... | @@ -1676,7 +1677,7 @@ observe.referential.ps.common.ObjectMaterial.validation=Validation |
| 1676 | 1677 | observe.referential.ps.common.ObjectMaterial.validation.bad.parentCode=Code should starts with %1$s-
|
| 1677 | 1678 | observe.referential.ps.common.ObjectMaterial.validation.invalid.validation=Validation formula is not valid.
|
| 1678 | 1679 | observe.referential.ps.common.ObjectMaterial.validationInformation=Validation formula must contains variable x
|
| 1679 | -observe.referential.ps.common.ObjectMaterialType.type=Floating objet material type
|
|
| 1680 | +observe.referential.ps.common.ObjectMaterialType.type=Data type of properties/material of FOB
|
|
| 1680 | 1681 | observe.referential.ps.common.ObjectOperation.atLeastOneSelected=Domain
|
| 1681 | 1682 | observe.referential.ps.common.ObjectOperation.type=Object operation
|
| 1682 | 1683 | observe.referential.ps.common.ObjectOperation.validation.atLeastOneSelected=At least one domain must be selected.
|
| ... | ... | @@ -1714,7 +1715,7 @@ observe.referential.ps.common.WeightCategory.allowLanding=Allow for Landing |
| 1714 | 1715 | observe.referential.ps.common.WeightCategory.allowLogbook=Allow for Logbook
|
| 1715 | 1716 | observe.referential.ps.common.WeightCategory.allowWellPlan=Allow for Well plan
|
| 1716 | 1717 | observe.referential.ps.common.WeightCategory.atLeastOneSelected=Domain
|
| 1717 | -observe.referential.ps.common.WeightCategory.meanWeight=Mean weight (in Kg)
|
|
| 1718 | +observe.referential.ps.common.WeightCategory.meanWeight=Mean weight (in kg)
|
|
| 1718 | 1719 | observe.referential.ps.common.WeightCategory.type=Weight category
|
| 1719 | 1720 | observe.referential.ps.common.WeightCategory.validation.atLeastOneSelected=At least one domain must be selected.
|
| 1720 | 1721 | observe.referential.ps.landing.Destination.type=Destination
|
| ... | ... | @@ -1270,7 +1270,7 @@ observe.data.ps.observation.Activity.validation.speed.bound.inter=la velocidad e |
| 1270 | 1270 | observe.data.ps.observation.Catch.action.create=Crear una captura
|
| 1271 | 1271 | observe.data.ps.observation.Catch.action.save=Insertar captura
|
| 1272 | 1272 | observe.data.ps.observation.Catch.action.save.tip=Insertar captura
|
| 1273 | -observe.data.ps.observation.Catch.catchWeight=Pesos estimados (en t)
|
|
| 1273 | +observe.data.ps.observation.Catch.catchWeight=Pesos total estimados (en t)
|
|
| 1274 | 1274 | observe.data.ps.observation.Catch.catchWeight.short=Peso
|
| 1275 | 1275 | observe.data.ps.observation.Catch.catchWeight.validation.required=Debe seleccionar uno de los dos valores (peso o count)
|
| 1276 | 1276 | observe.data.ps.observation.Catch.catchWeightComputed.computed.tip=Peso estimado calculado
|
| ... | ... | @@ -1282,7 +1282,7 @@ observe.data.ps.observation.Catch.meanLength.short=Talla |
| 1282 | 1282 | observe.data.ps.observation.Catch.meanLength.validation.notFilled=Debe seleccionar uno de los dos valores (peso medio o talla media).
|
| 1283 | 1283 | observe.data.ps.observation.Catch.meanLengthComputed.computed.tip=La talla media se calculó
|
| 1284 | 1284 | observe.data.ps.observation.Catch.meanLengthComputed.observed.tip=La talla media se observó
|
| 1285 | -observe.data.ps.observation.Catch.meanWeight=Peso medio (en Kg)
|
|
| 1285 | +observe.data.ps.observation.Catch.meanWeight=Peso medio (en kg)
|
|
| 1286 | 1286 | observe.data.ps.observation.Catch.meanWeight.short=Peso medio
|
| 1287 | 1287 | observe.data.ps.observation.Catch.meanWeight.validation.notFilled=Debe seleccionar uno de los dos valores (peso medio o talla media).
|
| 1288 | 1288 | observe.data.ps.observation.Catch.meanWeightComputed.computed.tip=El peso medio se calculó
|
| ... | ... | @@ -1300,6 +1300,7 @@ observe.data.ps.observation.Catch.totalCountComputed.computed.tip=El número est |
| 1300 | 1300 | observe.data.ps.observation.Catch.totalCountComputed.observed.tip=El número estimado se observo
|
| 1301 | 1301 | observe.data.ps.observation.Catch.type=Captura
|
| 1302 | 1302 | observe.data.ps.observation.Catch.validation.missing.observedSystem=One of the following observed system %s must be filled for the selected species. \#TODO
|
| 1303 | +observe.data.ps.observation.Catch.weightMeasureMethod=Método de medición de total peso
|
|
| 1303 | 1304 | observe.data.ps.observation.FloatingObject.action.add=Añadir un FOB
|
| 1304 | 1305 | observe.data.ps.observation.FloatingObject.action.add.tip=Añadir un objeto flotante a la actividad
|
| 1305 | 1306 | observe.data.ps.observation.FloatingObject.buoysTab=Baliza
|
| ... | ... | @@ -1397,14 +1398,14 @@ observe.data.ps.observation.SampleMeasure.picturesReferences.short=Ref. foto |
| 1397 | 1398 | observe.data.ps.observation.SampleMeasure.speciesFate.short=Species fate
|
| 1398 | 1399 | observe.data.ps.observation.SampleMeasure.title=Sample measures
|
| 1399 | 1400 | observe.data.ps.observation.SampleMeasure.type=Sample measures
|
| 1400 | -observe.data.ps.observation.SampleMeasure.weight=Peso individual (en Kg)
|
|
| 1401 | +observe.data.ps.observation.SampleMeasure.weight=Peso individual (en kg)
|
|
| 1401 | 1402 | observe.data.ps.observation.SampleMeasure.weight.short=Weight
|
| 1402 | 1403 | observe.data.ps.observation.SampleMeasure.weight.validation.required=TODO
|
| 1403 | 1404 | observe.data.ps.observation.SchoolEstimate.action.create=Crear una nueva estimación
|
| 1404 | 1405 | observe.data.ps.observation.SchoolEstimate.action.save=Insertar estimación
|
| 1405 | 1406 | observe.data.ps.observation.SchoolEstimate.action.save.tip=Insertar la nueva estimación en la tabla
|
| 1406 | -observe.data.ps.observation.SchoolEstimate.meanWeight=Peso medio (en Kg)
|
|
| 1407 | -observe.data.ps.observation.SchoolEstimate.meanWeight.short=Peso medio (en Kg)
|
|
| 1407 | +observe.data.ps.observation.SchoolEstimate.meanWeight=Peso medio (en kg)
|
|
| 1408 | +observe.data.ps.observation.SchoolEstimate.meanWeight.short=Peso medio (en kg)
|
|
| 1408 | 1409 | observe.data.ps.observation.SchoolEstimate.meanWeight.validation.required=TODO
|
| 1409 | 1410 | observe.data.ps.observation.SchoolEstimate.species=Especie de atún (no se puede modificar una vez se haya creado la estimación)
|
| 1410 | 1411 | observe.data.ps.observation.SchoolEstimate.title=Estimación del banco
|
| ... | ... | @@ -1461,10 +1462,10 @@ observe.data.ps.pairing.ActivityPairingResultItem.type=Observed activity \#TODO |
| 1461 | 1462 | observe.error.DuplicateLengthWeightParameterException=Found multiple length weight relation for species\: %s, ocean\: %s, sex\: %s, date\: %s \:\n * %s \#TODO
|
| 1462 | 1463 | observe.error.LengthLengthParameterNotFoundException=No length length relation found for species\: %s, ocean\: %s, sex\: %s, date\: %s \: %s \#TODO
|
| 1463 | 1464 | observe.error.LengthWeightParameterNotFoundException=No length weight relation found for species\: %s, ocean\: %s, sex\: %s, date\: %s \: %s \#TODO
|
| 1464 | -observe.referential.MinMaxWeight.maxWeight=Peso max (en Kg)
|
|
| 1465 | -observe.referential.MinMaxWeight.minMaxWeight=Peso min-max (en Kg)
|
|
| 1466 | -observe.referential.MinMaxWeight.minMeanMaxWeight=Peso min-mean-max (en Kg)
|
|
| 1467 | -observe.referential.MinMaxWeight.minWeight=Peso min (en Kg)
|
|
| 1465 | +observe.referential.MinMaxWeight.maxWeight=Peso max (en kg)
|
|
| 1466 | +observe.referential.MinMaxWeight.minMaxWeight=Peso min-max (en kg)
|
|
| 1467 | +observe.referential.MinMaxWeight.minMeanMaxWeight=Peso min-mean-max (en kg)
|
|
| 1468 | +observe.referential.MinMaxWeight.minWeight=Peso min (en kg)
|
|
| 1468 | 1469 | observe.referential.Referential.action.back.to.list=Volver a la lista
|
| 1469 | 1470 | observe.referential.Referential.action.back.to.list.tip=Volver a la lista de datos
|
| 1470 | 1471 | observe.referential.Referential.action.changeId.choose.new.id=Change referential id of type\: %s \#TODO
|
| ... | ... | @@ -1518,7 +1519,7 @@ observe.referential.common.LengthWeightParameter.lengthWeightFormula=Relación d |
| 1518 | 1519 | observe.referential.common.LengthWeightParameter.lengthWeightFormulaInformation=La relación talla-peso permite calcular el peso a partir de la talla, debe contener la variable L
|
| 1519 | 1520 | observe.referential.common.LengthWeightParameter.meanLength=Talla media (en cm)
|
| 1520 | 1521 | observe.referential.common.LengthWeightParameter.meanValues=Valores medios
|
| 1521 | -observe.referential.common.LengthWeightParameter.meanWeight=Peso medio (en Kg)
|
|
| 1522 | +observe.referential.common.LengthWeightParameter.meanWeight=Peso medio (en kg)
|
|
| 1522 | 1523 | observe.referential.common.LengthWeightParameter.type=Relación Tamaño-Peso
|
| 1523 | 1524 | observe.referential.common.LengthWeightParameter.validation.invalid.lengthWeightFormula=Relación de peso introducida no es coherente.
|
| 1524 | 1525 | observe.referential.common.LengthWeightParameter.validation.invalid.uniqueKey=Tupla (especie/sexo/océano/sizeMeasureType/startDate) debe ser única, la tupla ya se ha usado. \#TODO
|
| ... | ... | @@ -1676,7 +1677,7 @@ observe.referential.ps.common.ObjectMaterial.validation=Validation \#TODO |
| 1676 | 1677 | observe.referential.ps.common.ObjectMaterial.validation.bad.parentCode=Code should starts with %1$s- \#TODO
|
| 1677 | 1678 | observe.referential.ps.common.ObjectMaterial.validation.invalid.validation=La formule de validation n'est pas cohérente. \#TODO
|
| 1678 | 1679 | observe.referential.ps.common.ObjectMaterial.validationInformation=La formule de validation doit contenir la variable x \#TODO
|
| 1679 | -observe.referential.ps.common.ObjectMaterialType.type=Type d'objet flottant \#TODO
|
|
| 1680 | +observe.referential.ps.common.ObjectMaterialType.type=observe.referential.ps.common.ObjectMaterialType.type=Data type of properties/material of FOB \#TODO
|
|
| 1680 | 1681 | observe.referential.ps.common.ObjectOperation.atLeastOneSelected=Domain
|
| 1681 | 1682 | observe.referential.ps.common.ObjectOperation.type=Operación sobre el objeto
|
| 1682 | 1683 | observe.referential.ps.common.ObjectOperation.validation.atLeastOneSelected=At least one domain must be selected.
|
| ... | ... | @@ -1714,7 +1715,7 @@ observe.referential.ps.common.WeightCategory.allowLanding=Allow for Landing |
| 1714 | 1715 | observe.referential.ps.common.WeightCategory.allowLogbook=Allow for Logbook
|
| 1715 | 1716 | observe.referential.ps.common.WeightCategory.allowWellPlan=Allow for Well plan
|
| 1716 | 1717 | observe.referential.ps.common.WeightCategory.atLeastOneSelected=Domain
|
| 1717 | -observe.referential.ps.common.WeightCategory.meanWeight=Peso medio (en Kg)
|
|
| 1718 | +observe.referential.ps.common.WeightCategory.meanWeight=Peso medio (en kg)
|
|
| 1718 | 1719 | observe.referential.ps.common.WeightCategory.type=Categoría de peso
|
| 1719 | 1720 | observe.referential.ps.common.WeightCategory.validation.atLeastOneSelected=At least one main must be selected.
|
| 1720 | 1721 | observe.referential.ps.landing.Destination.type=Destination
|
| ... | ... | @@ -1270,7 +1270,7 @@ observe.data.ps.observation.Activity.validation.speed.bound.inter=La vitesse ent |
| 1270 | 1270 | observe.data.ps.observation.Catch.action.create=Nouvelle capture
|
| 1271 | 1271 | observe.data.ps.observation.Catch.action.save=Insérer cette capture
|
| 1272 | 1272 | observe.data.ps.observation.Catch.action.save.tip=Insérer cette capture
|
| 1273 | -observe.data.ps.observation.Catch.catchWeight=Poids estimé (en t)
|
|
| 1273 | +observe.data.ps.observation.Catch.catchWeight=Poids total estimé (en t)
|
|
| 1274 | 1274 | observe.data.ps.observation.Catch.catchWeight.short=Poids
|
| 1275 | 1275 | observe.data.ps.observation.Catch.catchWeight.validation.required=Une des deux valeurs (poids ou taille moyenne) devrait être renseignée.
|
| 1276 | 1276 | observe.data.ps.observation.Catch.catchWeightComputed.computed.tip=Le poids estimé a été calculé (%s)
|
| ... | ... | @@ -1282,7 +1282,7 @@ observe.data.ps.observation.Catch.meanLength.short=Taille |
| 1282 | 1282 | observe.data.ps.observation.Catch.meanLength.validation.notFilled=Une des deux valeurs (poids moyen ou taille moyenne) devrait être renseignée.
|
| 1283 | 1283 | observe.data.ps.observation.Catch.meanLengthComputed.computed.tip=La taille moyenne a été calculée (%s)
|
| 1284 | 1284 | observe.data.ps.observation.Catch.meanLengthComputed.observed.tip=La taille moyenne a été observée
|
| 1285 | -observe.data.ps.observation.Catch.meanWeight=Poids moyen (en Kg)
|
|
| 1285 | +observe.data.ps.observation.Catch.meanWeight=Poids moyen (en kg)
|
|
| 1286 | 1286 | observe.data.ps.observation.Catch.meanWeight.short=Poids moy
|
| 1287 | 1287 | observe.data.ps.observation.Catch.meanWeight.validation.notFilled=Une des deux valeurs (poids moyen ou taille moyenne) devrait être renseignée.
|
| 1288 | 1288 | observe.data.ps.observation.Catch.meanWeightComputed.computed.tip=Le poids moyen a été calculé (%s)
|
| ... | ... | @@ -1300,6 +1300,7 @@ observe.data.ps.observation.Catch.totalCountComputed.computed.tip=Le nombre esti |
| 1300 | 1300 | observe.data.ps.observation.Catch.totalCountComputed.observed.tip=Le nombre estimé a été observé
|
| 1301 | 1301 | observe.data.ps.observation.Catch.type=Captures
|
| 1302 | 1302 | observe.data.ps.observation.Catch.validation.missing.observedSystem=Un des systèmes observés %s doit être sélectionné pour l'espèce sélectionnée.
|
| 1303 | +observe.data.ps.observation.Catch.weightMeasureMethod=Méthode de mesure du poids total
|
|
| 1303 | 1304 | observe.data.ps.observation.FloatingObject.action.add=Ajouter un DCP
|
| 1304 | 1305 | observe.data.ps.observation.FloatingObject.action.add.tip=Ajouter un objet flottant à l'activité
|
| 1305 | 1306 | observe.data.ps.observation.FloatingObject.buoysTab=Balise
|
| ... | ... | @@ -1397,14 +1398,14 @@ observe.data.ps.observation.SampleMeasure.picturesReferences.short=Ref photo |
| 1397 | 1398 | observe.data.ps.observation.SampleMeasure.speciesFate.short=Devenir
|
| 1398 | 1399 | observe.data.ps.observation.SampleMeasure.title=Échantillons
|
| 1399 | 1400 | observe.data.ps.observation.SampleMeasure.type=Échantillon
|
| 1400 | -observe.data.ps.observation.SampleMeasure.weight=Poids individuel (en Kg)
|
|
| 1401 | +observe.data.ps.observation.SampleMeasure.weight=Poids individuel (en kg)
|
|
| 1401 | 1402 | observe.data.ps.observation.SampleMeasure.weight.short=Poids
|
| 1402 | 1403 | observe.data.ps.observation.SampleMeasure.weight.validation.required=Au moins une des valeurs (taille / poids) doit être renseignée.
|
| 1403 | 1404 | observe.data.ps.observation.SchoolEstimate.action.create=Nouvelle estimation
|
| 1404 | 1405 | observe.data.ps.observation.SchoolEstimate.action.save=Insérer cette estimation
|
| 1405 | 1406 | observe.data.ps.observation.SchoolEstimate.action.save.tip=Insérer la nouvelle estimation dans la table
|
| 1406 | -observe.data.ps.observation.SchoolEstimate.meanWeight=Poids moyen (en Kg)
|
|
| 1407 | -observe.data.ps.observation.SchoolEstimate.meanWeight.short=Poids moyen (en Kg)
|
|
| 1407 | +observe.data.ps.observation.SchoolEstimate.meanWeight=Poids moyen (en kg)
|
|
| 1408 | +observe.data.ps.observation.SchoolEstimate.meanWeight.short=Poids moyen (en kg)
|
|
| 1408 | 1409 | observe.data.ps.observation.SchoolEstimate.meanWeight.validation.required=Une des deux valeurs (poids estimé, poids total) doit être renseignée.
|
| 1409 | 1410 | observe.data.ps.observation.SchoolEstimate.species=Espèce de thon (ne peut pas être modifié une fois l'estimation crée)
|
| 1410 | 1411 | observe.data.ps.observation.SchoolEstimate.title=Estimation banc
|
| ... | ... | @@ -1461,10 +1462,10 @@ observe.data.ps.pairing.ActivityPairingResultItem.type=Activité observée |
| 1461 | 1462 | observe.error.DuplicateLengthWeightParameterException=Plusieurs relations taille-poids ont été trouvées pour l'espèce\: %s, l'océan\: %s, le sexe\: %s et la date\: %s \:\n * %s
|
| 1462 | 1463 | observe.error.LengthLengthParameterNotFoundException=Aucune relation taille-taille trouvée pour l'espèce\: %s, l'océan\: %s, le sexe\: %s et la date\: %s
|
| 1463 | 1464 | observe.error.LengthWeightParameterNotFoundException=Aucune relation taille-poids trouvée pour l'espèce\: %s, l'océan\: %s, le sexe\: %s et la date\: %s
|
| 1464 | -observe.referential.MinMaxWeight.maxWeight=Poids max (en Kg)
|
|
| 1465 | -observe.referential.MinMaxWeight.minMaxWeight=Poids min-max (en Kg)
|
|
| 1466 | -observe.referential.MinMaxWeight.minMeanMaxWeight=Poids min-moyen-max (en Kg)
|
|
| 1467 | -observe.referential.MinMaxWeight.minWeight=Poids min (en Kg)
|
|
| 1465 | +observe.referential.MinMaxWeight.maxWeight=Poids max (en kg)
|
|
| 1466 | +observe.referential.MinMaxWeight.minMaxWeight=Poids min-max (en kg)
|
|
| 1467 | +observe.referential.MinMaxWeight.minMeanMaxWeight=Poids min-moyen-max (en kg)
|
|
| 1468 | +observe.referential.MinMaxWeight.minWeight=Poids min (en kg)
|
|
| 1468 | 1469 | observe.referential.Referential.action.back.to.list=Retour à la liste
|
| 1469 | 1470 | observe.referential.Referential.action.back.to.list.tip=Retour à la liste des données
|
| 1470 | 1471 | observe.referential.Referential.action.changeId.choose.new.id=Changer l'identifiant du référentiel de type \: %s
|
| ... | ... | @@ -1518,7 +1519,7 @@ observe.referential.common.LengthWeightParameter.lengthWeightFormula=Relation Po |
| 1518 | 1519 | observe.referential.common.LengthWeightParameter.lengthWeightFormulaInformation=La relation poids permet de calculer le poids à partir de la taille
|
| 1519 | 1520 | observe.referential.common.LengthWeightParameter.meanLength=Taille moyenne (en cm)
|
| 1520 | 1521 | observe.referential.common.LengthWeightParameter.meanValues=Valeurs moyennes
|
| 1521 | -observe.referential.common.LengthWeightParameter.meanWeight=Poids moyen (en Kg)
|
|
| 1522 | +observe.referential.common.LengthWeightParameter.meanWeight=Poids moyen (en kg)
|
|
| 1522 | 1523 | observe.referential.common.LengthWeightParameter.type=Relation Taille-Poids
|
| 1523 | 1524 | observe.referential.common.LengthWeightParameter.validation.invalid.lengthWeightFormula=La relation poids saisie n'est pas cohérente.
|
| 1524 | 1525 | observe.referential.common.LengthWeightParameter.validation.invalid.uniqueKey=Le tuple (espèce/sexe/océan/type de measure/date de début) doit être unique
|
| ... | ... | @@ -1676,7 +1677,7 @@ observe.referential.ps.common.ObjectMaterial.validation=Validation |
| 1676 | 1677 | observe.referential.ps.common.ObjectMaterial.validation.bad.parentCode=Le code doit commencer par %1$s-
|
| 1677 | 1678 | observe.referential.ps.common.ObjectMaterial.validation.invalid.validation=La formule de validation n'est pas cohérente.
|
| 1678 | 1679 | observe.referential.ps.common.ObjectMaterial.validationInformation=La formule de validation doit contenir la variable x
|
| 1679 | -observe.referential.ps.common.ObjectMaterialType.type=Type d'objet flottant
|
|
| 1680 | +observe.referential.ps.common.ObjectMaterialType.type=Type de données des propriétés/matériaux de FOB
|
|
| 1680 | 1681 | observe.referential.ps.common.ObjectOperation.atLeastOneSelected=Sous-domaine
|
| 1681 | 1682 | observe.referential.ps.common.ObjectOperation.type=Opération sur l'objet
|
| 1682 | 1683 | observe.referential.ps.common.ObjectOperation.validation.atLeastOneSelected=Veuillez sélectionner au moins un sous domaine.
|
| ... | ... | @@ -1714,7 +1715,7 @@ observe.referential.ps.common.WeightCategory.allowLanding=Autorisé pour les dé |
| 1714 | 1715 | observe.referential.ps.common.WeightCategory.allowLogbook=Autorisé pour le livre de bord
|
| 1715 | 1716 | observe.referential.ps.common.WeightCategory.allowWellPlan=Autorisé pour les plan de cuves
|
| 1716 | 1717 | observe.referential.ps.common.WeightCategory.atLeastOneSelected=Sous-domaine
|
| 1717 | -observe.referential.ps.common.WeightCategory.meanWeight=Poids moyen (en Kg)
|
|
| 1718 | +observe.referential.ps.common.WeightCategory.meanWeight=Poids moyen (en kg)
|
|
| 1718 | 1719 | observe.referential.ps.common.WeightCategory.type=Catégorie de poids
|
| 1719 | 1720 | observe.referential.ps.common.WeightCategory.validation.atLeastOneSelected=Veuillez sélectionner au moins un sous domaine.
|
| 1720 | 1721 | observe.referential.ps.landing.Destination.type=Destination
|
| ... | ... | @@ -23,7 +23,7 @@ data.ll.common.Trip=species |
| 23 | 23 | data.ll.landing.Landing=vessel
|
| 24 | 24 | data.ps.localmarket.Sample=well
|
| 25 | 25 | data.ps.logbook.Catch=weightMeasureMethod.validation.required
|
| 26 | -data.ps.observation.Catch=minWeight,maxWeight
|
|
| 26 | +data.ps.observation.Catch=minWeight,maxWeight,weightMeasureMethod
|
|
| 27 | 27 | data.ps.observation.SchoolEstimate=species
|
| 28 | 28 | data.ps.observation.Set=startTime,haulingStartTimeStamp,haulingEndTimeStamp,endTimeStamp
|
| 29 | 29 | referential.common.Species=codeAndHomeId |