This commit is contained in:
Florian THIERRY
2024-09-21 21:43:09 +02:00
parent d984128176
commit d893afa1f3
3 changed files with 7 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<a [routerLink]="['edit']"
class="button action"
matTooltip="Click to edit the publication"
i18n-mapTooltip>
i18n-matTooltip>
<mat-icon>edit</mat-icon>
</a>
}
@@ -33,7 +33,7 @@
(click)="deletePublication()"
matTooltip="Click to delete the publication"
matTooltipPosition="left"
i18n-mapTooltip>
i18n-matTooltip>
<mat-icon>delete</mat-icon>
Delete
</button>

View File

@@ -38,7 +38,7 @@
"1065684538660053227": "Cliquez pour afficher l'aide",
"6205355627445317276": "Contenu",
"725618658772732433": "Prévisualisation",
"1775659119052622417": "La prévisualisation charge...",
"1775659119052622417": "Chargement du rendu de la prévisualisation...",
"3768927257183755959": "Enregistrer",
"4580042433737768435": "Une erreur technique est survenue lors du chargement de la publication à modifier.",
"2578598149846191609": "Publication postée par {$INTERPOLATION}",
@@ -73,6 +73,8 @@
"1766298802296530620": "Publication modifiée avec succès !",
"5690532907092398845": "Une erreur est survenue lors de l'enregistrement des modifications de la publication.",
"9035578711395348230": "Chargement du contenu de la publication...",
"1224244276514211842": "Cliquez pour modifier la publication",
"2759576657543552825": "Cliquez pour supprimer la publication",
"3861667381167371965": "Une erreur est survenue lors du chargement de la publication...",
"3189372093194446122": "Suppression de la publication",
"7149611045520326321": "Êtes vous sûr de vouloir supprimer cette publication ?",

View File

@@ -73,6 +73,8 @@
"1766298802296530620": "Publication updated succesfully!",
"5690532907092398845": "An error occured while saving publication modifications.",
"9035578711395348230": "Publication content loading...",
"1224244276514211842": "Click to edit the publication",
"2759576657543552825": "Click to delete the publication",
"3861667381167371965": "An error occurred while loading publication...",
"3189372093194446122": "Publication deletion",
"7149611045520326321": "Are you sure you want to delete this publication?",