| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?php
- return [
- // index.blade.php
- 'portal_title' => 'WikiPāli · Pali Library',
- 'portal_hero_title' => 'WikiPāli Pali Library',
- 'portal_hero_subtitle' => 'Explore the Tipiṭaka · Gateway to Wisdom',
- 'search_placeholder_home' => 'Search suttas, terms, collections…',
- 'section_tipitaka' => 'Tipiṭaka',
- 'enter_tipitaka' => 'Enter Tipiṭaka',
- 'more' => 'More',
- 'section_recent' => 'Recent Translations',
- 'updating_badge' => 'Updating',
- 'view_all' => 'View All',
- 'badge_new' => 'New',
- 'badge_updated' => 'Updated',
- // search.blade.php
- 'search_results_title' => 'Search Results',
- 'search_title' => 'Search',
- 'search_placeholder' => 'Search entries, Pali, Sanskrit…',
- 'searching' => 'Search',
- 'results_found_prefix' => ', found',
- 'results_found_suffix' => 'results',
- 'page_prefix' => '(page',
- 'page_suffix' => ')',
- 'no_results' => ', no results found',
- 'try_other_keywords' => 'Please try other keywords',
- 'filter_by' => 'Filter by ',
- 'filter' => '',
- 'all' => 'All',
- 'did_you_mean' => 'Did you mean',
- 'browse_categories' => 'Browse Categories',
- // download.blade.php
- 'download' => 'Download',
- 'offline_packets' => 'APP Offline Data Packets',
- 'packet_count_suffix' => 'packets',
- 'no_packets' => 'No Packets',
- 'no_packets_desc' => 'No offline data packets available.',
- 'col_name' => 'Packet Name',
- 'col_size' => 'File Size',
- 'col_min_version' => 'Min Version',
- 'created_at' => 'Created At',
- 'col_links' => 'Download Links',
- 'no_links' => 'No links',
- 'min_version_prefix' => 'Min version ',
- // wiki blade files
- 'wiki_encyclopedia' => 'Buddhist Encyclopedia',
- 'wiki_subtitle' => 'Explore the Dharma · Gateway to Awakening',
- 'wiki_search_placeholder' => 'Search terms, scriptures, figures...',
- 'hot' => 'Hot: ',
- 'wiki_language_divider' => 'Read the Buddhist Encyclopedia in your language',
- 'articles' => 'articles',
- 'today_updates' => 'Updated today',
- 'contributors_suffix' => 'contributors',
- 'today_entry' => 'Today\'s Entry',
- 'read_full_entry' => 'Read full entry →',
- 'featured_entries' => 'Featured Entries',
- 'statistics' => 'Statistics',
- 'total_entries' => 'Total entries',
- 'this_month' => 'This month',
- 'contributors' => 'Contributors',
- 'quality_level' => 'Quality Level',
- 'other_versions' => 'Other Versions',
- 'toc' => 'Table of Contents',
- 'entry_info' => 'Entry Info',
- 'category' => 'Category',
- 'quality' => 'Quality',
- 'recent_updates' => 'Recent Updates',
- // anthology
- 'site_name' => 'Pali Library',
- 'home' => 'Home',
- 'anthology' => 'Anthology',
- 'anthology_subtitle' => 'Commentaries · Meditation Guides · Dhamma Discussions',
- 'no_anthology' => 'No Anthologies',
- 'search_anthology' => 'Search anthologies…',
- 'author' => 'Author',
- 'anthology_count_suffix' => 'anthologies',
- 'last_updated' => 'Last Updated',
- 'chapter_count' => 'Chapters',
- 'chapters' => 'chapters',
- 'read_online' => 'Read Online',
- 'open_in_editor' => 'Open in Editor',
- 'about_anthology' => 'About This Anthology',
- 'anthology_info' => 'Anthology Info',
- 'language' => 'Language',
- 'created' => 'Created',
- 'updated' => 'Updated',
- 'related_anthology' => 'Related Anthologies',
- 'articles_suffix' => 'articles',
- // tipitaka & reader
- 'tipitaka' => 'Tipiṭaka',
- 'categories' => 'Categories',
- 'search_tipitaka' => 'Search Tipiṭaka texts and translations',
- 'type' => 'Type',
- 'clear_filters' => 'Clear Filters',
- 'total_prefix' => 'Total',
- 'book_unit' => 'books',
- 'sort' => 'Sort',
- 'weekly_picks' => 'Weekly Picks',
- 'active_authors' => 'Active Authors',
- 'publisher' => 'Publisher',
- 'pali' => 'Pāli',
- 'book_info' => 'Book Info',
- 'editor' => 'Editor',
- 'settings' => 'Settings',
- 'versions' => 'Versions',
- 'logout' => 'Logout',
- 'select_version' => 'Select Version',
- 'no_content' => 'No content',
- 'prev_article' => 'Previous',
- 'next_article' => 'Next',
- 'tags' => 'Tags',
- 'reading_settings' => 'Reading Settings',
- 'show_original' => 'Show Original',
- 'toggle_original' => 'Toggle original text display',
- 'ui_language' => 'UI Language',
- 'auto' => 'Auto',
- 'lang_zh_hans' => 'Simplified Chinese',
- 'lang_en' => 'English',
- 'pali_script' => 'Pāli Script',
- 'script_roman' => 'Roman',
- 'script_myanmar' => 'Myanmar',
- 'script_thai' => 'Thai',
- 'commentary_version' => 'Commentary Version',
- 'none' => 'None',
- 'cancel' => 'Cancel',
- 'confirm' => 'OK',
- 'no_toc' => 'This book has no table of contents',
- ];
|