From 675e285e8cb5d00a6f67624742ac3c71d3c36288 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Wed, 25 Mar 2026 17:19:23 +0800 Subject: [PATCH] =?UTF-8?q?[STYLE]=20=E8=A3=9C=E9=BD=8A=E5=B8=B3=E8=99=9F?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=8C=89=E9=88=95=20Tooltip=20=E7=BF=BB?= =?UTF-8?q?=E8=AD=AF=E8=AA=9E=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/en.json | 4 +++- lang/ja.json | 4 +++- lang/zh_TW.json | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lang/en.json b/lang/en.json index 4bacf5d..3fc6e15 100644 --- a/lang/en.json +++ b/lang/en.json @@ -700,5 +700,7 @@ "Confirm Account Status Change": "Confirm Account Status Change", "Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.": "Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.", "Confirm Account Deactivation": "Confirm Deactivation", - "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system." + "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.", + "Enable": "Enable", + "Disable": "Disable" } diff --git a/lang/ja.json b/lang/ja.json index 5aee933..87c0b6a 100644 --- a/lang/ja.json +++ b/lang/ja.json @@ -701,5 +701,7 @@ "Confirm Account Status Change": "アカウントステータス変更の確認", "Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.": "ステータスを変更してもよろしいですか?無効化後、このアカウントはシステムにログインできなくなります。", "Confirm Account Deactivation": "アカウント停止の確認", - "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "アカウントを停止してもよろしいですか?一旦停止するとシステムにログインできなくなります。" + "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "アカウントを停止してもよろしいですか?一旦停止するとシステムにログインできなくなります。", + "Enable": "有効にする", + "Disable": "無効にする" } diff --git a/lang/zh_TW.json b/lang/zh_TW.json index 27e4f5e..4248694 100644 --- a/lang/zh_TW.json +++ b/lang/zh_TW.json @@ -697,5 +697,7 @@ "Confirm Account Status Change": "帳號狀態變更確認", "Are you sure you want to change the status? After disabling, this account will no longer be able to log in to the system.": "您確定要變更狀態嗎?停用之後,該帳號將會立即被登出且無法再登入系統。", "Confirm Account Deactivation": "停用帳號確認", - "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "確定要停用此帳號嗎?停用後將無法登入系統。" + "Are you sure you want to deactivate this account? After deactivating, this account will no longer be able to log in to the system.": "確定要停用此帳號嗎?停用後將無法登入系統。", + "Enable": "啟用", + "Disable": "停用" }