mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 19:46:44 +08:00
feat: add Tooltip to action icon of FileManager (#561)
### What problem does this PR solve? #345 feat: add Tooltip to action icon of FileManager ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -23,6 +23,7 @@ export default {
|
||||
copy: 'Copy',
|
||||
copied: 'Copied',
|
||||
comingSoon: 'Coming Soon',
|
||||
download: 'Download',
|
||||
},
|
||||
login: {
|
||||
login: 'Sign in',
|
||||
|
||||
@ -23,6 +23,7 @@ export default {
|
||||
copy: '複製',
|
||||
copied: '複製成功',
|
||||
comingSoon: '即將推出',
|
||||
download: '下載',
|
||||
},
|
||||
login: {
|
||||
login: '登入',
|
||||
|
||||
@ -23,6 +23,7 @@ export default {
|
||||
copy: '复制',
|
||||
copied: '复制成功',
|
||||
comingSoon: '即将推出',
|
||||
download: '下载',
|
||||
},
|
||||
login: {
|
||||
login: '登录',
|
||||
|
||||
Reference in New Issue
Block a user