Do not accept the separator in the local part
This commit is contained in:
parent
72bc29ba66
commit
0dc94a7edd
4 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
"cameraNotReadable": "Camera not accessible (potentially already in use).",
|
||||
"cameraOverconstrained": "Installed cameras are not suitable.",
|
||||
"cameraStreamApiNotSupported": "Stream API is not supported in this browser.",
|
||||
"localPartSeparator": "The local part cannot contain the separator.",
|
||||
"unknown": "Unknown error."
|
||||
}
|
||||
},
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
"cameraNotReadable": "Caméra inaccessible (potentiellement déjà utilisée).",
|
||||
"cameraOverconstrained": "Les caméras détectées ne sont pas compatibles.",
|
||||
"cameraStreamApiNotSupported": "L'API du flux de données vidéo n'est pas supportée par ce navigateur.",
|
||||
"localPartSeparator": "La partie locale ne peut pas contenir le séparateur.",
|
||||
"unknown": "Erreur inconnue."
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue