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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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</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">Не удалось загрузить голосовые данные. Проверьте 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">Общие настройки</string>
  33. <!--Source: Button label.
  34. Description: Button for launching eSpeak-specific settings.-->
  35. <string name="engine_settings">Настройки eSpeak</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. <!--Source: Variant preference labels.
  43. Description: Labels for possible voice variant/gender/age values.-->
  44. <string-array name="default_variant_entries">
  45. <item>Мужской</item>
  46. <item>Мужской (Вариант 1)</item>
  47. <item>Мужской (Вариант 2)</item>
  48. <item>Мужской (Вариант 3)</item>
  49. <item>Мужской (Вариант 4)</item>
  50. <item>Мужской (Вариант 5)</item>
  51. <item>Мужской (Вариант 6)</item>
  52. <item>Мужской (Вариант 7)</item>
  53. <item>Женский</item>
  54. <item>Женский (Вариант 1)</item>
  55. <item>Женский (Вариант 2)</item>
  56. <item>Женский (Вариант 3)</item>
  57. <item>Женский (Вариант 4)</item>
  58. <item>Женский (Вариант 5)</item>
  59. <item>Сиплый (Вариант 1)</item>
  60. <item>Сиплый (Вариант 2)</item>
  61. <item>Сиплый (Вариант 3)</item>
  62. <item>Сиплый (Вариант 4)</item>
  63. <item>Хриплый (Мужской)</item>
  64. <item>Шёпот (Мужской)</item>
  65. <item>Шёпот (Женский)</item>
  66. <item>Юный (Мужской)</item>
  67. <item>Юный (Женский)</item>
  68. <item>Пожилой (Мужской)</item>
  69. <item>Пожилой (Женский)</item>
  70. </string-array>
  71. <!--Source: Rate preference labels.
  72. Description: Labels for possible rate multiplier values.-->
  73. <string name="status">Статус</string>
  74. <string name="tts_version">Версия eSpeak</string>
  75. <string name="speak">Речь</string>
  76. <string name="ssml">Загрузить шаблон SSML </string>
  77. <string name="synthesis_demo">Введите озвучиваемый текст:</string>
  78. <string name="espeak_volume">Громкость</string>
  79. <string name="formatter_wpm">%s СВМ</string>
  80. <string name="formatter_percentage">%s%%</string>
  81. <string name="resetToDefault">Сброс</string>
  82. <string name="espeak_pitch_range">Шаг изменения</string>
  83. <string name="espeak_variant">Вариант голоса</string>
  84. </resources>