From 819b7a75d1678fb67a160d88bfb8aa6cd8ca5c1d Mon Sep 17 00:00:00 2001 From: LAB02 Research Date: Wed, 8 Jun 2022 08:38:12 +0200 Subject: [PATCH] Localization --- .../Localization/Languages.Designer.cs | 1129 ++++++++++++++--- .../Resources/Localization/Languages.en.resx | 79 +- 2 files changed, 1031 insertions(+), 177 deletions(-) diff --git a/src/HASS.Agent/Resources/Localization/Languages.Designer.cs b/src/HASS.Agent/Resources/Localization/Languages.Designer.cs index 4dccb50..033e3b4 100644 --- a/src/HASS.Agent/Resources/Localization/Languages.Designer.cs +++ b/src/HASS.Agent/Resources/Localization/Languages.Designer.cs @@ -61,7 +61,7 @@ internal Languages() { } /// - /// Looks up a localized string similar to close. + /// Looks up a localized string similar to &close. /// internal static string About_BtnClose { get { @@ -108,8 +108,8 @@ internal static string About_LblInfo4 { } /// - /// Looks up a localized string similar to And of course; thanks to Paulus Shoutsen and the entire team of devs that created - ///and maintain Home Assistant :-). + /// Looks up a localized string similar to And of course; thanks to Paulus Shoutsen and the entire team of devs that + ///created and maintain Home Assistant :-). /// internal static string About_LblInfo5 { get { @@ -190,7 +190,7 @@ internal static string CommandEntityType_Switch { } /// - /// Looks up a localized string similar to close. + /// Looks up a localized string similar to &close. /// internal static string CommandMqttTopic_BtnClose { get { @@ -199,7 +199,7 @@ internal static string CommandMqttTopic_BtnClose { } /// - /// Looks up a localized string similar to copy to clipboard. + /// Looks up a localized string similar to copy &to clipboard. /// internal static string CommandMqttTopic_BtnCopyClipboard { get { @@ -244,7 +244,7 @@ internal static string CommandMqttTopic_Title { } /// - /// Looks up a localized string similar to add new. + /// Looks up a localized string similar to &add new. /// internal static string CommandsConfig_BtnAdd { get { @@ -253,7 +253,7 @@ internal static string CommandsConfig_BtnAdd { } /// - /// Looks up a localized string similar to modify. + /// Looks up a localized string similar to &modify. /// internal static string CommandsConfig_BtnModify { get { @@ -262,7 +262,7 @@ internal static string CommandsConfig_BtnModify { } /// - /// Looks up a localized string similar to remove. + /// Looks up a localized string similar to &remove. /// internal static string CommandsConfig_BtnRemove { get { @@ -271,7 +271,7 @@ internal static string CommandsConfig_BtnRemove { } /// - /// Looks up a localized string similar to store and activate commands. + /// Looks up a localized string similar to &store and activate commands. /// internal static string CommandsConfig_BtnStore { get { @@ -342,6 +342,19 @@ internal static string CommandsConfig_Title { } } + /// + /// Looks up a localized string similar to Looks for the specified process, and tries to send its main window to the front. + /// + ///If the application is minimized, it'll get restored. + /// + ///Example: if you want to send VLC to the foreground, use 'vlc'.. + /// + internal static string CommandsManager_CommandsManager_SendWindowToFrontCommandDescription { + get { + return ResourceManager.GetString("CommandsManager_CommandsManager_SendWindowToFrontCommandDescription", resourceCulture); + } + } + /// /// Looks up a localized string similar to Execute a custom command. /// @@ -391,7 +404,9 @@ internal static string CommandsManager_KeyCommandDescription { /// /// Looks up a localized string similar to Launches the provided URL, by default in your default browser. /// - ///To use 'incognito', provide a specific browser in Configuration -> External Tools.. + ///To use 'incognito', provide a specific browser in Configuration -> External Tools. + /// + ///If you just want a window with a specific URL (not an entire browser), use a 'WebView' command.. /// internal static string CommandsManager_LaunchUrlCommandDescription { get { @@ -478,11 +493,12 @@ internal static string CommandsManager_MediaVolumeUpCommandDescription { /// ///There are a few tricks you can use: /// + ///- If you want a bracket pressed, escape it, so [ is [\[] and ] is [\]] + /// ///- Special keys go between { }, like {TAB} or {UP} /// ///- Put a + in front of a key to add SHIFT, ^ for CTRL and % for ALT. So, +C is SHIFT-C. Or, +(CD) is SHIFT-C and SHIFT-D, while +CD is SHIFT-C and D - /// - ///- For multiple presses, use {z 15}, which means Z will get pressed 15 time [rest of string was truncated]";. + /// /// [rest of string was truncated]";. /// internal static string CommandsManager_MultipleKeysCommandDescription { get { @@ -550,7 +566,31 @@ internal static string CommandsManager_SleepCommandDescription { } /// - /// Looks up a localized string similar to store command. + /// Looks up a localized string similar to Shows a window with the provided URL. + /// + ///This differs from the 'LaunchUrl' command in that it doesn't load a full-fledged browser, just the provided URL in its own window. + /// + ///You can use this to for instance quickly show Home Assistant's dashboard. + /// + ///By default, it stores cookies indefinitely so you only have to log in once.. + /// + internal static string CommandsManager_WebViewCommandDescription { + get { + return ResourceManager.GetString("CommandsManager_WebViewCommandDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to configure command &parameters. + /// + internal static string CommandsMod_BtnConfigureCommand { + get { + return ResourceManager.GetString("CommandsMod_BtnConfigureCommand", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &store command. /// internal static string CommandsMod_BtnStore { get { @@ -625,6 +665,17 @@ internal static string CommandsMod_BtnStore_MessageBox7 { } } + /// + /// Looks up a localized string similar to If you don't configure the command, you can only use this entity with an 'action' value through Home Assistant and it'll show using the default settings. Running it as-is won't do anything. + /// + ///Are you sure you want this ? . + /// + internal static string CommandsMod_BtnStore_MessageBox8 { + get { + return ResourceManager.GetString("CommandsMod_BtnStore_MessageBox8", resourceCulture); + } + } + /// /// Looks up a localized string similar to launch in incognito mode. /// @@ -635,7 +686,7 @@ internal static string CommandsMod_CbCommandSpecific_Incognito { } /// - /// Looks up a localized string similar to run as 'low integrity'. + /// Looks up a localized string similar to &run as 'low integrity'. /// internal static string CommandsMod_CbRunAsLowIntegrity { get { @@ -680,7 +731,7 @@ internal static string CommandsMod_LblDescription { } /// - /// Looks up a localized string similar to entity type. + /// Looks up a localized string similar to &entity type. /// internal static string CommandsMod_LblEntityType { get { @@ -801,7 +852,7 @@ internal static string CommandsMod_LblMqttTopic_MessageBox1 { } /// - /// Looks up a localized string similar to name. + /// Looks up a localized string similar to &name. /// internal static string CommandsMod_LblName { get { @@ -828,7 +879,7 @@ internal static string CommandsMod_LblService { } /// - /// Looks up a localized string similar to config. + /// Looks up a localized string similar to &config. /// internal static string CommandsMod_LblSetting { get { @@ -1108,6 +1159,15 @@ internal static string CommandType_RestartCommand { } } + /// + /// Looks up a localized string similar to SendWindowToFront. + /// + internal static string CommandType_SendWindowToFrontCommand { + get { + return ResourceManager.GetString("CommandType_SendWindowToFrontCommand", resourceCulture); + } + } + /// /// Looks up a localized string similar to Shutdown. /// @@ -1126,6 +1186,15 @@ internal static string CommandType_SleepCommand { } } + /// + /// Looks up a localized string similar to WebView. + /// + internal static string CommandType_WebViewCommand { + get { + return ResourceManager.GetString("CommandType_WebViewCommand", resourceCulture); + } + } + /// /// Looks up a localized string similar to Connecting. /// @@ -1181,7 +1250,7 @@ internal static string ComponentStatus_Stopped { } /// - /// Looks up a localized string similar to test. + /// Looks up a localized string similar to &test. /// internal static string ConfigExternalTools_BtnExternalBrowserIncognitoTest { get { @@ -1315,7 +1384,7 @@ internal static string ConfigExternalTools_LblTip1 { } /// - /// Looks up a localized string similar to device name. + /// Looks up a localized string similar to device &name. /// internal static string ConfigGeneral_LblDeviceName { get { @@ -1324,7 +1393,7 @@ internal static string ConfigGeneral_LblDeviceName { } /// - /// Looks up a localized string similar to disconnected grace period. + /// Looks up a localized string similar to disconnected grace &period. /// internal static string ConfigGeneral_LblDisconGracePeriod { get { @@ -1382,7 +1451,7 @@ internal static string ConfigGeneral_LblInfo4 { } /// - /// Looks up a localized string similar to interface language. + /// Looks up a localized string similar to interface &language. /// internal static string ConfigGeneral_LblInterfaceLangauge { get { @@ -1391,7 +1460,7 @@ internal static string ConfigGeneral_LblInterfaceLangauge { } /// - /// Looks up a localized string similar to test connection. + /// Looks up a localized string similar to &test connection. /// internal static string ConfigHomeAssistantApi_BtnTestApi { get { @@ -1440,7 +1509,7 @@ internal static string ConfigHomeAssistantApi_BtnTestApi_MessageBox4 { } /// - /// Looks up a localized string similar to use automatic client certificate selection. + /// Looks up a localized string similar to use &automatic client certificate selection. /// internal static string ConfigHomeAssistantApi_CbHassAutoClientCertificate { get { @@ -1449,7 +1518,7 @@ internal static string ConfigHomeAssistantApi_CbHassAutoClientCertificate { } /// - /// Looks up a localized string similar to api token. + /// Looks up a localized string similar to &api token. /// internal static string ConfigHomeAssistantApi_LblApiToken { get { @@ -1458,7 +1527,7 @@ internal static string ConfigHomeAssistantApi_LblApiToken { } /// - /// Looks up a localized string similar to client certificate. + /// Looks up a localized string similar to client &certificate. /// internal static string ConfigHomeAssistantApi_LblClientCertificate { get { @@ -1472,7 +1541,7 @@ internal static string ConfigHomeAssistantApi_LblClientCertificate { /// ///Please provide a long-lived access token, and the address of your Home Assistant instance. /// - ///You can get a token through your profile page. Scroll to the bottom and click 'CREATE TOKEN'.. + ///You can get a token through your profile page.Scroll to the bottom and click 'CREATE TOKEN'.. /// internal static string ConfigHomeAssistantApi_LblInfo1 { get { @@ -1481,7 +1550,7 @@ internal static string ConfigHomeAssistantApi_LblInfo1 { } /// - /// Looks up a localized string similar to server uri. + /// Looks up a localized string similar to server &uri. /// internal static string ConfigHomeAssistantApi_LblServerUri { get { @@ -1499,7 +1568,7 @@ internal static string ConfigHomeAssistantApi_LblTip1 { } /// - /// Looks up a localized string similar to clear. + /// Looks up a localized string similar to &clear. /// internal static string ConfigHotKey_BtnClearHotKey { get { @@ -1508,7 +1577,7 @@ internal static string ConfigHotKey_BtnClearHotKey { } /// - /// Looks up a localized string similar to enable quick actions hotkey. + /// Looks up a localized string similar to &enable quick actions hotkey. /// internal static string ConfigHotKey_CbEnableQuickActionsHotkey { get { @@ -1517,7 +1586,7 @@ internal static string ConfigHotKey_CbEnableQuickActionsHotkey { } /// - /// Looks up a localized string similar to hotkey combination. + /// Looks up a localized string similar to &hotkey combination. /// internal static string ConfigHotKey_LblHotkeyCombo { get { @@ -1536,6 +1605,78 @@ internal static string ConfigHotKey_LblInfo1 { } } + /// + /// Looks up a localized string similar to execute port &reservation. + /// + internal static string ConfigLocalApi_BtnExecutePortReservation { + get { + return ResourceManager.GetString("ConfigLocalApi_BtnExecutePortReservation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &enable local api. + /// + internal static string ConfigLocalApi_CbLocalApiActive { + get { + return ResourceManager.GetString("ConfigLocalApi_CbLocalApiActive", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HASS.Agent has its own local API, so Home Assistant can send requests (for instance to send a notification). You can configure it globally here, and afterwards you can configure the dependent sections (currently notifications and mediaplayer).. + /// + internal static string ConfigLocalApi_LblInfo1 { + get { + return ResourceManager.GetString("ConfigLocalApi_LblInfo1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to To be able to listen to the requests, HASS.Agents needs to have its port reserved and opened in your firewall. You can use this button to have it done for you.. + /// + internal static string ConfigLocalApi_LblInfo2 { + get { + return ResourceManager.GetString("ConfigLocalApi_LblInfo2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &port. + /// + internal static string ConfigLocalApi_LblPort { + get { + return ResourceManager.GetString("ConfigLocalApi_LblPort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to clear audio cache. + /// + internal static string ConfigLocalStorage_BtnClearAudioCache { + get { + return ResourceManager.GetString("ConfigLocalStorage_BtnClearAudioCache", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to cleaning ... + /// + internal static string ConfigLocalStorage_BtnClearAudioCache_InfoText1 { + get { + return ResourceManager.GetString("ConfigLocalStorage_BtnClearAudioCache_InfoText1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Audio cache has been cleared!. + /// + internal static string ConfigLocalStorage_BtnClearAudioCache_MessageBox1 { + get { + return ResourceManager.GetString("ConfigLocalStorage_BtnClearAudioCache_MessageBox1", resourceCulture); + } + } + /// /// Looks up a localized string similar to clear image cache. /// @@ -1563,6 +1704,33 @@ internal static string ConfigLocalStorage_BtnClearImageCache_MessageBox1 { } } + /// + /// Looks up a localized string similar to clear webview cache. + /// + internal static string ConfigLocalStorage_BtnClearWebViewCache { + get { + return ResourceManager.GetString("ConfigLocalStorage_BtnClearWebViewCache", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to cleaning ... + /// + internal static string ConfigLocalStorage_BtnClearWebViewCache_InfoText1 { + get { + return ResourceManager.GetString("ConfigLocalStorage_BtnClearWebViewCache_InfoText1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to WebView cache has been cleared!. + /// + internal static string ConfigLocalStorage_BtnClearWebViewCache_MessageBox1 { + get { + return ResourceManager.GetString("ConfigLocalStorage_BtnClearWebViewCache_MessageBox1", resourceCulture); + } + } + /// /// Looks up a localized string similar to open folder. /// @@ -1572,6 +1740,15 @@ internal static string ConfigLocalStorage_BtnOpenImageCache { } } + /// + /// Looks up a localized string similar to audio cache location. + /// + internal static string ConfigLocalStorage_LblAudioCacheLocation { + get { + return ResourceManager.GetString("ConfigLocalStorage_LblAudioCacheLocation", resourceCulture); + } + } + /// /// Looks up a localized string similar to days. /// @@ -1591,8 +1768,28 @@ internal static string ConfigLocalStorage_LblCacheLocations { } /// - /// Looks up a localized string similar to Images shown in notifications have to be temporarily stored locally. You can configure the amount of - ///days they should be kept before HASS.Agent deletes them. Enter '0' to keep them permanently.. + /// Looks up a localized string similar to days. + /// + internal static string ConfigLocalStorage_LblImageCacheDays { + get { + return ResourceManager.GetString("ConfigLocalStorage_LblImageCacheDays", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to image cache location. + /// + internal static string ConfigLocalStorage_LblImageCacheLocation { + get { + return ResourceManager.GetString("ConfigLocalStorage_LblImageCacheLocation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Some items, like images shown in notifications, have to be temporarily stored locally. You can + ///configure the amount of days they should be kept before HASS.Agent deletes them. + /// + ///Enter '0' to keep them permanently.. /// internal static string ConfigLocalStorage_LblInfo1 { get { @@ -1601,7 +1798,43 @@ internal static string ConfigLocalStorage_LblInfo1 { } /// - /// Looks up a localized string similar to open logs folder. + /// Looks up a localized string similar to keep audio for. + /// + internal static string ConfigLocalStorage_LblKeepAudio { + get { + return ResourceManager.GetString("ConfigLocalStorage_LblKeepAudio", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to keep images for. + /// + internal static string ConfigLocalStorage_LblKeepImages { + get { + return ResourceManager.GetString("ConfigLocalStorage_LblKeepImages", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to clear cache every. + /// + internal static string ConfigLocalStorage_LblKeepWebView { + get { + return ResourceManager.GetString("ConfigLocalStorage_LblKeepWebView", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to webview cache location. + /// + internal static string ConfigLocalStorage_LblWebViewCacheLocation { + get { + return ResourceManager.GetString("ConfigLocalStorage_LblWebViewCacheLocation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &open logs folder. /// internal static string ConfigLogging_BtnShowLogs { get { @@ -1610,7 +1843,7 @@ internal static string ConfigLogging_BtnShowLogs { } /// - /// Looks up a localized string similar to enable extended logging. + /// Looks up a localized string similar to &enable extended logging. /// internal static string ConfigLogging_CbExtendedLogging { get { @@ -1620,7 +1853,7 @@ internal static string ConfigLogging_CbExtendedLogging { /// /// Looks up a localized string similar to Extended logging provides more verbose and in-depth logging, in case the default logging isn't - ///sufficient. Please note that enabling this can cause the logfiles to grow large, and should only be + ///sufficient.Please note that enabling this can cause the logfiles to grow large, and should only be ///used when you suspect something's wrong with HASS.Agent itself or when asked by the ///developers.. /// @@ -1631,7 +1864,57 @@ internal static string ConfigLogging_LblInfo1 { } /// - /// Looks up a localized string similar to clear config. + /// Looks up a localized string similar to media player &documentation. + /// + internal static string ConfigMediaPlayer_BtnMediaPlayerReadme { + get { + return ResourceManager.GetString("ConfigMediaPlayer_BtnMediaPlayerReadme", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &enable media player functionality. + /// + internal static string ConfigMediaPlayer_CbEnableMediaPlayer { + get { + return ResourceManager.GetString("ConfigMediaPlayer_CbEnableMediaPlayer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HASS.Agent can act as a media player for Home Assistant, so you'll be able to control any media that's playing and send text-to-speech. The Local API needs to be enabled for this to work.. + /// + internal static string ConfigMediaPlayer_LblInfo1 { + get { + return ResourceManager.GetString("ConfigMediaPlayer_LblInfo1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to If something's not working, make sure you followed these steps: + /// + ///- Install HASS.Agent-MediaPlayer integration + ///- Restart Home Assistant + ///- Configure a media_player entity + ///- Restart Home Assistant. + /// + internal static string ConfigMediaPlayer_LblInfo2 { + get { + return ResourceManager.GetString("ConfigMediaPlayer_LblInfo2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to the local API is disabled, but the media player needs it to work . + /// + internal static string ConfigMediaPlayer_LblLocalApiDisabled { + get { + return ResourceManager.GetString("ConfigMediaPlayer_LblLocalApiDisabled", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &clear config. /// internal static string ConfigMqtt_BtnMqttClearConfig { get { @@ -1640,7 +1923,7 @@ internal static string ConfigMqtt_BtnMqttClearConfig { } /// - /// Looks up a localized string similar to allow untrusted certificates. + /// Looks up a localized string similar to &allow untrusted certificates. /// internal static string ConfigMqtt_CbAllowUntrustedCertificates { get { @@ -1649,7 +1932,16 @@ internal static string ConfigMqtt_CbAllowUntrustedCertificates { } /// - /// Looks up a localized string similar to use retain flag. + /// Looks up a localized string similar to &TLS. + /// + internal static string ConfigMqtt_CbMqttTls { + get { + return ResourceManager.GetString("ConfigMqtt_CbMqttTls", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to use &retain flag. /// internal static string ConfigMqtt_CbUseRetainFlag { get { @@ -1798,7 +2090,7 @@ internal static string ConfigNotifications_BtnExecutePortReservation_MessageBox1 } /// - /// Looks up a localized string similar to notifications documentation. + /// Looks up a localized string similar to notifications &documentation. /// internal static string ConfigNotifications_BtnNotificationsReadme { get { @@ -1836,7 +2128,7 @@ internal static string ConfigNotifications_BtnSendTestNotification_MessageBox2 { } /// - /// Looks up a localized string similar to accept notifications. + /// Looks up a localized string similar to &accept notifications. /// internal static string ConfigNotifications_CbAcceptNotifications { get { @@ -1845,7 +2137,7 @@ internal static string ConfigNotifications_CbAcceptNotifications { } /// - /// Looks up a localized string similar to ignore certificate errors for images. + /// Looks up a localized string similar to &ignore certificate errors for images. /// internal static string ConfigNotifications_CbNotificationsIgnoreImageCertErrors { get { @@ -1854,7 +2146,7 @@ internal static string ConfigNotifications_CbNotificationsIgnoreImageCertErrors } /// - /// Looks up a localized string similar to HASS.Agent can receive notifications from Home Assistant, using text and/or images.. + /// Looks up a localized string similar to HASS.Agent can receive notifications from Home Assistant, using text and/or images. The Local API needs to be enabled for this to work.. /// internal static string ConfigNotifications_LblInfo1 { get { @@ -1876,6 +2168,15 @@ internal static string ConfigNotifications_LblInfo2 { } } + /// + /// Looks up a localized string similar to the local API is disabled, but the media player needs it to work . + /// + internal static string ConfigNotifications_LblLocalApiDisabled { + get { + return ResourceManager.GetString("ConfigNotifications_LblLocalApiDisabled", resourceCulture); + } + } + /// /// Looks up a localized string similar to port. /// @@ -1895,7 +2196,7 @@ internal static string ConfigNotifications_TestNotification { } /// - /// Looks up a localized string similar to disable service. + /// Looks up a localized string similar to &disable service. /// internal static string ConfigService_BtnDisableService { get { @@ -1915,7 +2216,7 @@ internal static string ConfigService_BtnDisableService_MessageBox1 { } /// - /// Looks up a localized string similar to enable service. + /// Looks up a localized string similar to &enable service. /// internal static string ConfigService_BtnEnableService { get { @@ -1935,7 +2236,7 @@ internal static string ConfigService_BtnEnableService_MessageBox1 { } /// - /// Looks up a localized string similar to reinstall service. + /// Looks up a localized string similar to &reinstall service. /// internal static string ConfigService_BtnReinstallService { get { @@ -1944,7 +2245,7 @@ internal static string ConfigService_BtnReinstallService { } /// - /// Looks up a localized string similar to open service logs folder. + /// Looks up a localized string similar to open service &logs folder. /// internal static string ConfigService_BtnShowLogs { get { @@ -1964,7 +2265,7 @@ internal static string ConfigService_BtnShowLogs_MessageBox1 { } /// - /// Looks up a localized string similar to start service. + /// Looks up a localized string similar to s&tart service. /// internal static string ConfigService_BtnStartService { get { @@ -1995,7 +2296,7 @@ internal static string ConfigService_BtnStartService_MessageBox2 { } /// - /// Looks up a localized string similar to stop service. + /// Looks up a localized string similar to &stop service. /// internal static string ConfigService_BtnStopService { get { @@ -2044,7 +2345,7 @@ internal static string ConfigService_LblInfo1 { /// /// Looks up a localized string similar to If you don't configure the service, it won't do anything. However, you can still decide to disable it as well. - ///The installer will leave the disabled service alone (if you remove the service, the installer will reinstall it).. + ///The installer will leave the disabled service alone(if you remove the service, the installer will reinstall it).. /// internal static string ConfigService_LblInfo2 { get { @@ -2108,7 +2409,7 @@ internal static string ConfigService_Stopped { } /// - /// Looks up a localized string similar to enable start-on-login. + /// Looks up a localized string similar to &enable start-on-login. /// internal static string ConfigStartup_BtnSetStartOnLogin { get { @@ -2196,7 +2497,79 @@ internal static string ConfigStartup_LblStartOnLoginStatusInfo { } /// - /// Looks up a localized string similar to notify me of beta releases as well. + /// Looks up a localized string similar to show &preview. + /// + internal static string ConfigTrayIcon_BtnShowWebViewPreview { + get { + return ResourceManager.GetString("ConfigTrayIcon_BtnShowWebViewPreview", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to show &default menu. + /// + internal static string ConfigTrayIcon_CbDefaultMenu { + get { + return ResourceManager.GetString("ConfigTrayIcon_CbDefaultMenu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to show &webview. + /// + internal static string ConfigTrayIcon_CbShowWebView { + get { + return ResourceManager.GetString("ConfigTrayIcon_CbShowWebView", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &keep page loaded in the background. + /// + internal static string ConfigTrayIcon_CbWebViewKeepLoaded { + get { + return ResourceManager.GetString("ConfigTrayIcon_CbWebViewKeepLoaded", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Control the way the tray icon behaves on a right mousebutton click.. + /// + internal static string ConfigTrayIcon_LblInfo1 { + get { + return ResourceManager.GetString("ConfigTrayIcon_LblInfo1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to this uses some resources, but reduces loading time. + /// + internal static string ConfigTrayIcon_LblInfo2 { + get { + return ResourceManager.GetString("ConfigTrayIcon_LblInfo2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to size. + /// + internal static string ConfigTrayIcon_LblWebViewSize { + get { + return ResourceManager.GetString("ConfigTrayIcon_LblWebViewSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &url to show (for instance an Home Assistant dashboard). + /// + internal static string ConfigTrayIcon_LblWebViewUrl { + get { + return ResourceManager.GetString("ConfigTrayIcon_LblWebViewUrl", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to notify me of &beta releases as well. /// internal static string ConfigUpdates_CbBetaUpdates { get { @@ -2205,7 +2578,7 @@ internal static string ConfigUpdates_CbBetaUpdates { } /// - /// Looks up a localized string similar to offer to download and launch the installer for me. + /// Looks up a localized string similar to offer to &download and launch the installer for me. /// internal static string ConfigUpdates_CbExecuteUpdater { get { @@ -2214,7 +2587,7 @@ internal static string ConfigUpdates_CbExecuteUpdater { } /// - /// Looks up a localized string similar to notify me when a new release is available. + /// Looks up a localized string similar to notify me when a new &release is available. /// internal static string ConfigUpdates_CbUpdates { get { @@ -2235,10 +2608,9 @@ internal static string ConfigUpdates_LblInfo1 { /// /// Looks up a localized string similar to When there's an update, HASS.Agent will offer the option to open the release page. But if you - ///want, HASS.Agent can also download and launch the installer for you - even less to do! + ///want, HASS.Agent can also download and launch the installer for you - even less to do ! /// - ///The certificate of the downloaded file will get checked before execution. - ///. + ///The certificate of the downloaded file will get checked before execution.. /// internal static string ConfigUpdates_LblInfo2 { get { @@ -2247,7 +2619,7 @@ internal static string ConfigUpdates_LblInfo2 { } /// - /// Looks up a localized string similar to about. + /// Looks up a localized string similar to &about. /// internal static string Configuration_BtnAbout { get { @@ -2256,7 +2628,7 @@ internal static string Configuration_BtnAbout { } /// - /// Looks up a localized string similar to close without saving. + /// Looks up a localized string similar to close &without saving. /// internal static string Configuration_BtnClose { get { @@ -2265,7 +2637,7 @@ internal static string Configuration_BtnClose { } /// - /// Looks up a localized string similar to help && contact. + /// Looks up a localized string similar to &help && contact. /// internal static string Configuration_BtnHelp { get { @@ -2274,7 +2646,7 @@ internal static string Configuration_BtnHelp { } /// - /// Looks up a localized string similar to save configuration. + /// Looks up a localized string similar to &save configuration. /// internal static string Configuration_BtnStore { get { @@ -2304,10 +2676,11 @@ internal static string Configuration_MessageBox_RestartManually { /// /// Looks up a localized string similar to You've changed your device's name. /// - ///All your sensors and commands will now be unpublished, and HASS.Agent - ///will restart afterwards to republish them. + ///All your sensors and commands will now be unpublished, and HASS.Agent will restart afterwards to republish them. + /// + ///Don't worry, they'll keep their current names, so your automations or scripts will keep working. /// - ///They'll keep their current names, to avoid breaking automations or scripts.. + ///Note: the name will get 'sanitized', which means everything except letters, digits and whitespace get replaced by an underscore. This is required by HA.. /// internal static string Configuration_ProcessChanges_MessageBox1 { get { @@ -2397,6 +2770,15 @@ internal static string Configuration_TabHotKey { } } + /// + /// Looks up a localized string similar to Local API. + /// + internal static string Configuration_TablLocalApi { + get { + return ResourceManager.GetString("Configuration_TablLocalApi", resourceCulture); + } + } + /// /// Looks up a localized string similar to Local Storage. /// @@ -2415,6 +2797,15 @@ internal static string Configuration_TabLogging { } } + /// + /// Looks up a localized string similar to Media Player. + /// + internal static string Configuration_TabMediaPlayer { + get { + return ResourceManager.GetString("Configuration_TabMediaPlayer", resourceCulture); + } + } + /// /// Looks up a localized string similar to MQTT. /// @@ -2451,6 +2842,15 @@ internal static string Configuration_TabStartup { } } + /// + /// Looks up a localized string similar to Tray Icon. + /// + internal static string Configuration_TabTrayIcon { + get { + return ResourceManager.GetString("Configuration_TabTrayIcon", resourceCulture); + } + } + /// /// Looks up a localized string similar to Updates. /// @@ -2470,7 +2870,7 @@ internal static string Configuration_Title { } /// - /// Looks up a localized string similar to exit. + /// Looks up a localized string similar to &exit. /// internal static string ExitDialog_BtnExit { get { @@ -2479,7 +2879,7 @@ internal static string ExitDialog_BtnExit { } /// - /// Looks up a localized string similar to hide. + /// Looks up a localized string similar to &hide. /// internal static string ExitDialog_BtnHide { get { @@ -2488,7 +2888,7 @@ internal static string ExitDialog_BtnHide { } /// - /// Looks up a localized string similar to restart. + /// Looks up a localized string similar to &restart. /// internal static string ExitDialog_BtnRestart { get { @@ -2694,6 +3094,15 @@ internal static string HassDomain_Cover { } } + /// + /// Looks up a localized string similar to HASS.Agent Commands. + /// + internal static string HassDomain_HASSAgentCommands { + get { + return ResourceManager.GetString("HassDomain_HASSAgentCommands", resourceCulture); + } + } + /// /// Looks up a localized string similar to InputBoolean. /// @@ -2749,7 +3158,7 @@ internal static string HassDomain_Switch { } /// - /// Looks up a localized string similar to close. + /// Looks up a localized string similar to &close. /// internal static string Help_BtnClose { get { @@ -2776,6 +3185,24 @@ internal static string Help_LblDiscordInfo { } } + /// + /// Looks up a localized string similar to Documentation. + /// + internal static string Help_LblDocumentation { + get { + return ResourceManager.GetString("Help_LblDocumentation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Documentation and usage examples.. + /// + internal static string Help_LblDocumentationInfo { + get { + return ResourceManager.GetString("Help_LblDocumentationInfo", resourceCulture); + } + } + /// /// Looks up a localized string similar to GitHub tickets. /// @@ -2786,69 +3213,134 @@ internal static string Help_LblGitHub { } /// - /// Looks up a localized string similar to Report bugs, feature requests, ideas, tips, ... + /// Looks up a localized string similar to Report bugs, feature requests, ideas, tips, ... + /// + internal static string Help_LblGitHubInfo { + get { + return ResourceManager.GetString("Help_LblGitHubInfo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Home Assistant forum. + /// + internal static string Help_LblHAForum { + get { + return ResourceManager.GetString("Help_LblHAForum", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bit of everything, with the addition that other + ///HA users can help as well.. + /// + internal static string Help_LblHAInfo { + get { + return ResourceManager.GetString("Help_LblHAInfo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Stuck while using HASS.Agent, need some help integrating the + ///sensors/commands or have a great idea for the next version? + /// + ///There are a few channels through which you can reach us:. + /// + internal static string Help_LblInfo1 { + get { + return ResourceManager.GetString("Help_LblInfo1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Wiki. + /// + internal static string Help_LblWiki { + get { + return ResourceManager.GetString("Help_LblWiki", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Documentation and usage examples.. + /// + internal static string Help_LblWikiInfo { + get { + return ResourceManager.GetString("Help_LblWikiInfo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Help. + /// + internal static string Help_Title { + get { + return ResourceManager.GetString("Help_Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Your input language '{0}' is known to collide with the default CTRL-ALT-Q hotkey. Please set your own.. /// - internal static string Help_LblGitHubInfo { + internal static string HelperFunctions_InputLanguageCheckDiffers_ErrorMsg1 { get { - return ResourceManager.GetString("Help_LblGitHubInfo", resourceCulture); + return ResourceManager.GetString("HelperFunctions_InputLanguageCheckDiffers_ErrorMsg1", resourceCulture); } } /// - /// Looks up a localized string similar to Home Assistant forum. + /// Looks up a localized string similar to Your input language '{0}' is unknown, and might collide with the default CTRL-ALT-Q hotkey. Please check to be sure. If it does, consider opening a ticket on GitHub so it can be added to the list.. /// - internal static string Help_LblHAForum { + internal static string HelperFunctions_InputLanguageCheckDiffers_ErrorMsg2 { get { - return ResourceManager.GetString("Help_LblHAForum", resourceCulture); + return ResourceManager.GetString("HelperFunctions_InputLanguageCheckDiffers_ErrorMsg2", resourceCulture); } } /// - /// Looks up a localized string similar to Bit of everything, with the addition that other - ///HA users can help as well.. + /// Looks up a localized string similar to no keys found. /// - internal static string Help_LblHAInfo { + internal static string HelperFunctions_ParseMultipleKeys_ErrorMsg1 { get { - return ResourceManager.GetString("Help_LblHAInfo", resourceCulture); + return ResourceManager.GetString("HelperFunctions_ParseMultipleKeys_ErrorMsg1", resourceCulture); } } /// - /// Looks up a localized string similar to Stuck while using HASS.Agent, need some help integrating the - ///sensors/commands or have a great idea for the next version? - /// - ///There are a few channels through which you can reach us:. + /// Looks up a localized string similar to brackets missing, start and close all keys with [ ]. /// - internal static string Help_LblInfo1 { + internal static string HelperFunctions_ParseMultipleKeys_ErrorMsg2 { get { - return ResourceManager.GetString("Help_LblInfo1", resourceCulture); + return ResourceManager.GetString("HelperFunctions_ParseMultipleKeys_ErrorMsg2", resourceCulture); } } /// - /// Looks up a localized string similar to Wiki. + /// Looks up a localized string similar to error while parsing keys, check the log for more info. /// - internal static string Help_LblWiki { + internal static string HelperFunctions_ParseMultipleKeys_ErrorMsg3 { get { - return ResourceManager.GetString("Help_LblWiki", resourceCulture); + return ResourceManager.GetString("HelperFunctions_ParseMultipleKeys_ErrorMsg3", resourceCulture); } } /// - /// Looks up a localized string similar to Documentation and usage examples.. + /// Looks up a localized string similar to the number of '[' brackets don't correspond to the ']' ones ({0} to {1}). /// - internal static string Help_LblWikiInfo { + internal static string HelperFunctions_ParseMultipleKeys_ErrorMsg4 { get { - return ResourceManager.GetString("Help_LblWikiInfo", resourceCulture); + return ResourceManager.GetString("HelperFunctions_ParseMultipleKeys_ErrorMsg4", resourceCulture); } } /// - /// Looks up a localized string similar to Help. + /// Looks up a localized string similar to Error trying to bind the API to port {0}. + /// + ///Make sure no other instance of HASS.Agent is running and the port is available and registered.. /// - internal static string Help_Title { + internal static string LocalApiManager_Initialize_MessageBox1 { get { - return ResourceManager.GetString("Help_Title", resourceCulture); + return ResourceManager.GetString("LocalApiManager_Initialize_MessageBox1", resourceCulture); } } @@ -2881,7 +3373,7 @@ internal static string LockState_Unlocked { /// /// Looks up a localized string similar to - ///quick actions. + ///&quick actions. /// internal static string Main_BtnActionsManager { get { @@ -2891,7 +3383,7 @@ internal static string Main_BtnActionsManager { /// /// Looks up a localized string similar to - ///configuration. + ///c&onfiguration. /// internal static string Main_BtnAppSettings { get { @@ -2899,6 +3391,15 @@ internal static string Main_BtnAppSettings { } } + /// + /// Looks up a localized string similar to check for &updates. + /// + internal static string Main_BtnCheckForUpdate { + get { + return ResourceManager.GetString("Main_BtnCheckForUpdate", resourceCulture); + } + } + /// /// Looks up a localized string similar to ///loading. @@ -2911,7 +3412,7 @@ internal static string Main_BtnCommandsManager { /// /// Looks up a localized string similar to - ///commands. + ///&commands. /// internal static string Main_BtnCommandsManager_Ready { get { @@ -2920,7 +3421,7 @@ internal static string Main_BtnCommandsManager_Ready { } /// - /// Looks up a localized string similar to hide. + /// Looks up a localized string similar to &hide. /// internal static string Main_BtnHide { get { @@ -2930,7 +3431,7 @@ internal static string Main_BtnHide { /// /// Looks up a localized string similar to - ///local sensors. + ///local &sensors. /// internal static string Main_BtnSensorsManage_Ready { get { @@ -2950,7 +3451,7 @@ internal static string Main_BtnSensorsManager { /// /// Looks up a localized string similar to - ///satellite service. + ///s&atellite service. /// internal static string Main_BtnServiceManager { get { @@ -2958,6 +3459,19 @@ internal static string Main_BtnServiceManager { } } + /// + /// Looks up a localized string similar to It looks like you're using an alternative scaling. This may result in some parts of HASS.Agent not looking as intended. + /// + ///Please report any unusable aspects on GitHub. Thanks! + /// + ///Note: this message only shows once.. + /// + internal static string Main_CheckDpiScalingFactor_MessageBox1 { + get { + return ResourceManager.GetString("Main_CheckDpiScalingFactor_MessageBox1", resourceCulture); + } + } + /// /// Looks up a localized string similar to You're running the latest version: {0}{1}. /// @@ -3021,6 +3535,15 @@ internal static string Main_LblHomeAssistantApi { } } + /// + /// Looks up a localized string similar to local api:. + /// + internal static string Main_LblLocalApi { + get { + return ResourceManager.GetString("Main_LblLocalApi", resourceCulture); + } + } + /// /// Looks up a localized string similar to mqtt:. /// @@ -3159,6 +3682,15 @@ internal static string Main_TsQuickItemsConfig { } } + /// + /// Looks up a localized string similar to manage satellite service. + /// + internal static string Main_TsSatelliteService { + get { + return ResourceManager.GetString("Main_TsSatelliteService", resourceCulture); + } + } + /// /// Looks up a localized string similar to show hass.agent. /// @@ -3205,18 +3737,7 @@ internal static string MqttManager_ToolTip_Disconnected { } /// - /// Looks up a localized string similar to Error trying to bind the API to port {0}. - /// - ///Make sure no other instance of HASS.Agent is running and the port is available and registered.. - /// - internal static string NotifierManager_Initialize_MessageBox1 { - get { - return ResourceManager.GetString("NotifierManager_Initialize_MessageBox1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to close. + /// Looks up a localized string similar to &close. /// internal static string Onboarding_BtnClose { get { @@ -3225,7 +3746,7 @@ internal static string Onboarding_BtnClose { } /// - /// Looks up a localized string similar to next. + /// Looks up a localized string similar to &next. /// internal static string Onboarding_BtnNext { get { @@ -3234,7 +3755,7 @@ internal static string Onboarding_BtnNext { } /// - /// Looks up a localized string similar to previous. + /// Looks up a localized string similar to &previous. /// internal static string Onboarding_BtnPrevious { get { @@ -3252,7 +3773,16 @@ internal static string Onboarding_Onboarding { } /// - /// Looks up a localized string similar to test connection. + /// Looks up a localized string similar to HASS.Agent Onboarding. + /// + internal static string Onboarding_Title { + get { + return ResourceManager.GetString("Onboarding_Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to test &connection. /// internal static string OnboardingApi_BtnTest { get { @@ -3310,7 +3840,7 @@ internal static string OnboardingApi_BtnTest_Testing { } /// - /// Looks up a localized string similar to api token. + /// Looks up a localized string similar to api &token. /// internal static string OnboardingApi_LblApiToken { get { @@ -3323,7 +3853,7 @@ internal static string OnboardingApi_LblApiToken { ///Home Assistant's API. /// ///Please provide a long-lived access token, and the address of your Home Assistant instance. - ///You can get a token through your profile page. Scroll to the bottom and click 'CREATE TOKEN'.. + ///You can get a token through your profile page.Scroll to the bottom and click 'CREATE TOKEN'.. /// internal static string OnboardingApi_LblInfo1 { get { @@ -3332,7 +3862,7 @@ internal static string OnboardingApi_LblInfo1 { } /// - /// Looks up a localized string similar to server uri (should be ok like this). + /// Looks up a localized string similar to server &uri (should be ok like this). /// internal static string OnboardingApi_LblServerUri { get { @@ -3381,9 +3911,12 @@ internal static string OnboardingDone_LblInfo2 { } /// - /// Looks up a localized string similar to Thank you for using HASS.Agent, hopefully it'll be useful for you. + /// Looks up a localized string similar to Tip: there's a lót more to tinker with, so make sure you take a look at the configuration window! + /// /// - ///If you encounter any problems, please create a ticket on the GitHub page.. + ///Thank you for using HASS.Agent, hopefully it'll be useful for you :-) + /// + ///And if you encounter any problems, please create a ticket on the GitHub page.. /// internal static string OnboardingDone_LblInfo3 { get { @@ -3392,7 +3925,7 @@ internal static string OnboardingDone_LblInfo3 { } /// - /// Looks up a localized string similar to clear. + /// Looks up a localized string similar to &clear. /// internal static string OnboardingHotKey_BtnClear { get { @@ -3401,7 +3934,7 @@ internal static string OnboardingHotKey_BtnClear { } /// - /// Looks up a localized string similar to hotkey combination. + /// Looks up a localized string similar to &hotkey combination. /// internal static string OnboardingHotKey_LblHotkeyCombo { get { @@ -3457,6 +3990,116 @@ internal static string OnboardingIntegration_LblIntegration { } } + /// + /// Looks up a localized string similar to To use notifications, you need to install and configure the HASS.Agent-notifier integration in + ///Home Assistant. + /// + ///This is very easy using HACS, but you can also install manually.Visit the link below for more + ///information.. + /// + internal static string OnboardingIntegrations_LblInfo1 { + get { + return ResourceManager.GetString("OnboardingIntegrations_LblInfo1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Make sure you follow these steps: + /// + ///- Install the HASS.Agent - Notifier and / or HASS.Agent - MediaPlayer integration + ///- Restart Home Assistant + ///-Configure a notifier and / or media_player entity + ///-Restart Home Assistant. + /// + internal static string OnboardingIntegrations_LblInfo2 { + get { + return ResourceManager.GetString("OnboardingIntegrations_LblInfo2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The same goes for the mediaplayer. This integration allows you to control your device as a media_player entity, see what's playing and send text-to-speech.. + /// + internal static string OnboardingIntegrations_LblInfo3 { + get { + return ResourceManager.GetString("OnboardingIntegrations_LblInfo3", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HASS.Agent-MediaPlayer GitHub page. + /// + internal static string OnboardingIntegrations_LblMediaPlayerIntegration { + get { + return ResourceManager.GetString("OnboardingIntegrations_LblMediaPlayerIntegration", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HASS.Agent-Notifier GitHub page. + /// + internal static string OnboardingIntegrations_LblNotifierIntegration { + get { + return ResourceManager.GetString("OnboardingIntegrations_LblNotifierIntegration", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to yes, &enable the local api on port. + /// + internal static string OnboardingLocalApi_CbEnableLocalApi { + get { + return ResourceManager.GetString("OnboardingLocalApi_CbEnableLocalApi", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to enable &mediaplayer and text-to-speech. + /// + internal static string OnboardingLocalApi_CbEnableMediaPlayer { + get { + return ResourceManager.GetString("OnboardingLocalApi_CbEnableMediaPlayer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to enable &notifications. + /// + internal static string OnboardingLocalApi_CbEnableNotifications { + get { + return ResourceManager.GetString("OnboardingLocalApi_CbEnableNotifications", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HASS.Agent has its own internal API, so Home Assistant can send requests (like notifications or text-to-speech). + /// + ///Do you want to enable it?. + /// + internal static string OnboardingLocalApi_LblInfo1 { + get { + return ResourceManager.GetString("OnboardingLocalApi_LblInfo1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to You can choose what modules you want to enable. They require HA integrations, but don't worry, the next page will give you more info on how to set them up.. + /// + internal static string OnboardingLocalApi_LblInfo2 { + get { + return ResourceManager.GetString("OnboardingLocalApi_LblInfo2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Note: 5115 is the default port, only change it if you changed it in Home Assistant.. + /// + internal static string OnboardingLocalApi_LblTip1 { + get { + return ResourceManager.GetString("OnboardingLocalApi_LblTip1", resourceCulture); + } + } + /// /// Looks up a localized string similar to finish. /// @@ -3558,6 +4201,15 @@ internal static string OnboardingManager_OnboardingTitle_Updates { } } + /// + /// Looks up a localized string similar to &TLS. + /// + internal static string OnboardingMqtt_CbMqttTls { + get { + return ResourceManager.GetString("OnboardingMqtt_CbMqttTls", resourceCulture); + } + } + /// /// Looks up a localized string similar to discovery prefix. /// @@ -3690,7 +4342,7 @@ internal static string OnboardingStartup_AlreadyActivated { } /// - /// Looks up a localized string similar to yes, enable launch-on-login. + /// Looks up a localized string similar to yes, &enable launch-on-login. /// internal static string OnboardingStartup_BtnSetLaunchOnLogin { get { @@ -3746,7 +4398,7 @@ internal static string OnboardingStartup_LblInfo1 { } /// - /// Looks up a localized string similar to yes, download and launch the installer for me. + /// Looks up a localized string similar to yes, &download and launch the installer for me. /// internal static string OnboardingUpdates_CbExecuteUpdater { get { @@ -3755,7 +4407,7 @@ internal static string OnboardingUpdates_CbExecuteUpdater { } /// - /// Looks up a localized string similar to yes, notify me on new updates. + /// Looks up a localized string similar to yes, notify me on new &updates. /// internal static string OnboardingUpdates_CbNofityOnUpdate { get { @@ -3768,7 +4420,7 @@ internal static string OnboardingUpdates_CbNofityOnUpdate { /// ///You'll get a notification (once per update) , letting you know a new version is ready to be installed. /// - ///Do you want to enable this functionality?. + ///Do you want to enable this functionality ? . /// internal static string OnboardingUpdates_LblInfo1 { get { @@ -3778,9 +4430,9 @@ internal static string OnboardingUpdates_LblInfo1 { /// /// Looks up a localized string similar to When there's an update, HASS.Agent will offer the option to open the release page. But if you - ///want, HASS.Agent can also download and launch the installer for you - even less to do! + ///want, HASS.Agent can also download and launch the installer for you - even less to do ! /// - ///The certificate of the downloaded file will get checked.. + ///The certificate of the downloaded file will get checked. And you'll still see a page with the release notes, ánd you still need to manually approve - nothing is done without your consent.. /// internal static string OnboardingUpdates_LblInfo2 { get { @@ -3789,7 +4441,7 @@ internal static string OnboardingUpdates_LblInfo2 { } /// - /// Looks up a localized string similar to device name. + /// Looks up a localized string similar to device &name. /// internal static string OnboardingWelcome_LblDeviceName { get { @@ -3821,7 +4473,7 @@ internal static string OnboardingWelcome_LblInfo2 { } /// - /// Looks up a localized string similar to interface language. + /// Looks up a localized string similar to interface &language. /// internal static string OnboardingWelcome_LblInterfaceLangauge { get { @@ -3829,6 +4481,19 @@ internal static string OnboardingWelcome_LblInterfaceLangauge { } } + /// + /// Looks up a localized string similar to Your devicename contained some characters that aren't allowed by HA (only letters, digits and whitespace). + /// + ///The final name is: {0} + /// + ///Do you want to use that version?. + /// + internal static string OnboardingWelcome_Store_MessageBox1 { + get { + return ResourceManager.GetString("OnboardingWelcome_Store_MessageBox1", resourceCulture); + } + } + /// /// Looks up a localized string similar to Please wait a bit while the task is performed ... /// @@ -3956,7 +4621,7 @@ internal static string QuickActions_Title { } /// - /// Looks up a localized string similar to add new. + /// Looks up a localized string similar to &add new. /// internal static string QuickActionsConfig_BtnAdd { get { @@ -3965,7 +4630,7 @@ internal static string QuickActionsConfig_BtnAdd { } /// - /// Looks up a localized string similar to modify. + /// Looks up a localized string similar to &modify. /// internal static string QuickActionsConfig_BtnModify { get { @@ -3974,7 +4639,7 @@ internal static string QuickActionsConfig_BtnModify { } /// - /// Looks up a localized string similar to preview. + /// Looks up a localized string similar to &preview. /// internal static string QuickActionsConfig_BtnPreview { get { @@ -3983,7 +4648,7 @@ internal static string QuickActionsConfig_BtnPreview { } /// - /// Looks up a localized string similar to remove. + /// Looks up a localized string similar to &remove. /// internal static string QuickActionsConfig_BtnRemove { get { @@ -3992,7 +4657,7 @@ internal static string QuickActionsConfig_BtnRemove { } /// - /// Looks up a localized string similar to store quick actions. + /// Looks up a localized string similar to &store quick actions. /// internal static string QuickActionsConfig_BtnStore { get { @@ -4064,7 +4729,7 @@ internal static string QuickActionsConfig_Title { } /// - /// Looks up a localized string similar to store quick action. + /// Looks up a localized string similar to &store quick action. /// internal static string QuickActionsMod_BtnStore { get { @@ -4082,7 +4747,7 @@ internal static string QuickActionsMod_BtnStore_MessageBox1 { } /// - /// Looks up a localized string similar to Unknown domain, please select a valid one.. + /// Looks up a localized string similar to Select a domain first.. /// internal static string QuickActionsMod_BtnStore_MessageBox2 { get { @@ -4118,7 +4783,7 @@ internal static string QuickActionsMod_CheckHassManager_MessageBox1 { } /// - /// Looks up a localized string similar to action. + /// Looks up a localized string similar to desired &action. /// internal static string QuickActionsMod_LblAction { get { @@ -4127,7 +4792,7 @@ internal static string QuickActionsMod_LblAction { } /// - /// Looks up a localized string similar to description. + /// Looks up a localized string similar to &description. /// internal static string QuickActionsMod_LblDescription { get { @@ -4145,7 +4810,7 @@ internal static string QuickActionsMod_LblDomain { } /// - /// Looks up a localized string similar to entity. + /// Looks up a localized string similar to &entity. /// internal static string QuickActionsMod_LblEntityInfo { get { @@ -4154,7 +4819,7 @@ internal static string QuickActionsMod_LblEntityInfo { } /// - /// Looks up a localized string similar to hotkey combination:. + /// Looks up a localized string similar to &hotkey combination. /// internal static string QuickActionsMod_LblHotkey { get { @@ -4264,7 +4929,7 @@ internal static string Restart_Title { } /// - /// Looks up a localized string similar to add new. + /// Looks up a localized string similar to &add new. /// internal static string SensorsConfig_BtnAdd { get { @@ -4273,7 +4938,7 @@ internal static string SensorsConfig_BtnAdd { } /// - /// Looks up a localized string similar to modify. + /// Looks up a localized string similar to &modify. /// internal static string SensorsConfig_BtnModify { get { @@ -4282,7 +4947,7 @@ internal static string SensorsConfig_BtnModify { } /// - /// Looks up a localized string similar to remove. + /// Looks up a localized string similar to &remove. /// internal static string SensorsConfig_BtnRemove { get { @@ -4291,7 +4956,7 @@ internal static string SensorsConfig_BtnRemove { } /// - /// Looks up a localized string similar to store and activate sensors. + /// Looks up a localized string similar to &store and activate sensors. /// internal static string SensorsConfig_BtnStore { get { @@ -4658,7 +5323,7 @@ internal static string SensorsMod_All { } /// - /// Looks up a localized string similar to store sensor. + /// Looks up a localized string similar to &store sensor. /// internal static string SensorsMod_BtnStore { get { @@ -4766,7 +5431,7 @@ internal static string SensorsMod_BtnStore_MessageBox9 { } /// - /// Looks up a localized string similar to test. + /// Looks up a localized string similar to &test. /// internal static string SensorsMod_BtnTest { get { @@ -4829,7 +5494,7 @@ internal static string SensorsMod_LblMultiValue { } /// - /// Looks up a localized string similar to name. + /// Looks up a localized string similar to &name. /// internal static string SensorsMod_LblName { get { @@ -4982,7 +5647,7 @@ internal static string SensorsMod_LblType { } /// - /// Looks up a localized string similar to update every. + /// Looks up a localized string similar to &update every. /// internal static string SensorsMod_LblUpdate { get { @@ -5373,7 +6038,7 @@ internal static string SensorType_WmiQuerySensor { } /// - /// Looks up a localized string similar to add new. + /// Looks up a localized string similar to &add new. /// internal static string ServiceCommands_BtnAdd { get { @@ -5382,7 +6047,7 @@ internal static string ServiceCommands_BtnAdd { } /// - /// Looks up a localized string similar to modify. + /// Looks up a localized string similar to &modify. /// internal static string ServiceCommands_BtnModify { get { @@ -5391,7 +6056,7 @@ internal static string ServiceCommands_BtnModify { } /// - /// Looks up a localized string similar to remove. + /// Looks up a localized string similar to &remove. /// internal static string ServiceCommands_BtnRemove { get { @@ -5400,7 +6065,7 @@ internal static string ServiceCommands_BtnRemove { } /// - /// Looks up a localized string similar to send and activate commands. + /// Looks up a localized string similar to &send and activate commands. /// internal static string ServiceCommands_BtnStore { get { @@ -5508,7 +6173,7 @@ internal static string ServiceConfig_Title { } /// - /// Looks up a localized string similar to apply. + /// Looks up a localized string similar to &apply. /// internal static string ServiceConnect_BtnRetryAuthId { get { @@ -5622,7 +6287,7 @@ internal static string ServiceConnect_LblLoading { } /// - /// Looks up a localized string similar to auth id. + /// Looks up a localized string similar to auth &id. /// internal static string ServiceConnect_LblRetryAuthId { get { @@ -5769,7 +6434,16 @@ internal static string ServiceGeneral_LblAuthIdInfo_MessageBox1 { } /// - /// Looks up a localized string similar to custom executor binary. + /// Looks up a localized string similar to stored!. + /// + internal static string ServiceGeneral_LblAuthStored { + get { + return ResourceManager.GetString("ServiceGeneral_LblAuthStored", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to custom executor &binary. /// internal static string ServiceGeneral_LblCustomExecBinary { get { @@ -5778,7 +6452,7 @@ internal static string ServiceGeneral_LblCustomExecBinary { } /// - /// Looks up a localized string similar to custom executor name. + /// Looks up a localized string similar to custom &executor name. /// internal static string ServiceGeneral_LblCustomExecName { get { @@ -5787,7 +6461,7 @@ internal static string ServiceGeneral_LblCustomExecName { } /// - /// Looks up a localized string similar to device name. + /// Looks up a localized string similar to device &name. /// internal static string ServiceGeneral_LblDeviceName { get { @@ -5807,7 +6481,7 @@ internal static string ServiceGeneral_LblDeviceNameInfo_MessageBox1 { } /// - /// Looks up a localized string similar to disconnected grace period. + /// Looks up a localized string similar to disconnected &grace period. /// internal static string ServiceGeneral_LblDisconGrace { get { @@ -5908,7 +6582,7 @@ internal static string ServiceGeneral_TbAuthId_MessageBox1 { } /// - /// Looks up a localized string similar to copy from hass.agent. + /// Looks up a localized string similar to copy from &hass.agent. /// internal static string ServiceMqtt_BtnCopy { get { @@ -5917,7 +6591,7 @@ internal static string ServiceMqtt_BtnCopy { } /// - /// Looks up a localized string similar to clear config. + /// Looks up a localized string similar to &clear config. /// internal static string ServiceMqtt_BtnMqttClearConfig { get { @@ -5926,7 +6600,7 @@ internal static string ServiceMqtt_BtnMqttClearConfig { } /// - /// Looks up a localized string similar to send and activate config. + /// Looks up a localized string similar to &send and activate config. /// internal static string ServiceMqtt_BtnStore { get { @@ -5953,7 +6627,7 @@ internal static string ServiceMqtt_BtnStore_Storing { } /// - /// Looks up a localized string similar to allow untrusted certificates. + /// Looks up a localized string similar to &allow untrusted certificates. /// internal static string ServiceMqtt_CbAllowUntrustedCertificates { get { @@ -5962,7 +6636,16 @@ internal static string ServiceMqtt_CbAllowUntrustedCertificates { } /// - /// Looks up a localized string similar to use retain flag. + /// Looks up a localized string similar to &TLS. + /// + internal static string ServiceMqtt_CbMqttTls { + get { + return ResourceManager.GetString("ServiceMqtt_CbMqttTls", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to use &retain flag. /// internal static string ServiceMqtt_CbUseRetainFlag { get { @@ -6206,7 +6889,7 @@ internal static string ServiceReinstall_Title { } /// - /// Looks up a localized string similar to add new. + /// Looks up a localized string similar to &add new. /// internal static string ServiceSensors_BtnAdd { get { @@ -6215,7 +6898,7 @@ internal static string ServiceSensors_BtnAdd { } /// - /// Looks up a localized string similar to modify. + /// Looks up a localized string similar to &modify. /// internal static string ServiceSensors_BtnModify { get { @@ -6224,7 +6907,7 @@ internal static string ServiceSensors_BtnModify { } /// - /// Looks up a localized string similar to remove. + /// Looks up a localized string similar to &remove. /// internal static string ServiceSensors_BtnRemove { get { @@ -6233,7 +6916,7 @@ internal static string ServiceSensors_BtnRemove { } /// - /// Looks up a localized string similar to send and activate sensors. + /// Looks up a localized string similar to &send and activate sensors. /// internal static string ServiceSensors_BtnStore { get { @@ -6668,7 +7351,7 @@ internal static string UpdatePending_BtnDownload_Processing { } /// - /// Looks up a localized string similar to ignore this update. + /// Looks up a localized string similar to &ignore this update. /// internal static string UpdatePending_BtnIgnore { get { @@ -6722,7 +7405,7 @@ internal static string UpdatePending_LblRelease { } /// - /// Looks up a localized string similar to Do you want to download and launch the installer?. + /// Looks up a localized string similar to Do you want to &download and launch the installer?. /// internal static string UpdatePending_LblUpdateQuestion_Download { get { @@ -6731,7 +7414,7 @@ internal static string UpdatePending_LblUpdateQuestion_Download { } /// - /// Looks up a localized string similar to Do you want to navigate to the release page?. + /// Looks up a localized string similar to Do you want to &navigate to the release page?. /// internal static string UpdatePending_LblUpdateQuestion_Navigate { get { @@ -6855,5 +7538,113 @@ internal static string UserNotificationState_RunningWindowsStoreApp { return ResourceManager.GetString("UserNotificationState_RunningWindowsStoreApp", resourceCulture); } } + + /// + /// Looks up a localized string similar to WebView. + /// + internal static string WebView_Title { + get { + return ResourceManager.GetString("WebView_Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &save. + /// + internal static string WebViewCommandConfig_BtnSave { + get { + return ResourceManager.GetString("WebViewCommandConfig_BtnSave", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &always show centered in screen. + /// + internal static string WebViewCommandConfig_CbCenterScreen { + get { + return ResourceManager.GetString("WebViewCommandConfig_CbCenterScreen", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to show the window's &title bar. + /// + internal static string WebViewCommandConfig_CbShowTitleBar { + get { + return ResourceManager.GetString("WebViewCommandConfig_CbShowTitleBar", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to set window as always on &top. + /// + internal static string WebViewCommandConfig_CbTopMost { + get { + return ResourceManager.GetString("WebViewCommandConfig_CbTopMost", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Drag and resize this window to set the size and location of your webview command.. + /// + internal static string WebViewCommandConfig_LblInfo1 { + get { + return ResourceManager.GetString("WebViewCommandConfig_LblInfo1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to location. + /// + internal static string WebViewCommandConfig_LblLocation { + get { + return ResourceManager.GetString("WebViewCommandConfig_LblLocation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to size. + /// + internal static string WebViewCommandConfig_LblSize { + get { + return ResourceManager.GetString("WebViewCommandConfig_LblSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to tip: press 'esc' to close a webview. + /// + internal static string WebViewCommandConfig_LblTip1 { + get { + return ResourceManager.GetString("WebViewCommandConfig_LblTip1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &URL. + /// + internal static string WebViewCommandConfig_LblUrl { + get { + return ResourceManager.GetString("WebViewCommandConfig_LblUrl", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unable to load the stored command settings, resetting to default.. + /// + internal static string WebViewCommandConfig_SetStoredVariables_MessageBox1 { + get { + return ResourceManager.GetString("WebViewCommandConfig_SetStoredVariables_MessageBox1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to WebView Configuration. + /// + internal static string WebViewCommandConfig_Title { + get { + return ResourceManager.GetString("WebViewCommandConfig_Title", resourceCulture); + } + } } } diff --git a/src/HASS.Agent/Resources/Localization/Languages.en.resx b/src/HASS.Agent/Resources/Localization/Languages.en.resx index 35108ed..7ff4e79 100644 --- a/src/HASS.Agent/Resources/Localization/Languages.en.resx +++ b/src/HASS.Agent/Resources/Localization/Languages.en.resx @@ -114,7 +114,9 @@ If you need more keys and/or modifiers like CTRL, use the MultipleKeys command.< Launches the provided URL, by default in your default browser. -To use 'incognito', provide a specific browser in Configuration -> External Tools. +To use 'incognito', provide a specific browser in Configuration -> External Tools. + +If you just want a window with a specific URL (not an entire browser), use a 'WebView' command. Locks the current session. @@ -147,6 +149,8 @@ You need to put [ ] between every key, otherwise HASS.Agent can't tell them apar There are a few tricks you can use: +- If you want a bracket pressed, escape it, so [ is [\[] and ] is [\]] + - Special keys go between { }, like {TAB} or {UP} - Put a + in front of a key to add SHIFT, ^ for CTRL and % for ALT. So, +C is SHIFT-C. Or, +(CD) is SHIFT-C and SHIFT-D, while +CD is SHIFT-C and D @@ -741,10 +745,11 @@ Please restart manually. You've changed your device's name. -All your sensors and commands will now be unpublished, and HASS.Agent -will restart afterwards to republish them. +All your sensors and commands will now be unpublished, and HASS.Agent will restart afterwards to republish them. -They'll keep their current names, to avoid breaking automations or scripts. +Don't worry, they'll keep their current names, so your automations or scripts will keep working. + +Note: the name will get 'sanitized', which means everything except letters, digits and whitespace get replaced by an underscore. This is required by HA. You've changed the notification API's port. This new port needs to be reserved. @@ -993,7 +998,7 @@ Please check the logs and make a bug report on github. mqtt: disconnected - + Error trying to bind the API to port {0}. Make sure no other instance of HASS.Agent is running and the port is available and registered. @@ -1300,9 +1305,6 @@ It's also used as a suggested prefix for your commands and sensors. Select an entity first. - - Unknown domain, please select a valid one. - Unknown action, please select a valid one. @@ -2482,4 +2484,65 @@ Do you still want to use the current values? last known value + + SendWindowToFront + + + WebView + + + Shows a window with the provided URL. + +This differs from the 'LaunchUrl' command in that it doesn't load a full-fledged browser, just the provided URL in its own window. + +You can use this to for instance quickly show Home Assistant's dashboard. + +By default, it stores cookies indefinitely so you only have to log in once. + + + HASS.Agent Commands + + + Looks for the specified process, and tries to send its main window to the front. + +If the application is minimized, it'll get restored. + +Example: if you want to send VLC to the foreground, use 'vlc'. + + + If you don't configure the command, you can only use this entity with an 'action' value through Home Assistant and it'll show using the default settings. Running it as-is won't do anything. + +Are you sure you want this ? + + + clear audio cache + + + cleaning .. + + + Audio cache has been cleared! + + + clear webview cache + + + cleaning .. + + + WebView cache has been cleared! + + + It looks like you're using an alternative scaling. This may result in some parts of HASS.Agent not looking as intended. + +Please report any unusable aspects on GitHub. Thanks! + +Note: this message only shows once. + + + Select a domain first. + + + Unable to load the stored command settings, resetting to default. + \ No newline at end of file