From 0a501768a2fae98ae3fff0ed4a37e98b60a88570 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sun, 10 Dec 2023 19:18:51 -0800 Subject: [PATCH] Ambient lighting localization strings --- de.lproj/Localizable.strings | 1 + en.lproj/Localizable.strings | 1 + pl.lproj/Localizable.strings | 1 + zh-Hans.lproj/Localizable.strings | 1 + 4 files changed, 4 insertions(+) diff --git a/de.lproj/Localizable.strings b/de.lproj/Localizable.strings index c58b80ae..54c5d6f3 100644 --- a/de.lproj/Localizable.strings +++ b/de.lproj/Localizable.strings @@ -153,6 +153,7 @@ "map.usertrackingmode.followwithheading"="Follow with heading"; "mesh.live.activity"="Mesh Live Activity"; "mesh.log"="Mesh Log"; +"mesh.log.ambientlighting.config %@"="Ambient Lighting module config received: %@"; "mesh.log.bluetooth.config %@"="Bluetooth Konfiguration empfangen: %@"; "mesh.log.cannedmessage.config %@"="Canned Message module config received: %@"; "mesh.log.cannedmessages.messages.get %@"="Requested Canned Messages Module Messages for node: %@"; diff --git a/en.lproj/Localizable.strings b/en.lproj/Localizable.strings index 2af3db19..355a9c26 100644 --- a/en.lproj/Localizable.strings +++ b/en.lproj/Localizable.strings @@ -157,6 +157,7 @@ "map.usertrackingmode.none"="None"; "mesh.live.activity"="Mesh Live Activity"; "mesh.log"="Mesh Log"; +"mesh.log.ambientlighting.config %@"="Ambient Lighting module config received: %@"; "mesh.log.bluetooth.config %@"="Bluetooth config received: %@"; "mesh.log.cannedmessage.config %@"="Canned Message module config received: %@"; "mesh.log.cannedmessages.messages.get %@"="Requested Canned Messages Module Messages for node: %@"; diff --git a/pl.lproj/Localizable.strings b/pl.lproj/Localizable.strings index 8fd93d41..95ccadb5 100644 --- a/pl.lproj/Localizable.strings +++ b/pl.lproj/Localizable.strings @@ -155,6 +155,7 @@ "map.usertrackingmode.none"="Brak"; "mesh.live.activity"="Aktywność na Żywo"; "mesh.log"="Dziennik Sieci"; +"mesh.log.ambientlighting.config %@"="Ambient Lighting module config received: %@"; "mesh.log.bluetooth.config %@"="Otrzymano konfigurację Bluetooth: %@"; "mesh.log.cannedmessage.config %@"="Otrzymano konfigurację modułu wiadomości gotowych: %@"; "mesh.log.cannedmessages.messages.get %@"="Zażądano Wiadomości z Modułu Wiadomości Gotowych dla węzła: %@"; diff --git a/zh-Hans.lproj/Localizable.strings b/zh-Hans.lproj/Localizable.strings index 31269553..202a0871 100644 --- a/zh-Hans.lproj/Localizable.strings +++ b/zh-Hans.lproj/Localizable.strings @@ -153,6 +153,7 @@ "map.usertrackingmode.followwithheading"="Follow with heading"; "mesh.live.activity"="Mesh 实时活动"; "mesh.log"="Mesh 日志"; +"mesh.log.ambientlighting.config %@"="Ambient Lighting module config received: %@"; "mesh.log.bluetooth.config %@"="Bluetooth config received: %@"; "mesh.log.cannedmessage.config %@"="Canned Message module config received: %@"; "mesh.log.cannedmessages.messages.get %@"="Requested Canned Messages Module Messages for node: %@";