labels.php 1.3 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'home' => 'Home',
  4. 'translation' => 'Translation',
  5. 'original' => 'Original',
  6. 'nissaya' => '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' => 'ටයි ථම් (පැරණි)',
  21. 'script_thai' => 'තායි',
  22. 'script_chinese_detail' => 'චීන උච්චාරණ (විස්තර)',
  23. 'script_chinese_simple' => 'චීන උච්චාරණ (සරල)',
  24. 'script_chinese_pinyin' => 'චීන පින්යින්',
  25. 'script_telugu' => 'තෙලිඟු',
  26. ];