common.php 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. return [
  3. 'account' => 'Account',
  4. 'available_date' => 'Available Until/Period',
  5. 'created_at' => 'Created At',
  6. 'expired_at' => 'Expired At',
  7. 'updated_at' => 'Updated At',
  8. 'back' => 'Back',
  9. 'cancel' => 'Cancel',
  10. 'close' => 'Close',
  11. 'close_item' => 'Close :attribute',
  12. 'confirm' => 'Confirm',
  13. 'continues' => 'Continues',
  14. 'open' => 'Open',
  15. 'send' => 'Send',
  16. 'view' => 'View',
  17. 'reset' => 'Rest',
  18. 'copy' => [
  19. 'attribute' => 'Copy',
  20. 'success' => 'Copy successfully',
  21. 'failed' => 'Copy failed, please copy manually',
  22. ],
  23. 'free' => 'Free',
  24. 'replace' => 'Change',
  25. 'submit' => 'Submit',
  26. 'submit_item' => 'Submit :attribute',
  27. 'generate' => 'Generate',
  28. 'generate_item' => 'Generate :attribute',
  29. 'to_safari' => ['0' => 'Click on the upper right corner', '1' => ', Choose ', '2' => 'Open In Safari', '3' => ' to improve your experience.'],
  30. 'update_browser' => ['0' => 'You are using an ', '1' => 'outdated', '2' => ' browser. Please', '3' => 'upgrade your browser', '4' => ' to improve your experience.'],
  31. 'apply' => 'Apply',
  32. 'avatar' => 'Avatar',
  33. 'customize' => 'Custom',
  34. 'all' => 'All',
  35. 'default' => 'Default',
  36. 'download' => 'Download',
  37. 'goto' => 'Goto',
  38. 'warning' => 'Warning',
  39. 'success' => 'Successfully',
  40. 'failed' => 'Failed',
  41. 'update' => 'Update',
  42. 'update_action' => 'Update :action',
  43. 'none' => 'None',
  44. 'new' => 'New',
  45. 'sorry' => 'Sorry',
  46. 'applied' => ':attribute Applied',
  47. 'active_item' => 'Active :attribute',
  48. 'error' => 'Error',
  49. 'toggle' => 'Toggle',
  50. 'toggle_action' => 'Toggle :action',
  51. 'request_url' => 'Request Url',
  52. 'function' => [
  53. 'navigation' => 'Navigation',
  54. 'menubar' => 'Menubar',
  55. 'fullscreen' => 'Fullscreen',
  56. ],
  57. 'days' => [
  58. 'sun' => 'Sunday',
  59. 'mon' => 'Monday',
  60. 'tue' => 'Tuesday',
  61. 'wed' => 'Wednesday',
  62. 'thu' => 'Thursday',
  63. 'fri' => 'Friday',
  64. 'sat' => 'Saturday',
  65. 'weekend' => 'Weekend',
  66. 'work' => 'Work Day',
  67. 'next' => 'Next Day',
  68. ],
  69. 'qrcode' => ':attribute QrCode',
  70. 'deleted' => 'Deleted',
  71. 'deleted_item' => ':attribute Deleted',
  72. 'print' => 'Print',
  73. 'unlimited' => 'Unlimited',
  74. 'payment' => [
  75. 'credit' => 'Credit',
  76. 'wechat' => 'Wechat',
  77. 'alipay' => 'Alipay',
  78. 'crypto' => 'Cryptocurrency',
  79. ],
  80. 'recommend' => 'Recommend',
  81. 'advance' => 'Advance',
  82. 'status' => 'Status',
  83. 'action' => 'Action',
  84. ];