-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from zilliztech/overview
new overview
- Loading branch information
Showing
19 changed files
with
344 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
const overviewTrans = { | ||
load: 'Loaded Collections', | ||
all: 'All Collections', | ||
data: 'Entites', | ||
data: 'Entities', | ||
rows: '{{number}}', | ||
loading: 'Loading Collections', | ||
sysInfo: 'System Info', | ||
database: 'Database', | ||
milvusVersion: 'Milvus Version', | ||
upTime: 'Up Time', | ||
deployMode: 'Deploy Mode', | ||
databases: 'Databases', | ||
users: 'Users', | ||
roles: 'Roles', | ||
days: 'days', | ||
}; | ||
|
||
export default overviewTrans; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.