diff --git a/l10n/fr.js b/l10n/fr.js index 89633cbd..856543cc 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -2,6 +2,7 @@ OC.L10N.register( "social", { "Social" : "Social", + "Social notifications" : "Notifications Social", "Please note that the data from alpha2 can only be migrated manually.\n\t\t\t\t\t\tA detailed documentation to guide you during this process is available using the button below." : "Veuillez noter que les données provenant de alpha2 peuvent uniquement être migrées manuellement.\n\t\t\t\t\t\tUne documentation détaillée pour vous guider durant ce processus est disponible via le bouton ci-dessous.", "Help" : "Aide...", "Follow %s on Social" : "Suivre %s sur Social", @@ -61,6 +62,7 @@ OC.L10N.register( "No local posts found" : "Aucun message local trouvé", "Posts from other people on this instance will show up here" : "Les messages d'autres personnes de cette instance apparaîtront ici", "No notifications found" : "Aucune notification", + "You have not received any notifications yet" : "Vous n'avez pas encore reçu de notification", "No global posts found" : "Aucun message global trouvé", "Posts from federated instances will show up here" : "Les messages des instances fédérées apparaîtront ici", "No liked posts found" : "Aucun message aimé trouvé", @@ -71,6 +73,9 @@ OC.L10N.register( "Boost" : "Boost", "Like" : "Aimer", "Undo Like" : "Retirer le J'aime", + "Go to Social app" : "Aller à l'application Social", + "No Social notifications!" : "Pas de notifications Social !", + "Failed to get Social notifications" : "Impossible d'obtenir les notifications Social ", "{account} is following you" : "{account} vous suit", "{account} liked your post" : "{account} a aimé votre post", "Follow on Nextcloud Social" : "Suivre sur Nextcloud Social", diff --git a/l10n/fr.json b/l10n/fr.json index 22bb2ab7..d8189da0 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -1,5 +1,6 @@ { "translations": { "Social" : "Social", + "Social notifications" : "Notifications Social", "Please note that the data from alpha2 can only be migrated manually.\n\t\t\t\t\t\tA detailed documentation to guide you during this process is available using the button below." : "Veuillez noter que les données provenant de alpha2 peuvent uniquement être migrées manuellement.\n\t\t\t\t\t\tUne documentation détaillée pour vous guider durant ce processus est disponible via le bouton ci-dessous.", "Help" : "Aide...", "Follow %s on Social" : "Suivre %s sur Social", @@ -59,6 +60,7 @@ "No local posts found" : "Aucun message local trouvé", "Posts from other people on this instance will show up here" : "Les messages d'autres personnes de cette instance apparaîtront ici", "No notifications found" : "Aucune notification", + "You have not received any notifications yet" : "Vous n'avez pas encore reçu de notification", "No global posts found" : "Aucun message global trouvé", "Posts from federated instances will show up here" : "Les messages des instances fédérées apparaîtront ici", "No liked posts found" : "Aucun message aimé trouvé", @@ -69,6 +71,9 @@ "Boost" : "Boost", "Like" : "Aimer", "Undo Like" : "Retirer le J'aime", + "Go to Social app" : "Aller à l'application Social", + "No Social notifications!" : "Pas de notifications Social !", + "Failed to get Social notifications" : "Impossible d'obtenir les notifications Social ", "{account} is following you" : "{account} vous suit", "{account} liked your post" : "{account} a aimé votre post", "Follow on Nextcloud Social" : "Suivre sur Nextcloud Social",