jarvis-android-app icon indicating copy to clipboard operation
jarvis-android-app copied to clipboard

Please help to translate the app

Open Oliv4945 opened this issue 7 years ago • 3 comments

The app is currently available in English , Spanish and French. If you would like it in another language please help by writing a comment with following XML translated ! Thank you

<resources>
    <string name="app_name" translatable="false">Jarvis</string>
    <string name="action_settings">Settings</string>
    <string name="speech_prompt">"Listening "</string>
    <string name="speech_not_supported">Sorry ! Your device does not support speech recognition</string>
    <string name="tap_on_mic">Tap on mic to speak</string>
    <string name="pref_serverUrl_title">Enter Jarvis URL or IP</string>
    <string name="pref_serverUrl_summary">http://0.0.0.0 or http://jarvis.com</string>
    <string name="pref_serverPort_title">Please enter the jarvis-api port number</string>
    <string name="pref_serverPort_summary">Jarvis server port</string>
    <string name="pref_serverKey_title">Please enter the jarvis-api app key</string>
    <string name="pref_serverKey_summary">Key if used, leave blank otherwise</string>
    <string name="pref_sttAtStart">Start app with voice recognition</string>
    <string name="pref_muteRemoteJarvis">Mute answer on remote Jarvis</string>
    <string name="pref_muteLocalJarvis">Mute answer in the app</string>
    <string name="volleyError">Error, try again</string>
    <string name="invalidAPIKey">Invalid Jarvis-api key</string>
    <string name="missingAPIKey">Missing Jarvis-api key</string>
    <string name="timeoutServerNetworkError">Please check Jarvis address and port. Does it run ?</string>
    <string name="noConnectionError">No network connection</string>

</resources>

Also the Play Store page:

<b>Android application for OpenJarvis</b>
Jarvis.sh is a lightweight configurable multi-lang voice assistant
Meant for home automation running on slow computers (ex: Raspberry Pi)
Installs automatically voice recognition & speech synthesis engines of your choice
Highly extendable thanks to a wide catalog of community plugins.
See OpenJarvis website for more data: <a href="http://domotiquefacile.fr/jarvis/">http://domotiquefacile.fr/jarvis/</a>.

<b>Open source</b>
The application is open source, so you can help by
 * Opening an issue if something is not working: <a href="https://github.com/Oliv4945/jarvis-android-app/issues">https://github.com/Oliv4945/jarvis-android-app/issues</a>
 *  Push some code, see <a href="https://github.com/Oliv4945/jarvis-android-app/">https://github.com/Oliv4945/jarvis-android-app/</a>

<b>Languages</b>
The application currently support English and French, but help is welcomed to translate it in other languages.

Oliv4945 avatar Apr 14 '17 15:04 Oliv4945