| 12345678910111213141516171819202122232425262728293031 |
- <?php
- return [
- 'home' => '首页',
- 'translation' => '译文',
- 'original' => '原文',
- 'nissaya' => '缅文逐词',
- 'script_convertor' => '巴利文字转换器',
- 'input_script' => '输入文字',
- 'output_script' => '输出文字',
- 'paste_here' => '在此粘贴文本...',
- 'converted_text' => '转换结果显示在此...',
- 'niggahita_label' => 'ṃ / ṁ / ŋ 转换为',
- 'script_roman' => '巴利罗马字 Unicode',
- 'script_sangayana' => 'Sangayana',
- 'script_sinhala' => '僧伽罗文',
- 'script_sinhala_traditional' => '僧伽罗文(传统)',
- 'script_sinhala_modern' => '僧伽罗文(现代)',
- 'script_myanmar' => '缅甸文',
- 'script_tai_tham' => '兰纳文(傣昙文)',
- 'script_tai_old' => '兰纳文(旧非Unicode)',
- 'script_thai' => '泰文',
- 'script_chinese_detail' => '锡兰注音(详)',
- 'script_chinese_simple' => '锡兰注音(简)',
- 'script_chinese_pinyin' => '汉语拼音(锡)',
- 'script_telugu' => '泰卢固文',
- 'toolbox' => '工具箱',
- 'tool_script_convertor' => '脚本转换器',
- 'tool_script_convertor_desc' => '巴利文字多脚本互转',
- ];
|