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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 TTS -asetukset</string>
  8. <!--Source: Preference title.
  9. Description: Title for the preference that controls default voice pitch.-->
  10. <string name="setting_default_pitch">Oletusäänenkorkeus</string>
  11. <!--Source: Preference title.
  12. Description: Title for the preference that controls default speech rate.-->
  13. <string name="setting_default_rate">Puheen nopeuskerroin</string>
  14. <!--Source: Dialog text.
  15. Description: Status message shown when installing voice data.-->
  16. <string name="installing_voice_data">Asennetaan äänitietoja...</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">eSpeakia ei ole asetettu tekstistä puheeksi -oletusmoottoriksi.</string>
  20. <!--Source: Dialog message.
  21. Description: Alert dialog telling the user that voice data installation failed.-->
  22. <string name="voice_data_failed_message">Äänitietojen asentaminen eSpeakiin epäonnistui. Tarkista SD-kortti.</string>
  23. <!--Source: Dialog message.
  24. Description: Alert dialog telling the user that an unknown error has occurred.-->
  25. <string name="error_message">eSpeakin käynnistäminen epäonnistui.</string>
  26. <!--Source: Label text.
  27. Description: Label informing the user of the current text-to-speech language.-->
  28. <string name="current_tts_locale">Oletusääni</string>
  29. <!--Source: Label text.
  30. Description: Label informing the user of how many voices are installed.-->
  31. <string name="available_voices">Asennettuja ääniä</string>
  32. <!--Source: Button label.
  33. Description: Button for launching general text-to-speech settings.-->
  34. <string name="tts_settings">Yleiset TTS-asetukset</string>
  35. <!--Source: Button label.
  36. Description: Button for launching eSpeak-specific settings.-->
  37. <string name="engine_settings">eSpeak TTS -asetukset</string>
  38. <!--Source: Label text.
  39. Description: Label informing the user that eSpeak is loading resources.-->
  40. <string name="loading">Ladataan. Odota...</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. <!--Source: Rate preference labels.
  47. Description: Labels for possible rate multiplier values.-->
  48. <string name="status">Tila</string>
  49. <string name="tts_version">eSpeak-versio</string>
  50. <string name="ssml">Lataa SSML-malli</string>
  51. <string name="espeak_volume">Voimakkuus</string>
  52. <string name="resetToDefault">Aseta oletukseksi</string>
  53. </resources>