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 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!--
  4. Source: Activity title.
  5. Description: Title for the Settings activity.
  6. -->
  7. <string name="tts_settings_label">Настройки на eSpeak TTS</string>
  8. <!--
  9. Source: Preference title.
  10. Description: Title for the preference that controls default voice pitch.
  11. -->
  12. <string name="setting_default_pitch">Височина на гласа</string>
  13. <!--
  14. Source: Preference title.
  15. Description: Title for the preference that controls default speech rate.
  16. -->
  17. <string name="setting_default_rate">Скорост на речта</string>
  18. <!--
  19. Source: Dialog text.
  20. Description: Status message shown when installing voice data.
  21. -->
  22. <string name="installing_voice_data">Инсталират се гласовите данни…</string>
  23. <!--
  24. Source: Dialog message.
  25. Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.
  26. -->
  27. <string name="set_default_message">eSpeak не е зададен като ваша речева машина по подразбиране.</string>
  28. <!--
  29. Source: Dialog message.
  30. Description: Alert dialog telling the user that voice data installation failed.
  31. -->
  32. <string name="voice_data_failed_message">eSpeak не успя да инсталира гласовите данни. Моля, проверете машата SD карта.</string>
  33. <!--
  34. Source: Dialog message.
  35. Description: Alert dialog telling the user that an unknown error has occurred.
  36. -->
  37. <string name="error_message">Съжаляваме, но eSpeak не можа да бъде стартиран.</string>
  38. <!--
  39. Source: Label text.
  40. Description: Label informing the user of the current text-to-speech language.
  41. -->
  42. <string name="current_tts_locale">Глас по подразбиране</string>
  43. <!--
  44. Source: Label text.
  45. Description: Label informing the user of how many voices are installed.
  46. -->
  47. <string name="available_voices">Инсталирани гласове</string>
  48. <!--
  49. Source: Button label.
  50. Description: Button for launching general text-to-speech settings.
  51. -->
  52. <string name="tts_settings">Основни TTS настройки</string>
  53. <!--
  54. Source: Button label.
  55. Description: Button for launching eSpeak-specific settings.
  56. -->
  57. <string name="engine_settings">Настройки на eSpeak TTS</string>
  58. <!--
  59. Source: Label text.
  60. Description: Label informing the user that eSpeak is loading resources.
  61. -->
  62. <string name="loading">Зарежда се. Моля, изчакайте…</string>
  63. <!--
  64. Source: Spoken aloud.
  65. Description: Sample text spoken aloud when the user is trying out a language.
  66. -->
  67. <string name="sample_text">Това е откъс от изговорен текст на %s</string>
  68. <!--
  69. Source: Variant preference labels.
  70. Description: Labels for possible voice variant/gender/age values.
  71. -->
  72. <string-array name="default_variant_entries">
  73. <item>Мъжки</item>
  74. <item>Мъжки (Вариант 1)</item>
  75. <item>Мъжки (Вариант 2)</item>
  76. <item>Мъжки (Вариант 3)</item>
  77. <item>Мъжки (Вариант 4)</item>
  78. <item>Мъжки (Вариант 5)</item>
  79. <item>Мъжки (Вариант 6)</item>
  80. <item>Мъжки (Вариант 7)</item>
  81. <item>Женски</item>
  82. <item>Женски (Вариант 1)</item>
  83. <item>Женски (Вариант 2)</item>
  84. <item>Женски (Вариант 3)</item>
  85. <item>Женски (Вариант 4)</item>
  86. <item>Женски (Вариант 5)</item>
  87. <item>Klatt (Вариант 1)</item>
  88. <item>Klatt (Вариант 2)</item>
  89. <item>Klatt (Вариант 3)</item>
  90. <item>Klatt (Вариант 4)</item>
  91. <item>Грачещ (Мъжки)</item>
  92. <item>Шепнещ (Мъжки)</item>
  93. <item>Шепнещ (Женски)</item>
  94. <item>Младежки (Мъжки)</item>
  95. <item>Младежки (Женски)</item>
  96. <item>Възрастен (Мъжки)</item>
  97. <item>Възрастен (Женски)</item>
  98. </string-array>
  99. <!--
  100. Source: Rate preference labels.
  101. Description: Labels for possible rate multiplier values.
  102. -->
  103. <string name="status">Състояние</string>
  104. <string name="tts_version">Версия на eSpeak</string>
  105. <string name="speak">Прочети</string>
  106. <string name="ssml">Зареди SSML шаблон</string>
  107. <string name="synthesis_demo">Въведете текст за прочитане:</string>
  108. <string name="espeak_volume">Сила на звука</string>
  109. <string name="formatter_wpm">%s думи в секунда</string>
  110. <string name="formatter_percentage">%s%%</string>
  111. <string name="resetToDefault">Нулирай стойностите</string>
  112. <string name="espeak_pitch_range">Вариация на височината</string>
  113. <string name="espeak_variant">Гласов вариант</string>
  114. </resources>