From e9bbee13c0c715527369088f67fbb3def727957c Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 12 Jan 2026 16:19:57 -0800 Subject: [PATCH] New translations en-us.json (Bulgarian) --- messages/bg-BG.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/messages/bg-BG.json b/messages/bg-BG.json index 2c8a9b8b..11af0776 100644 --- a/messages/bg-BG.json +++ b/messages/bg-BG.json @@ -1118,6 +1118,8 @@ "actionUpdateIdpOrg": "Актуализиране на IdP организация", "actionCreateClient": "Създаване на клиент", "actionDeleteClient": "Изтриване на клиент", + "actionArchiveClient": "Archive Client", + "actionUnarchiveClient": "Unarchive Client", "actionUpdateClient": "Актуализиране на клиент", "actionListClients": "Списък с клиенти", "actionGetClient": "Получаване на клиент", @@ -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" }