mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-30 01:01:06 +00:00
allow translating "Basic checkbox toggle button group"
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user