mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 11:56:01 +08:00
Fix text (#4244)
### What problem does this PR solve? Fix frontend text ### Type of change - [x] Refactoring Signed-off-by: jinhai <haijin.chn@gmail.com>
This commit is contained in:
parent
722545e5e0
commit
600f435d27
@ -33,7 +33,7 @@ export default {
|
|||||||
pleaseSelect: 'Please select',
|
pleaseSelect: 'Please select',
|
||||||
pleaseInput: 'Please input',
|
pleaseInput: 'Please input',
|
||||||
submit: 'Submit',
|
submit: 'Submit',
|
||||||
embedIntoSite: 'Embed Into Site',
|
embedIntoSite: 'Embed into webpage',
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
login: 'Sign in',
|
login: 'Sign in',
|
||||||
@ -422,15 +422,16 @@ The above is the content you need to summarize.`,
|
|||||||
createNewKey: 'Create new key',
|
createNewKey: 'Create new key',
|
||||||
created: 'Created',
|
created: 'Created',
|
||||||
action: 'Action',
|
action: 'Action',
|
||||||
embedModalTitle: 'Embed into website',
|
embedModalTitle: 'Embed into webpage',
|
||||||
comingSoon: 'Coming Soon',
|
comingSoon: 'Coming Soon',
|
||||||
fullScreenTitle: 'Full Embed',
|
fullScreenTitle: 'Full Embed',
|
||||||
fullScreenDescription:
|
fullScreenDescription:
|
||||||
'Embed the following iframe into your website at the desired location',
|
'Embed the following iframe into your website at the desired location',
|
||||||
partialTitle: 'Partial Embed',
|
partialTitle: 'Partial Embed',
|
||||||
extensionTitle: 'Chrome Extension',
|
extensionTitle: 'Chrome Extension',
|
||||||
tokenError: 'Please create API Token first!',
|
tokenError: 'Please create API key first.',
|
||||||
betaError: 'Please acquire a RAGFlow API key from the System Settings page first.',
|
betaError:
|
||||||
|
'Please acquire a RAGFlow API key from the System Settings page first.',
|
||||||
searching: 'Searching...',
|
searching: 'Searching...',
|
||||||
parsing: 'Parsing',
|
parsing: 'Parsing',
|
||||||
uploading: 'Uploading',
|
uploading: 'Uploading',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user