index.php 2.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. 'Title' => '标题',
  4. 'Layout Options' => '布局设定',
  5. 'Fixed Layout' => '固定布局',
  6. 'You can\'t use fixed and boxed layouts together' => '盒子模型和固定布局不能同时启作用',
  7. 'Boxed Layout' => '盒子布局',
  8. 'Activate the boxed layout' => '盒子布局最大宽度将被限定为1250px',
  9. 'Toggle Sidebar' => '切换菜单栏',
  10. 'Toggle the left sidebar\'s state (open or collapse)' => '切换菜单栏的展示或收起',
  11. 'Sidebar Expand on Hover' => '菜单栏自动展开',
  12. 'Let the sidebar mini expand on hover' => '鼠标移到菜单栏自动展开',
  13. 'Toggle Right Sidebar Slide' => '切换右侧操作栏',
  14. 'Toggle between slide over content and push content effects' => '切换右侧操作栏覆盖或独占',
  15. 'Toggle Right Sidebar Skin' => '切换右侧操作栏背景',
  16. 'Toggle between dark and light skins for the right sidebar' => '将右侧操作栏背景亮色或深色切换',
  17. 'Show sub menu' => '显示菜单栏子菜单',
  18. 'Always show sub menu' => '菜单栏子菜单将始终显示',
  19. 'Disable top menu badge' => '禁用顶部彩色小角标',
  20. 'Disable top menu badge without left menu' => '左边菜单栏的彩色小角标不受影响',
  21. 'Skins' => '皮肤',
  22. 'You\'ve logged in, do not login again' => '你已经登录,无需重复登录',
  23. 'Username or password can not be empty' => '用户名密码不能为空',
  24. 'Username or password is incorrect' => '用户名或密码不正确',
  25. 'Username is incorrect' => '用户名不正确',
  26. 'Password is incorrect' => '密码不正确',
  27. 'Login successful' => '登录成功!',
  28. 'Logout successful' => '退出成功!',
  29. 'Verification code is incorrect' => '验证码不正确',
  30. 'Wipe cache completed' => '清除缓存成功',
  31. 'Wipe cache failed' => '清除缓存失败',
  32. ];