Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 0df63ae0 by Tony Chemit at 2023-02-12T13:58:53+01:00 update pom Retirer observe.exe qui ne fonctionne pas et induit les utilisateurs en erreur - Closes #2616 - - - - - cb7584b7 by Tony Chemit at 2023-02-12T14:01:42+01:00 I18n - use common label for FloatingObjectPart.whenXXX properties - - - - - 3 changed files: - core/api/dto-decoration/src/main/resources/META-INF/i18n/Observe-labels.properties - model/src/main/models/Observe/dto/class/i18nLabels.properties - pom.xml Changes: ===================================== core/api/dto-decoration/src/main/resources/META-INF/i18n/Observe-labels.properties ===================================== @@ -20,7 +20,7 @@ # #L% ### #Generated by org.nuiton.i18n.plugin.GenerateI18nLabelsMojo -#Fri Feb 03 18:33:01 CET 2023 +#Sun Feb 12 12:28:43 CET 2023 observe.Business.createDate=observe.Common.createDate observe.Business.homeId=observe.Common.homeId observe.Business.id=observe.Common.id @@ -1488,6 +1488,8 @@ observe.data.ps.logbook.FloatingObjectPart.id=observe.Common.id observe.data.ps.logbook.FloatingObjectPart.label=observe.Common.label observe.data.ps.logbook.FloatingObjectPart.lastUpdateDate=observe.Common.lastUpdateDate observe.data.ps.logbook.FloatingObjectPart.version=observe.Common.version +observe.data.ps.logbook.FloatingObjectPart.whenArriving=observe.Common.whenArriving +observe.data.ps.logbook.FloatingObjectPart.whenLeaving=observe.Common.whenLeaving observe.data.ps.logbook.Route.comment=observe.Common.comment observe.data.ps.logbook.Route.createDate=observe.Common.createDate observe.data.ps.logbook.Route.homeId=observe.Common.homeId @@ -1694,6 +1696,8 @@ observe.data.ps.observation.FloatingObjectPart.id=observe.Common.id observe.data.ps.observation.FloatingObjectPart.label=observe.Common.label observe.data.ps.observation.FloatingObjectPart.lastUpdateDate=observe.Common.lastUpdateDate observe.data.ps.observation.FloatingObjectPart.version=observe.Common.version +observe.data.ps.observation.FloatingObjectPart.whenArriving=observe.Common.whenArriving +observe.data.ps.observation.FloatingObjectPart.whenLeaving=observe.Common.whenLeaving observe.data.ps.observation.NonTargetCatchRelease.comment=observe.Common.comment observe.data.ps.observation.NonTargetCatchRelease.comment.short=observe.Common.comment.short observe.data.ps.observation.NonTargetCatchRelease.createDate=observe.Common.createDate ===================================== model/src/main/models/Observe/dto/class/i18nLabels.properties ===================================== @@ -73,6 +73,7 @@ data.ps.logbook.Activity=date,observedSystem.available,observedSystem.selected,c data.ps.logbook.ActivityStub=date,comment,latitude,longitude,number,quadrant,seaSurfaceTemperature,time,vesselActivity data.ps.logbook.Catch=comment,species,speciesFate,weight,weightCategory,weightMeasureMethod,well,weight.validation.required,weightMeasureMethod.validation.required data.ps.logbook.FloatingObject=materialsValid,objectOperation,quadrant,supportVesselName,country,vessel,computedBiodegradable,computedNonEntangling,computedSimplifiedObjectType,computedValues,generalTab,buoysTab,materialsTab,notComputed,type.short +data.ps.logbook.FloatingObjectPart=whenArriving,whenLeaving data.ps.logbook.Route=activity,comment,date,fishingTime,timeAtSea data.ps.logbook.Sample=number,activity,bigsWeight,comment,person,sampleQuality,sampleType,smallsWeight,superSample,totalWeight,well,generalTab,activityTab,notSuperSample.with.moreThanOne.sampleSpecies.message,notSuperSample.with.moreThanOne.sampleSpecies.title,personTab,psSampler.available,psSampler.selected data.ps.logbook.SampleActivity=activity,weightedWeight @@ -86,6 +87,7 @@ data.ps.logbook.WellActivitySpecies=species,weight,weightCategory,count,setSpeci data.ps.observation.Activity=date,coordinate,observedSystem.available,observedSystem.selected,comment,comment2,currentFpaZone,dataQuality,detectionMode,ersId,floatingObjectEmpty,latitude,longitude,nextFpaZone,nonTargetCatchSpecies,observedSystem,observedSystemDistance,previousFpaZone,quadrant,reasonForNoFishing,seaSurfaceTemperature,surroundingActivity,time,vesselActivity,vesselSpeed,wind,generalTab,error.no.activity.6,measurementsTab,observedSystemTab data.ps.observation.Catch=catchWeight,catchWeightTotalCount,meanWeightMeanLength,comment,informationSource,sizeMeasureMethod,meanLength,minWeight,maxWeight,meanWeight,minMaxWeight,reasonForDiscard,species,speciesFate,totalCount,weightMeasureMethod,well,catchWeightComputed.computed.tip,catchWeightComputed.observed.tip,meanLengthComputed.computed.tip,meanLengthComputed.observed.tip,meanWeightComputed.computed.tip,meanWeightComputed.observed.tip,totalCountComputed.computed.tip,totalCountComputed.observed.tip data.ps.observation.FloatingObject=materialsValid,objectOperation,supportVesselName,country,vessel,computedBiodegradable,computedNonEntangling,computedSimplifiedObjectType,computedValues,generalTab,buoysTab,materialsTab,notComputed,type.short +data.ps.observation.FloatingObjectPart=whenArriving,whenLeaving data.ps.observation.NonTargetCatchRelease=comment,conformity,count,length,sizeMeasureMethod,releasingTime,sex,status,species,speciesGroupReleaseMode,message.cantAdd data.ps.observation.ObjectObservedSpecies=count,species,speciesStatus data.ps.observation.ObjectSchoolEstimate=species,totalWeight,weightMeasureMethod ===================================== pom.xml ===================================== @@ -23,7 +23,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2023.5</version> + <version>2023.6</version> </parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/f585d278f339953df789178e8... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/f585d278f339953df789178e8... You're receiving this email because of your account on gitlab.com.