From 24ac9a1623875a0abe9cc176bea2c78a2f1280b4 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Mon, 12 Jan 2026 21:08:35 -0800 Subject: [PATCH] New translations en-us.json (Chinese Simplified) --- messages/zh-CN.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index 4e931a40..e92a0ea1 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -1120,6 +1120,8 @@ "actionDeleteClient": "删除客户端", "actionArchiveClient": "Archive Client", "actionUnarchiveClient": "Unarchive Client", + "actionBlockClient": "Block Client", + "actionUnblockClient": "Unblock Client", "actionUpdateClient": "更新客户端", "actionListClients": "列出客户端", "actionGetClient": "获取客户端", @@ -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" }