home.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Home Page Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | 首页(/)文案:品牌 hero 与四张分流卡片。
  9. |
  10. */
  11. 'title' => 'WikiPāli · 巴利典籍百科',
  12. 'hero_title' => 'WikiPāli',
  13. 'hero_lead' => '巴利典籍百科 —— 由浅入深,进入巴利典籍的世界',
  14. 'legacy' => '进入旧版',
  15. 'cards' => [
  16. 'library' => [
  17. 'title' => '典籍文库',
  18. 'lead' => '三藏 · 义注 · 复注 · 字典',
  19. 'cta' => '我要读经',
  20. ],
  21. 'course' => [
  22. 'title' => '次第课程',
  23. 'lead' => '从零开始,逐部研读',
  24. 'cta' => '开始学习',
  25. ],
  26. 'workspace' => [
  27. 'title' => '翻译工作台',
  28. 'lead' => '术语、协作、校对、发布',
  29. 'cta' => '进入工作台',
  30. ],
  31. 'development' => [
  32. 'title' => '二次开发',
  33. 'lead' => 'API · MCP · GitHub',
  34. 'cta' => '即将上线',
  35. ],
  36. ],
  37. ];