| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- return [
- /*
- |--------------------------------------------------------------------------
- | Home Page Language Lines
- |--------------------------------------------------------------------------
- |
- | 首页(/)文案:品牌 hero 与四张分流卡片。
- |
- */
- 'title' => 'WikiPāli · Pali Buddhist Encyclopedia',
- 'hero_title' => 'WikiPāli',
- 'hero_lead' => 'Pali Buddhist Encyclopedia — step by step into the world of the Pali canon',
- 'cards' => [
- 'library' => [
- 'title' => 'Tipiṭaka Library',
- 'lead' => 'Tipiṭaka · Commentary · Subcommentary · Dictionary',
- 'cta' => 'Enter the library',
- ],
- 'course' => [
- 'title' => 'Graded Courses',
- 'lead' => 'Start from zero, study text by text',
- 'cta' => 'Start learning',
- ],
- 'workspace' => [
- 'title' => 'Translation Workspace',
- 'lead' => 'Terms, collaboration, proofreading, publishing',
- 'cta' => 'Enter the workspace',
- ],
- 'development' => [
- 'title' => 'Development',
- 'lead' => 'API · MCP · GitHub',
- 'cta' => 'Coming soon',
- ],
- ],
- ];
|