zh-cn.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. MWF.xApplication.CRM.LP = {
  2. "title": "CRM",
  3. "confirm":{
  4. "customForm":{
  5. "replaceLocation":{
  6. "title":"信息确认",
  7. "content":"是否用定位地址替换详细地址?"
  8. }
  9. }
  10. },
  11. "main":{
  12. "title":"客户管理",
  13. "quickStart":"快速新建"
  14. },
  15. "customer":{
  16. "head":{
  17. "headTitle":"客户",
  18. "searchText":"搜索客户姓名",
  19. "search":"搜索",
  20. "create":"新建",
  21. "moreAction":"更多操作"
  22. },
  23. "customerForm":{
  24. "defaultSelect":"请选择",
  25. "title":"新增客户",
  26. "TCustomerName":"客户名称",
  27. "TCustomerType":"客户类型",
  28. "TCustomerLevel":"客户级别",
  29. "TSource":"来源",
  30. "TIndustryFirst":"行业",
  31. "TIndustrySecond":"行业",
  32. "TDistrict":"省、市、区",
  33. "TCountry":"国家",
  34. "TProvince":"省",
  35. "TCity":"市",
  36. "TArea":"区",
  37. "TStreet":"详细街道",
  38. "TLocation":"定位",
  39. "TLocationNotice":"输入街道,公司,写字楼等",
  40. "TLongitude":"经度",
  41. "TLatitude":"纬度",
  42. "TTelphone":"电话",
  43. "TFax":"传真",
  44. "TRemark":"备注",
  45. "TWebSite":"网址",
  46. "TEmail":"邮件",
  47. "TCustomerStatus":"客户状态",
  48. "TCustomerGrade":"客户分级",
  49. "saveSuccess":"新建成功",
  50. "actionConfirm":"确定",
  51. "actionCancel":"关闭"
  52. },
  53. "customerRead":{
  54. "mapLocation":"地图",
  55. "TCustomerName":"客户名称",
  56. "TCustomerNO":"客户编号",
  57. "TCustomerType":"客户类型",
  58. "TCustomerLevel":"客户级别",
  59. "TSource":"来源",
  60. "TIndustryFirst":"行业",
  61. "TIndustrySecond":"行业",
  62. "TDistrict":"省、市、区",
  63. "TCountry":"国家",
  64. "TProvince":"省",
  65. "TCity":"市",
  66. "TArea":"区",
  67. "TStreet":"详细街道",
  68. "TLocation":"定位",
  69. "TLocationNotice":"输入街道,公司,写字楼等",
  70. "TLongitude":"经度",
  71. "TLatitude":"纬度",
  72. "TTelphone":"电话",
  73. "TFax":"传真",
  74. "TRemark":"备注",
  75. "TWebSite":"网址",
  76. "TEmail":"邮件",
  77. "TCustomerStatus":"客户状态",
  78. "TCustomerGrade":"客户分级",
  79. "responsePerson":"负责人",
  80. "customerInfo":"基本信息",
  81. "editCustomer":"编辑",
  82. "navi":{
  83. "summary":"概要",
  84. "customerInfo":"客户信息",
  85. "address":"地址管理",
  86. "contact":"联系人",
  87. "chance":"商机",
  88. "clue":"线索",
  89. "bargain":"合同",
  90. "visitor":"拜访",
  91. "attachment":"附件"
  92. }
  93. },
  94. "customerEdit":{
  95. "defaultSelect":"请选择",
  96. "title":"新增客户",
  97. "TCustomerName":"客户名称",
  98. "TCustomerType":"客户类型",
  99. "TCustomerLevel":"客户级别",
  100. "TSource":"来源",
  101. "TIndustryFirst":"行业",
  102. "TIndustrySecond":"行业",
  103. "TDistrict":"省、市、区",
  104. "TCountry":"国家",
  105. "TProvince":"省",
  106. "TCity":"市",
  107. "TArea":"区",
  108. "TStreet":"详细街道",
  109. "TLocation":"定位",
  110. "TLocationNotice":"输入街道,公司,写字楼等",
  111. "TLongitude":"经度",
  112. "TLatitude":"纬度",
  113. "TTelphone":"电话",
  114. "TFax":"传真",
  115. "TRemark":"备注",
  116. "TWebSite":"网址",
  117. "TEmail":"邮件",
  118. "TCustomerStatus":"客户状态",
  119. "TCustomerGrade":"客户分级",
  120. "saveSuccess":"新建成功",
  121. "actionConfirm":"确定",
  122. "actionCancel":"关闭"
  123. }
  124. },
  125. "customerView":{
  126. "customerName":"客户名称",
  127. "createTime":"创建时间",
  128. "customerType":"客户类型",
  129. "customerSource":"来源",
  130. "customerLevel":"客户级别",
  131. "customerStatus":"客户状态",
  132. "customerGrade":"客户分级"
  133. },
  134. "clue":{
  135. "head":{
  136. "headTitle":"线索",
  137. "searchText":"搜索线索名称",
  138. "search":"搜索",
  139. "create":"新建",
  140. "moreAction":"更多操作"
  141. }
  142. },
  143. "contact":{
  144. },
  145. "chance":{
  146. },
  147. "template":{
  148. "defaultSelect":"请选择"
  149. },
  150. "baiduMap":{
  151. }
  152. };