Client: Added another error message in scanner

This commit is contained in:
Donkie
2023-08-13 12:04:17 +02:00
parent f032bdcade
commit 26d54d4ca2
3 changed files with 4 additions and 0 deletions

View File

@@ -122,6 +122,7 @@
"insecureContext": "The page is not served over HTTPS.",
"streamApiNotSupported": "The browser does not support the MediaStream API.",
"notReadable": "The camera is not readable.",
"notFound": "No camera was found.",
"unknown": "An unknown error occurred. ({{error}})"
}
},

View File

@@ -122,6 +122,7 @@
"insecureContext": "Sidan måste använda sig av HTTPS.",
"streamApiNotSupported": "Webbläsaren stödjer inte MediaStream API.",
"notReadable": "Kameran är inte läsbar.",
"notFound": "Ingen kamera hittades.",
"unknown": "Ett okänt fel inträffade. ({{error}})"
}
},