feat: file drag and drop (#2)

* feat file drag and drop

Signed-off-by: jingyang <3161362058@qq.com>

* add file select i18n

Signed-off-by: jingyang <3161362058@qq.com>

* add i18n Interpolation

Signed-off-by: jingyang <3161362058@qq.com>

---------

Signed-off-by: jingyang <3161362058@qq.com>
This commit is contained in:
zhujingyang
2023-08-04 18:16:34 +08:00
committed by GitHub
parent 25dc45c398
commit c7bfd773e3
4 changed files with 109 additions and 15 deletions

View File

@@ -27,6 +27,15 @@
"Input": "Input",
"Output": "Output"
},
"file": {
"Click to download CSV template": "Click to download CSV template",
"Drag and drop": "Drag and drop files here, or click",
"Release the mouse to upload the file": "Release the mouse to upload the file",
"select a document": "select a document",
"support": "support {{fileExtension}} file",
"upload error description": "Only upload multiple files or one folder at a time",
"If the imported file is garbled, please convert CSV to utf-8 encoding format": "If the imported file is garbled, please convert CSV to utf-8 encoding format"
},
"home": {
"Quickly build AI question and answer library": "Quickly build AI question and answer library",
"Start Now": "Start Now",
@@ -65,4 +74,4 @@
"Update password succseful": "Update password succseful",
"Usage Record": "Usage"
}
}
}