vn.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. export default {
  2. login:{
  3. code:"Click for authentication code",
  4. login:"Login",
  5. sign:"Sign up now",
  6. no:"No account?",
  7. Lan:"Switch language鈥擡nglish",
  8. mobile:"Enter mobile number",
  9. code:"Enter verification code",
  10. },
  11. //注册
  12. register:{
  13. tips:"",
  14. uplicense:"",
  15. uppicture:" ",
  16. tips2:"",
  17. nextstep:"",
  18. tipstitle:"",
  19. tipscontent: "",
  20. tipscancelText: "",
  21. tipsconfirmText: "",
  22. Analyse: "",
  23. sucAnalyse: "",
  24. errAnalyse: "",
  25. sucupload:"",
  26. delupload:"",
  27. reloadText:""
  28. },
  29. //注册2
  30. register_2:{
  31. cardtitle:"",
  32. storeText:"",
  33. store:"",
  34. companyText:"",
  35. company:"",
  36. notwrite:"",
  37. name: "",
  38. phone: "",
  39. code: "",
  40. region: "",
  41. latitude: "",
  42. nextstep:"",
  43. tipstitle:"",
  44. modelcontent: "",
  45. storemessage: "",
  46. namemessage: "",
  47. namemessage2: "",
  48. phonemessage: "",
  49. codemessage: "",
  50. codemessage2: "",
  51. bd09Text: "",
  52. repeatcode:"",
  53. confirmText: ""
  54. },
  55. //注册3
  56. register_3:{
  57. cardtitle:"",
  58. cooperation:"",
  59. confirmText: "",
  60. cancelText:"",
  61. cardtitle2:"",
  62. cardtitle3:"",
  63. cardtitle4:"",
  64. cardText:"",
  65. Text:"",
  66. Text2:"",
  67. Text3:"",
  68. Text4:"",
  69. confirmRegister:"",
  70. cooperationmessage: "",
  71. tips:"",
  72. tips2:"",
  73. tips3:"",
  74. tips4:"",
  75. tips5:"",
  76. },
  77. //页面标题
  78. pagetitle:{
  79. entertitle: "",
  80. outtitle: "",
  81. numberquery: "",
  82. supplier:"",
  83. brandmanagement: ""
  84. },
  85. unified:{
  86. networkstate: "",
  87. nodata: "",
  88. Loading: "",
  89. error: "",
  90. search: "",
  91. //下面是日历的周一到周天
  92. sun: "",
  93. mon: "",
  94. tues:"",
  95. wed: "",
  96. thur: "",
  97. fri: "",
  98. sat: ""
  99. },
  100. //扫码页面
  101. scanenter: {
  102. title: "",
  103. tips: "",
  104. tips_a: "",
  105. input: "",
  106. confirmentry: "",
  107. number: "",
  108. Specifications: "",
  109. operation: "",
  110. Delete: "",
  111. slide: "",
  112. confirm: "",
  113. pleaseenter: "",
  114. pleaseenter_s: "",
  115. nodata: "",
  116. networkstate_s: "",
  117. locationstate: "",
  118. seekfailed: "",
  119. repeat: "",
  120. inputsuccess: "",
  121. scansuccess: "",
  122. transformation: "",
  123. repeatscan: ""
  124. },
  125. //出入库扫码确认
  126. scanningconfirm:{
  127. strip: "",
  128. Successfullypit: "",
  129. success: "",
  130. fail:"",
  131. number: "",
  132. number_s: "",
  133. failreason: "",
  134. stateA: "",
  135. stateB: "",
  136. stateC: "",
  137. reward: "",
  138. yuan: "",
  139. integral: "",
  140. one: "",
  141. materiel: "",
  142. estimatereward: "",
  143. total: "",
  144. attention: "",
  145. confirm: "",
  146. networkstate: "",
  147. notincluded: ""
  148. },
  149. //出入库明细
  150. scancodeenter: {
  151. total: "",
  152. tips: "",
  153. tabs_a: "",
  154. tabs_b: "",
  155. tabs_c: "",
  156. number: "",
  157. describe: "",
  158. number_d: "",
  159. activity: "",
  160. creationtime: "",
  161. daterange: "",
  162. strip: "",
  163. start: "",
  164. end: "",
  165. loadmore: "",
  166. loading: "",
  167. nomore: "",
  168. nodata: "",
  169. participation: "",
  170. noparticipation: "",
  171. networkstate: "",
  172. Loading: "",
  173. determine: "",
  174. delivery: ""
  175. },
  176. //胎号查询
  177. numberquery:{
  178. clickscancode: "",
  179. input: "",
  180. promptinput: "",
  181. errormessage: "",
  182. query: "",
  183. pleaseinput: "",
  184. number: "",
  185. brand: "",
  186. specifications: "",
  187. type: "",
  188. time: "",
  189. success: "",
  190. networkstate: "",
  191. },
  192. //我的供应商
  193. supplier:{
  194. //暂无
  195. },
  196. //我的经营品牌
  197. brandmanagement:{
  198. reason: "",
  199. rejected: "",
  200. approved: "",
  201. deleted: "",
  202. notreviewed: ""
  203. },
  204. //我的库存
  205. stock:{
  206. tips: "",
  207. specifications: "",
  208. stock: "",
  209. tabs_a: "",
  210. loadmore: "",
  211. loading: "",
  212. nomore: "",
  213. }
  214. }