eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

strings.xml 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <resources>
  3. <!--Source: Activity title.
  4. Description: Title for the Settings activity.-->
  5. <string name="tts_settings_label">Thiết lập chương trình</string>
  6. <!--Source: Preference title.
  7. Description: Title for the preference that controls default voice pitch.-->
  8. <string name="setting_default_pitch">Độ cao thấp mặc định</string>
  9. <!--Source: Preference title.
  10. Description: Title for the preference that controls default speech rate.-->
  11. <string name="setting_default_rate">Bội số tốc độ đọc</string>
  12. <!--Source: Dialog text.
  13. Description: Status message shown when installing voice data.-->
  14. <string name="installing_voice_data">Đang cài đặt dữ liệu giọng nói…</string>
  15. <!--Source: Dialog message.
  16. Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
  17. <string name="set_default_message">eSpeak chưa được thiết lập làm công cụ chuyển văn bản thành giọng nói mặc định của bạn.</string>
  18. <!--Source: Dialog message.
  19. Description: Alert dialog telling the user that voice data installation failed.-->
  20. <string name="voice_data_failed_message">eSpeak không thể cài đặt dữ liệu thoại. Vui lòng kiểm tra thẻ nhớ của bạn.</string>
  21. <!--Source: Dialog message.
  22. Description: Alert dialog telling the user that an unknown error has occurred.-->
  23. <string name="error_message">Rất tiếc, không thể khởi động eSpeak.</string>
  24. <!--Source: Label text.
  25. Description: Label informing the user of the current text-to-speech language.-->
  26. <string name="current_tts_locale">Giọng nói mặc định</string>
  27. <!--Source: Label text.
  28. Description: Label informing the user of how many voices are installed.-->
  29. <string name="available_voices">Số lượng thoại đã được cài đặt</string>
  30. <!--Source: Button label.
  31. Description: Button for launching general text-to-speech settings.-->
  32. <string name="tts_settings">Thiết lập chung</string>
  33. <!--Source: Button label.
  34. Description: Button for launching eSpeak-specific settings.-->
  35. <string name="engine_settings">Thiết lập eSpeak</string>
  36. <!--Source: Label text.
  37. Description: Label informing the user that eSpeak is loading resources.-->
  38. <string name="loading">Đang tải, vui lòng đợi…</string>
  39. <!--Source: Spoken aloud.
  40. Description: Sample text spoken aloud when the user is trying out a language.-->
  41. <string name="sample_text">Đây là mẫu văn bản được đọc bằng %s</string>
  42. <string name="status">Trạng thái</string>
  43. <string name="tts_version">phiên bản eSpeak</string>
  44. <string name="speak">Nói</string>
  45. <string name="ssml">Tải mẫu SSML</string>
  46. <string name="synthesis_demo">Điền vào văn bản để nói:</string>
  47. <string name="espeak_volume">Âm lượng</string>
  48. <string name="formatter_wpm">%s từ mỗi phút</string>
  49. <string name="formatter_percentage">%s%%</string>
  50. <string name="resetToDefault">Thiết lập về mặc định</string>
  51. <string name="espeak_pitch_range">Độ biến động cao thấp</string>
  52. <string name="espeak_variant">Độ biến động giọng cao thấp</string>
  53. </resources>