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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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">eSpeak TTS सेटिंग</string>
  6. <!--Source: Preference title.
  7. Description: Title for the preference that controls default voice pitch.-->
  8. <string name="setting_default_pitch">डिफ़ॉल्‍ट पिच</string>
  9. <!--Source: Preference title.
  10. Description: Title for the preference that controls default speech rate.-->
  11. <string name="setting_default_rate">वाक् दर गुणक</string>
  12. <!--Source: Dialog text.
  13. Description: Status message shown when installing voice data.-->
  14. <string name="installing_voice_data">ध्‍वनि डेटा इंस्टॉल किया जा रहा है…</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 आपके डिफ़ॉल्‍ट पाठ-से-वाक् इंजन के रूप में सेट नहीं है. क्‍या आप इसे अभी सेट करना चाहते हैं?</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 ध्‍वनि डेटा इंस्‍टॉल करने में विफल हुआ. कृपया अपना SD कार्ड जांचें.</string>
  21. <!--Source: Dialog message.
  22. Description: Alert dialog telling the user that an unknown error has occurred.-->
  23. <string name="error_message">क्षमा करें, 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">डिफ़ॉल्‍ट ध्‍वनि</string>
  27. <!--Source: Label text.
  28. Description: Label informing the user of how many voices are installed.-->
  29. <string name="available_voices">इंस्‍टॉल की गई ध्‍वनियां</string>
  30. <!--Source: Button label.
  31. Description: Button for launching general text-to-speech settings.-->
  32. <string name="tts_settings">सामान्‍य TTS सेटिंग</string>
  33. <!--Source: Button label.
  34. Description: Button for launching eSpeak-specific settings.-->
  35. <string name="engine_settings">eSpeak TTS सेटिंग</string>
  36. <!--Source: Label text.
  37. Description: Label informing the user that eSpeak is loading resources.-->
  38. <string name="loading">लोड हो रहा है, कृपया प्रतीक्षा करें…</string>
  39. <!--Source: Spoken aloud.
  40. Description: Sample text spoken aloud when the user is trying out a language.-->
  41. <string name="sample_text">यह %s में बोले गए पाठ का नमूना है</string>
  42. </resources>