common.php 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php
  2. return [
  3. 'account' => '账号',
  4. 'available_date' => '有效期',
  5. 'created_at' => '生成时间',
  6. 'expired_at' => '到期时间',
  7. 'updated_at' => '更新时间',
  8. 'back' => '返 回',
  9. 'cancel' => '取 消',
  10. 'close' => '关 闭',
  11. 'close_item' => '关闭:attribute',
  12. 'confirm' => '确 认',
  13. 'continues' => '继 续',
  14. 'open' => '打 开',
  15. 'send' => '发 送',
  16. 'view' => '查 看',
  17. 'reset' => '重 置',
  18. 'copy' => [
  19. 'attribute' => '复 制',
  20. 'success' => '复制成功',
  21. 'failed' => '复制失败,请手动复制',
  22. ],
  23. 'free' => '免费',
  24. 'replace' => '更换',
  25. 'submit' => '提 交',
  26. 'submit_item' => '提交:attribute',
  27. 'generate' => '生 成',
  28. 'generate_item' => '生成:attribute',
  29. 'to_safari' => ['0' => '点击右上角', '1' => ',选择在', '2' => 'Safari 中打开', '3' => '就可以正常访问本站了哟!'],
  30. 'update_browser' => ['0' => '您正在使用', '1' => '过时', '2' => ' 的浏览器。 请', '3' => '升级您的浏览器', '4' => '来获得最佳的浏览体验'],
  31. 'apply' => '应 用',
  32. 'avatar' => '头像',
  33. 'customize' => '自定义',
  34. 'all' => '全部',
  35. 'default' => '默认',
  36. 'download' => '下载',
  37. 'goto' => '前 往',
  38. 'warning' => '警 告',
  39. 'success' => '成功',
  40. 'failed' => '失败',
  41. 'failed_email' => '失败邮箱存在',
  42. 'error_email' => '邮箱格式不对',
  43. 'failed_code' => '验证码失败',
  44. 'update' => '更 新',
  45. 'update_action' => '更新:action',
  46. 'none' => '无',
  47. 'new' => '新',
  48. 'sorry' => '抱歉',
  49. 'applied' => ':attribute生效',
  50. 'active_item' => '激活:attribute',
  51. 'error' => '错误',
  52. 'toggle' => '切 换',
  53. 'toggle_action' => '切换:action',
  54. 'request_url' => '请求地址',
  55. 'function' => [
  56. 'navigation' => '导航',
  57. 'menubar' => '菜单栏',
  58. 'fullscreen' => '全屏',
  59. ],
  60. 'days' => [
  61. 'sun' => '周日',
  62. 'mon' => '周一',
  63. 'tue' => '周二',
  64. 'wed' => '周三',
  65. 'thu' => '周四',
  66. 'fri' => '周五',
  67. 'sat' => '周六',
  68. 'weekend' => '晚上',
  69. 'work' => '白天',
  70. 'next' => '/',
  71. ],
  72. 'qrcode' => ':attribute二维码',
  73. 'deleted' => '已删除',
  74. 'deleted_item' => ':attribute已删除',
  75. 'print' => '打印',
  76. 'unlimited' => '无限制',
  77. 'payment' => [
  78. 'credit' => '余额',
  79. 'wechat' => '微信',
  80. 'alipay' => '支付宝',
  81. 'crypto' => '虚拟货币',
  82. ],
  83. 'recommend' => '推荐',
  84. 'advance' => '进阶',
  85. 'status' => '状态',
  86. 'action' => '操作',
  87. ];