en_US.js 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. "schema":"schema",
  10. "deploy":"deploy",
  11. "graphql IDE":"graphql IDE",
  12. "template":"template",
  13. "preview":"preview",
  14. "metabase":"metabase",
  15. "Case Show":"Case Show",
  16. "Create":"Create",
  17. "My Create":"My Create",
  18. "Instructions":"Instructions",
  19. "Login":"Login",
  20. "login":"login",
  21. "Download":"Download",
  22. "Create Graphql Service": 'Create Graphql Service',
  23. "service name": 'service name',
  24. "input service name": 'input service name',
  25. "schema name": 'schema name',
  26. "input schema name": 'input schema_name',
  27. "Name":"Name",
  28. "name":"name",
  29. "type":"type",
  30. "region":"region",
  31. "function":"function",
  32. "functionName":"function Name",
  33. "description":"description",
  34. "Remark":"Remark",
  35. "copy":"copy",
  36. "Table":"Table",
  37. "fields":"fields",
  38. // wexin相关
  39. "config":"config",
  40. "manage":"manage",
  41. //cloud 相关
  42. "Tencent":"Tencent",
  43. "Aliyun":"Aliyun",
  44. "AWS":"AWS",
  45. // deploy相关
  46. "Deploy":"Deploy",
  47. 'cosBucketName': 'cosBucketName',
  48. 'cosObjectName': 'cosObjectName',
  49. 'cosBucketRegion': 'cosBucketRegion',
  50. 'serviceName': 'service Name',
  51. 'subnetId': 'subnetId',
  52. 'vpcId': 'vpcId',
  53. 'groupName': 'group name',
  54. 'environmentName': 'deploy environment',
  55. 'defaultDomain': 'default domain',
  56. 'frontType': 'front type',
  57. 'userDomain': 'custom domain',
  58. 'userStatus': 'open/close',
  59. 'apiGWName': 'api gateway group name',
  60. 'apiGWDesc': 'api gateway group description',
  61. 'requestMethod': 'request Method',
  62. 'Ding Talk':'Ding Talk',
  63. 'Notification Name':'Notification Name',
  64. 'Web hook':'Ding Talk webhook',
  65. 'test':'test',
  66. 'prepub':'prepub',
  67. 'release':'release',
  68. //地区
  69. "Guangzhou":"Guangzhou",
  70. "Shanghai":"Shanghai",
  71. "Beijing":"Beijing",
  72. "Chengdu":"Chengdu",
  73. //account 个人中心相关
  74. "Account center":"Account center",
  75. "Cloud settings":"Cloud settings",
  76. "user setting":"user setting",
  77. "cloud setting":"cloud setting",
  78. "save":"save",
  79. "cancel":"cancel",
  80. "modify":"modify",
  81. "exit":"exit",
  82. "email":"email",
  83. "tel":"tel",
  84. "username":"username",
  85. "password":"password",
  86. "modify avatar":"modify avatar",
  87. //提示语
  88. "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",
  89. "delete": "delete",
  90. "Table name": "Table name",
  91. "Table remark": "Table remark",
  92. "Table fields": "Table fields",
  93. "result": "result",
  94. "please input table remark": "please input table remark",
  95. "please input table name": "please input table name",
  96. "field name": 'field name',
  97. "Confirm": 'Confirm',
  98. "fc Deploy": "Deploy",
  99. "API Group": 'API Group settings',
  100. "API Path": 'API Path settings',
  101. "Notification": 'Notification',
  102. "Want more options?": 'Want more options?',
  103. "Welcome": 'Welcome',
  104. 'register': 'register',
  105. 'ok, login please': 'ok, login please',
  106. 'login failed': 'login filed',
  107. 'relogin': 'relogin',
  108. 'nickname': 'nickname',
  109. 'username has been used': 'username has been used, please change one'
  110. };
  111. export default en_US;