| 123456789101112131415161718192021222324252627 |
- <?php
- return [
- 'home' => 'Home',
- 'translation' => 'Translation',
- 'original' => 'Original',
- 'nissaya' => 'Nissaya',
- 'script_convertor' => 'Pāli Script Converter',
- 'input_script' => 'Input Script',
- 'output_script' => 'Output Script',
- 'paste_here' => 'Paste text here...',
- 'converted_text' => 'Converted text appears here...',
- 'niggahita_label' => 'ṃ / ṁ / ŋ become',
- 'script_roman' => 'Pāli Roman Unicode',
- 'script_sangayana' => 'Sangayana',
- 'script_sinhala' => 'Sinhala',
- 'script_sinhala_traditional' => 'Sinhala (traditional)',
- 'script_sinhala_modern' => 'Sinhala (modern)',
- 'script_myanmar' => 'Myanmar',
- 'script_tai_tham' => 'Tai Tham (Lanna)',
- 'script_tai_old' => 'Tai Tham (old non-Unicode)',
- 'script_thai' => 'Thai',
- 'script_chinese_detail' => 'Chinese Phonetic (detailed)',
- 'script_chinese_simple' => 'Chinese Phonetic (simple)',
- 'script_chinese_pinyin' => 'Chinese Pinyin',
- 'script_telugu' => 'Telugu',
- ];
|