diff --git a/androidApp/src/main/assets/firmware_releases.json b/androidApp/src/main/assets/firmware_releases.json
index 22a6e49ee4..be916adad9 100644
--- a/androidApp/src/main/assets/firmware_releases.json
+++ b/androidApp/src/main/assets/firmware_releases.json
@@ -21,7 +21,7 @@
"id": "v2.8.0.47db0e3",
"title": "Meshtastic Firmware 2.8.0.47db0e3 Alpha",
"page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.8.0.47db0e3",
- "release_notes": "## 🚀 Big changes\r\n\r\n> [!WARNING]\r\n> **New US nodes now default to LongTurbo, not LongFast.** Only applies to first-time region selection on the device screen. LongTurbo and LongFast can't hear each other. You will need to switch the preset back to LongFast to join an existing mesh on the prior default. (#11637)\r\n\r\n> [!IMPORTANT]\r\n> If you hit a bootloop or repeated crashes after upgrading, we recommend a full erase and flash. Export your config first to backup first, if you have any important settings you want to save.\r\n\r\nThere are a number of fundamental changes to 2.8 that require a heads-up. Please review some of these higher profile changes so that you are aware of them before installing:\r\n\r\n- Node numbers (ID) are now derived from the public-key identity of the node instead of hardware mac address\r\n- XEdDSA based packet signing\r\n- Reduction of long-name to 25 bytes\r\n- Precise position no longer allowed on known-keys (public mesh. Please use private channels for this)\r\n- Telemetry and position are off-by-default and must be opted into\r\n- Ground-up redesigned NodeDB storage and traffic management\r\n- Completely new allocation of LoRa Regions and presets, including ham specific carve-outs\r\n\r\n## Other high-impact changes\r\n\r\n### Radio & mesh protocol\r\n\r\n- **Packet Signing via XEdDSA** (#10478) plus a **BaseUI signing status UI** (#10841), unsigned-packet policy hardening with test coverage (#10858), and runtime-toggleable `MESHTASTIC_LOCKDOWN` hardening for nRF52 (#10349, opt-in via #10712).\r\n- **Traffic Management Module** for packet forwarding — dedup, rate limiting, role-aware policing (#9358 base, #10706 dedup/rate-limit expansion, #10745 next-hop cache overflow store, #9921 congestion-aware position interval/hop-exhaustion tuning).\r\n- **Automatic variable hop limits** based on live mesh activity and message-size estimation (#10176).\r\n- **Mesh beacon** feature and admin controls (#10618 base implementation, #10839 second pass adding beacon admin/config).\r\n- **Noise floor** tracking with a sliding-window estimate (#9347).\r\n- **Hash table index for O(1) packet history lookups** — improves routing/dedup performance on busy meshes (#9499).\r\n- New amateur-radio regions: 70cm (#10627), 1.25m/125cm (#10638), 2m/~144MHz (#10623); EU regions merge plus Narrow/Lite region enablement for EU (#10675, #10120); LoRa region preset map for cleaner per-region defaults (#10736).\r\n- **TinyFast and TinySlow modem presets** added to config and menu (#10597).\r\n- LoRa config changes now apply live without a reboot (#9962); LoRa settings expansion and validation improvements (#9878).\r\n- Position privacy: direct-send position packets are clamped to channel precision (#10383), and public/known-key position precision is clamped similarly (#10665) and honors explicit channel settings to prevent location leaks (#10513).\r\n- Licensed operators are now prevented from rebroadcasting packets to/from unlicensed users, for regulatory compliance (#9958).\r\n- Packets with missing/invalid `hop_start` (pre-hop firmware) are now deprecated/blocked (#9476).\r\n- Spoof detection added for UDP multicast packets (#9905).\r\n- Low-bandwidth conversion support added to MeshRadio (#10595).\r\n- ATAK Plugin V2 implemented (drops legacy unishox2 compression) (#10105), including TAKTALK voice/text chat message and room data structures.\r\n- Ethernet HTTP/HTTPS API server ported to RP2350 + W5500 boards (#10573), plus Ethernet OTA support for RP2350/W5500 (#10136).\r\n- Optional `LED_LORA` indicator to show LoRa TX activity (#10465), and an LED indicator for LoRa RX (#10674).\r\n- GPS time sync: device now sets its clock from GPS every 30 minutes (#10737); GPS is skipped at startup if the LoRa region is unset, to save battery (#10386); GPS model/baudrate now cached across reboots to skip a full sweep (#10544).\r\n- Config: **position & telemetry broadcast are now opt-in** rather than always-on (#10929).\r\n\r\n### UI / display — BaseUI\r\n\r\n*BaseUI is the current default graphical UI (`src/graphics/Screen.cpp`, `draw/UIRenderer`, `draw/MenuHandler`, `draw/CompassRenderer`, `draw/NotificationRenderer`, `draw/NodeListRenderer`).*\r\n\r\n- **Color support for TFT-equipped nodes** (#10233).\r\n- **\"Ham Mode\"** — prompts for new Amateur Radio regions (#10663).\r\n- Status-message display added to Favorite/NodeList screens (#9504, #10197).\r\n- **Hex picker** UI added for entering hex values (#10650).\r\n- Save/restore of frame visibility state across sessions (#10576).\r\n- BLE pairing PIN now shown via a proper on-screen banner (#8902).\r\n- Compass rendering/behavior improvements (#10166).\r\n- Emote handling refactor (#9896).\r\n\r\n### UI / display — InkHUD\r\n\r\n*InkHUD is the e-ink-optimized UI (`src/graphics/niche/InkHUD`).*\r\n\r\n- **Offline map tiles with zoom controls** (#10785) and general GPS UX improvements (#10846).\r\n- **Full touch support** for the T5 E-Paper S3 (#10286) and a full InkHUD port for the LilyGo T5 E-Paper S3 Pro (#10211).\r\n- **\"Wipe all messages\"** option (#10721).\r\n- T-mini E-Ink S3 support added (#9856).\r\n\r\n### UI / display — MUI\r\n\r\n- Send message on main Return key in MUI composer (X11/native-tft) by @p0ns (#345)\r\n- CURLService (portduino map HTTP downloads) by @mverch67 (#353)\r\n- Enable LODEPNG decoder in lv_conf.h by @mverch67 (#358)\r\n- Support SD cards behind a co-processor (SenseCAP Indicator) by @caveman99 (#342)\r\n- Refactor URLService::load() to improve HTTP handling by @mverch67 (#362)\r\n- SPI lock; revert http flags by @mverch67 (#366)\r\n- Improve acttime sync by @mverch67 (#368)\r\n- Async loading of remote map tiles in background task by @mverch67 (#367)\r\n- Compilation PR10908 (some targets fail) by @mverch67 (#370)\r\n- Modify lock method in ISpiLock to return false by @mverch67 (#372)\r\n- Transport driver orientation from config.yaml - default 0 rotation. by @caveman99 (#355)\r\n- Use external reference instead of duplicate SPI1 by @mverch67 (#373)\r\n- Update LoRa frequency in JP region by @t-miura (#376)\r\n- Seeed Wio Tracker L2 by @mverch67 (#335)\r\n- ToggleDisplay() by @mverch67 (#378)\r\n- WiFi map-tile download adapted for Heltec V4 (#10011).\r\n\r\n### UI / display — shared / cross-cutting\r\n\r\n*Touches the display driver layer or more than one UI system at once.*\r\n\r\n- InkHUD and BaseUI **message store unified** into a shared implementation (#10596).\r\n- T-mini E-Ink S3 support landed for both InkHUD and BaseUI (#9856).\r\n- Board-specific TFT driver support and simplified TFT ifdef chains for easier porting (#10827, #10803); faster TFT color conversion (#10814); touchscreen variant flags (`VARIANT_TOUCHSCREEN`/`ENABLE_TOUCH_INT`) added for new touch boards (#10815).\r\n\r\n## Backend / developer-facing features\r\n\r\n### Memory & stability infrastructure\r\n\r\n- **MemClass.h** — a central memory-class ladder providing fail-safe-small defaults across constrained platforms (#10901).\r\n- **MemAudit** — per-subsystem heap accounting reported in the boot log (#10900).\r\n- nRF52 heap tiers and SoftDevice RAM reservation right-sized, freeing an extra ~8KB heap arena (#10898, #10903).\r\n- Native Portduino malloc shim added for more realistic memory behavior in simulation (#10677).\r\n- Bluetooth memory freed automatically when Wi-Fi is enabled or Bluetooth is disabled (#10398); Bluetooth wait is skipped entirely when disabled (#10571).\r\n- NodeDB \"warm store\" — new persistent warm-tier node storage layer (#10705 base, #10746/#10759 right-sizing for constrained platforms, #10809 fixing associated spiLock deadlocks).\r\n- 2.8 NodeDB shrink/decoupling/restructuring to reduce per-node memory footprint (#10413).\r\n- Flash hardening, filesystem platform unification, and a write-behind LFS cache for STM32WL/nRF52 — a storage-format break (#10171).\r\n\r\n### New APIs / module-author infrastructure\r\n\r\n- **MCP server** added for interacting with Meshtastic devices and driving a testing framework / TUI, later extracted to its own repo (#10194, #10861).\r\n- Native \"sensors\" simulation support for Portduino (#10748); `PortduinoSetOptions` to override the `realhardware` flag for tests (#10157).\r\n- Hardfault handler added for STM32, making crashes visibly obvious in logs (#10071).\r\n- `BinarySemaphorePosix` implemented with proper pthread synchronization for native builds (#9895).\r\n- NimBLE parameter overhaul, including a fix attempt for incompatible BLE bond cleanup (#10741).\r\n- STM32 ADC support added to `AnalogBatteryLevel` (#9369).\r\n- JSON library dependency removed from firmware builds while retaining full JSON support in meshtasticd (#10152) — reduces firmware footprint for module authors relying on the JSON path.\r\n- Improved manual build flow / developer build ergonomics (#8839).- External Notifications module logic fully reworked for more flexible notification rules (#10006).\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.7.23.b246bcd...v2.8.0.47db0e3\r\n"
+ "release_notes": "## 🚀 Big changes\r\n\r\n> [!WARNING]\r\n> **New US nodes now default to LongTurbo, not LongFast.** Only applies to first-time region selection on the device screen. LongTurbo and LongFast can't hear each other. You will need to switch the preset back to LongFast to join an existing mesh on the prior default. (#11637)\r\n\r\n> [!IMPORTANT]\r\n> If you hit a bootloop or repeated crashes after upgrading, we recommend a full erase and flash. Export your config first to backup first, if you have any important settings you want to save.\r\n\r\nThere are a number of fundamental changes to 2.8 that require a heads-up. Please review some of these higher profile changes so that you are aware of them before installing:\r\n\r\n- Node numbers (ID) are now derived from the public-key identity of the node instead of hardware mac address\r\n- XEdDSA based packet signing\r\n- Reduction of long-name to 25 bytes\r\n- Precise position no longer allowed on known-keys (public mesh. Please use private channels for this)\r\n- Telemetry and position are off-by-default and must be opted into\r\n- Ground-up redesigned NodeDB storage and traffic management\r\n- Completely new allocation of LoRa Regions and presets, including ham specific carve-outs\r\n\r\n## Other high-impact changes\r\n\r\n### Radio & mesh protocol\r\n\r\n- **Packet Signing via XEdDSA** (#10478) plus a **BaseUI signing status UI** (#10841), unsigned-packet policy hardening with test coverage (#10858), and runtime-toggleable `MESHTASTIC_LOCKDOWN` hardening for nRF52 (#10349, opt-in via #10712).\r\n- **Traffic Management Module** for packet forwarding — dedup, rate limiting, role-aware policing (#9358 base, #10706 dedup/rate-limit expansion, #10745 next-hop cache overflow store, #9921 congestion-aware position interval/hop-exhaustion tuning).\r\n- **Automatic variable hop limits** based on live mesh activity and message-size estimation (#10176).\r\n- **Mesh beacon** feature and admin controls (#10618 base implementation, #10839 second pass adding beacon admin/config).\r\n- **Noise floor** tracking with a sliding-window estimate (#9347).\r\n- **Hash table index for O(1) packet history lookups** — improves routing/dedup performance on busy meshes (#9499).\r\n- New amateur-radio regions: 70cm (#10627), 1.25m/125cm (#10638), 2m/~144MHz (#10623); EU regions merge plus Narrow/Lite region enablement for EU (#10675, #10120); LoRa region preset map for cleaner per-region defaults (#10736).\r\n- **TinyFast and TinySlow modem presets** added to config and menu (#10597).\r\n- LoRa config changes now apply live without a reboot (#9962); LoRa settings expansion and validation improvements (#9878).\r\n- Position privacy: direct-send position packets are clamped to channel precision (#10383), and public/known-key position precision is clamped similarly (#10665) and honors explicit channel settings to prevent location leaks (#10513).\r\n- Licensed operators are now prevented from rebroadcasting packets to/from unlicensed users, for regulatory compliance (#9958).\r\n- Packets with missing/invalid `hop_start` (pre-hop firmware) are now deprecated/blocked (#9476).\r\n- Spoof detection added for UDP multicast packets (#9905).\r\n- Low-bandwidth conversion support added to MeshRadio (#10595).\r\n- ATAK Plugin V2 implemented (drops legacy unishox2 compression) (#10105), including TAKTALK voice/text chat message and room data structures.\r\n- Ethernet HTTP/HTTPS API server ported to RP2350 + W5500 boards (#10573), plus Ethernet OTA support for RP2350/W5500 (#10136).\r\n- Optional `LED_LORA` indicator to show LoRa TX activity (#10465), and an LED indicator for LoRa RX (#10674).\r\n- GPS time sync: device now sets its clock from GPS every 30 minutes (#10737); GPS is skipped at startup if the LoRa region is unset, to save battery (#10386); GPS model/baudrate now cached across reboots to skip a full sweep (#10544).\r\n- Config: **position & telemetry broadcast are now opt-in** rather than always-on (#10929).\r\n\r\n### UI / display — BaseUI\r\n\r\n*BaseUI is the current default graphical UI (`src/graphics/Screen.cpp`, `draw/UIRenderer`, `draw/MenuHandler`, `draw/CompassRenderer`, `draw/NotificationRenderer`, `draw/NodeListRenderer`).*\r\n\r\n- **Color support for TFT-equipped nodes** (#10233).\r\n- **\"Ham Mode\"** — prompts for new Amateur Radio regions (#10663).\r\n- Status-message display added to Favorite/NodeList screens (#9504, #10197).\r\n- **Hex picker** UI added for entering hex values (#10650).\r\n- Save/restore of frame visibility state across sessions (#10576).\r\n- BLE pairing PIN now shown via a proper on-screen banner (#8902).\r\n- Compass rendering/behavior improvements (#10166).\r\n- Emote handling refactor (#9896).\r\n\r\n### UI / display — InkHUD\r\n\r\n*InkHUD is the e-ink-optimized UI (`src/graphics/niche/InkHUD`).*\r\n\r\n- **Offline map tiles with zoom controls** (#10785) and general GPS UX improvements (#10846).\r\n- **Full touch support** for the T5 E-Paper S3 (#10286) and a full InkHUD port for the LilyGo T5 E-Paper S3 Pro (#10211).\r\n- **\"Wipe all messages\"** option (#10721).\r\n- T-mini E-Ink S3 support added (#9856).\r\n\r\n### UI / display — MUI\r\n\r\n- Send message on main Return key in MUI composer (X11/native-tft) by @p0ns (meshtastic/device-ui#345)\r\n- CURLService (portduino map HTTP downloads) by @mverch67 (meshtastic/device-ui#353)\r\n- Enable LODEPNG decoder in lv_conf.h by @mverch67 (meshtastic/device-ui#358)\r\n- Support SD cards behind a co-processor (SenseCAP Indicator) by @caveman99 (meshtastic/device-ui#342)\r\n- Refactor URLService::load() to improve HTTP handling by @mverch67 (meshtastic/device-ui#362)\r\n- SPI lock; revert http flags by @mverch67 (meshtastic/device-ui#366)\r\n- Improve acttime sync by @mverch67 (meshtastic/device-ui#368)\r\n- Async loading of remote map tiles in background task by @mverch67 (meshtastic/device-ui#367)\r\n- Compilation PR10908 (some targets fail) by @mverch67 (meshtastic/device-ui#370)\r\n- Modify lock method in ISpiLock to return false by @mverch67 (meshtastic/device-ui#372)\r\n- Transport driver orientation from config.yaml - default 0 rotation. by @caveman99 (meshtastic/device-ui#355)\r\n- Use external reference instead of duplicate SPI1 by @mverch67 (meshtastic/device-ui#373)\r\n- Update LoRa frequency in JP region by @t-miura (meshtastic/device-ui#376)\r\n- Seeed Wio Tracker L2 by @mverch67 (meshtastic/device-ui#335)\r\n- ToggleDisplay() by @mverch67 (meshtastic/device-ui#378)\r\n- WiFi map-tile download adapted for Heltec V4 (#10011).\r\n\r\n### UI / display — shared / cross-cutting\r\n\r\n*Touches the display driver layer or more than one UI system at once.*\r\n\r\n- InkHUD and BaseUI **message store unified** into a shared implementation (#10596).\r\n- T-mini E-Ink S3 support landed for both InkHUD and BaseUI (#9856).\r\n- Board-specific TFT driver support and simplified TFT ifdef chains for easier porting (#10827, #10803); faster TFT color conversion (#10814); touchscreen variant flags (`VARIANT_TOUCHSCREEN`/`ENABLE_TOUCH_INT`) added for new touch boards (#10815).\r\n\r\n## Backend / developer-facing features\r\n\r\n### Memory & stability infrastructure\r\n\r\n- **MemClass.h** — a central memory-class ladder providing fail-safe-small defaults across constrained platforms (#10901).\r\n- **MemAudit** — per-subsystem heap accounting reported in the boot log (#10900).\r\n- nRF52 heap tiers and SoftDevice RAM reservation right-sized, freeing an extra ~8KB heap arena (#10898, #10903).\r\n- Native Portduino malloc shim added for more realistic memory behavior in simulation (#10677).\r\n- Bluetooth memory freed automatically when Wi-Fi is enabled or Bluetooth is disabled (#10398); Bluetooth wait is skipped entirely when disabled (#10571).\r\n- NodeDB \"warm store\" — new persistent warm-tier node storage layer (#10705 base, #10746/#10759 right-sizing for constrained platforms, #10809 fixing associated spiLock deadlocks).\r\n- 2.8 NodeDB shrink/decoupling/restructuring to reduce per-node memory footprint (#10413).\r\n- Flash hardening, filesystem platform unification, and a write-behind LFS cache for STM32WL/nRF52 — a storage-format break (#10171).\r\n\r\n### New APIs / module-author infrastructure\r\n\r\n- **MCP server** added for interacting with Meshtastic devices and driving a testing framework / TUI, later extracted to its own repo (#10194, #10861).\r\n- Native \"sensors\" simulation support for Portduino (#10748); `PortduinoSetOptions` to override the `realhardware` flag for tests (#10157).\r\n- Hardfault handler added for STM32, making crashes visibly obvious in logs (#10071).\r\n- `BinarySemaphorePosix` implemented with proper pthread synchronization for native builds (#9895).\r\n- NimBLE parameter overhaul, including a fix attempt for incompatible BLE bond cleanup (#10741).\r\n- STM32 ADC support added to `AnalogBatteryLevel` (#9369).\r\n- JSON library dependency removed from firmware builds while retaining full JSON support in meshtasticd (#10152) — reduces firmware footprint for module authors relying on the JSON path.\r\n- Improved manual build flow / developer build ergonomics (#8839).- External Notifications module logic fully reworked for more flexible notification rules (#10006).\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.7.23.b246bcd...v2.8.0.47db0e3\r\n"
},
{
"id": "v2.7.25.104df5f",
diff --git a/core/resources/src/commonMain/composeResources/values-bg/strings.xml b/core/resources/src/commonMain/composeResources/values-bg/strings.xml
index f3e14058a1..489f01cec1 100644
--- a/core/resources/src/commonMain/composeResources/values-bg/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-bg/strings.xml
@@ -721,6 +721,7 @@
Цел %1$d
Добавяне на цел
Канал
+ По подразбиране
Премахване на целта
Местоположение на mesh карта
Активира синята точка за местоположение на телефона ви в mesh карта.
diff --git a/core/resources/src/commonMain/composeResources/values-cs/strings.xml b/core/resources/src/commonMain/composeResources/values-cs/strings.xml
index 6fe4a3e6e4..82279861d1 100644
--- a/core/resources/src/commonMain/composeResources/values-cs/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-cs/strings.xml
@@ -974,6 +974,7 @@
Cíl: %1$d
Přidat cíl
Kanál
+ Výchozí
Cíle vysílání
Poloha v mesh mapě
Zobrazí modrou tečku polohy vašeho telefonu v mesh mapě.
diff --git a/core/resources/src/commonMain/composeResources/values-de/strings.xml b/core/resources/src/commonMain/composeResources/values-de/strings.xml
index 5512d8d3a8..89f81a8254 100644
--- a/core/resources/src/commonMain/composeResources/values-de/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-de/strings.xml
@@ -916,6 +916,7 @@
Ziel %1$d
Ziel hinzufügen
Kanal
+ Standardwert
Ziel entfernen
Netzwerk Kartenstandort
Aktiviert den blauen Punkt für Ihr Telefon in der Netzwerkkarte.
diff --git a/core/resources/src/commonMain/composeResources/values-es/strings.xml b/core/resources/src/commonMain/composeResources/values-es/strings.xml
index 2ca4fa4bfe..0b6afee041 100644
--- a/core/resources/src/commonMain/composeResources/values-es/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-es/strings.xml
@@ -498,6 +498,7 @@ Estos datos de ubicación pueden ser utilizados para fines como aparecer en un m
Ninguna
Región
Canal
+ Por defecto
Habilita el punto de posición azul para tu teléfono en el mapa de la malla.
Meshtastic
diff --git a/core/resources/src/commonMain/composeResources/values-et/strings.xml b/core/resources/src/commonMain/composeResources/values-et/strings.xml
index d4f68cf9c9..ab74447acf 100644
--- a/core/resources/src/commonMain/composeResources/values-et/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-et/strings.xml
@@ -1094,6 +1094,7 @@
Sihtmärk %1$d
Lisa sihtmärk
Kanal
+ Vaikimisi
Eemalda sihtmärk
Levita sihtmärke
Meshtastic kaardi asukoht
diff --git a/core/resources/src/commonMain/composeResources/values-fi/strings.xml b/core/resources/src/commonMain/composeResources/values-fi/strings.xml
index 2b338ba3c5..af13210b55 100644
--- a/core/resources/src/commonMain/composeResources/values-fi/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-fi/strings.xml
@@ -1126,6 +1126,7 @@
Kohde %1$d
Lisää kohde
Kanava
+ Oletus
Poista kohde
Lähetyksen kohteet
Meshtastic kartan sijainti
diff --git a/core/resources/src/commonMain/composeResources/values-fr/strings.xml b/core/resources/src/commonMain/composeResources/values-fr/strings.xml
index aac1fd6675..6b5fde4c4f 100644
--- a/core/resources/src/commonMain/composeResources/values-fr/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-fr/strings.xml
@@ -19,6 +19,7 @@
%1$s: %2$s
Message de %1$s: %2$s
+ batterie : %1$d%
À %1$s
favori
À %1$d sauts
@@ -135,6 +136,7 @@
Adresse I2C de la batterie INA_2XX
Appareils Bluetooth
Seuil BLE RSSI (par défaut -80)
+ La recherche Bluetooth nécessite également des services de localisation activés pour cette version d'Android. Votre position n'est pas utilisée.
Bleu
Bluetooth
@@ -147,6 +149,14 @@
Découverte
Trouvez et identifiez les dispositifs Meshtastic autour de vous.
Bluetooth
+ L'accès aux appareils à proximité est désactivé et Android ne le demandera plus. Activez-le dans les paramètres de l'application pour vous connecter via le Bluetooth, ou bien connectez-vous via Wi-Fi ou USB.
+ L'autorisation de localisation est désactivée et Android ne la demandera plus. Activez-la dans les paramètres de l'application vous rechercher des appareils Bluetooth ou bien connectez-vous via Wi-Fi ou USB.
+ L'accès aux appareils à proximité est désactivé et Android ne le demandera plus. Activez-le dans les paramètres de l'application pour rechercher et vous connecter via Bluetooth.
+ L'autorisation de localisation est désactivée et Android ne la demandera plus. Activez-la dans les paramètres de l'application pour rechercher et vous connecter via Bluetooth.
+ Sans accès aux appareils à proximité, Meshtastic ne peut pas trouver ou se connecter à votre radio via Bluetooth. Vous pouvez toujours vous connecter via Wi-Fi ou USB.
+ Sans autorisation de localisation, Android bloque la recherche Bluetooth, Meshtastic ne peut donc pas trouver votre radio. Vous pouvez toujours vous connecter via Wi-Fi ou USB.
+ Meshtastic a besoin de l'accès aux périphériques à proximité pour trouver votre radio et se connecter à celle-ci. Il est utilisé seulement pour parler à vos propres appareils, jamais pour vous localiser. Sans cela, le Bluetooth est indisponible — le Wi-Fi et l'USB fonctionnent toujours.
+ Meshtastic a besoin d'une autorisation de localisation car cette version d'Android traite la recherche Bluetooth comme une capacité de localisation. Votre position n'est jamais lue ou partagée pour cela. Sans elle, le Bluetooth n'est pas disponible — le Wi-Fi et l'USB fonctionnent toujours.
Les services de localisation sont désactivés. Activez-les pour rechercher les appareils à proximité.
L'analyse Bluetooth nécessite une autorisation. Autorisez les périphériques à proximité (ou la localisation) pour trouver des périphériques.
L'analyse Bluetooth n'a pas pu démarrer. Essayez à nouveau, ou activez/désactivez Bluetooth si le problème continue.
@@ -157,12 +167,19 @@
Titre en gras
L'appairage a échoué. Accorder les autorisations de l'appareil à proximité et essayer à nouveau.
L'appairage n'a pas abouti. Veuillez réessayer.
+ L'autorisation d'accès aux appareils à proximité est désactivée, votre radio ne peut donc pas être atteinte en Bluetooth. Appuyez pour l'allumer.
+ Meshtastic ne peut pas se reconnecter
Réglages
Intervalle de diffusion
GPIO du bouton
GPIO du buzzer
+
+ - Réduire ceci supprimera définitivement l'historique pour %1$d appareil.
+ - Réduire ceci supprimera définitivement l'historique pour %1$d appareils.
+
Calcul en cours…
Indicatif d'appel
+ Votre indicatif de radio amateur, jusqu'à 7 caractères
Autorisation de la caméra
Autoriser l'accès à l'appareil photo pour scanner les codes QR.
La caméra n'a pas pu démarrer. Essayez à nouveau, ou fermez le scanner et rouvrez-le.
@@ -219,6 +236,7 @@
Nettoyer uniquement les nœuds inconnus
Effacer
+ Ceci supprimera définitivement les données GPS de ce nœud. Cette action est irréversible.
Effacer la sélection
Effacer le fuseau horaire
Notification client
@@ -270,6 +288,7 @@
La région où vous allez utiliser vos radios.
Activer Ethernet désactivera la connexion Bluetooth à l'application. Les connexions de nœuds via TCP ne sont pas disponibles sur les appareils Apple.
Activer les paquets de diffusion via UDP sur le réseau local.
+ Activer le Wi-Fi désactivera la connexion Bluetooth à l'application.
L'intervalle maximum qui peut s'écouler sans qu'un nœud diffuse une position.
Distance minimale en mètres pour considérer une diffusion de position intelligente.
Intervalle minimum auquel les mises à jour de position seront envoyées si la distance minimale est respectée.
@@ -344,6 +363,7 @@
Désactiver pour passer l'écriture des journaux de maillage sur le disque
Stocker les journaux de maillage
Journal de l'application
+ Paquets
Un lien demande à cette application de se connecter à l'appareil %1$s. Ne continuez que si vous avez confiance en l'origine du lien.
Se connecter à cet appareil ?
Un lien demande à cette application de se déconnecter de votre appareil. Continuez uniquement si vous faites confiance à l'origine du lien.
@@ -449,16 +469,23 @@
Aucun préréglage sélectionné
Appareil non connecté
Analyse
+ Paquets invalides
Utilisation du canal
Date
Direct
+ Paquets en double
Taux d'erreur
+ Maillage
Messages
Nœuds en ligne / Total
+ Paquets RX
+ Paquets TX
Sélectionné
Aperçu de la session
Statut
Taux de réussite
+ Messages totaux
+ Total de nœuds uniques
Nœuds uniques
Non sélectionné
Arrêter le scan
@@ -909,6 +936,7 @@
Aucun
Région
Canal
+ Par défaut
Emplacement de la carte de maillage
Active le point de localisation bleu de votre téléphone sur la carte de maillage.
diff --git a/core/resources/src/commonMain/composeResources/values-hr/strings.xml b/core/resources/src/commonMain/composeResources/values-hr/strings.xml
index 2a7734d2f4..f7140aeb12 100644
--- a/core/resources/src/commonMain/composeResources/values-hr/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-hr/strings.xml
@@ -136,6 +136,7 @@
Regija
Kanal
+ Zadano
Meshtastic
Meshtastic
diff --git a/core/resources/src/commonMain/composeResources/values-hu/strings.xml b/core/resources/src/commonMain/composeResources/values-hu/strings.xml
index 35df46d144..657b701345 100644
--- a/core/resources/src/commonMain/composeResources/values-hu/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-hu/strings.xml
@@ -486,6 +486,7 @@
Semmi
Régió
Csatorna
+ Alapértelmezett
Mesh-térkép helyzet
Engedélyezi a telefon kék helyjelölőjét a mesh térképen.
diff --git a/core/resources/src/commonMain/composeResources/values-it/strings.xml b/core/resources/src/commonMain/composeResources/values-it/strings.xml
index debe122725..08ca651dd8 100644
--- a/core/resources/src/commonMain/composeResources/values-it/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-it/strings.xml
@@ -1011,6 +1011,7 @@
Destinazione %1$d
Aggiungi destinazione
Canale
+ Predefinito
Rimuovi destinazione
Destinazioni della trasmissione
Posizione sulla mappa della Mesh
diff --git a/core/resources/src/commonMain/composeResources/values-ja/strings.xml b/core/resources/src/commonMain/composeResources/values-ja/strings.xml
index 8994485a16..1f1effa441 100644
--- a/core/resources/src/commonMain/composeResources/values-ja/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-ja/strings.xml
@@ -1003,6 +1003,7 @@
ターゲット %1$d
ターゲットを追加
チャンネル
+ デフォルト
ターゲットを削除
発信ターゲット
メッシュマップの位置情報
diff --git a/core/resources/src/commonMain/composeResources/values-ko/strings.xml b/core/resources/src/commonMain/composeResources/values-ko/strings.xml
index 3f5fecc549..ed0bb9f2fe 100644
--- a/core/resources/src/commonMain/composeResources/values-ko/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-ko/strings.xml
@@ -320,6 +320,7 @@
없음
지역
채널
+ 기본값
Meshtastic
경고 알림
diff --git a/core/resources/src/commonMain/composeResources/values-nl/strings.xml b/core/resources/src/commonMain/composeResources/values-nl/strings.xml
index bcbde39a09..05996e9c28 100644
--- a/core/resources/src/commonMain/composeResources/values-nl/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-nl/strings.xml
@@ -254,6 +254,7 @@
Geen
Regio
Kanaal
+ Standaard
Waarschuwingsmeldingen
Batterij bijna leeg
diff --git a/core/resources/src/commonMain/composeResources/values-pl/strings.xml b/core/resources/src/commonMain/composeResources/values-pl/strings.xml
index 2dc9075c58..5ad6bc194b 100644
--- a/core/resources/src/commonMain/composeResources/values-pl/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-pl/strings.xml
@@ -466,6 +466,7 @@
Brak
Region
Kanał
+ Domyślny
Meshtastic
Powiadomienia alertowe
diff --git a/core/resources/src/commonMain/composeResources/values-pt-rBR/strings.xml b/core/resources/src/commonMain/composeResources/values-pt-rBR/strings.xml
index 804a061fbc..6e8f731de9 100644
--- a/core/resources/src/commonMain/composeResources/values-pt-rBR/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-pt-rBR/strings.xml
@@ -421,6 +421,7 @@
Nenhum
Região
Canal
+ Padrão
Mapa de Localização da Malha
Permite o ponto de localização azul para o seu telefone no mapa da malha.
diff --git a/core/resources/src/commonMain/composeResources/values-pt/strings.xml b/core/resources/src/commonMain/composeResources/values-pt/strings.xml
index f443c44919..17eac2a38d 100644
--- a/core/resources/src/commonMain/composeResources/values-pt/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-pt/strings.xml
@@ -311,6 +311,7 @@
Nenhum
Região
Canal
+ Predefinição
Nome do nó de alternativo
Notificações de alerta
diff --git a/core/resources/src/commonMain/composeResources/values-ro/strings.xml b/core/resources/src/commonMain/composeResources/values-ro/strings.xml
index b5059566c6..845dd42e26 100644
--- a/core/resources/src/commonMain/composeResources/values-ro/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-ro/strings.xml
@@ -642,6 +642,7 @@
Niciunul
Regiune
Canal
+ Prestabilit
Locație hartă plasa
Activează punctul albastru pentru telefon în harta plasei.
diff --git a/core/resources/src/commonMain/composeResources/values-ru/strings.xml b/core/resources/src/commonMain/composeResources/values-ru/strings.xml
index 28955a1d8d..86f6014512 100644
--- a/core/resources/src/commonMain/composeResources/values-ru/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-ru/strings.xml
@@ -1099,6 +1099,7 @@
Цель %1$d
Добавить цель
Канал
+ По умолчанию
Удалить цель
Цели передачи
Карта расположения нод
diff --git a/core/resources/src/commonMain/composeResources/values-sk/strings.xml b/core/resources/src/commonMain/composeResources/values-sk/strings.xml
index 5ee3ad0223..5f8950c75f 100644
--- a/core/resources/src/commonMain/composeResources/values-sk/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-sk/strings.xml
@@ -264,6 +264,7 @@
Žiadny
Región
Kanál
+ Predvolené
Meshtastic
Notifikácie upozornení
diff --git a/core/resources/src/commonMain/composeResources/values-sr/strings.xml b/core/resources/src/commonMain/composeResources/values-sr/strings.xml
index fcac5da628..c2bd291c74 100644
--- a/core/resources/src/commonMain/composeResources/values-sr/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-sr/strings.xml
@@ -283,6 +283,7 @@
Bez
Регион
Kanal
+ Подразумевано
Обавештења о упозорењима
Нотификације о ниском нивоу батерије
diff --git a/core/resources/src/commonMain/composeResources/values-srp/strings.xml b/core/resources/src/commonMain/composeResources/values-srp/strings.xml
index 2fbf5870cb..7e9cb03a4e 100644
--- a/core/resources/src/commonMain/composeResources/values-srp/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-srp/strings.xml
@@ -283,6 +283,7 @@
Ништа
Регион
Канал
+ Подразумевано
Обавештења о упозорењима
Нотификације о ниском нивоу батерије
diff --git a/core/resources/src/commonMain/composeResources/values-sv/strings.xml b/core/resources/src/commonMain/composeResources/values-sv/strings.xml
index d6ea168643..96da34df96 100644
--- a/core/resources/src/commonMain/composeResources/values-sv/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-sv/strings.xml
@@ -729,6 +729,7 @@
Ingen
Region
Kanal
+ Förvald
Mesh Map plats
Aktiverar den blå platspunkten för telefonen i mesh-kartan.
diff --git a/core/resources/src/commonMain/composeResources/values-tr/strings.xml b/core/resources/src/commonMain/composeResources/values-tr/strings.xml
index 302747158f..19d8d64d16 100644
--- a/core/resources/src/commonMain/composeResources/values-tr/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-tr/strings.xml
@@ -334,6 +334,7 @@
Yok
Bölge
Kanal
+ Varsayılan
Mesh Harita Konumu
Telefonunuz için mesh haritasında mavi konum noktasını etkinleştirir.
diff --git a/core/resources/src/commonMain/composeResources/values-uk/strings.xml b/core/resources/src/commonMain/composeResources/values-uk/strings.xml
index cd4f931545..2486d7a820 100644
--- a/core/resources/src/commonMain/composeResources/values-uk/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-uk/strings.xml
@@ -706,6 +706,7 @@
Жоден
Регіон
Канал
+ За замовчуванням
Meshtastic
Сповіщення про тривоги
diff --git a/core/resources/src/commonMain/composeResources/values-zh-rCN/strings.xml b/core/resources/src/commonMain/composeResources/values-zh-rCN/strings.xml
index ce7bdb9cd3..743dd72aa0 100644
--- a/core/resources/src/commonMain/composeResources/values-zh-rCN/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-zh-rCN/strings.xml
@@ -1018,6 +1018,7 @@
目标节点 %1$d
添加目标
频道
+ 默认
取消目标
广播目标
网格地图位置
diff --git a/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml b/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml
index 422ba51d4f..a827447ba2 100644
--- a/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml
+++ b/core/resources/src/commonMain/composeResources/values-zh-rTW/strings.xml
@@ -745,6 +745,7 @@
無
地區
頻道
+ 默認
Mesh Map 地圖位置
在 Mesh 地圖上,為您的手機啟用藍色的定位點。