en_US.js 904 B

12345678910111213141516171819202122232425262728293031
  1. const en_US = {
  2. "Graphql Service":"Graphql Service",
  3. "Wechat Service":"Wechat Service",
  4. "Quantization Service":"Quantization Service",
  5. "Cloud Function":"Cloud Function",
  6. "Data Storage":"Data Storage",
  7. "Data Analysis":"Data Analysis",
  8. "Monitor Notification":"Monitor Notification",
  9. "Case Show":"Case Show",
  10. "Create": "Create",
  11. "My Create": "My Create",
  12. "Instructions": "Instructions",
  13. "schema": "schema",
  14. "deploy": "deploy",
  15. "graphql IDE": "graphql IDE",
  16. "template": "template",
  17. "preview": "preview",
  18. "metabase": "metabase",
  19. "Name": "Name",
  20. "Remark": "Remark",
  21. "copy": "copy",
  22. "delete": "delete",
  23. "Login": "Login",
  24. "Table name": "Table name",
  25. "Table remark": "Table remark",
  26. "Table fields": "Table fields",
  27. "name": "name",
  28. "type": "type",
  29. "description": "description",
  30. };
  31. export default en_US;