Commit e0117c08 authored by 朱国瑞's avatar 朱国瑞

修改翻译

parent 005c0212
......@@ -9,6 +9,7 @@ lerna-debug.log*
node_modules
dist
dist-demo
dist-ssr
*.local
......
......@@ -204,9 +204,9 @@ export default {
sitMainPointsConfirmText: "好 的",
momLeft: "当未检测到您,将自动停止计时后续流程,停留5s后跳转至结束页面",
successStatusTips: "您的姿势正确,请继续保持大约20秒",
errorTitle: "Error message",
keyErrorText: "Forbidden",
originErrorText: "Not allowed by CORS"
errorTitle: "错误",
keyErrorText: "密钥禁止使用",
originErrorText: "不允许CORS"
}
};
let _englishLanguagePack = {
......@@ -313,8 +313,8 @@ export default {
"No person detected. The finish page will be shown after 5 seconds",
successStatusTips:
"Correct! Please keep the posture for about 20 seconds",
errorTitle: "Error message",
keyErrorText: "Forbidden",
errorTitle: "Error",
keyErrorText: "Key Forbidden",
originErrorText: "Not allowed by CORS"
}
};
......@@ -429,9 +429,9 @@ export default {
"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",
errorTitle: "Message d'erreur",
keyErrorText: "Forbidden",
originErrorText: "Not allowed by CORS"
errorTitle: "Erreur",
keyErrorText: "Interdire l'utilisation des clés",
originErrorText: "Cors not allowed"
}
};
let _spanishLanguagePack = {
......@@ -543,9 +543,9 @@ export default {
"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",
errorTitle: "Mensaje de error",
keyErrorText: "Forbidden",
originErrorText: "Not allowed by CORS"
errorTitle: "Error",
keyErrorText: "Desactivar la clave",
originErrorText: "CORS no permite"
}
};
switch (this.currentLanguage) {
......
......@@ -9,6 +9,7 @@ const config = require('./config')
// https://vitejs.dev/config/
export default defineConfig({
envDir: "./",
outDir: config.outDir,
plugins: [vue()],
css: {
postcss: {
......
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