You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
5.4 KiB

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
  1. export default {
  2. "language": "language",
  3. "language.cancel": "cancel",
  4. "page.login.title": "login",
  5. "tabbar.title.1": "Home",
  6. "tabbar.title.2": "Records",
  7. "tabbar.title.3": "Starting",
  8. "tabbar.title.4": "Service",
  9. "tabbar.title.5": "Account",
  10. "nav.login": "Login",
  11. "nav.register": "Register",
  12. "nav.home": "Home",
  13. "nav.order": "Orders",
  14. "myToactTitle": "Tips",
  15. "$": "$",
  16. "toHome": "Back to home page",
  17. "success-operation": "Operation successful",
  18. "message": {
  19. "1": "The account field cannot be left blank",
  20. "2": "The password field cannot be left blank",
  21. "3": "User does not exist",
  22. "4": "Incorrect password",
  23. "5": "Login successful",
  24. "6": "The confirm password field cannot be left blank",
  25. "7": "The payment password field cannot be left blank",
  26. "8": "The verify payment password field cannot be left blank",
  27. "9": "Passwords do not match",
  28. "10": "Payment passwords do not match",
  29. "11": "Invitation code error",
  30. "12": "Registration successful",
  31. "13": "The account has been disabled",
  32. "14": "Query successful",
  33. "15": "Operation successful",
  34. "16": "Incorrect password",
  35. "17": "Password cannot be empty",
  36. "18": "Confirm password cannot be empty",
  37. "19": "Passwords do not match",
  38. "20": "Withdrawal amount cannot be empty",
  39. "21": "Payment password cannot be empty",
  40. "22": "Unfortunately, you did not win the lottery",
  41. "23": "Today's lottery attempts have been exhausted",
  42. "24": "Review successful",
  43. "25": "Review identifier cannot be empty",
  44. "26": "Review score cannot be empty",
  45. "27": "Payment successful",
  46. "28": "Insufficient balance",
  47. "29": "Order created successfully",
  48. "30": "User transactions have been disabled. Please contact customer service",
  49. "31": "You have an unpaid order",
  50. "32": "Mission complete. Contact customer service",
  51. "33": "Since your funds are large and exceed the withdrawal amount of ordinary users, please consider upgrading your VIP level!",
  52. "34": "Sign in today",
  53. "35": "Sign in successfully",
  54. "36": "The user amount is less than the vip limit amount, please recharge",
  55. "37": "The balance is insufficient to perform the task",
  56. "500": "The system is busy! Please contact customer service",
  57. "512": "The account is already registered",
  58. "511": "The account or password is incorrect"
  59. },
  60. page: {
  61. "home": {
  62. "product": "product",
  63. "aboutUs": "About us",
  64. "tiktokShop": "TikTok Shop",
  65. "company": "Growth Marketing Company",
  66. "introduction": "Click to view introduction",
  67. "commission": "Commission"
  68. },
  69. "starting": {
  70. "balance": "Current balance",
  71. "unit": "USD",
  72. "today-income": "Today Income",
  73. "completed": "Booking completed!",
  74. "auto-match": "Auto-match",
  75. "payment-success" : "Payment success"
  76. },
  77. "center": {
  78. "phone": "phone",
  79. "invitationCode": "Invitation code",
  80. "balance": "Balance",
  81. "recharge": "Recharge",
  82. "withdrawal": "withdrawal",
  83. "services": "Services",
  84. "detailed": "Detail",
  85. "wallet": "Wallet",
  86. "password": "Password",
  87. "payment": "Payment",
  88. "rule": "Rule",
  89. "aboutUs": "About us",
  90. "logout": "Logout"
  91. },
  92. "purse": {
  93. "balance": "Balance",
  94. "unit": "USD",
  95. "recharge-address": "Recharge address",
  96. "copy": "copy",
  97. "recharge-amount": "Recharge amount",
  98. "recharge-amount-placeholder": "Please enter the top up account",
  99. "upload": "Upload payment screenshot",
  100. "complete-top-up": "I have completed the recharge",
  101. "steps": "The steps",
  102. "copySuccess" : "Copy success",
  103. "success" : "Recharge successfully"
  104. },
  105. "withdraw": {
  106. "balance": "Balance",
  107. "unit": "USD",
  108. "withdrawal-account": "Withdrawal account",
  109. "min-withdrawal": "Minimum withdrawal amount 1",
  110. "payment-password": "Payment password",
  111. "payment_passwrod-placeholder": "Please enter payment password",
  112. "confirm": "Confirm"
  113. },
  114. "runningWater": {
  115. "all": "All",
  116. "income": "Income",
  117. "expenditure": "Expenditure",
  118. "balance": "Balance",
  119. },
  120. "modifyUser": {
  121. "network": "Network",
  122. "wallet": "Wallet",
  123. "wallet-placeholder": "Please enter your wallet",
  124. "payment": "Payment",
  125. "payment-placeholder": "Please enter your payment",
  126. "confirm": "Confirm",
  127. "oldPassword": "Old Password",
  128. "newPassword": "New Password"
  129. },
  130. "changeLanguage": {
  131. "cancel": "Cancel",
  132. "confirm": "Confirm",
  133. },
  134. "serviceList": {
  135. "cancel": "Cancel"
  136. },
  137. "login": {
  138. "title": "Login",
  139. "please-enter": "Please login to your account",
  140. "phone-placeholder": "Please enter phone",
  141. "password-placeholder": "Please enter password",
  142. "register-now": "Register now",
  143. "forget-password": "Forget the password?"
  144. },
  145. "register": {
  146. "phone-placeholder": "Please enter phone",
  147. "password-placeholder": "Please enter password",
  148. "payPass-placeholder": "Please enter the 6-digit payment password",
  149. "invitation-code-placeholder": "Please enter the invitation code",
  150. "title": "Register",
  151. "login-now": "Lonin Now"
  152. },
  153. "order": {
  154. "Submit_New": "Submit",
  155. "Speedip": "Speedip",
  156. "Total_Amount": "Need to recharge",
  157. "Profit": "Commission",
  158. "no-Order": "No Order",
  159. "take-stroll": "Take a Stroll",
  160. "class_1": "ALL",
  161. "class_2": "Unpaid",
  162. "class_3": "Paid",
  163. "class_4": "Rated",
  164. "pay": "Immediate payment",
  165. "confirm_pay": "Do you confirm payment?",
  166. "ok": "Confirm",
  167. "no": "Cancel",
  168. },
  169. "prizeDraw" : {
  170. "title" : "Matching",
  171. "recharge" : "Need to recharge",
  172. "commission" : "Commission",
  173. "time" : "Time",
  174. "number" : "Number",
  175. "submit" : "Submit",
  176. "unit" : "USD"
  177. }
  178. }
  179. }