From 42d8e932fff8f02d67e608ced340e7236f13c130 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 12 Jan 2026 16:19:59 -0800 Subject: [PATCH] New translations en-us.json (German) --- messages/de-DE.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/messages/de-DE.json b/messages/de-DE.json index edec6272..a9f4a8ce 100644 --- a/messages/de-DE.json +++ b/messages/de-DE.json @@ -1118,6 +1118,8 @@ "actionUpdateIdpOrg": "IDP-Organisation aktualisieren", "actionCreateClient": "Client erstellen", "actionDeleteClient": "Client löschen", + "actionArchiveClient": "Archive Client", + "actionUnarchiveClient": "Unarchive Client", "actionUpdateClient": "Client aktualisieren", "actionListClients": "Clients auflisten", "actionGetClient": "Clients abrufen", @@ -2406,5 +2408,15 @@ "deviceMessageArchive": "Das Gerät wird archiviert und aus Ihrer Liste der aktiven Geräte entfernt.", "deviceArchiveConfirm": "Gerät archivieren", "archiveDevice": "Gerät archivieren", - "archive": "Archiv" + "archive": "Archiv", + "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" }