diff --git a/messages/fr-FR.json b/messages/fr-FR.json index c99fc757..fb2543e1 100644 --- a/messages/fr-FR.json +++ b/messages/fr-FR.json @@ -1118,6 +1118,8 @@ "actionUpdateIdpOrg": "Mettre à jour une organisation IDP", "actionCreateClient": "Créer un client", "actionDeleteClient": "Supprimer le client", + "actionArchiveClient": "Archive Client", + "actionUnarchiveClient": "Unarchive Client", "actionUpdateClient": "Mettre à jour le client", "actionListClients": "Liste des clients", "actionGetClient": "Obtenir le client", @@ -2406,5 +2408,15 @@ "deviceMessageArchive": "The device will be archived and removed from your active devices list.", "deviceArchiveConfirm": "Archive Device", "archiveDevice": "Archive Device", - "archive": "Archive" + "archive": "Archive", + "deviceUnarchived": "Device unarchived", + "deviceUnarchivedDescription": "The device has been successfully unarchived.", + "errorUnarchivingDevice": "Error unarchiving device", + "failedToUnarchiveDevice": "Failed to unarchive device", + "unarchive": "Unarchive", + "archiveClient": "Archive Client", + "archiveClientQuestion": "Are you sure you want to archive this client?", + "archiveClientMessage": "The client will be archived and removed from your active clients list.", + "archiveClientConfirm": "Archive Client", + "active": "Active" }