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

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