Commit 30093bd8 authored by 朱国瑞's avatar 朱国瑞

增加无相机时语言包

parent 800edbfb
......@@ -206,7 +206,8 @@ export default {
successStatusTips: "您的姿势正确,请继续保持大约20秒",
errorTitle: "错误",
keyErrorText: "密钥禁止使用",
originErrorText: "不允许CORS"
originErrorText: "不允许CORS",
noCameraErrorText: "相机未授权",
}
};
let _englishLanguagePack = {
......@@ -315,7 +316,8 @@ export default {
"Correct! Please keep the posture for about 20 seconds",
errorTitle: "Error",
keyErrorText: "Key Forbidden",
originErrorText: "Not allowed by CORS"
originErrorText: "Not allowed by CORS",
noCameraErrorText: "Camera not detected",
}
};
let _frenchLanguagePack = {
......@@ -431,7 +433,8 @@ export default {
"Corriger! Veuillez garder la posture pendant environ 20 secondes",
errorTitle: "Erreur",
keyErrorText: "Interdire l'utilisation des clés",
originErrorText: "Cors not allowed"
originErrorText: "Cors not allowed",
noCameraErrorText: "Caméra non détectée",
}
};
let _spanishLanguagePack = {
......@@ -545,7 +548,8 @@ export default {
"¡Correcto! Mantenga la postura durante unos 20 segundos",
errorTitle: "Error",
keyErrorText: "Desactivar la clave",
originErrorText: "CORS no permite"
originErrorText: "CORS no permite",
noCameraErrorText: "Cámara no detectada",
}
};
switch (this.currentLanguage) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment