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

增加无相机时语言包

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