home.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Home Page Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | 首页(/)文案:品牌 hero 与四张分流卡片。
  9. |
  10. */
  11. 'title' => 'WikiPāli · Pali Buddhist Encyclopedia',
  12. 'hero_title' => 'WikiPāli',
  13. 'hero_lead' => 'Pali Buddhist Encyclopedia — step by step into the world of the Pali canon',
  14. 'cards' => [
  15. 'library' => [
  16. 'title' => 'Canon Library',
  17. 'lead' => 'Tipiṭaka · Commentary · Subcommentary · Dictionary',
  18. 'cta' => 'Enter the library',
  19. ],
  20. 'course' => [
  21. 'title' => 'Graded Courses',
  22. 'lead' => 'Start from zero, study text by text',
  23. 'cta' => 'Start learning',
  24. ],
  25. 'workspace' => [
  26. 'title' => 'Translation Workspace',
  27. 'lead' => 'Terms, collaboration, proofreading, publishing',
  28. 'cta' => 'Enter the workspace',
  29. ],
  30. 'development' => [
  31. 'title' => 'Development',
  32. 'lead' => 'API · MCP · GitHub',
  33. 'cta' => 'Coming soon',
  34. ],
  35. ],
  36. ];