Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
breast-feeding-ai-demo-web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
朱国瑞
breast-feeding-ai-demo-web
Commits
e0117c08
Commit
e0117c08
authored
Jun 01, 2022
by
朱国瑞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改翻译
parent
005c0212
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
+13
-11
.gitignore
.gitignore
+1
-0
index.vue
src/views/index.vue
+11
-11
vite.config.js
vite.config.js
+1
-0
No files found.
.gitignore
View file @
e0117c08
...
...
@@ -9,6 +9,7 @@ lerna-debug.log*
node_modules
dist
dist-demo
dist-ssr
*.local
...
...
src/views/index.vue
View file @
e0117c08
...
...
@@ -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'e
rreur"
,
keyErrorText
:
"
Forbidden
"
,
originErrorText
:
"
Not allowed by CORS
"
errorTitle
:
"
E
rreur"
,
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 e
rror"
,
keyErrorText
:
"
Forbidden
"
,
originErrorText
:
"
Not allowed by CORS
"
errorTitle
:
"
E
rror"
,
keyErrorText
:
"
Desactivar la clave
"
,
originErrorText
:
"
CORS no permite
"
}
};
switch
(
this
.
currentLanguage
)
{
...
...
vite.config.js
View file @
e0117c08
...
...
@@ -9,6 +9,7 @@ const config = require('./config')
// https://vitejs.dev/config/
export
default
defineConfig
({
envDir
:
"./"
,
outDir
:
config
.
outDir
,
plugins
:
[
vue
()],
css
:
{
postcss
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment