labels.php 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. return [
  3. 'home' => '首页',
  4. 'translation' => '译文',
  5. 'original' => '原文',
  6. 'nissaya' => '缅文逐词',
  7. 'script_convertor' => '巴利文字转换器',
  8. 'input_script' => '输入文字',
  9. 'output_script' => '输出文字',
  10. 'paste_here' => '在此粘贴文本...',
  11. 'converted_text' => '转换结果显示在此...',
  12. 'niggahita_label' => 'ṃ / ṁ / ŋ 转换为',
  13. 'script_roman' => '巴利罗马字 Unicode',
  14. 'script_sangayana' => 'Sangayana',
  15. 'script_sinhala' => '僧伽罗文',
  16. 'script_sinhala_traditional' => '僧伽罗文(传统)',
  17. 'script_sinhala_modern' => '僧伽罗文(现代)',
  18. 'script_myanmar' => '缅甸文',
  19. 'script_tai_tham' => '兰纳文(傣昙文)',
  20. 'script_tai_old' => '兰纳文(旧非Unicode)',
  21. 'script_thai' => '泰文',
  22. 'script_chinese_detail' => '锡兰注音(详)',
  23. 'script_chinese_simple' => '锡兰注音(简)',
  24. 'script_chinese_pinyin' => '汉语拼音(锡)',
  25. 'script_telugu' => '泰卢固文',
  26. 'toolbox' => '工具箱',
  27. 'tool_script_convertor' => '脚本转换器',
  28. 'tool_script_convertor_desc' => '巴利文字多脚本互转',
  29. ];