| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- 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",
- "redeploy":"re-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',
- 'service manage':'Service manage',
- 'API manage':'API manage',
- 'groupName': 'group name',
- 'environmentName': 'deploy environment',
- 'defaultDomain': 'default domain',
- 'frontType': 'front type',
- 'userDomain': 'custom domain',
- 'userStatus': 'open/close',
- 'operation':'operation',
- 'No deploy':'No deploy',
- 'deploy updated':'deploy updated, re-deploy please',
- 'method':'method',
- 'path':'path',
- 'try':'try',
- '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",
- "save1":"complete",
- "save2":"next",
- "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',
- // 微信
- 'WeChat Subscription Data': 'WeChat Subscription Data',
- 'Server configurations': 'Server configurations',
- 'Pay configurations': 'Pay configurations',
- 'appName': 'App Name',
- 'appID': 'App ID',
- 'appSecret': 'App Secret',
- 'enter_url': 'Server URL',
- 'token': 'token',
- 'welcome_words': 'welcome words',
- 'pay_api_key': 'pay api key',
- 'attach': 'attach',
- 'mch_id': 'mch id',
- 'body': 'body',
- 'spbill_create_ip': 'spbill_create ip',
- 'notify_url': 'notify url',
- 'e-commerce': 'e-commerce',
- 'ecommerce': 'e-commerce',
- 'appointment template': 'appointment template',
- 'account template': 'account template',
- 'previous-step': 'previous',
- "next-step":"next",
- 'Submit Support Ticket': 'Submit Support Ticket',
- 'Example': 'Example',
- 'My deploy': 'My deploy',
- 'Communication': 'Communication',
- 'loading': 'loading...',
- 'nothing': 'nothing...',
- 'new': 'new!',
- 'go to deploy,then see more': 'go to deploy,then see more',
- 'case graphql domain': 'case graphql domain',
- 'Cloud Setting': 'Cloud Setting',
- 'DB Choose': 'DataBase Type Choose',
- 'detail': 'Detail',
- 'tencent cloud': 'Tencent Cloud',
- 'aliyun': 'Aliyun',
- 'amazon cloud': 'AWS',
- 'no this cloud, click to save': 'no this cloud, click to save'
- };
- export default en_US;
|