mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-05-01 05:02:34 +00:00
Separation of phone connectivity and Internet access tests for finer grained feedback to the user. Updates no longer stop on absence of Internet connectivity.
39 lines
1.7 KiB
XML
39 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
|
|
Distributed under MIT Licence
|
|
See https://github.com/house-of-abbey/GarminHomeAssistant/blob/main/LICENSE.
|
|
|
|
|
|
GarminHomeAssistant is a Garmin IQ application written in Monkey C and routinely
|
|
tested on a Venu 2 device. The source code is provided at:
|
|
https://github.com/house-of-abbey/GarminHomeAssistant.
|
|
|
|
P A Abbey & J D Abbey, 31 October 2023
|
|
|
|
-->
|
|
|
|
<!--
|
|
Generated by Google Translate: English to Dutch
|
|
Gegenereerd door Google Translate uit het Engels
|
|
-->
|
|
|
|
<strings>
|
|
<string id="AppName">HomeAssistant</string>
|
|
<string id="MenuItemOn">Op</string>
|
|
<string id="MenuItemOff">Uit</string>
|
|
<string id="MenuItemTap">Kraan</string>
|
|
<string id="MenuItemMenu">Menu</string>
|
|
<string id="NoPhone">Geen telefoonverbinding</string>
|
|
<string id="NoInternet">Geen internet verbinding</string>
|
|
<string id="NoResponse">Geen reactie, controleer de internetverbinding</string>
|
|
<string id="NoMenu">Fout bij ophalen van menu</string>
|
|
<string id="NoAPIKey">Geen API-sleutel in de applicatie-instellingen</string>
|
|
<string id="NoApiUrl">Geen API-URL in de applicatie-instellingen</string>
|
|
<string id="NoConfigUrl">Geen configuratie-URL in de applicatie-instellingen</string>
|
|
<string id="ApiFlood">API-aanroepen te snel. Vertraag uw verzoeken.</string>
|
|
<string id="ApiUrlNotFound">URL niet gevonden. Mogelijke API-URL-fout in instellingen.</string>
|
|
<string id="ConfigUrlNotFound">URL niet gevonden. Mogelijke configuratie-URL-fout in de instellingen.</string>
|
|
<string id="UnhandledHttpErr">HTTP-verzoek retourneerde foutcode =</string>
|
|
<string id="TrailingSlashErr">API-URL mag geen afsluitende slash '/' bevatten</string>
|
|
</strings> |