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
ea1ccaf0
Commit
ea1ccaf0
authored
Jun 20, 2023
by
Joel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: file size tip
parent
93c38f00
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dataset-creation.en.ts
web/i18n/lang/dataset-creation.en.ts
+1
-1
dataset-creation.zh.ts
web/i18n/lang/dataset-creation.zh.ts
+1
-1
No files found.
web/i18n/lang/dataset-creation.en.ts
View file @
ea1ccaf0
...
...
@@ -26,7 +26,7 @@ const translation = {
tip
:
'Supports txt, html, markdown, xlsx, and pdf. Max 10MB each.'
,
validation
:
{
typeError
:
'File type not supported'
,
size
:
'File too large. Maximum is 1
5
MB'
,
size
:
'File too large. Maximum is 1
0
MB'
,
count
:
'Multiple files not supported'
,
},
cancel
:
'Cancel'
,
...
...
web/i18n/lang/dataset-creation.zh.ts
View file @
ea1ccaf0
...
...
@@ -26,7 +26,7 @@ const translation = {
tip
:
'已支持 TXT、 HTML、 Markdown、 PDF、 XLSX,每个文件不超过 10 MB。'
,
validation
:
{
typeError
:
'文件类型不支持'
,
size
:
'文件太大了,不能超过 1
5
MB'
,
size
:
'文件太大了,不能超过 1
0
MB'
,
count
:
'暂不支持多个文件'
,
},
cancel
:
'取消'
,
...
...
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