manage.js 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. // import Vue from 'vue'
  2. // let vue = new Vue()
  3. // let baseUrl = vue.$cdn
  4. export default{
  5. main: {
  6. btnType: {
  7. buy: {
  8. name: 'Upgrade package',
  9. xufei: 'Renew now'
  10. }
  11. },
  12. sn: 'S/N: ',
  13. used: 'Used: ',
  14. space: 'Package capacity: ',
  15. expire: 'Expires on: '
  16. },
  17. information: {
  18. nameArr: {
  19. information: 'Account Information',
  20. scene: 'My Scene',
  21. order: 'My Order',
  22. device: 'My Cameras',
  23. consumption: 'Billing Records',
  24. change: 'Change Password',
  25. logout: 'Log out'
  26. },
  27. settings: [
  28. {
  29. name: 'info',
  30. items: [{
  31. name: 'Account Information',
  32. to: {name: 'information'}
  33. }, {
  34. name: 'My Scene',
  35. to: {name: 'scene'}
  36. }, {
  37. name: 'My Cameras',
  38. to: {name: 'device'}
  39. }, {
  40. name: 'My Order',
  41. to: {name: 'order'}
  42. }, {
  43. name: 'Billing Records',
  44. to: {name: 'consumption'}
  45. }
  46. ]
  47. },
  48. {
  49. name: 'security',
  50. items: [{
  51. name: 'Change Password',
  52. to: {name: 'change'}
  53. }, {
  54. name: 'Log out',
  55. to: 'logout'
  56. }]
  57. }
  58. ],
  59. deviceSettings: [
  60. {
  61. name: 'security',
  62. items: [ {
  63. name: 'My Scene',
  64. to: {name: 'scene'}
  65. }, {
  66. name: 'Log out',
  67. to: 'logout'
  68. }]
  69. }
  70. ]
  71. },
  72. account: {
  73. info: 'Account Information',
  74. address: 'Receiving Address',
  75. invoice: 'Invoice Title',
  76. normal: 'Regular invoice for value-added tax',
  77. zengzhi: 'Special invoice for value-added tax',
  78. edit: 'Edit',
  79. show: 'Hide',
  80. avatar: 'Profile Picture',
  81. nickname: 'Nick name',
  82. account: 'User name',
  83. email: 'E-mail',
  84. placeholder: {
  85. nickname: 'Nick name',
  86. phone: 'Phone',
  87. name: 'Name',
  88. email: 'E-mail',
  89. address: 'Detailed address',
  90. title: 'Please input the invoice title',
  91. code: 'Please input a tax registration number (individual users may not fill this in)',
  92. raddress: 'Registered address',
  93. rphone: 'Registered phone number',
  94. bank: 'Bank of deposit',
  95. accout: 'Bank account'
  96. },
  97. save: 'Save',
  98. select: 'Select Picture',
  99. sinfo: [
  100. 'Select a new picture to upload.',
  101. 'Supported picture formats: JPG/PNG',
  102. 'Recommended resolution and size: 512*512 px; less than 1 MB'
  103. ],
  104. isReceive: 'Get the latest 4DKANKAN news and deals'
  105. },
  106. myScenes: {
  107. edit: 'Edit',
  108. delete: 'Delete',
  109. placeholder: {
  110. searchID: 'Search scene or device S/N'
  111. },
  112. id: 'S/N: ',
  113. shooting: 'Shooting date: ',
  114. noScenes: 'No Records',
  115. delwarn: 'Are you sure you want to delete this scene?',
  116. share: {
  117. calcule: 'Calculating',
  118. noScenes: 'No Records',
  119. share: 'Share',
  120. website: 'Scene Website',
  121. shareto: 'Share to',
  122. qianru: 'Create the website embedment',
  123. size: 'Size',
  124. width: 'Width: ',
  125. height: 'Height: ',
  126. defaultSize: '(Default window size: 853 X 480px)',
  127. copy: 'Copy',
  128. sub: 'Pasting the embed code into an HTML editor is as easy as embedding a web video. You can also send the above code to your network administrator and ask him to place it in the designated location on the web page.',
  129. sub2: '* The validity period of this function is related to your storage usage. It may be invalid because the capacity is not renewed.',
  130. copysuccess: 'Success',
  131. copyfail: 'Fail',
  132. delsuccess: 'Success',
  133. delfail: 'Fail'
  134. },
  135. limit: {
  136. insufficient: 'Insufficient cloud storage<br/>The scene is archived.',
  137. recharge: 'Recover>>',
  138. expand: 'To expand'
  139. }
  140. },
  141. myOrders: {
  142. numbers: 'Order number: ',
  143. product: 'Item',
  144. quantity: 'Quantity',
  145. subtotal: 'Price',
  146. total: 'Total price: ¥',
  147. cancal: 'Cancel order',
  148. norecord: 'No order',
  149. pay: 'Pay now',
  150. invoice: 'Invoice',
  151. wlNum: 'Shipment No.: ',
  152. unshipped: 'Waiting for shipment',
  153. finish: 'Finished',
  154. partShipped: 'Partly dispatched',
  155. received: 'Received',
  156. hasCancal: 'Cancelled',
  157. edit: 'Edit (Only within 7 days after delivery)',
  158. dontneed: 'Invoice type: No invoice required',
  159. type1: 'No invoice required',
  160. type2: 'VAT invoice (E-mail)',
  161. type3: 'VAT special invoice',
  162. title: 'Invoice Title',
  163. code: 'Invoice tax No.',
  164. email: 'E-mail',
  165. organizedAddress: 'Address',
  166. registerPhone: 'Phone number',
  167. bankName: 'Banker',
  168. bankAccount: 'Bank account',
  169. save: 'Save',
  170. cancal1: 'Cancel'
  171. },
  172. myDevices: {
  173. add: 'Add a new device',
  174. tabList: [
  175. {
  176. name: '4DKanKan Pro',
  177. id: 4
  178. }, {
  179. name: '4DKanKan Lite',
  180. id: 0
  181. }
  182. ],
  183. placeholder: {
  184. searchID: 'Search device S/N'
  185. },
  186. storage: 'Storage: ',
  187. upgrade: 'Upgrade',
  188. renew: 'Renew',
  189. capacity: 'Expand',
  190. unbind: 'Unbind',
  191. recharge: 'Top up',
  192. expire: 'Expiry on: ',
  193. expand: 'Package: ',
  194. jijiang: 'About to Expire',
  195. rongliang: 'Storage Full',
  196. norecord: 'No Records'
  197. },
  198. Spending: {
  199. tabList: [
  200. {
  201. name: 'Billing Records'
  202. }
  203. ],
  204. placeholder: {
  205. searchID: 'Search device S/N'
  206. },
  207. norecord: 'No Records'
  208. },
  209. modify: {
  210. code: 'Get verification code',
  211. codep: 'Verification code ',
  212. newpass: 'New password (minimum 8 letters and digits)',
  213. comfirm: 'Enter new password again',
  214. submit: 'Submit'
  215. },
  216. cart: {
  217. cart: 'Your shopping cart',
  218. nothing: 'Your shopping cart is empty.<br/>Start shopping!',
  219. shop: 'Shop Now'
  220. }
  221. }