From ac0351b525f2b91bc74cca19d65aca7cfffcdbb2 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Tue, 26 Aug 2025 22:34:41 -0700 Subject: [PATCH] New translations en-us.json (Bulgarian) --- messages/bg-BG.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/messages/bg-BG.json b/messages/bg-BG.json index 7d9a5262..3717855e 100644 --- a/messages/bg-BG.json +++ b/messages/bg-BG.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} Settings", "alwaysAllow": "Always Allow", "alwaysDeny": "Always Deny", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configure your organization's general settings", "orgGeneralSettings": "Organization Settings", "orgGeneralSettingsDescription": "Manage your organization details and configuration", @@ -545,6 +546,7 @@ "rulesActions": "Actions", "rulesActionAlwaysAllow": "Always Allow: Bypass all authentication methods", "rulesActionAlwaysDeny": "Always Deny: Block all requests; no authentication can be attempted", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Matching Criteria", "rulesMatchCriteriaIpAddress": "Match a specific IP address", "rulesMatchCriteriaIpAddressRange": "Match a range of IP addresses in CIDR notation",