allow translating "Basic checkbox toggle button group"

This commit is contained in:
Frank Elsinga 2026-01-05 20:55:42 +01:00
parent 2593040577
commit aa2563a507
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<div <div
class="btn-group" class="btn-group"
role="group" role="group"
aria-label="Basic checkbox toggle button group" :aria-label="$t('Basic checkbox toggle button group')"
> >
<input <input
id="btncheck1" id="btncheck1"
@ -69,7 +69,7 @@
<div <div
class="btn-group" class="btn-group"
role="group" role="group"
aria-label="Basic checkbox toggle button group" :aria-label="$t('Basic checkbox toggle button group')"
> >
<input <input
id="btncheck4" id="btncheck4"

View File

@ -1246,6 +1246,7 @@
"lowIntervalWarning": "Are you sure want to set the interval value below 20 seconds? Performance may be degraded, particularly if there are a large number of monitors.", "lowIntervalWarning": "Are you sure want to set the interval value below 20 seconds? Performance may be degraded, particularly if there are a large number of monitors.",
"imageResetConfirmation": "Image reset to default", "imageResetConfirmation": "Image reset to default",
"screenshot of the website": "Screenshot of the website", "screenshot of the website": "Screenshot of the website",
"Basic checkbox toggle button group": "Basic checkbox toggle button group",
"avgPing": "Avg Ping", "avgPing": "Avg Ping",
"maxPing": "Max Ping", "maxPing": "Max Ping",
"minPing": "Min Ping" "minPing": "Min Ping"