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

修改翻译

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