connect.ts 321 B

123456789101112
  1. export default {
  2. connect: 'Connect',
  3. title: 'Connect Your Service',
  4. subtitle: 'Here are the fast way to connect your Zilliz Cloud',
  5. download: 'Download {{name}} SDK',
  6. tip: 'More operations, please check the documentation',
  7. link: 'Go to Milvus Doc',
  8. start: 'Quick Start',
  9. py: 'Python',
  10. go: 'Golang',
  11. };