navbar.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "title": {
  3. "message": "HertzBeat",
  4. "description": "The title in the navbar"
  5. },
  6. "item.label.首页": {
  7. "message": "Home",
  8. "description": "Navbar item with label 首页"
  9. },
  10. "item.label.文档": {
  11. "message": "Document",
  12. "description": "Navbar item with label 文档"
  13. },
  14. "item.label.博客": {
  15. "message": "Blog",
  16. "description": "Navbar item with label 博客"
  17. },
  18. "item.label.讨论交流": {
  19. "message": "Discuss",
  20. "description": "Navbar item with label 讨论交流"
  21. },
  22. "item.label.私有化部署": {
  23. "message": "Enterprise",
  24. "description": "Navbar item with label 私有化部署"
  25. },
  26. "item.label.项目看板": {
  27. "message": "Dashboard",
  28. "description": "Navbar item with label 项目看板"
  29. },
  30. "item.label.其它": {
  31. "message": "Others",
  32. "description": "Navbar item with label 其它"
  33. },
  34. "item.label.登录/注册": {
  35. "message": "Login Now",
  36. "description": "Navbar item with label 登录/注册"
  37. },
  38. "item.label.设计文档": {
  39. "message": "Design",
  40. "description": "Navbar item with label 设计文档"
  41. },
  42. "item.label.赞助我们": {
  43. "message": "Sponsor",
  44. "description": "Navbar item with label 赞助我们"
  45. },
  46. "item.label.相关资源": {
  47. "message": "Resource",
  48. "description": "Navbar item with label 相关资源"
  49. }
  50. }