1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="UTF-8"?>
- <resources>
- <!--Source: App icon label.
- Description: The name of the application.-->
- <!--Source: Activity title.
- Description: Title for the Settings activity.-->
- <string name="tts_settings_label">Настройки eSpeak</string>
- <!--Source: Preference title.
- Description: Title for the preference that controls default voice pitch.-->
- <string name="setting_default_pitch">Тон по умолчанию</string>
- <!--Source: Preference title.
- Description: Title for the preference that controls default speech rate.-->
- <string name="setting_default_rate">Скорость речи</string>
- <!--Source: Dialog text.
- Description: Status message shown when installing voice data.-->
- <string name="installing_voice_data">Загрузка голосовых данных...</string>
- <!--Source: Dialog message.
- Description: Alert dialog prompting the user to set eSpeak as their default TTS engine.-->
- <string name="set_default_message">Установить eSpeak в качестве синтезатора речи по умолчанию?</string>
- <!--Source: Dialog message.
- Description: Alert dialog telling the user that voice data installation failed.-->
- <string name="voice_data_failed_message">Не удалось загрузить голосовые данные. Проверьте SD-карту.</string>
- <!--Source: Dialog message.
- Description: Alert dialog telling the user that an unknown error has occurred.-->
- <string name="error_message">Не удалось запустить eSpeak.</string>
- <!--Source: Label text.
- Description: Label informing the user of the current text-to-speech language.-->
- <string name="current_tts_locale">Язык по умолчанию</string>
- <!--Source: Label text.
- Description: Label informing the user of how many voices are installed.-->
- <string name="available_voices">Голосовых модулей</string>
- <!--Source: Button label.
- Description: Button for launching general text-to-speech settings.-->
- <string name="tts_settings">Общие настройки</string>
- <!--Source: Button label.
- Description: Button for launching eSpeak-specific settings.-->
- <string name="engine_settings">Настройки eSpeak</string>
- <!--Source: Label text.
- Description: Label informing the user that eSpeak is loading resources.-->
- <string name="loading">Загрузка...</string>
- <!--Source: Spoken aloud.
- Description: Sample text spoken aloud when the user is trying out a language.-->
- <string name="sample_text"/>
- <!--Source: Variant preference labels.
- Description: Labels for possible voice variant/gender/age values.-->
- <string-array name="default_variant_entries">
- <item>Мужской</item>
- <item>Мужской (Вариант 1)</item>
- <item>Мужской (Вариант 2)</item>
- <item>Мужской (Вариант 3)</item>
- <item>Мужской (Вариант 4)</item>
- <item>Мужской (Вариант 5)</item>
- <item>Мужской (Вариант 6)</item>
- <item>Мужской (Вариант 7)</item>
- <item>Женский</item>
- <item>Женский (Вариант 1)</item>
- <item>Женский (Вариант 2)</item>
- <item>Женский (Вариант 3)</item>
- <item>Женский (Вариант 4)</item>
- <item>Женский (Вариант 5)</item>
- <item>Сиплый (Вариант 1)</item>
- <item>Сиплый (Вариант 2)</item>
- <item>Сиплый (Вариант 3)</item>
- <item>Сиплый (Вариант 4)</item>
- <item>Хриплый (Мужской)</item>
- <item>Шёпот (Мужской)</item>
- <item>Шёпот (Женский)</item>
- <item>Юный (Мужской)</item>
- <item>Юный (Женский)</item>
- <item>Пожилой (Мужской)</item>
- <item>Пожилой (Женский)</item>
- </string-array>
- <!--Source: Rate preference labels.
- Description: Labels for possible rate multiplier values.-->
- <string name="status">Статус</string>
- <string name="tts_version">Версия eSpeak</string>
- <string name="speak">Речь</string>
- <string name="ssml">Загрузить шаблон SSML </string>
- <string name="synthesis_demo">Введите озвучиваемый текст:</string>
- <string name="espeak_volume">Громкость</string>
- <string name="formatter_wpm">%s СВМ</string>
- <string name="formatter_percentage">%s%%</string>
- <string name="resetToDefault">Сброс</string>
- <string name="espeak_pitch_range">Шаг изменения</string>
- <string name="espeak_variant">Вариант голоса</string>
- </resources>
|