1
0

common.php 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'account' => 'Account',
  5. 'action' => 'Action',
  6. 'active_item' => 'Activate :attribute',
  7. 'add' => 'Add',
  8. 'advance' => 'Advance',
  9. 'all' => 'All',
  10. 'applied' => ':attribute has been applied',
  11. 'apply' => 'Apply',
  12. 'available_date' => 'Validity Period',
  13. 'avatar' => 'Avatar',
  14. 'back' => 'Back',
  15. 'back_to' => 'Return to :page',
  16. 'bark' => [
  17. 'custom' => 'Customize',
  18. 'node_status' => 'Node Status',
  19. ],
  20. 'broadcast' => [
  21. 'websocket_unavailable' => 'WebSocket is unavailable. Please ensure the Reverb server is running and configured correctly.',
  22. 'websocket_disconnected' => 'WebSocket connection has been disconnected.',
  23. 'setup_failed' => 'Broadcast setup failed or connection error',
  24. 'disconnect_failed' => 'Failed to disconnect Echo connection',
  25. ],
  26. 'cancel' => 'Cancel',
  27. 'change' => 'Change',
  28. 'close' => 'Close',
  29. 'close_item' => 'Close :attribute',
  30. 'confirm' => 'Confirm',
  31. 'continue' => 'Continue',
  32. 'convert' => 'Convert',
  33. 'copy' => [
  34. 'attribute' => 'Copy',
  35. 'failed' => 'Copy failed, please copy manually',
  36. 'success' => 'Copied successfully',
  37. ],
  38. 'completed_item' => ':attribute completed',
  39. 'create' => 'Create',
  40. 'created_at' => 'Created At',
  41. 'customize' => 'Customize',
  42. 'days' => [
  43. 'attribute' => '{1} Days|{2}th day',
  44. 'next' => 'Next Day',
  45. 'weekend' => 'Weekend',
  46. 'work' => 'Weekday',
  47. ],
  48. 'default' => 'Default',
  49. 'delete' => 'Delete',
  50. 'deleted' => 'Deleted',
  51. 'deleted_item' => ':attribute deleted',
  52. 'developing' => 'Under development! Stay tuned',
  53. 'download' => 'Download',
  54. 'download_item' => 'Download :attribute',
  55. 'edit' => 'Edit',
  56. 'error' => 'Error',
  57. 'error_action_item' => 'Error during :action :attribute',
  58. 'error_item' => ':attribute error',
  59. 'exists_error' => ':attribute is associated with other accounts. Please unlink them first.',
  60. 'expired_at' => 'Expiry Date',
  61. 'export' => 'Export',
  62. 'failed' => 'Failed',
  63. 'failed_action_item' => 'Failed to :action :attribute',
  64. 'failed_item' => ':attribute failed',
  65. 'free' => 'Free',
  66. 'function' => [
  67. 'fullscreen' => 'Fullscreen',
  68. 'menubar' => 'Menubar',
  69. 'navigation' => 'Navigation',
  70. ],
  71. 'generate' => 'Generate',
  72. 'generate_item' => 'Generate :attribute',
  73. 'goto' => 'Go to',
  74. 'hour' => '{1} Hours|{2} O\'clock',
  75. 'import' => 'Import',
  76. 'latest_at' => 'Last Updated',
  77. 'more' => 'More',
  78. 'none' => 'None',
  79. 'open' => 'Open',
  80. 'or' => 'or',
  81. 'order' => [
  82. 'status' => [
  83. 'canceled' => 'Canceled',
  84. 'completed' => 'Completed',
  85. 'ongoing' => 'Ongoing',
  86. 'prepaid' => 'Prepaid',
  87. 'review' => 'Pending',
  88. ],
  89. ],
  90. 'payment' => [
  91. 'alipay' => 'Alipay',
  92. 'credit' => 'Credit',
  93. 'crypto' => 'Crypto Currency',
  94. 'manual' => 'Manual Payment',
  95. 'qq' => 'QQ Wallet',
  96. 'wechat' => 'WeChat Pay',
  97. ],
  98. 'print' => 'Print',
  99. 'qrcode' => ':attribute QR Code',
  100. 'random_generate' => 'Leave blank to generate randomly',
  101. 'recommend' => 'Recommend',
  102. 'request' => 'Request',
  103. 'request_failed' => 'Request failed, please try again',
  104. 'request_url' => 'Request URL',
  105. 'reset' => 'Reset',
  106. 'search' => 'Search',
  107. 'send' => 'Send',
  108. 'sorry' => 'Sorry',
  109. 'status' => [
  110. 'applying' => 'Applying',
  111. 'attribute' => 'Status',
  112. 'available' => 'Available',
  113. 'banned' => 'Banned',
  114. 'closed' => 'Closed',
  115. 'disabled' => 'Disabled',
  116. 'enabled' => 'Enabled',
  117. 'expire' => 'Expired',
  118. 'inactive' => 'Inactive',
  119. 'limited' => 'Limited',
  120. 'normal' => 'Normal',
  121. 'paid' => 'Paid',
  122. 'pass' => 'Pass',
  123. 'payment_pending' => 'Payment Pending',
  124. 'pending' => 'Pending',
  125. 'pending_dispatch' => 'Pending delivery',
  126. 'reject' => 'Reject',
  127. 'rejected' => 'Rejected',
  128. 'reply' => 'Replied',
  129. 'review' => 'Pending Review',
  130. 'reviewed' => 'Reviewed',
  131. 'run_out' => 'Used Up',
  132. 'send_to_credit' => 'Add to Credit',
  133. 'unknown' => 'Unknown',
  134. 'unused' => 'Unused',
  135. 'used' => 'Used',
  136. 'withdrawal_pending' => 'Pending Cash Out',
  137. 'withdrawn' => 'Withdrawn',
  138. ],
  139. 'stay_unchanged' => 'Leave empty',
  140. 'storage_logo' => 'LOGO Storage',
  141. 'store' => 'Storage',
  142. 'submit' => 'Submit',
  143. 'success' => 'Success',
  144. 'success_action_item' => 'Successfully :action :attribute',
  145. 'success_item' => 'Successfully :attribute',
  146. 'to' => 'to',
  147. 'to_be_send' => 'Pending sending',
  148. 'to_safari' => 'Tap <i class="icon wb-more-horizontal" aria-hidden="true"></i> at the top right, then select <img class="w-30 h-30 vertical-align-middle m-3" src="https://gw.alicdn.com/tfs/TB1xwiUNpXXXXaIXXXXXXXXXXXX-55-55.png" alt="Safari" /> Safari to open<br>to access the website properly!',
  149. 'toggle' => 'Toggle',
  150. 'toggle_action' => 'Toggle :action',
  151. 'unlimited' => 'Unlimited',
  152. 'update' => 'Update',
  153. 'updated_at' => 'Last Updated',
  154. 'view' => 'View',
  155. 'warning' => 'Warning',
  156. 'loading' => 'Loading...',
  157. ];