diff --git a/messages/pt-PT.json b/messages/pt-PT.json index d7e00b9a..49a27078 100644 --- a/messages/pt-PT.json +++ b/messages/pt-PT.json @@ -1118,6 +1118,8 @@ "actionUpdateIdpOrg": "Atualizar Organização IDP", "actionCreateClient": "Criar Cliente", "actionDeleteClient": "Excluir Cliente", + "actionArchiveClient": "Archive Client", + "actionUnarchiveClient": "Unarchive Client", "actionUpdateClient": "Atualizar Cliente", "actionListClients": "Listar Clientes", "actionGetClient": "Obter Cliente", @@ -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" }