Commit 5999e077 authored by 朱国瑞's avatar 朱国瑞

增加 errorTItle

parent 8b054fe3
......@@ -202,7 +202,8 @@ export default {
sitMainPointsText4: "婴儿的耳、肩、臀成一条直线",
sitMainPointsConfirmText: "好 的",
momLeft: "当未检测到您,将自动停止计时后续流程,停留5s后跳转至结束页面",
successStatusTips: "您的姿势正确,请继续保持大约20秒"
successStatusTips: "您的姿势正确,请继续保持大约20秒",
errorTitle: "Error message"
}
};
let _englishLanguagePack = {
......@@ -308,7 +309,8 @@ export default {
momLeft:
"No person detected. The finish page will be shown after 5 seconds",
successStatusTips:
"Correct! Please keep the posture for about 20 seconds"
"Correct! Please keep the posture for about 20 seconds",
errorTitle: "Error message"
}
};
let _frenchLanguagePack = {
......@@ -421,7 +423,8 @@ export default {
momLeft:
"Aucune personne détectée. La page d'arrivée s'affichera après 5 secondes",
successStatusTips:
"Corriger! Veuillez garder la posture pendant environ 20 secondes"
"Corriger! Veuillez garder la posture pendant environ 20 secondes",
errorTitle: "Error message"
}
};
let _spanishLanguagePack = {
......@@ -532,7 +535,8 @@ export default {
momLeft:
"No se detectó ninguna persona. La página de finalización se mostrará después de 5 segundos",
successStatusTips:
"¡Correcto! Mantenga la postura durante unos 20 segundos"
"¡Correcto! Mantenga la postura durante unos 20 segundos",
errorTitle: "Error message"
}
};
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