diff --git a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html index bd175f056c263fdcf818460d33711c73e9426a5d..c38227fea001c911bf18715463b04cc5a1e15c4c 100644 --- a/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html +++ b/ui/ui-frontend/projects/pastis/src/app/profile/list-profile/list-profile.component.html @@ -2,12 +2,12 @@ <mat-sidenav-content> - <div class="vitamui-heading"> - <vitamui-common-title-breadcrumb [data]="data"> + <div class="vitamui-heading" > + <vitamui-common-title-breadcrumb [data]="data" i18n="créer et gérer des profils d’archivage@@CreerGererProfilArchivage"> créer et gérer des profils d’archivage </vitamui-common-title-breadcrumb> - <vitamui-common-banner [searchbarPlaceholder]="'Recherche un profil par son intitulé'"(search)="onSearchSubmit($event)" > + <vitamui-common-banner [searchbarPlaceholder]="'Recherche un profil par son intitulé'" (search)="onSearchSubmit($event)" > <button *ngIf="true" class="btn primary ml-5"> <i class="vitamui-icon vitamui-icon-plus mr-3 "></i> <span style="align-items: center; margin:auto;">créer un nouveau profil</span> diff --git a/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf b/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf index b71d5eaa2452d7c37ae9645ef503da5bd7ae4dfd..2717011a7a96e292eec302152f9541874475c8e3 100644 --- a/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf +++ b/ui/ui-frontend/projects/pastis/src/locale/messages.en.xlf @@ -110,6 +110,17 @@ </context-group> <note priority="1" from="description">Edit Identifiant</note> </trans-unit> + <trans-unit id="CreerGererProfilArchivage" datatype="html"> + <source> + créer et gérer des profils d’archivage + </source> + <target>create and manage archiving profiles</target> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/profile/list-profile/list-profile.component.html</context> + <context context-type="linenumber">6</context> + </context-group> + <note priority="1" from="description">créer et gérer des profils d’archivage</note> + </trans-unit> <trans-unit id="ongletNotice" datatype="html"> <source> Notice diff --git a/ui/ui-frontend/projects/pastis/src/locale/messages.xlf b/ui/ui-frontend/projects/pastis/src/locale/messages.xlf index 899a04c62324d4b23ef5a639a01bcd77a726b8a2..a5810196f7062772988c1b34d91984be145b584e 100644 --- a/ui/ui-frontend/projects/pastis/src/locale/messages.xlf +++ b/ui/ui-frontend/projects/pastis/src/locale/messages.xlf @@ -98,6 +98,16 @@ </context-group> <note priority="1" from="description">Edit Identifiant</note> </trans-unit> + <trans-unit id="CreerGererProfilArchivage" datatype="html"> + <source> + créer et gérer des profils d’archivage + </source> + <context-group purpose="location"> + <context context-type="sourcefile">src/app/profile/list-profile/list-profile.component.html</context> + <context context-type="linenumber">6</context> + </context-group> + <note priority="1" from="description">créer et gérer des profils d’archivage</note> + </trans-unit> <trans-unit id="ongletNotice" datatype="html"> <source> Notice