123456789101112131415161718192021222324252627282930313233343536373839404142 |
- const commonTrans = {
- milvus: {
- admin: 'Milvus Insight',
- address: 'Milvus Address',
- },
- status: {
- loaded: 'loaded for search',
- unloaded: 'unloaded',
- error: 'error',
- running: 'running',
- },
- grid: {
- action: 'action',
- noData: 'No Data',
- rows: 'Rows',
- of: 'of',
- nextLabel: 'next page',
- prevLabel: 'prev page',
- },
- copy: {
- copy: 'Copy',
- copied: 'Copied!',
- label: 'copy button',
- },
- param: 'Parameter',
- search: 'Search by name',
- code: 'Code View',
- view: 'View Code',
- js: 'NODE.JS',
- py: 'PYTHON',
- community: {
- hi: 'Hi, there!',
- growing: 'Our growing community is here!',
- question: 'Have question about Milvus?',
- qr: 'Scan WeChat QR code to get access',
- more: 'More Channels to Explore',
- join: 'Join our growing social community today',
- get: 'Get insight, tips and share ideas'
- },
- };
- export default commonTrans;
|