From 78bcfed668a39d63a2efe7c67b3255e60c47c146 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 12 Jan 2026 21:08:33 -0800 Subject: [PATCH] New translations en-us.json (Turkish) --- messages/tr-TR.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/tr-TR.json b/messages/tr-TR.json index 36ae5efe..204b1d37 100644 --- a/messages/tr-TR.json +++ b/messages/tr-TR.json @@ -1120,6 +1120,8 @@ "actionDeleteClient": "Müşteri Sil", "actionArchiveClient": "Archive Client", "actionUnarchiveClient": "Unarchive Client", + "actionBlockClient": "Block Client", + "actionUnblockClient": "Unblock Client", "actionUpdateClient": "Müşteri Güncelle", "actionListClients": "Müşterileri Listele", "actionGetClient": "Müşteriyi Al", @@ -2418,5 +2420,9 @@ "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", + "blockClient": "Block Client", + "blockClientQuestion": "Are you sure you want to block this client?", + "blockClientMessage": "The device will be forced to disconnect if currently connected. You can unblock the device later.", + "blockClientConfirm": "Block Client", "active": "Active" }