Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
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
ai-tech
dify
Commits
a82d6485
Commit
a82d6485
authored
Jul 05, 2023
by
Joel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: run batch error same to run once
parent
fc542115
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
share-app.en.ts
web/i18n/lang/share-app.en.ts
+1
-1
share-app.zh.ts
web/i18n/lang/share-app.zh.ts
+1
-1
No files found.
web/i18n/lang/share-app.en.ts
View file @
a82d6485
...
...
@@ -55,7 +55,7 @@ const translation = {
empty
:
'Please input content in the uploaded file.'
,
fileStructNotMatch
:
'The uploaded CSV file not match the struct.'
,
emptyLine
:
'Row {{rowIndex}} is empty'
,
invalidLine
:
'Row {{rowIndex}}:
{{varName}} is required
'
,
invalidLine
:
'Row {{rowIndex}}:
variables value can not be empty
'
,
atLeastOne
:
'Please input at least one row in the uploaded file.'
,
},
},
...
...
web/i18n/lang/share-app.zh.ts
View file @
a82d6485
...
...
@@ -51,7 +51,7 @@ const translation = {
empty
:
'上传文件的内容不能为空'
,
fileStructNotMatch
:
'上传文件的内容与结构不匹配'
,
emptyLine
:
'第 {{rowIndex}} 行的内容为空'
,
invalidLine
:
'第 {{rowIndex}} 行:
{{varName}} 的内容不能为空
'
,
invalidLine
:
'第 {{rowIndex}} 行:
变量值必填
'
,
atLeastOne
:
'上传文件的内容不能少于一条'
,
},
},
...
...
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