Merge branch 'main' into 22-add-internationalisation-for-application-settings

This commit is contained in:
Philip Abbey
2023-12-17 12:43:48 +00:00
64 changed files with 709 additions and 314 deletions

View File

@ -8,7 +8,7 @@
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
P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023
-->

View File

@ -8,7 +8,7 @@
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
P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023
-->

View File

@ -8,12 +8,12 @@
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
P A Abbey & J D Abbey & SomeoneOnEarth, 31 October 2023
-->
<strings>
<string id="AppName">HomeAssistant</string>
<string id="AppName" scope="glance">HomeAssistant</string>
<string id="MenuItemOn">On</string>
<string id="MenuItemOff">Off</string>
<string id="MenuItemTap">Tap</string>
@ -31,6 +31,9 @@
<string id="ConfigUrlNotFound">URL not found. Potential Configuration URL error in settings.</string>
<string id="UnhandledHttpErr">HTTP request returned error code = </string>
<string id="TrailingSlashErr">API URL must not have a trailing slash '/'</string>
<string id="FetchingMenuConfig">Fetching Menu Config..</string>
<string id="ExitViewTouch">Swipe to Right to Exit\nTap to Stay</string>
<string id="ExitViewButtons">Hit Back to Exit\nEnter to Stay</string>
<!-- For the settings GUI -->
<string id="SettingsApiKey">API Key for HomeAssistant.</string>
@ -41,5 +44,4 @@
<string id="SettingsConfirmTimeout">After this time (in seconds), a confirmation dialog for an action is automatically closed and the action is cancelled. Set to 0 to disable the timeout.</string>
<string id="SettingsUi">Representing types with icons (off) or with labels (on).</string>
<string id="SettingsTextAlign">Left (off) or Right (on) Menu Alignment.</string>
</strings>