user.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?php
  2. return [
  3. 'account' => [
  4. 'credit' => 'Balance',
  5. 'status' => 'Status',
  6. 'level' => 'Level',
  7. 'group' => 'Group',
  8. 'speed_limit' => 'Speed Limit',
  9. 'remain' => 'Remaining Data',
  10. 'time' => 'Package Validity',
  11. 'last_login' => 'Last Login',
  12. 'reset' => '{0}Data will be reset in <code id="restTime">:days</code>|{1} Data will be reset in :days day|restTime|[2,*] Data will be reset in :days days',
  13. 'connect_password' => 'Proxy Connect Password',
  14. 'reason' => [
  15. 'normal' => 'Normal',
  16. 'expired' => 'Expired',
  17. 'overused' => 'You have reach the <code>:data</code> GB hourly data spend limit<br/> Wait <code id="banedTime">:min</code> to cool down',
  18. 'traffic_exhausted' => 'OUT OF DATA',
  19. 'unknown' => 'UNKNOWN ERROR, Please try to refresh your browser first before contact admin for help',
  20. ],
  21. ],
  22. 'home' => [
  23. 'attendance' => [
  24. 'attribute' => 'Attendance',
  25. 'disable' => 'Attendance System is disabled',
  26. 'done' => 'Already checked in, come back tomorrow!',
  27. 'success' => 'You got :data data',
  28. 'failed' => 'System ❌ Error',
  29. ],
  30. 'traffic_logs' => 'Data Records',
  31. 'announcement' => 'Announcements',
  32. 'wechat_push' => 'WeChat Notification Service',
  33. 'chat_group' => 'Chat Group',
  34. 'empty_announcement' => 'No Announcement',
  35. ],
  36. 'purchase_to_unlock' => 'Unlock after purchasing service',
  37. 'purchase_required' => 'This feature is disabled for non-paying users! Please',
  38. 'attribute' => [
  39. 'node' => 'Node',
  40. 'data' => 'Data',
  41. 'ip' => 'IP Address',
  42. 'isp' => 'ISP',
  43. 'address' => 'Address',
  44. ],
  45. 'purchase_promotion' => 'Purchase Now!',
  46. 'menu' => [
  47. 'helps' => 'Help',
  48. 'home' => 'Home',
  49. 'invites' => 'Invite',
  50. 'invoices' => 'Invoice',
  51. 'nodes' => 'Node',
  52. 'referrals' => 'Promotion',
  53. 'shop' => 'Shop',
  54. 'profile' => 'Settings',
  55. 'tickets' => 'Ticket',
  56. 'admin_dashboard' => 'Dashboard',
  57. ],
  58. 'contact' => 'Contact Info',
  59. 'oauth' => [
  60. 'bind_title' => 'Binding Your Social Accounts',
  61. 'not_bind' => 'Not Yet Bound',
  62. 'bind' => 'Bind',
  63. 'rebind' => 'Rebind',
  64. 'unbind' => 'Unbind',
  65. ],
  66. 'coupon' => [
  67. 'discount' => 'Discount',
  68. 'error' => [
  69. 'unknown' => 'Unknown Coupon',
  70. 'used' => 'Coupon has been used',
  71. 'expired' => 'Expired',
  72. 'run_out' => 'Run Out of Usage',
  73. 'inactive' => 'Coupon Inactive yet',
  74. 'wait' => 'The Event will begin until :time, Please wait',
  75. 'unmet' => 'Conditions of use are not met',
  76. 'minimum' => 'The minimum requirement of this coupon is :amount',
  77. 'overused' => 'You can only use this coupon once|You can only use this coupon :times times',
  78. 'users' => 'This account is not eligible for promotions',
  79. 'services' => 'This item is not qualify for this discount, please check the promotion terms',
  80. ],
  81. ],
  82. 'error_response' => 'Something went wrong, please try again later.',
  83. 'invite' => [
  84. 'attribute' => 'Invitation code',
  85. 'counts' => 'Total <code>:num</code> invitation codes',
  86. 'tips' => 'Can generate <strong> :num </strong> invitation codes, valid within :days',
  87. 'logs' => 'Invitation Record',
  88. 'promotion' => 'Register and activate with your invitation code, Both sides will get <mark>:traffic</mark> traffic as rewards; when invitees purchase services, you will get <mark>:referral_percent%</mark> of their spend amount as commission.',
  89. 'generate_failed' => 'Failed to generate',
  90. ],
  91. 'reset_data' => [
  92. 'action' => 'Reset Data',
  93. 'cost' => 'Need <code>:amount</code>',
  94. 'cost_tips' => 'This following action will cost :amount!',
  95. 'lack' => 'Insufficient balance. Please recharge!',
  96. 'logs' => 'User purchase reset data',
  97. 'success' => 'Reset Successfully',
  98. ],
  99. 'referral' => [
  100. 'link' => 'Referral link',
  101. 'total' => 'Total rebate :amount (:total times), you can apply for cash withdrawal when it reaches :money.',
  102. 'logs' => 'Commission records',
  103. 'failed' => 'Application failed',
  104. 'success' => 'Application success',
  105. 'msg' => [
  106. 'account' => 'Account has expired, please purchase to active service first',
  107. 'applied' => 'Application already exists, please wait for the previous application to be processed',
  108. 'unfulfilled' => 'A minimal amount to created application is :amount',
  109. 'wait' => 'Please wait for the administrator to review',
  110. 'error' => 'Rebate order creation failed, please try later or notify the administrator',
  111. ],
  112. ],
  113. 'inviter' => 'Inviter',
  114. 'invitee' => 'Invitee',
  115. 'registered_at' => 'Registration at',
  116. 'bought_at' => 'Purchased at',
  117. 'payment_method' => 'Payment method',
  118. 'pay' => 'Pay',
  119. 'input_coupon' => 'Please enter the gift code',
  120. 'recharge' => 'Pay',
  121. 'recharge_credit' => 'Add Funds',
  122. 'recharging' => 'Paying...',
  123. 'withdraw_commission' => 'Withdraw Commission',
  124. 'withdraw_at' => 'Withdraw Date',
  125. 'withdraw_logs' => 'Withdrawal records',
  126. 'withdraw' => 'Withdraw',
  127. 'scan_qrcode' => 'Please scan the QR code',
  128. 'shop' => [
  129. 'hot' => 'HOT',
  130. 'limited' => 'LIMIT',
  131. 'change_amount' => 'Amount',
  132. 'change_amount_help' => 'Please enter a recharge amount',
  133. 'buy' => 'Purchase',
  134. 'description' => 'Description',
  135. 'service' => 'Service',
  136. 'pay_credit' => 'Pay By Credit',
  137. 'pay_online' => 'Pay By Online payment',
  138. 'price' => 'Price',
  139. 'quantity' => 'Quantity',
  140. 'subtotal' => 'Subtotal',
  141. 'total' => 'Total',
  142. 'conflict' => 'Service Conflict',
  143. 'conflict_tips' => '<p>Current order will be set as <code>Prepaid order</code>.<p><ol class="text-left"><li> Prepaid order will be activated after current service expired!</li><li> Your also can activate the order manually</li></ol>',
  144. 'call4help' => 'Please create a ticket to ask customer service',
  145. ],
  146. 'service' => [
  147. 'node_count' => 'Include <code>:num</code> Nodes',
  148. 'country_count' => 'Covered <code>:num</code> Countries or Areas',
  149. 'unlimited' => 'Unlimited Speed',
  150. ],
  151. 'payment' => [
  152. 'error' => 'The recharge balance is not compliant',
  153. 'creating' => 'Creating payment order...',
  154. 'redirect_stripe' => 'Redirect to Stripe',
  155. 'qrcode_tips' => 'Please using <strong class="red-600">:software</strong> to scan QrCode',
  156. 'close_tips' => 'Please complete payment in <code>:minutes minutes</code>, otherwise it will be auto-closed by system',
  157. 'mobile_tips' => '<strong>Mobile User</strong>: Press QrCode image for a short amount of time -> Save Images -> Open payment software -> Scan it',
  158. ],
  159. 'invoice' => [
  160. 'attribute' => 'Order',
  161. 'detail' => 'Order Detail',
  162. 'amount' => 'Amount',
  163. 'active_prepaid_question' => 'Are you sure to active prepaid order?',
  164. 'active_prepaid_tips' => 'After active: <br>Current order will be set to Expired! <br> Expired dates will be recalculated!',
  165. ],
  166. 'node' => [
  167. 'info' => 'Configuration information',
  168. 'setting' => 'Proxy settings',
  169. 'unstable' => 'Node fluctuation/under maintenance',
  170. 'rate' => ':ratio time data consumption',
  171. ],
  172. 'subscribe' => [
  173. 'baned' => 'Your subscription function is disabled, please contact the administrator to restore',
  174. 'link' => 'Subscription Link',
  175. 'tips' => 'Warning: Subscribe Link is for personal used only, Please do not show to anyone else. Otherwise, they may use your service without your permission',
  176. 'exchange_warning' => 'Exchange Link:\n1. Old Link will be disabled\n2. Proxy connection password will be reset',
  177. 'custom' => 'Custom Subscribe',
  178. 'ss_only' => 'Subscribe SS Only',
  179. 'ssr_only' => 'Subscribe SS/SSR Only',
  180. 'v2ray_only' => 'Subscribe V2Ray Only',
  181. 'trojan_only' => 'Subscribe Trojan Only',
  182. 'error' => 'Exchange Link Error',
  183. ],
  184. 'ticket' => [
  185. 'attribute' => 'Ticket',
  186. 'submit_tips' => 'Submit Ticket?',
  187. 'reply_confirm' => 'Reply Ticket?',
  188. 'close_tips' => 'Are you sure to close this ticket?',
  189. 'close' => 'Close Ticket',
  190. 'failed_closed' => 'Error: Ticket has been closed',
  191. 'reply_placeholder' => 'Say something',
  192. 'reply' => 'Reply',
  193. 'close_msg' => 'Ticket #:id has been closed by user',
  194. 'title_placeholder' => 'Please describe your questions in short term',
  195. 'content_placeholder' => 'Please describe in detail the problems you have encountered or where we need our help so that we can help you quickly',
  196. 'new' => 'Create Ticket',
  197. 'working_hour' => 'Customer Service',
  198. 'online_hour' => 'Working Hours',
  199. 'service_tips' => 'We have different channels to contact, please choose <code> ONE </code> of them! <br> Duplicate requests cause further service delays',
  200. 'error' => 'Error! Please contact Customer Service',
  201. ],
  202. 'traffic_logs' => [
  203. '24hours' => 'Today\'s usage',
  204. '30days' => 'Daily Traffic Usage',
  205. 'tips' => 'Tip: Traffic logs are updated with delays!',
  206. ],
  207. 'client' => 'Client ',
  208. 'tutorials' => 'Tutorials',
  209. 'current_role' => 'Current Role as',
  210. 'knowledge' => [
  211. 'title' => 'Knowledge Base',
  212. 'basic' => 'Basic',
  213. ],
  214. ];