From 658ec87d1bd4e8f03dfcc0446f9d398bc8830c96 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 12 Jan 2026 16:19:58 -0800 Subject: [PATCH] New translations en-us.json (Czech) --- messages/cs-CZ.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/messages/cs-CZ.json b/messages/cs-CZ.json index 5214c7da..2bbdb828 100644 --- a/messages/cs-CZ.json +++ b/messages/cs-CZ.json @@ -1118,6 +1118,8 @@ "actionUpdateIdpOrg": "Aktualizovat IDP Org", "actionCreateClient": "Vytvořit klienta", "actionDeleteClient": "Odstranit klienta", + "actionArchiveClient": "Archive Client", + "actionUnarchiveClient": "Unarchive Client", "actionUpdateClient": "Aktualizovat klienta", "actionListClients": "Seznam klientů", "actionGetClient": "Získat klienta", @@ -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" }