diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index cd5122239ea45b1acb237cc4d7431d5c93365bcb..1f3ecccecddc8c9e19652f14fedd71de67107a27 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -91,7 +91,8 @@ "moveCompanionWindowToRight": "Déplacer à droite", "nextCanvas": "Suivant", "noItemSelected": "Aucun élément sélectionné", - "numItems": "{{number}} images", + "numItems": "{{number}} image", + "numItems_plural": "{{number}} images", "off": "aucun", "openCompanionWindow_annotations": "Annotations", "openCompanionWindow_attribution": "Droits", @@ -118,7 +119,8 @@ "searchSubmitAria": "Lancer la recherche", "searchTitle": "Rechercher", "selectWorkspaceMenu": "Changer de type d'espace de travail", - "showingNumAnnotations": "{{number}} annotations affichées", + "showingNumAnnotations": "{{number}} annotation affichée", + "showingNumAnnotations_plural": "{{number}} annotations affichées", "showCollection": "Voir la collection", "showZoomControls": "Activer les commandes de zoom", "sidebarPanelsNavigation": "Navigation dans les panneaux latéraux", @@ -131,8 +133,10 @@ "thumbnailNavigation": "Vignettes", "thumbnails": "Afficher les vignettes", "toggleWindowSideBar": "Afficher le menu latéral", - "totalCollections": "{{count}} collections", - "totalManifests": "{{count}} manifestes", + "totalCollections": "{{count}} collection", + "totalCollections_plural": "{{count}} collections", + "totalManifests": "{{count}} manifeste", + "totalManifests_plural": "{{count}} manifestes", "tryAgain": "Essayer à nouveau", "untitled": "[Sans titre]", "view": "Voir les images en mode",