index.php 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. return [
  3. 'Title' => '标题',
  4. 'Search menu' => '搜索菜单',
  5. 'Layout Options' => '布局设定',
  6. 'Fixed Layout' => '固定布局',
  7. 'You can\'t use fixed and boxed layouts together' => '盒子模型和固定布局不能同时启作用',
  8. 'Boxed Layout' => '盒子布局',
  9. 'Activate the boxed layout' => '盒子布局最大宽度将被限定为1250px',
  10. 'Toggle Sidebar' => '收起菜单栏',
  11. 'Toggle the left sidebar\'s state (open or collapse)' => '切换菜单栏的展开或收起',
  12. 'Sidebar Expand on Hover' => '菜单栏自动展开',
  13. 'Let the sidebar mini expand on hover' => '鼠标移到菜单栏自动展开',
  14. 'Toggle Right Sidebar Slide' => '切换右侧操作栏',
  15. 'Toggle between slide over content and push content effects' => '切换右侧操作栏覆盖或独占',
  16. 'Toggle Right Sidebar Skin' => '切换右侧操作栏背景',
  17. 'Toggle between dark and light skins for the right sidebar' => '将右侧操作栏背景亮色或深色切换',
  18. 'Multiple nav' => '多级菜单导航',
  19. 'Toggle the top menu state (multiple or single)' => '切换顶部菜单为多级菜单导航模式',
  20. 'Multiple tab' => '多选项卡',
  21. 'Always show multiple tab when multiple nav is set' => '当配置为多级菜单导航时是否启用多选项卡',
  22. 'Show sub menu' => '显示菜单栏子菜单',
  23. 'Always show sub menu' => '菜单栏子菜单将始终显示',
  24. 'Disable top menu badge' => '禁用顶部彩色小角标',
  25. 'Disable top menu badge without left menu' => '左边菜单栏的彩色小角标不受影响',
  26. 'Skins' => '皮肤',
  27. 'You\'ve logged in, do not login again' => '你已经登录,无需重复登录',
  28. 'Username or password can not be empty' => '用户名密码不能为空',
  29. 'Username or password is incorrect' => '用户名或密码不正确',
  30. 'Username is incorrect' => '用户名不正确',
  31. 'Password is incorrect' => '密码不正确',
  32. 'Admin is forbidden' => '管理员已经被禁止登录',
  33. 'Please try again after 1 day' => '请于1天后再尝试登录',
  34. 'Login successful' => '登录成功!',
  35. 'Logout successful' => '退出成功!',
  36. 'Verification code is incorrect' => '验证码不正确',
  37. 'Wipe cache completed' => '清除缓存成功',
  38. 'Wipe cache failed' => '清除缓存失败',
  39. 'Wipe cache' => '清除缓存',
  40. 'Wipe all cache' => '一键清除缓存',
  41. 'Wipe content cache' => '清除内容缓存',
  42. 'Wipe template cache' => '清除模板缓存',
  43. 'Wipe addons cache' => '清除插件缓存',
  44. 'Wipe browser cache' => '清除浏览器缓存',
  45. 'Wipe browser cache tips' => '清除浏览器端静态JS、CSS、图片等资源',
  46. 'Check for updates' => '检测更新',
  47. 'Discover new version' => '发现新版本',
  48. 'Go to download' => '去下载更新',
  49. 'Currently is the latest version' => '当前已经是最新版本',
  50. 'Ignore this version' => '忽略此次更新',
  51. 'Do not remind again' => '不再提示',
  52. 'Your current version' => '你的版本是',
  53. 'New version' => '新版本',
  54. 'Release notes' => '更新说明',
  55. 'Latest news' => '最新消息',
  56. 'View more' => '查看更多',
  57. 'Links' => '相关链接',
  58. 'Docs' => '官方文档',
  59. 'Forum' => '交流社区',
  60. 'QQ qun' => 'QQ交流群',
  61. 'Captcha' => '验证码',
  62. 'Security tips' => '<i class="fa fa-warning"></i> 安全提示:为了你的后台安全,请勿将后台管理入口设置为admin或admin.php',
  63. ];