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
8d328995
Commit
8d328995
authored
May 31, 2022
by
朱国瑞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
136b3913
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
index.vue
src/views/index.vue
+12
-4
No files found.
src/views/index.vue
View file @
8d328995
...
...
@@ -203,7 +203,9 @@ export default {
sitMainPointsConfirmText
:
"好 的"
,
momLeft
:
"当未检测到您,将自动停止计时后续流程,停留5s后跳转至结束页面"
,
successStatusTips
:
"您的姿势正确,请继续保持大约20秒"
,
errorTitle
:
"Error message"
errorTitle
:
"Error message"
,
keyErrorText
:
"Forbidden"
,
originErrorText
:
"Not allowed by CORS"
}
};
let
_englishLanguagePack
=
{
...
...
@@ -310,7 +312,9 @@ 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"
errorTitle
:
"Error message"
,
keyErrorText
:
"Forbidden"
,
originErrorText
:
"Not allowed by CORS"
}
};
let
_frenchLanguagePack
=
{
...
...
@@ -424,7 +428,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"
errorTitle
:
"Message d'erreur"
,
keyErrorText
:
"Forbidden"
,
originErrorText
:
"Not allowed by CORS"
}
};
let
_spanishLanguagePack
=
{
...
...
@@ -536,7 +542,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"
errorTitle
:
"Mensaje de error"
,
keyErrorText
:
"Forbidden"
,
originErrorText
:
"Not allowed by CORS"
}
};
switch
(
this
.
currentLanguage
)
{
...
...
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