messages.php 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?php
  2. return [
  3. '后台操作记录' => 'Backend Operation Records',
  4. '系统设置' => 'System Settings',
  5. '昵称' => 'Nickname',
  6. '账号' => 'Account',
  7. '创建时间' => 'Creation Time',
  8. '所属角色' => 'Role',
  9. '查看操作记录' => 'View Operation Records',
  10. '点击查看' => 'Click to View',
  11. '总共' => 'Total',
  12. '条,分为' => 'entries, divided into',
  13. '页' => 'pages',
  14. '添加IP白名单' => 'Add IP Whitelist',
  15. '修改IP白名单' => 'Edit IP Whitelist',
  16. '删除操作不可逆,是否继续?' => 'Deletion is irreversible, do you want to continue?',
  17. '管理员操作记录' => 'Admin Operation Records',
  18. '系统设置' => 'System Settings',
  19. '管理员昵称' => 'Admin Nickname',
  20. '请输入管理员昵称' => 'Please enter admin nickname',
  21. '搜索' => 'Search',
  22. '重置' => 'Reset',
  23. '编号' => 'ID',
  24. '操作内容' => 'Operation Content',
  25. '查看' => 'View',
  26. '总共' => 'Total',
  27. '条,分为' => 'entries, divided into',
  28. '页' => 'pages',
  29. '添加IP白名单' => 'Add IP Whitelist',
  30. '查看指令' => 'View Command',
  31. '删除操作不可逆,是否继续?' => 'Deletion is irreversible, do you want to continue?',
  32. '内容区域' => 'Content Area',
  33. '添加IP白名单' => 'Add IP Whitelist',
  34. '修改IP白名单' => 'Edit IP Whitelist',
  35. '删除操作不可逆,是否继续?' => 'Deletion is irreversible, do you want to continue?',
  36. '内容区域' => 'Content Area',
  37. '管理员' => 'Administrator',
  38. '系统设置' => 'System Settings',
  39. '管理员管理' => 'Administrator Management',
  40. '管理员列表' => 'Administrator List',
  41. '添加管理员' => 'Add Administrator',
  42. '头像' => 'Avatar',
  43. '昵称' => 'Nickname',
  44. '账号' => 'Account',
  45. '角色' => 'Role',
  46. '语言' => 'Language',
  47. '当前彩金额度' => 'Current Lottery Amount',
  48. '历史已消耗彩金额度' => 'Historical Consumed Lottery Amount',
  49. '当前单控送金额度' => 'Current Single Control Gift Amount',
  50. '历史单控送金额度' => 'Historical Single Control Gift Amount',
  51. '渠道号' => 'Channel Number',
  52. '状态' => 'Status',
  53. '操作' => 'Action',
  54. '正常' => 'Normal',
  55. '禁用' => 'Disabled',
  56. '启用' => 'Enabled',
  57. '修改' => 'Edit',
  58. '删除' => 'Delete',
  59. '总共' => 'Total',
  60. '条,分为' => 'entries, divided into',
  61. '页' => 'pages',
  62. '删除操作不可逆,是否继续?' => 'Deletion is irreversible, do you want to continue?',
  63. '是否继续?' => 'Do you want to continue?',
  64. ];