mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-21 11:42:37 +02:00
adjust translation
This commit is contained in:
+1
-1
@@ -2271,7 +2271,7 @@
|
|||||||
"alertingHealthChecksBannerDescription": "Health checks are HTTP or TCP monitors you define once. You can then use them as sources in alert rules so you get notified when a target becomes healthy or unhealthy. Health checks on resources also appear here.",
|
"alertingHealthChecksBannerDescription": "Health checks are HTTP or TCP monitors you define once. You can then use them as sources in alert rules so you get notified when a target becomes healthy or unhealthy. Health checks on resources also appear here.",
|
||||||
"alertingTestRule": "Test Alert Rule",
|
"alertingTestRule": "Test Alert Rule",
|
||||||
"alertingAddActionHeading": "Add New Action",
|
"alertingAddActionHeading": "Add New Action",
|
||||||
"alertingSelectActionType": "Choose an action type",
|
"alertingSelectActionType": "Select an Action",
|
||||||
"alertingNoActionsTitle": "No actions configured",
|
"alertingNoActionsTitle": "No actions configured",
|
||||||
"alertingNoActionsSaveDescription": "Add at least one action so this rule can notify someone when it fires.",
|
"alertingNoActionsSaveDescription": "Add at least one action so this rule can notify someone when it fires.",
|
||||||
"alertingNoActionsTestDescription": "Add at least one action before you can test this rule.",
|
"alertingNoActionsTestDescription": "Add at least one action before you can test this rule.",
|
||||||
|
|||||||
@@ -328,8 +328,8 @@ export default function AlertRuleGraphEditor({
|
|||||||
}
|
}
|
||||||
loading={isTestingAlert}
|
loading={isTestingAlert}
|
||||||
>
|
>
|
||||||
{t("alertingTestRule")}
|
|
||||||
<ZapIcon className="size-3.5 flex-none" />
|
<ZapIcon className="size-3.5 flex-none" />
|
||||||
|
{t("alertingTestRule")}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
Reference in New Issue
Block a user