diff --git a/Sources/App/Resources/bg.lproj/Core.strings b/Sources/App/Resources/bg.lproj/Core.strings index d999fece0..bc645af61 100644 --- a/Sources/App/Resources/bg.lproj/Core.strings +++ b/Sources/App/Resources/bg.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "Устройството е успешно свързано към Wi-Fi мрежата."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Неочаквана грешка"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/cy-GB.lproj/Core.strings b/Sources/App/Resources/cy-GB.lproj/Core.strings index 3cccd9f75..4a636993f 100644 --- a/Sources/App/Resources/cy-GB.lproj/Core.strings +++ b/Sources/App/Resources/cy-GB.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Unexpected error"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/da.lproj/Core.strings b/Sources/App/Resources/da.lproj/Core.strings index 690067dd8..e626a31f5 100644 --- a/Sources/App/Resources/da.lproj/Core.strings +++ b/Sources/App/Resources/da.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Uventet fejl"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/de.lproj/Core.strings b/Sources/App/Resources/de.lproj/Core.strings index 062812e51..8be84debf 100644 --- a/Sources/App/Resources/de.lproj/Core.strings +++ b/Sources/App/Resources/de.lproj/Core.strings @@ -96,20 +96,20 @@ "component::improv_ble::config::abort::cannot_connect" = "Verbindung fehlgeschlagen"; "component::improv_ble::config::abort::characteristic_missing" = "Das Gerät ist entweder bereits mit WLAN verbunden oder kann keine Verbindung mehr herstellen. Wenn du es mit einem anderen Netzwerk verbinden möchtest, versuche zunächst, es auf die Werkseinstellungen zurückzusetzen."; "component::improv_ble::config::abort::no_devices_found" = "Keine Geräte im Netzwerk gefunden"; -"component::improv_ble::config::abort::provision_successful" = "Das Gerät hat sich erfolgreich mit dem WLAN-Netzwerk verbunden."; -"component::improv_ble::config::abort::provision_successful_url" = "Das Gerät hat sich erfolgreich mit dem WLAN-Netzwerk verbunden. \ +"component::improv_ble::config::abort::provision_successful" = "Das Gerät hat sich erfolgreich mit dem WLAN verbunden."; +"component::improv_ble::config::abort::provision_successful_url" = "Das Gerät hat sich erfolgreich mit dem WLAN verbunden.\ \ -Bitte besuche {url}, um die Einrichtung abzuschließen."; +Bitte [klicke hier]({url}), um die Einrichtung abzuschließen."; "component::improv_ble::config::abort::unknown" = "Unerwarteter Fehler"; -"component::improv_ble::config::error::unable_to_connect" = "Das Gerät konnte keine Verbindung zum WLAN-Netzwerk herstellen. Überprüfe, ob SSID und Passwort korrekt sind, und versuche es erneut."; +"component::improv_ble::config::error::unable_to_connect" = "Das Gerät konnte keine Verbindung zum WLAN herstellen. Überprüfe, ob SSID und Passwort korrekt sind, und versuche es erneut."; "component::improv_ble::config::flow_title" = "{name}"; "component::improv_ble::config::progress::authorize" = "Das Gerät erfordert eine Autorisierung. Bitte drücke seine Autorisierungstaste oder lies im Handbuch des Geräts nach, wie du vorgehen musst."; -"component::improv_ble::config::progress::provisioning" = "Das Gerät stellt eine Verbindung zum WLAN-Netzwerk her."; +"component::improv_ble::config::progress::provisioning" = "Das Gerät stellt eine Verbindung zum WLAN her."; "component::improv_ble::config::step::bluetooth_confirm::description" = "Möchtest du {name} einrichten?"; "component::improv_ble::config::step::identify::description" = "Das Gerät identifiziert sich nun selbst, beispielsweise durch Blinken oder Piepen."; "component::improv_ble::config::step::main_menu::description" = "Wähle den nächsten Schritt."; "component::improv_ble::config::step::main_menu::menu_options::identify" = "Gerät identifizieren"; -"component::improv_ble::config::step::main_menu::menu_options::provision" = "Gerät mit einem WLAN-Netzwerk verbinden"; +"component::improv_ble::config::step::main_menu::menu_options::provision" = "Gerät mit einem WLAN verbinden"; "component::improv_ble::config::step::provision::data::password" = "Passwort"; "component::improv_ble::config::step::provision::data::ssid" = "SSID"; "component::improv_ble::config::step::provision::description" = "Gib WLAN-Anmeldedaten ein, um das Gerät mit deinem Netzwerk zu verbinden."; diff --git a/Sources/App/Resources/en-GB.lproj/Core.strings b/Sources/App/Resources/en-GB.lproj/Core.strings index f8178166c..ddb900fb2 100644 --- a/Sources/App/Resources/en-GB.lproj/Core.strings +++ b/Sources/App/Resources/en-GB.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Unexpected error"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/en.lproj/Core.strings b/Sources/App/Resources/en.lproj/Core.strings index 484d03f7b..cabd4bd93 100644 --- a/Sources/App/Resources/en.lproj/Core.strings +++ b/Sources/App/Resources/en.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Unexpected error"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/es-ES.lproj/Core.strings b/Sources/App/Resources/es-ES.lproj/Core.strings index a78932d3e..4c8b438cf 100644 --- a/Sources/App/Resources/es-ES.lproj/Core.strings +++ b/Sources/App/Resources/es-ES.lproj/Core.strings @@ -98,8 +98,8 @@ "component::improv_ble::config::abort::no_devices_found" = "No se encontraron dispositivos en la red"; "component::improv_ble::config::abort::provision_successful" = "El dispositivo se ha conectado correctamente a la red Wi-Fi."; "component::improv_ble::config::abort::provision_successful_url" = "El dispositivo se ha conectado correctamente a la red Wi-Fi. \ -\ -Por favor, visita {url} para finalizar la configuración."; + \ +Por favor, [haz clic aquí]({url}) para finalizar la configuración."; "component::improv_ble::config::abort::unknown" = "Error inesperado"; "component::improv_ble::config::error::unable_to_connect" = "El dispositivo no pudo conectarse a la red Wi-Fi. Comprueba que el SSID y la contraseña sean correctos e inténtalo de nuevo."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/es-MX.lproj/Core.strings b/Sources/App/Resources/es-MX.lproj/Core.strings index b40b42fc0..e2f9850a3 100644 --- a/Sources/App/Resources/es-MX.lproj/Core.strings +++ b/Sources/App/Resources/es-MX.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Error inesperado"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/es.lproj/Core.strings b/Sources/App/Resources/es.lproj/Core.strings index b40b42fc0..e2f9850a3 100644 --- a/Sources/App/Resources/es.lproj/Core.strings +++ b/Sources/App/Resources/es.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Error inesperado"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/ml.lproj/Core.strings b/Sources/App/Resources/ml.lproj/Core.strings index 484d03f7b..cabd4bd93 100644 --- a/Sources/App/Resources/ml.lproj/Core.strings +++ b/Sources/App/Resources/ml.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Unexpected error"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/nb.lproj/Core.strings b/Sources/App/Resources/nb.lproj/Core.strings index aa28550c6..72dae2ce7 100644 --- a/Sources/App/Resources/nb.lproj/Core.strings +++ b/Sources/App/Resources/nb.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Uventet feil"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/nl.lproj/Core.strings b/Sources/App/Resources/nl.lproj/Core.strings index 126b2e397..22b1e71ec 100644 --- a/Sources/App/Resources/nl.lproj/Core.strings +++ b/Sources/App/Resources/nl.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Onverwachte fout"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/pl-PL.lproj/Core.strings b/Sources/App/Resources/pl-PL.lproj/Core.strings index 79f76efa3..7f913e318 100644 --- a/Sources/App/Resources/pl-PL.lproj/Core.strings +++ b/Sources/App/Resources/pl-PL.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Nieoczekiwany błąd"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/pt-BR.lproj/Core.strings b/Sources/App/Resources/pt-BR.lproj/Core.strings index ba529369e..5d9313d34 100644 --- a/Sources/App/Resources/pt-BR.lproj/Core.strings +++ b/Sources/App/Resources/pt-BR.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Erro inesperado"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/sl.lproj/Core.strings b/Sources/App/Resources/sl.lproj/Core.strings index 220f1de37..4890a08e3 100644 --- a/Sources/App/Resources/sl.lproj/Core.strings +++ b/Sources/App/Resources/sl.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Nepričakovana napaka"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/sv.lproj/Localizable.strings b/Sources/App/Resources/sv.lproj/Localizable.strings index 6c33817ec..3a72aa4f8 100644 --- a/Sources/App/Resources/sv.lproj/Localizable.strings +++ b/Sources/App/Resources/sv.lproj/Localizable.strings @@ -245,13 +245,13 @@ "extensions.notification_content.error.request.entity_not_found" = "Entitet '%@' hittades inte!"; "extensions.notification_content.error.request.hls_unavailable" = "HLS-ström ej tillgänglig"; "extensions.notification_content.error.request.other" = "Fick icke-200 statuskod (%li)"; -"gestures.1_finger.title" = "Använd ett finger"; -"gestures.2_fingers.title" = "Använd två fingrar"; +"gestures.1_finger.title" = "Med ett finger"; +"gestures.2_fingers.title" = "Med två fingrar"; "gestures.2_fingers_swipe_down.title" = "2 👆 svep nedåt"; "gestures.2_fingers_swipe_left.title" = "2 👆 svep åt vänster"; "gestures.2_fingers_swipe_right.title" = "2 👆 svep åt höger"; "gestures.2_fingers_swipe_up.title" = "2 👆 svep uppåt"; -"gestures.3_fingers.title" = "Använd tre fingrar"; +"gestures.3_fingers.title" = "Med tre fingrar"; "gestures.3_fingers_swipe_down.title" = "3 👆 svep nedåt"; "gestures.3_fingers_swipe_left.title" = "3 👆 svep åt vänster"; "gestures.3_fingers_swipe_right.title" = "3 👆 svep åt höger"; @@ -261,14 +261,14 @@ "gestures.category.other" = "Övriga"; "gestures.category.page" = "Navigering"; "gestures.category.servers" = "Servrar"; -"gestures.footer.title" = "Anpassa gester som ska användas."; +"gestures.footer.title" = "Anpassa gester som ska användas i användargränssnittet."; "gestures.reset.title" = "Återställ"; "gestures.screen.body" = "Gesterna nedan kommer att användas när du använder Home Assistants huvudgränssnitt."; "gestures.screen.title" = "Gester"; "gestures.shake.title" = "Skaka"; -"gestures.swipe.down.header" = "Svep neråt"; -"gestures.swipe.left.header" = "Svep vänster"; -"gestures.swipe.right.header" = "Svep höger"; +"gestures.swipe.down.header" = "Svep nedåt"; +"gestures.swipe.left.header" = "Svep åt vänster"; +"gestures.swipe.right.header" = "Svep åt höger"; "gestures.swipe.up.header" = "Svep uppåt"; "gestures.swipe_left.title" = "Svep åt vänster"; "gestures.swipe_right.title" = "Svep åt höger"; @@ -285,7 +285,7 @@ "gestures.value.option.search_commands" = "Sök kommandon"; "gestures.value.option.search_devices" = "Sök enheter"; "gestures.value.option.search_entities" = "Sök entiteter"; -"gestures.value.option.servers_list" = "Lista över servrar"; +"gestures.value.option.servers_list" = "Serverlista"; "gestures.value.option.show_settings" = "Öppna appinställningar"; "gestures.value.option.show_sidebar" = "Visa sidofält"; "grdb.config.migration_error.failed_access_grdb" = "Det gick inte att komma åt databasen (GRDB), fel: %@"; @@ -949,7 +949,7 @@ Home Assistant är gratis och öppen källkod för hemautomatisering med fokus p "url_handler.send_location.confirm.message" = "Vill du skicka din plats?"; "url_handler.send_location.confirm.title" = "Skicka plats?"; "url_handler.send_location.error.message" = "Ett okänt fel uppstod vid försök att skicka plats: %@"; -"url_handler.send_location.success.message" = "Skicka plats en gång"; +"url_handler.send_location.success.message" = "Skickade en engångsplats"; "url_handler.send_location.success.title" = "Skickade plats"; "url_handler.x_callback_url.error.eventNameMissing" = "eventName måste definieras"; "url_handler.x_callback_url.error.general" = "Ett allmänt fel inträffade"; diff --git a/Sources/App/Resources/uk.lproj/Core.strings b/Sources/App/Resources/uk.lproj/Core.strings index 19c9178fc..313046b0f 100644 --- a/Sources/App/Resources/uk.lproj/Core.strings +++ b/Sources/App/Resources/uk.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Неочікувана помилка"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/vi.lproj/Core.strings b/Sources/App/Resources/vi.lproj/Core.strings index 53af11843..2551ef0fe 100644 --- a/Sources/App/Resources/vi.lproj/Core.strings +++ b/Sources/App/Resources/vi.lproj/Core.strings @@ -99,7 +99,7 @@ "component::improv_ble::config::abort::provision_successful" = "The device has successfully connected to the Wi-Fi network."; "component::improv_ble::config::abort::provision_successful_url" = "The device has successfully connected to the Wi-Fi network.\ \ -Please visit {url} to finish setup."; +Please [click here]({url}) to finish setup."; "component::improv_ble::config::abort::unknown" = "Lỗi không mong đợi"; "component::improv_ble::config::error::unable_to_connect" = "The device could not connect to the Wi-Fi network. Check that the SSID and password are correct and try again."; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/App/Resources/zh-Hans.lproj/Core.strings b/Sources/App/Resources/zh-Hans.lproj/Core.strings index 1c33406cd..82f83536f 100644 --- a/Sources/App/Resources/zh-Hans.lproj/Core.strings +++ b/Sources/App/Resources/zh-Hans.lproj/Core.strings @@ -98,8 +98,8 @@ "component::improv_ble::config::abort::no_devices_found" = "网络上未找到任何设备"; "component::improv_ble::config::abort::provision_successful" = "设备已成功连接到无线网络。"; "component::improv_ble::config::abort::provision_successful_url" = "设备已成功连接到无线网络。 \ -\ -请访问 {url} 完成设置。"; + \ +请【单击此处】({url}) 完成设置。"; "component::improv_ble::config::abort::unknown" = "意外错误"; "component::improv_ble::config::error::unable_to_connect" = "此设备无法连接到无线网络。请检查 SSID 和密码是否正确,然后重试。"; "component::improv_ble::config::flow_title" = "{name}"; diff --git a/Sources/Shared/Resources/Swiftgen/CoreStrings.swift b/Sources/Shared/Resources/Swiftgen/CoreStrings.swift index 0d4dba62d..eead9be69 100644 --- a/Sources/Shared/Resources/Swiftgen/CoreStrings.swift +++ b/Sources/Shared/Resources/Swiftgen/CoreStrings.swift @@ -210,7 +210,7 @@ public enum CoreStrings { public static var componentImprovBleConfigAbortProvisionSuccessful: String { return CoreStrings.tr("Core", "component::improv_ble::config::abort::provision_successful") } /// The device has successfully connected to the Wi-Fi network. /// - /// Please visit {url} to finish setup. + /// Please [click here]({url}) to finish setup. public static var componentImprovBleConfigAbortProvisionSuccessfulUrl: String { return CoreStrings.tr("Core", "component::improv_ble::config::abort::provision_successful_url") } /// Unexpected error public static var componentImprovBleConfigAbortUnknown: String { return CoreStrings.tr("Core", "component::improv_ble::config::abort::unknown") }