diff --git a/messages/bg-BG.json b/messages/bg-BG.json index 6bc90976..7a73a964 100644 --- a/messages/bg-BG.json +++ b/messages/bg-BG.json @@ -2365,5 +2365,30 @@ "orgAuthWhatsThis": "Where can I find my organization ID?", "learnMore": "Learn more", "backToHome": "Go back to home", - "needToSignInToOrg": "Need to use your organization's identity provider?" + "needToSignInToOrg": "Need to use your organization's identity provider?", + "maintenanceMode": "Maintenance Mode", + "maintenanceModeDescription": "Display a maintenance page to visitors", + "maintenanceModeType": "Maintenance Mode Type", + "showMaintenancePage": "Show a maintenance page to visitors", + "enableMaintenanceMode": "Enable Maintenance Mode", + "automatic": "Automatic", + "automaticModeDescription": " Show maintenance page only when all backend targets are down or unhealthy. Your resource continues working normally as long as at least one target is healthy.", + "forced": "Forced", + "forcedModeDescription": "Always show the maintenance page regardless of backend health. Use this for planned maintenance when you want to prevent all access.", + "warning:": "Warning:", + "forcedeModeWarning": "All traffic will be directed to the maintenance page. Your backend resources will not receive any requests.", + "pageTitle": "Page Title", + "pageTitleDescription": "The main heading displayed on the maintenance page", + "maintenancePageMessage": "Maintenance Message", + "maintenancePageMessagePlaceholder": "We'll be back soon! Our site is currently undergoing scheduled maintenance.", + "maintenancePageMessageDescription": "Detailed message explaining the maintenance", + "maintenancePageTimeTitle": "Estimated Completion Time (Optional)", + "maintenanceTime": "e.g., 2 hours, Nov 1 at 5:00 PM", + "maintenanceEstimatedTimeDescription": "When you expect maintenance to be completed", + "editDomain": "Edit Domain", + "editDomainDescription": "Select a domain for your resource", + "maintenanceModeDisabledTooltip": "This feature requires a valid license to enable.", + "maintenanceScreenTitle": "Service Temporarily Unavailable", + "maintenanceScreenMessage": "We are currently experiencing technical difficulties. Please check back soon.", + "maintenanceScreenEstimatedCompletion": "Estimated Completion:" }