Skip to content

Commit

Permalink
feat(formapi): Ajout de la traduction dans le cas ou li n'y a aucune …
Browse files Browse the repository at this point in the history
…donnée #49
  • Loading branch information
Naminoshin committed Nov 18, 2024
1 parent 23b527e commit 0babbd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
class="text-center"
*ngIf="(listFilteredProduct$ | async)?.length === 0"
>
Aucune donnée pour les filtres sélectionnés
record.metadata.api.form.noData
</div>
</tr>
<tr class="flex items-center justify-between">
Expand Down
3 changes: 2 additions & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
"record.metadata.api.form.customUrl": "Custom URL",
"record.metadata.api.form.limit": "Count of records",
"record.metadata.api.form.limit.all": "All",
"record.metadata.api.form.noData": "No data for selected filters",
"record.metadata.api.form.offset": "Count of first record",
"record.metadata.api.form.openForm": "Open the form",
"record.metadata.api.form.reset": "Reset",
Expand Down Expand Up @@ -514,4 +515,4 @@
"wfs.unreachable.cors": "The service could not be reached because of CORS limitations",
"wfs.unreachable.http": "The service returned an HTTP error",
"wfs.unreachable.unknown": "The service could not be reached"
}
}
3 changes: 2 additions & 1 deletion translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
"record.metadata.api.form.customUrl": "URL personnalisée",
"record.metadata.api.form.limit": "Nombre d'enregistrements",
"record.metadata.api.form.limit.all": "Tous",
"record.metadata.api.form.noData": "Aucune donnée pour les filtres sélectionnés",
"record.metadata.api.form.offset": "Numéro du 1er enregistrement",
"record.metadata.api.form.openForm": "Ouvrir le panneau de personnalisation",
"record.metadata.api.form.reset": "Réinitialiser",
Expand Down Expand Up @@ -514,4 +515,4 @@
"wfs.unreachable.cors": "Le service n'est pas accessible en raison de limitations CORS",
"wfs.unreachable.http": "Le service a retourné une erreur HTTP",
"wfs.unreachable.unknown": "Le service n'est pas accessible"
}
}

0 comments on commit 0babbd6

Please sign in to comment.