allow translating "Basic checkbox toggle button group"
This commit is contained in:
parent
2593040577
commit
aa2563a507
@ -20,7 +20,7 @@
|
||||
<div
|
||||
class="btn-group"
|
||||
role="group"
|
||||
aria-label="Basic checkbox toggle button group"
|
||||
:aria-label="$t('Basic checkbox toggle button group')"
|
||||
>
|
||||
<input
|
||||
id="btncheck1"
|
||||
@ -69,7 +69,7 @@
|
||||
<div
|
||||
class="btn-group"
|
||||
role="group"
|
||||
aria-label="Basic checkbox toggle button group"
|
||||
:aria-label="$t('Basic checkbox toggle button group')"
|
||||
>
|
||||
<input
|
||||
id="btncheck4"
|
||||
|
||||
@ -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.",
|
||||
"imageResetConfirmation": "Image reset to default",
|
||||
"screenshot of the website": "Screenshot of the website",
|
||||
"Basic checkbox toggle button group": "Basic checkbox toggle button group",
|
||||
"avgPing": "Avg Ping",
|
||||
"maxPing": "Max Ping",
|
||||
"minPing": "Min Ping"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user