strings.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>