| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- 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",
- "schema":"schema",
- "deploy":"deploy",
- "graphql IDE":"graphql IDE",
- "template":"template",
- "preview":"preview",
- "metabase":"metabase",
- "Case Show":"Case Show",
- "Create":"Create",
- "My Create":"My Create",
- "Instructions":"Instructions",
- "Login":"Login",
- "login":"login",
- "Download":"Download",
- "Create Graphql Service": 'Create Graphql Service',
- "service name": 'service name',
- "input service name": 'input service name',
- "schema name": 'schema name',
- "input schema name": 'input schema_name',
- "Name":"Name",
- "name":"name",
- "type":"type",
- "region":"region",
- "function":"function",
- "functionName":"function Name",
- "description":"description",
- "Remark":"Remark",
- "copy":"copy",
- "Table":"Table",
- "fields":"fields",
- // wexin相关
- "config":"config",
- "manage":"manage",
- //cloud 相关
- "Tencent":"Tencent",
- "Aliyun":"Aliyun",
- "AWS":"AWS",
- // deploy相关
- "Deploy":"Deploy",
- 'cosBucketName': 'cosBucketName',
- 'cosObjectName': 'cosObjectName',
- 'cosBucketRegion': 'cosBucketRegion',
- 'serviceName': 'service Name',
- 'subnetId': 'subnetId',
- 'vpcId': 'vpcId',
- 'groupName': 'group name',
- 'environmentName': 'deploy environment',
- 'defaultDomain': 'default domain',
- 'frontType': 'front type',
- 'userDomain': 'custom domain',
- 'userStatus': 'open/close',
- 'apiGWName': 'api gateway group name',
- 'apiGWDesc': 'api gateway group description',
- 'requestMethod': 'request Method',
- 'Ding Talk':'Ding Talk',
- 'Notification Name':'Notification Name',
- 'Web hook':'Ding Talk webhook',
- 'test':'test',
- 'prepub':'prepub',
- 'release':'release',
- //地区
- "Guangzhou":"Guangzhou",
- "Shanghai":"Shanghai",
- "Beijing":"Beijing",
- "Chengdu":"Chengdu",
- //account 个人中心相关
- "Account center":"Account center",
- "Cloud settings":"Cloud settings",
- "user setting":"user setting",
- "cloud setting":"cloud setting",
- "save":"save",
- "cancel":"cancel",
- "modify":"modify",
- "exit":"exit",
- "email":"email",
- "tel":"tel",
- "username":"username",
- "password":"password",
- "modify avatar":"modify avatar",
- //提示语
- "It is under development, please look forward to it. Thank you for your attention":"It is under development, please look forward to it. Thank you for your attention",
- "delete": "delete",
- "Table name": "Table name",
- "Table remark": "Table remark",
- "Table fields": "Table fields",
- "result": "result",
- "please input table remark": "please input table remark",
- "please input table name": "please input table name",
- "field name": 'field name',
- "Confirm": 'Confirm',
- "fc Deploy": "Deploy",
- "API Group": 'API Group settings',
- "API Path": 'API Path settings',
- "Notification": 'Notification',
- "Want more options?": 'Want more options?',
- "Welcome": 'Welcome',
- 'register': 'register',
- 'ok, login please': 'ok, login please',
- 'login failed': 'login filed',
- 'relogin': 'relogin',
- 'nickname': 'nickname',
- 'username has been used': 'username has been used, please change one'
- };
- export default en_US;
|