| 12345678910111213141516171819202122232425262728293031 |
- const en_US = {
- "Graphql Service":"Graphql Service",
- "Wechat Service":"Wechat Service",
- "Quantization Service":"Quantization Service",
- "Cloud Function":"Cloud Function",
- "Data Storage":"Data Storage",
- "Data Analysis":"Data Analysis",
- "Monitor Notification":"Monitor Notification",
- "Case Show":"Case Show",
- "Create": "Create",
- "My Create": "My Create",
- "Instructions": "Instructions",
- "schema": "schema",
- "deploy": "deploy",
- "graphql IDE": "graphql IDE",
- "template": "template",
- "preview": "preview",
- "metabase": "metabase",
- "Name": "Name",
- "Remark": "Remark",
- "copy": "copy",
- "delete": "delete",
- "Login": "Login",
- "Table name": "Table name",
- "Table remark": "Table remark",
- "Table fields": "Table fields",
- "name": "name",
- "type": "type",
- "description": "description",
- };
- export default en_US;
|