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
30093bd8
Commit
30093bd8
authored
Jun 07, 2022
by
朱国瑞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加无相机时语言包
parent
800edbfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
index.vue
src/views/index.vue
+8
-4
No files found.
src/views/index.vue
View file @
30093bd8
...
...
@@ -206,7 +206,8 @@ export default {
successStatusTips
:
"您的姿势正确,请继续保持大约20秒"
,
errorTitle
:
"错误"
,
keyErrorText
:
"密钥禁止使用"
,
originErrorText
:
"不允许CORS"
originErrorText
:
"不允许CORS"
,
noCameraErrorText
:
"相机未授权"
,
}
};
let
_englishLanguagePack
=
{
...
...
@@ -315,7 +316,8 @@ export default {
"Correct! Please keep the posture for about 20 seconds"
,
errorTitle
:
"Error"
,
keyErrorText
:
"Key Forbidden"
,
originErrorText
:
"Not allowed by CORS"
originErrorText
:
"Not allowed by CORS"
,
noCameraErrorText
:
"Camera not detected"
,
}
};
let
_frenchLanguagePack
=
{
...
...
@@ -431,7 +433,8 @@ export default {
"Corriger! Veuillez garder la posture pendant environ 20 secondes"
,
errorTitle
:
"Erreur"
,
keyErrorText
:
"Interdire l'utilisation des clés"
,
originErrorText
:
"Cors not allowed"
originErrorText
:
"Cors not allowed"
,
noCameraErrorText
:
"Caméra non détectée"
,
}
};
let
_spanishLanguagePack
=
{
...
...
@@ -545,7 +548,8 @@ export default {
"¡Correcto! Mantenga la postura durante unos 20 segundos"
,
errorTitle
:
"Error"
,
keyErrorText
:
"Desactivar la clave"
,
originErrorText
:
"CORS no permite"
originErrorText
:
"CORS no permite"
,
noCameraErrorText
:
"Cámara no detectada"
,
}
};
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