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. ];