Alerting: Fixes some pluralizations (#111661)

Fixes some pluralizations
This commit is contained in:
Gilles De Mey
2025-09-26 13:18:15 +02:00
committed by GitHub
parent f2eab5c3ea
commit 41de5fa380
+6 -6
View File
@@ -939,9 +939,9 @@
"parse-mode-warning-title": "Telegram messages are limited to 4096 UTF-8 characters."
},
"used-by_one": "Used by {{ count }} notification policy",
"used-by_other": "Used by {{ count }} notification policy",
"used-by_other": "Used by {{ count }} notification policies",
"used-by-rules_one": "Used by {{ count }} alert rule",
"used-by-rules_other": "Used by {{ count }} alert rule"
"used-by-rules_other": "Used by {{ count }} alert rules"
},
"contact-points-filter": {
"aria-label-clear": "clear",
@@ -2094,7 +2094,7 @@
"inherited": "Inherited",
"mute-time": "Muted when",
"n-instances_one": "instance",
"n-instances_other": "instance",
"n-instances_other": "instances",
"timingOptions": {
"groupInterval": {
"description": "How long to wait before sending a notification about new alerts that are added to a group of alerts for which an initial notification has already been sent.",
@@ -2110,7 +2110,7 @@
}
}
},
"n-more-policies_one": "{{count}} additional policies",
"n-more-policies_one": "{{count}} additional policy",
"n-more-policies_other": "{{count}} additional policies",
"new-child": "New child policy",
"new-policy": "Add new policy",
@@ -11968,11 +11968,11 @@
"no-search-result": "No results found for your query"
},
"restore-modal": {
"folder-picker-text_one": "Please choose a folder where your dashboards will be restored.",
"folder-picker-text_one": "Please choose a folder where your dashboard will be restored.",
"folder-picker-text_other": "Please choose a folder where your dashboards will be restored.",
"restore-button": "Restore",
"restore-loading": "Restoring...",
"text_one": "This action will restore {{numberOfDashboards}} dashboards.",
"text_one": "This action will restore {{numberOfDashboards}} dashboard.",
"text_other": "This action will restore {{numberOfDashboards}} dashboards.",
"title": "Restore Dashboards"
}