Oliv4945 / jarvis-android-app

Android app for Jarvis simple multi-lang personal assistant (http://domotiquefacile.fr/jarvis/)
MIT License
25 stars 11 forks source link

Please help to translate the app #4

Open Oliv4945 opened 7 years ago

Oliv4945 commented 7 years ago

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.
falken10 commented 6 years ago

Hi there, Please find below the XML above translated to Spanish (Spain variant). Very cool project!

Jarvis Ajustes "Escuchando " ¡Disculpe! Su dispositivo no soporta reconocimiento de voz Toque el micrófono para hablar Introduzca la IP o URL de Jarvis http://0.0.0.0 ó http://jarvis.com Por favor, introduzca el número de puerto del API de Jarvis Número de Puerto del servidor Jarvis Por favor, introduzca la clave de applicación del API de Jarvis Clave si se usa, deje en blanco de lo contrario Iniciar la aplicación con reconocimiento de voz Silenciar respuesta en el Jarvis remoto Silenciar respuesta en la aplicación Error, inténtelo de nuevo Clave del API de Jarvis inválida Falta la clave del API de Jarvis Por favor, compruebe la dirección y el puerto de Jarvis. ¿Funciona? No hay conexión de red
falken10 commented 6 years ago

Added as code otherwise the preview interprets the xml `

Jarvis
<string name="action_settings">Ajustes</string>
<string name="speech_prompt">"Escuchando "</string>
<string name="speech_not_supported">¡Disculpe! Su dispositivo no soporta reconocimiento de voz</string>
<string name="tap_on_mic">Toque el micrófono para hablar</string>
<string name="pref_serverUrl_title">Introduzca la IP o URL de Jarvis</string>
<string name="pref_serverUrl_summary">http://0.0.0.0 ó http://jarvis.com</string>
<string name="pref_serverPort_title">Por favor, introduzca el número de puerto del API de Jarvis</string>
<string name="pref_serverPort_summary">Número de Puerto del servidor Jarvis</string>
<string name="pref_serverKey_title">Por favor, introduzca la clave de applicación del API de Jarvis </string>
<string name="pref_serverKey_summary">Clave si se usa, deje en blanco de lo contrario</string>
<string name="pref_sttAtStart">Iniciar la aplicación con reconocimiento de voz</string>
<string name="pref_muteRemoteJarvis">Silenciar respuesta en el Jarvis remoto</string>
<string name="pref_muteLocalJarvis">Silenciar respuesta en la aplicación</string>
<string name="volleyError">Error, inténtelo de nuevo</string>
<string name="invalidAPIKey">Clave del API de Jarvis inválida</string>
<string name="missingAPIKey">Falta la clave del API de Jarvis</string>
<string name="timeoutServerNetworkError">Por favor, compruebe la dirección y el puerto de Jarvis. ¿Funciona?</string>
<string name="noConnectionError">No hay conexión de red</string>

`

Oliv4945 commented 6 years ago

Hi @falken10, thank you for your contribution ! I added it to the application, the update should be available soon. In the mean time, would you be kind enough to translate the Google Play page ? I opened the issue #18 to discuss it. Thank you :)