allow translating "Basic checkbox toggle button group"
This commit is contained in:
parent
2593040577
commit
aa2563a507
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user