diff --git a/app/src/main/assets/firmware_releases.json b/app/src/main/assets/firmware_releases.json
index 3a8609d4d..e4f4604eb 100644
--- a/app/src/main/assets/firmware_releases.json
+++ b/app/src/main/assets/firmware_releases.json
@@ -24,6 +24,13 @@
}
],
"alpha": [
+ {
+ "id": "v2.7.16.a597230",
+ "title": "Meshtastic Firmware 2.7.16.a597230 Alpha",
+ "page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.7.16.a597230",
+ "zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.7.16.a597230/firmware-esp32-2.7.16.a597230.zip",
+ "release_notes": "## đ What's Changed\r\n* Bugfix: Don't toggle BLE when choosing active state by @jp-bennett in https://github.com/meshtastic/firmware/pull/8579\r\n* chore(deps): update meshtastic/device-ui digest to 28167c6 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8583\r\n* Only call stopNow if we're nagging by @thebentern in https://github.com/meshtastic/firmware/pull/8601\r\n* Clean up GPS toggle logging by @jp-bennett in https://github.com/meshtastic/firmware/pull/8629\r\n* Reset the calibration data back to 0 when doing a compass calibration by @jp-bennett in https://github.com/meshtastic/firmware/pull/8648\r\n* chore(deps): update dorny/test-reporter action to v2.2.0 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8637\r\n* Fix RPM builds by @vidplace7 in https://github.com/meshtastic/firmware/pull/8659\r\n* Linux: Fix silly EPEL9 mistake by @vidplace7 in https://github.com/meshtastic/firmware/pull/8660\r\n* Fix ble rssi crash by @thebentern in https://github.com/meshtastic/firmware/pull/8661\r\n* Unify uptime formatting by @jasonbcox in https://github.com/meshtastic/firmware/pull/8677\r\n* chore(deps): update meshtastic-esp8266-oled-ssd1306 digest to 2887bf4 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8688\r\n* Actually respect wake_on_motion setting by @jp-bennett in https://github.com/meshtastic/firmware/pull/8690\r\n* Add a reset pulse signal to the OLED. by @Quency-D in https://github.com/meshtastic/firmware/pull/8691\r\n* Missed one by @thebentern in https://github.com/meshtastic/firmware/pull/8694\r\n* nrf52 watchdog (attempt #2) by @SebKuzminsky in https://github.com/meshtastic/firmware/pull/8670\r\n* Fix build when MESHTASTIC_EXCLUDE_PKI is defined by @jasonbcox in https://github.com/meshtastic/firmware/pull/8698\r\n* Fix MenuHandler when MESHTASTIC_EXCLUDE_PKI is defined by @jasonbcox in https://github.com/meshtastic/firmware/pull/8701\r\n* Update protobufs and classes by @github-actions[bot] in https://github.com/meshtastic/firmware/pull/8707\r\n* Add Thinknode M6 by @caveman99 in https://github.com/meshtastic/firmware/pull/8705\r\n* Update Kongduino-Adafruit_nRFCrypto digest to 8cde718 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8708\r\n* Update actions/checkout action to v6 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8695\r\n* Add WisMesh Tag OCV array by @Avi0n in https://github.com/meshtastic/firmware/pull/8646\r\n* R1 Neo - Added OCV_ARRAY from measured discharge curve testing + update ADC multiplier by @simon-muzi in https://github.com/meshtastic/firmware/pull/8716\r\n* Log error if startReceive fails in LR11x0Interface by @jp-bennett in https://github.com/meshtastic/firmware/pull/8718\r\n* Tweak OCV_ARRAY 100% voltage to take into account charger hysteresis and voltage sag after charge by @simon-muzi in https://github.com/meshtastic/firmware/pull/8720\r\n* Thinknode M3 support against master by @jp-bennett in https://github.com/meshtastic/firmware/pull/8630\r\n* M6 leds by @jp-bennett in https://github.com/meshtastic/firmware/pull/8742\r\n* Further fix compass calibration by @jp-bennett in https://github.com/meshtastic/firmware/pull/8740\r\n* More quickly hide \"Shutting Down\" to prevent it showing on Eink sleep screen by @Xaositek in https://github.com/meshtastic/firmware/pull/8749\r\n* Prevent double-registering of Rotary Encoder on TLora Pager by @thebentern in https://github.com/meshtastic/firmware/pull/8746\r\n* 3401 fix by @caveman99 in https://github.com/meshtastic/firmware/pull/8755\r\n* Add support for muzi-base by @jp-bennett in https://github.com/meshtastic/firmware/pull/8753\r\n* Add requestFocus() in CannedMessages by @jp-bennett in https://github.com/meshtastic/firmware/pull/8770\r\n* Update Sensirion Core to v0.7.2 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8551\r\n* Update INA226 to v0.6.5 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8645\r\n* Update NonBlockingRTTTL to v1.4.0 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8541\r\n* Update platformio/ststm32 to v19.4.0 by @renovate[bot] in https://github.com/meshtastic/firmware/pull/8433\r\n* adding support for the ST7796 + creating a new variant of the T-beam by @Nasimovy in https://github.com/meshtastic/firmware/pull/6575\r\n* Correct vertical alignment for Muzi_Base on On Screen Keyboard by @Xaositek in https://github.com/meshtastic/firmware/pull/8774\r\n\r\n## New Contributors\r\n* @Avi0n made their first contribution in https://github.com/meshtastic/firmware/pull/8646\r\n* @simon-muzi made their first contribution in https://github.com/meshtastic/firmware/pull/8716\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.7.15.567b8ea...v2.7.16.a597230"
+ },
{
"id": "v2.7.15.567b8ea",
"title": "Meshtastic Firmware 2.7.15.567b8ea Alpha",
@@ -177,13 +184,6 @@
"page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.6.1.7c3edde",
"zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.6.1.7c3edde/firmware-esp32-2.6.1.7c3edde.zip",
"release_notes": "> [!CAUTION] \r\n> Updating from a previous version of firmware to 2.6, **will wipe** your device. Please remember to [backup your keys](https://meshtastic.org/docs/configuration/radio/security/#security-keys---backup-and-restore) and important [configurations](https://meshtastic.org/docs/software/python/cli/usage/#export-device-config-with---export-config) before proceeding!\r\n\r\n\r\n\r\n## đ Enhancements\r\n\r\n### [Big 2.6 changes!](https://meshtastic.org/blog/meshtastic-2-6-preview/)\r\n- Meshtastic UI\r\n- Next-hop Routing Protocol for DMs\r\n- Optimized LoRa Slot-Time Calculation\r\n- InkHUD\r\n- Meshtastic over LAN (ESP32 Wifi UDP experimental support)\r\n- Improved Device State File Management\r\n- Add rain data from ws85 by @tavdog in https://github.com/meshtastic/firmware/pull/6242\r\n- Add some minor additional options to userPrefs.jsonc by @karchf in https://github.com/meshtastic/firmware/pull/6137\r\n- Switch pio_deps to `native-tft` for flatpak by @vidplace7 in https://github.com/meshtastic/firmware/pull/6187\r\n- Only request NodeInfo/Position from everyone on fresh install by @GUVWAF in https://github.com/meshtastic/firmware/pull/6184\r\n- Create lora-starter-edition-sx1262-i2c.yaml and lora-ws-raspberry-pi-pico-to-rpi-adapter.yaml by @markbirss in https://github.com/meshtastic/firmware/pull/6162\r\n- Create lora-raxda-rock2f-starter-edition-hat.yaml by @markbirss in https://github.com/meshtastic/firmware/pull/6192\r\n- Enable external (UART) GPS support on Seeed WM1110 tracker dev board by @thebentern in https://github.com/meshtastic/firmware/pull/6189\r\n- Changes for 2.6 device_install by @gjelsoe in https://github.com/meshtastic/firmware/pull/6206\r\n- Consume device-ui as a pio library by @vidplace7 in https://github.com/meshtastic/firmware/pull/6193\r\n- Add support for seeed_xiao_nrf52840_kit by @Dylanliacc in https://github.com/meshtastic/firmware/pull/6231\r\n- Environment: add DPS310 high-accuracy barometer by @cdanis in https://github.com/meshtastic/firmware/pull/6237\r\n- Update platformio.ini for 4.2 and 2.9 CrowPanel ESP32-S3 epaper and point GxEPD2 to meshtastic branch by @markbirss in https://github.com/meshtastic/firmware/pull/6245\r\n- Ebyte E77 (STM32) DevKit support by @vidplace7 in https://github.com/meshtastic/firmware/pull/6255\r\n- Add detection support for LTR390UV Sensor by @fifieldt in https://github.com/meshtastic/firmware/pull/6009\r\n- NodeInfo request: don't bother if too far away by @cdanis in https://github.com/meshtastic/firmware/pull/6260\r\n- MUI: exFat support for SD by @mverch67 in https://github.com/meshtastic/firmware/pull/6279\r\n\r\n## đ Bug fixes and maintenance\r\n- Fix trunk debt by @vidplace7 in https://github.com/meshtastic/firmware/pull/6149\r\n- Cast user pref strings. by @Mictronics in https://github.com/meshtastic/firmware/pull/6123\r\n- More trunk junk / remove old workflows by @vidplace7 in https://github.com/meshtastic/firmware/pull/6153\r\n- DevContainers: Include meshtasticd dependencies by @rickmark in https://github.com/meshtastic/firmware/pull/5699\r\n- RAK11310: Update to last building platform package and possibly fix for #5361 by @Mictronics in https://github.com/meshtastic/firmware/pull/6202\r\n- RAK11310 support for RAK12002 RTC added. by @Mictronics in https://github.com/meshtastic/firmware/pull/6210\r\n- Only call GPS Probe commands once per family by @fifieldt in https://github.com/meshtastic/firmware/pull/6114\r\n- Enable GPS functionality for RAK4631_eth_gw variant by @mandreko in https://github.com/meshtastic/firmware/pull/6229\r\n- RAK11310 Fix build with latest Arduino framework by @Mictronics in https://github.com/meshtastic/firmware/pull/6227\r\n- EBYTE E22-400Mxx SX126X_DIO3_TCXO_VOLTAGE fix by @Andrik45719 in https://github.com/meshtastic/firmware/pull/6232\r\n- InkHUD refactoring by @todd-herbert in https://github.com/meshtastic/firmware/pull/6216\r\n- Add initial support for CrowPanel ESP32 5.79â E-paper HMI by @markbirss in https://github.com/meshtastic/firmware/pull/6233\r\n- [Task]: 2.6 device-install scripts by @ThatKalle in https://github.com/meshtastic/firmware/pull/6248\r\n- I2C: 0x45 can also be an SHT35, not just an OPT3001 by @cdanis in https://github.com/meshtastic/firmware/pull/6249\r\n- Flag semgrep to not run on self-hosted by @fifieldt in https://github.com/meshtastic/firmware/pull/6256\r\n- PlatformIO: Bump ArduinoThread / device-ui versions by @vidplace7 in https://github.com/meshtastic/firmware/pull/6271-\r\n- Fix excluded_modules metadata with InkHUD by @todd-herbert in https://github.com/meshtastic/firmware/pull/6272\r\n- Update device-install scripts by @ThatKalle in https://github.com/meshtastic/firmware/pull/6267\r\n\r\n## New Contributors\r\n- @karchf made their first contribution in https://github.com/meshtastic/firmware/pull/6137\r\n- @rickmark made their first contribution in https://github.com/meshtastic/firmware/pull/5699\r\n- @mandreko made their first contribution in https://github.com/meshtastic/firmware/pull/6229\r\n- @cdanis made their first contribution in https://github.com/meshtastic/firmware/pull/6237\r\n- @Andrik45719 made their first contribution in https://github.com/meshtastic/firmware/pull/6232\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.5.23.bf958ed...v2.6.1.7c3edde"
- },
- {
- "id": "v2.6.0.f7afa9a",
- "title": "Meshtastic Firmware 2.6.0.f7afa9a Technical Preview",
- "page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.6.0.f7afa9a",
- "zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.6.0.f7afa9a/firmware-esp32-2.6.0.f7afa9a.zip",
- "release_notes": "## [Meshtastic 2.6 Preview: MUI and Next-Hop Routing are here!](https://meshtastic.org/blog/meshtastic-2-6-preview/)\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.5.23.bf958ed...v2.6.0.f7afa9a"
}
]
},
diff --git a/core/strings/src/commonMain/composeResources/values-cs/strings.xml b/core/strings/src/commonMain/composeResources/values-cs/strings.xml
index 94f7662ed..753a670fe 100644
--- a/core/strings/src/commonMain/composeResources/values-cs/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-cs/strings.xml
@@ -21,6 +21,7 @@
vyÄistit filtr uzlĆŻ
Filtrovat podle
VÄetnÄ neznĂĄmĂœch
+ VylouÄit infrastrukturu
SkrĂœt offline uzly
Zobrazit jen pĆĂmĂ© uzly
ProhlĂĆŸĂte ignorovanĂ© uzly,\nStisknÄte pro nĂĄvrat do seznamu uzlĆŻ.
@@ -35,6 +36,7 @@
pĆes MQTT
pĆes MQTT
OblĂbenĂ©
+ Zobrazit jen ignorované uzly
NeznĂĄmĂœ
ÄekĂĄ na potvrzenĂ
Ve frontÄ k odeslĂĄnĂ
@@ -226,6 +228,7 @@
Bluetooth je zakĂĄzĂĄno. ProsĂm povolte jej v nastavenĂ zaĆĂzenĂ.
OtevĆĂt nastavenĂ
Verze firmware: %1$s
+ Meshtastic potĆebuje mĂt povoleno oprĂĄvnÄnĂ âBlĂzkĂĄ zaĆĂzenĂâ, aby mohl vyhledĂĄvat a pĆipojovat zaĆĂzenĂ pĆes Bluetooth. KdyĆŸ jej nepouĆŸĂvĂĄte, mĆŻĆŸete jej vypnout.
PĆĂmĂĄ zprĂĄva
Reset NodeDB
DoruÄeno
@@ -651,6 +654,7 @@
Moduly odemÄeny
Moduly jsou jiĆŸ odemÄeny
VzdĂĄlenĂœ
+ (%1$d online / %2$d zobrazeno / %3$d celkem)
OdpovÄdÄt
Odpojit
SkenovĂĄnĂ zaĆĂzenĂ BluetoothâŠ
@@ -700,6 +704,7 @@
SpĂĄrovanĂĄ zaĆĂzenĂ
DostupnĂĄ zaĆĂzenĂ
PĆipojenĂĄ zaĆĂzenĂ
+ Zobrazit vydĂĄnĂ
StĂĄhnout
AktuĂĄlnÄ instalovĂĄno
PoslednĂ stabilnĂ
@@ -762,10 +767,13 @@
ĆœĂĄdnĂ© vlastnĂ zdroje dlaĆŸdic
Upravit vlastnĂ zdroj dlaĆŸdic
Odstranit vlastnĂ zdroj dlaĆŸdic
+ bod trasy
Aplikace
Verze
SdĂlenĂ polohy
PravidelnĂ© vysĂlĂĄnĂ polohy
+ ZprĂĄvy z mesh sĂtÄ budou odesĂlĂĄny do veĆejnĂ©ho internetu prostĆednictvĂm libovolnĂ©ho uzlu, kterĂœ mĂĄ nakonfigurovanou brĂĄnu.
+ ZprĂĄvy z veĆejnĂ© internetovĂ© brĂĄny jsou pĆedĂĄvĂĄny do mĂstnĂ mesh sĂtÄ. KvĆŻli politice nulovĂ©ho poÄtu skokĆŻ se provoz z vĂœchozĂho MQTT serveru nebude ĆĄĂĆit dĂĄl neĆŸ do tohoto zaĆĂzenĂ.
VypnutĂ odesĂlĂĄnĂ polohy na primĂĄrnĂm kanĂĄlu umoĆŸnĂ pravidelnĂ© vysĂlĂĄnĂ polohy na prvnĂm sekundĂĄrnĂm kanĂĄlu, kde je odesĂlĂĄnĂ polohy povoleno. V opaÄnĂ©m pĆĂpadÄ je nutnĂ© polohu vyĆŸĂĄdat ruÄnÄ.
NastavenĂ zaĆĂzenĂ
"[VzdĂĄlenĂœ] %1$s"
@@ -781,9 +789,42 @@
Nastavenà systému
ĆœĂĄdnĂ© statistiky k dispozici
ShromaĆŸÄujeme analytickĂĄ data, kterĂĄ nĂĄm pomĂĄhajĂ vylepĆĄovat aplikaci pro Android (dÄkujeme). ZĂskĂĄvĂĄme anonymizovanĂ© informace o chovĂĄnĂ uĆŸivatelĆŻ, napĆĂklad hlĂĄĆĄenĂ o pĂĄdech aplikace, pouĆŸĂvĂĄnĂ jednotlivĂœch obrazovek apod.
+ Nenastaveno â 0
PĆeposlĂĄno uzlem: %1$s
Chcete zachovat oblĂbenĂ© poloĆŸky?
+ USB zaĆĂzenĂ
+ Aktualizace firmware
+ HledĂĄnĂ aktualizacĂ...
+ ZaĆĂzenĂ: %1$s
+ AktuĂĄlnĂ verze: %1$s
+ StabilnĂ
+ Alfa
Aktualizace softwaru
+ PoznĂĄmka: BÄhem aktualizace dojde doÄasnÄ k odpojenĂ vaĆĄeho zaĆĂzenĂ.
+ StahovĂĄnĂ firmware... %1$d%
+ Chyba: %1$s
+ Zkusit znovu
+ Aktualizace byla ĂșspÄĆĄnĂĄ!
+ Hotovo
+ SpouĆĄtÄnĂ DFU...
+ Aktualizuji... %1$s%
+ NeznĂĄmĂœ hardwarovĂœ model: %1$d
+ PĆipojenĂ© zaĆĂzenĂ nenĂ BLE zaĆĂzenĂ nebo adresa je neznĂĄmĂĄ (%1$s). DFU vyĆŸaduje BLE.
+ NenĂ pĆipojeno ĆŸĂĄdnĂ© zaĆĂzenĂ
+ Firmware pro %1$s nebyl ve vydĂĄnĂ nalezen.
+ Extrahuji firmware...
+ Odpojuji zaĆĂzenĂ pro spuĆĄtÄnĂ DFU sluĆŸby...
Aktualizace selhala
+ Chvilku strpenĂ, pracujeme na tom...
+ UdrĆŸujte svĂ© zaĆĂzenĂ v blĂzkosti telefonu.
+ NezavĂrejte aplikaci.
+ UĆŸ to bude...
+ MĆŻĆŸe to chvĂli trvat...
+ Vybrat soubor
+ NeznĂĄmĂĄ vzdĂĄlenĂĄ verze
+ UpozornÄnĂ aktualizace
+ ChystĂĄte se nahrĂĄt do zaĆĂzenĂ novĂœ firmware. Tento proces s sebou nese urÄitĂĄ rizika.\n\nâą UjistÄte se, ĆŸe je zaĆĂzenĂ nabitĂ©.\nâą UdrĆŸujte zaĆĂzenĂ blĂzko telefonu.\nâą BÄhem aktualizace neukonÄujte aplikaci.\n\nOvÄĆte, zda jste vybrali sprĂĄvnĂœ firmware pro vĂĄĆĄ hardware.
+ âChirpy ĆĂkĂĄ: \"ĆœebĆĂk mÄj vĆŸdycky po ruce!ââ
+
diff --git a/core/strings/src/commonMain/composeResources/values-de/strings.xml b/core/strings/src/commonMain/composeResources/values-de/strings.xml
index 6eba141f0..547ab073a 100644
--- a/core/strings/src/commonMain/composeResources/values-de/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-de/strings.xml
@@ -502,7 +502,7 @@
Kompass Norden oben
Bildschirm spiegeln
Anzeigeeinheiten
- OLEAD Typ
+ OLED Typ
Anzeigemodus
Immer nach Norden zeigen
Fette Ăberschrift
@@ -526,6 +526,7 @@
Ausgabedauer (GPIO)
Nervige Verzögerung (Sekunden)
Klingelton
+ Wiedergabe
I2S als Buzzer verwenden
LoRa
Optionen
@@ -747,6 +748,7 @@
Entsperrte Module
Module sind bereits freigeschaltet
Entfernt
+ (%1$d online / %2$d angezeigt / %3$d gesamt)
Reagieren
Verbindung trennen
Suche nach Bluetooth GerĂ€tenâŠ
@@ -790,6 +792,8 @@
Aktuellen Status anzeigen
Tastatur ausblenden
Möchten Sie diesen Knoten wirklich löschen?
+ Verbindung löschen
+ Sind Sie sicher, dass Sie diese Verbindung löschen möchten?
Antworten auf %1$s
Antwort abbrechen
Nachricht löschen?
@@ -910,12 +914,44 @@
Weitere Informationen finden Sie in unserer Datenschutzrichtlinie.
Nicht gesetzt - 0
Weitergeleitet von: %1$s
+
+ - Höre %1$d Relais
+ - Höre %1$d Relais
+
Favoriten beibehalten?
USB GerÀte
+ Firmware Aktualisierung
+ Auf Aktualisierungen ĂŒberprĂŒfen...
+ GerÀt: %1$s
+ Neueste Version: %1$s
+ Stabil
+ Alpha
Firmware aktualisieren
+ Hinweis: wÀhrend der Aktualisierung wird das GerÀt zeitweise getrennt.
+ Firmware herunterladen... %1$d%
+ Fehler: %1$s
Erneut versuchen
+ Aktualisierung erfolgreich!
Fertig
+ DFU wird gestartet...
+ Aktualisierung... %1$s%
+ Unbekanntes Hardware Modell: %1$d
+ Das verbundene GerÀt ist kein BLE GerÀt oder die Adresse ist unbekannt (%1$s). DFU benötigt BLE.
Kein GerÀt verbunden
+ Firmware fĂŒr %1$s in der Release Version nicht gefunden.
+ Extrahiere Firmware...
+ Trennen um DFU Dienst zu starten...
Aktualisierung fehlgeschlagen
+ Bitte warten, wir arbeiten daran...
+ Halten Sie Ihr GerÀt in die NÀhe Ihres Telefons.
+ App nicht schlieĂen.
+ Fast fertig...
+ Dies könnte einige Minuten dauern...
+ Lokale Datei auswÀhlen
+ Unbekannte Version
+ Aktualisierungswarnung
+ Sie sind im Begriff, eine neue Firmware auf Ihr GerĂ€t zu flashen. Dieser Vorgang birgt Risiken.\n\nâą Stellen Sie sicher, dass Ihr GerĂ€t aufgeladen ist.\nâą Halten Sie das GerĂ€t in der NĂ€he Ihres Telefons.\nâą SchlieĂen Sie die App wĂ€hrend des Updates nicht.\n\nVergewissern Sie sich, dass Sie die richtige Firmware fĂŒr Ihre Hardware ausgewĂ€hlt haben.
+ Chirpy sagt: âHalten Sie Ihre Leiter griffbereit!â
+ Chirpy
diff --git a/core/strings/src/commonMain/composeResources/values-et/strings.xml b/core/strings/src/commonMain/composeResources/values-et/strings.xml
index 6294159e1..6e22b2ee8 100644
--- a/core/strings/src/commonMain/composeResources/values-et/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-et/strings.xml
@@ -526,6 +526,7 @@
VĂ€ljundi kestvus (millisekundit)
HÀire ajalÔpp (sekundit)
Helin
+ MĂ€ngi ette
Kasuta I2S summerina
LoRa
Valikud
@@ -747,6 +748,7 @@
Moodulid on lukustamata
Moodulid juba avatud
Kaugjuhtimine
+ (%1$d vÔrgus / %2$d nÀidatud / %3$d kokku)
Reageeri
Katkesta ĂŒhendus
Otsin sinihamba seadmeidâŠ
@@ -790,6 +792,8 @@
NĂ€ita hetke olukord
Loobu
Kas olete kindel, et soovite selle sÔlme kustutada?
+ Unusta ĂŒhendus
+ Kas oled kindel, et tahad selle ĂŒhenduse unustada?
Vasta kasutajale %1$s
TĂŒhista vastus
Kustuta sÔnum?
@@ -909,11 +913,45 @@
"AnalĂŒĂŒtika platvormid: "
Lisateabe saamiseks vaata privaatsuspoliitikat.
TĂŒhistatud - 0
- Edastab: %1$s
+ Vahendab: %1$s
+
+ - Kuulsin %1$d releed
+ - Kuuldi %1$d vahendajat
+
SĂ€ilita lemmikud?
USB seadmed
+ PĂŒsivara uuendus
+ Otsin uuendusi...
+ Seade: %1$s
+ Viimane vÀljalase: %1$s
+ Stabiilne
+ Alfa
VĂ€rskenda pĂŒsivara
+ MĂ€rkus. See katkestab ajutiselt teie seadme ĂŒhenduse vĂ€rskendamise ajal.
+ Laen pĂŒsivara... %1$d%
+ Viga: %1$s
+ Proovi uuesti
+ VÀrskendus Ônnestus!
Valmis
+ DFU kÀivitamine...
+ Uuendan... %1$s%
+ Tundmatu riistvaramudel: %1$d
+ Ăhendatud seade ei ole BLE-seade vĂ”i aadress on teadmata (%1$s). DFU nĂ”uab BLE-d.
+ Ăhtegi seadet pole ĂŒhendatud
+ %1$s pĂŒsivara ei leitud selles versioonis.
+ PĂŒsivara lahtipakkimine...
+ DFU teenuse kĂ€ivitamiseks katkestamine ĂŒhenduse...
VÀrskendus ebaÔnnestus
+ Pea vastu, me töötame selle kallal...
+ Hoidke seade telefoni lÀhedal.
+ Ăra sulge rakendust.
+ Kohe lÔpetan...
+ See vÔib vÔtta minuti...
+ Vali kohalik fail
+ Tundmatu vÀljalase
+ VĂ€rskenduse hoiatus
+ Oled paigaldamas oma seadmesse uut pĂŒsivara. See protsess on ohtlik.\n\nâą Veendu, et seade on laetud.\nâą Hoia seadet telefoni lĂ€hedal.\nâą Ăra sulge rakendust vĂ€rskendamise ajal.\n\nKontrolli, et oled oma riistvara jaoks valinud Ă”ige pĂŒsivara.
+ Chirpy ĂŒtleb: \"Hoia oma redel kĂ€epĂ€rast!\"
+ Chirpy
diff --git a/core/strings/src/commonMain/composeResources/values-fi/strings.xml b/core/strings/src/commonMain/composeResources/values-fi/strings.xml
index 72662d04f..89366f087 100644
--- a/core/strings/src/commonMain/composeResources/values-fi/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-fi/strings.xml
@@ -748,6 +748,7 @@
Lukitsemattomat moduulit
Moduulit ovat jo kÀytettÀvissÀ
EtÀyhteys
+ (%1$d yhdistetty / %2$d nÀhty / %3$d yhteensÀ)
Reagoi
Katkaise yhteys
EtsitÀÀn bluetooth-laitteitaâŠ
diff --git a/core/strings/src/commonMain/composeResources/values-fr/strings.xml b/core/strings/src/commonMain/composeResources/values-fr/strings.xml
index d21581592..a2d3f308e 100644
--- a/core/strings/src/commonMain/composeResources/values-fr/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-fr/strings.xml
@@ -49,7 +49,7 @@
Pas de canal
Paquet trop grand
Aucune réponse
- Mauvaise requĂȘte
+ Mauvaise requĂȘte
Limite du cycle de fonctionnement régional atteinte
Non Autorisé
Ăchec de l'envoi chiffrĂ©
@@ -81,17 +81,17 @@
Routeur avec retard
NĆud d'infrastructure qui retransmet toujours les paquets une fois mais seulement aprĂšs tous les autres modes, assurant une couverture supplĂ©mentaire pour les clusters locaux. Visible dans la liste des nĆuds.
Tout
- Rediffuser tout message observĂ©, s'il Ă©tait sur notre canal privĂ© ou Ă partir d'un autre maillage avec les mĂȘmes paramĂštres Lora.
+ Rediffuser tout message observĂ©, s'il Ă©tait sur notre canal privĂ© ou Ă partir d'un autre maillage avec les mĂȘmes paramĂštres LoRa.
Tout, saute le décodage
Identique au comportement de TOUS mais ignore le décodage des paquets et les rediffuse simplement. Uniquement disponible pour le rÎle Répéteur. Définir cela sur tout autre rÎle entraßnera le comportement de TOUS.
Local uniquement
- IgnorĂ© mesaj obsĂšve soti nan meshes etranje ki louvri oswa sa yo li pa ka dekripte. SĂšlman rebroadcast mesaj sou kanal prensipal / segondĂš lokal nĆud.
+ Ignore les messages observĂ©s Ă partir de maillages Ă©trangers qui sont ouverts ou ceux qu'il ne peut pas dĂ©chiffrer. Ne diffuse que le message sur les nĆuds des canaux primaires / secondaires.
Connus seulement
- Ignore les messages observĂ©s depuis des mailles distantes comme LOCAL SEULEMENT, mais va plus loin en ignorant Ă©galement les messages des nĆuds qui ne sont pas dĂ©jĂ dans la liste connue du nĆud.
+ Ignore les messages observĂ©s depuis des maillages distants comme LOCAL SEULEMENT, mais va plus loin en ignorant Ă©galement les messages des nĆuds qui ne sont pas dĂ©jĂ dans la liste connue du nĆud.
Aucun
Seulement autorisĂ© pour les rĂŽles SENSOR, TRACKER et TAK_TRACKER, cela empĂȘchera toutes les rediffusions, contrairement au rĂŽle CLIENT_MUTE.
Seulement les ports noyau
- Ignoré pakÚ soti nan portnum ki pa estanda tankou: TAK, RangeTest, PaxCounter, elatriye. SÚlman rebroadcast pakÚ ak portnum estanda: NodeInfo, TÚks, Pozisyon, Telemetri, ak Routing.
+ Ignore les paquets de portnums non standards tels que : TAK, RangeTest, PaxCounter, etc. Retransmet seulement les paquets avec des portnums standard : NodeInfo, Text, Position, Télémétrie et Routing.
Traiter un double appui sur les accéléromÚtres compatibles comme une pression de bouton utilisateur.
Envoyer une position sur le canal principal lorsque le bouton utilisateur est triple-cliqué.
ContrĂŽle la LED clignotante sur l'appareil. Pour la plupart des appareils cela contrĂŽlera une des 4 LED, celles du chargeur et du GPS ne sont pas contrĂŽlables.
@@ -109,7 +109,7 @@
Nécessite un accéléromÚtre sur votre appareil.
La rĂ©gion oĂč vous allez utiliser vos radios.
Préréglages de modem disponibles, la valeur par défaut est Long Fast.
- DĂ©finit le nombre maximum de sauts, la valeur par dĂ©faut est 3. L'augmentation des sauts augmente Ă©galement la congestion et devrait ĂȘtre utilisĂ©e avec prudence. Les messages \"broadcast\" Ă 0 saut ne recevront pas les ACKs.
+ DĂ©finit le nombre maximum de sauts, la valeur par dĂ©faut est 3. L'augmentation des sauts augmente Ă©galement la congestion et devrait ĂȘtre utilisĂ©e avec prudence. Les messages broadcast Ă 0 saut ne recevront pas les ACKs (confirmation de rĂ©ception).
La frĂ©quence de fonctionnement de votre nĆud est calculĂ©e en fonction de la rĂ©gion, du prĂ©rĂ©glage du modem et de ce champ. Lorsque la valeur vaut 0, le slot est automatiquement calculĂ© en fonction du nom du canal principal et sera diffĂ©rent de l'emplacement public par dĂ©faut. Revient Ă l'emplacement public par dĂ©faut si les canaux privĂ©s primaires et publics secondaires sont configurĂ©s.
TrÚs longue portée - Lent
Longue portée-Rapide
@@ -182,7 +182,7 @@
Connecté
Connecté à la radio (%1$s)
Connections actuelles :
- IP Wifi :
+ IP WiFi :
IP Ethernet :
Connexion en cours
Non connecté
@@ -191,7 +191,7 @@
Vous devez mettre Ă jour cette application sur l'app store (ou Github). Il est trop vieux pour dialoguer avec le micrologiciel de la radio. Veuillez lire nos docs sur ce sujet.
Aucun (désactivé)
Notifications de service
- A propros
+ A propos
Cette URL de canal est invalide et ne peut pas ĂȘtre utilisĂ©e
Ce contact est invalide et ne peut pas ĂȘtre ajoutĂ©
Panneau de débogage
@@ -344,22 +344,22 @@
Seuls les messages vers les canaux peuvent ĂȘtre senvoyĂ©s/reçus. Les messages directs nĂ©cessitent la fonctionnalitĂ© d'infrastructure de clĂ© publique disponible dans le firmware 2.5+.
Chiffrement de clé publique
Les messages directs utilisent la nouvelle infrastructure de clé publique pour le chiffrement.
- Les messages directs utilisent la nouvelle infrastructure de clé publique pour le chiffrement. Nécessite une version de firmware 2.5 ou plus.
+ Non-concordance de clé publique
La clĂ© publique ne correspond pas Ă la clĂ© enregistrĂ©e. Vous pouvez supprimer le nĆud et le laisser Ă nouveau Ă©changer les clĂ©s, mais cela peut indiquer un problĂšme de sĂ©curitĂ© plus grave. Contactez l'utilisateur Ă travers un autre canal de confiance, pour dĂ©terminer si le changement de clĂ© est dĂ» Ă une rĂ©initialisation d'usine ou Ă une autre action intentionnelle.
Ăchanger les informations utilisateur
- Notifikasyon nouvo nĆud
+ Notifications de nouveaux nĆuds
Plus de détails
SNR
- RapĂČ Siynal sou Bri, yon mezi ki itilize nan kominikasyon pou mezire nivo siynal vle a kont nivo bri ki nan anviwĂČnman an. Nan Meshtastic ak lĂČt sistĂšm san fil, yon SNR pi wo endike yon siynal pi klĂš ki ka amelyore fyab ak kalite transmisyon done.
+ Signal-to-Noise Ratio, une mesure utilisée dans les communications pour quantifier le niveau du signal par rapport au niveau du bruit de fond. Dans les systÚmes Meshtastic et autres systÚmes sans fil, un SNR plus élevé indique un signal plus clair qui peut améliorer la fiabilité et la qualité de la transmission de données.
RSSI
Indicateur de force du signal reçu, une mesure utilisée pour déterminer le niveau de puissance reçu par l'antenne. Une valeur RSSI plus élevée indique généralement une connexion plus forte et plus stable.
- (Kalite LĂšy EntĂšryĂš) echĂšl relatif valĂš IAQ jan li mezire pa Bosch BME680. Ranje valĂš 0â500.
+ (QualitĂ© de l'air intĂ©rieur) valeur de l'Ă©chelle relative IAQ mesurĂ©e par Bosch BME680. Plage de valeur 0â500.
Journal des métriques de l'appareil
- Carte des nĆuds
+ Carte historique des positions
Journal de position
DerniĂšre mise Ă jour de position
Journal des métriques d'environnement
- Jounal Metik Siynal
+ Journal des métriques du signal
Administration
Administration Ă distance
Mauvais
@@ -369,8 +369,8 @@
Partager versâŠ
Signal
Qualité du signal
- Jounal Traceroute
- Direk
+ Journal Traceroute
+ Direct
- 1 saut
- %d sauts
@@ -389,8 +389,8 @@
Favoris
Ajouter aux favoris
Supprimer des favoris
- Ajouter «%1$s» en tant que nĆud favori ?
- Supprimer «%1$s» comme nĆud favori ?
+ Ajouter '%1$s' en tant que nĆud favori ?
+ Supprimer '%1$s' comme nĆud favori ?
Journal des métriques de puissance
Canal 1
Canal 2
@@ -398,8 +398,8 @@
Actif
Tension
Ătes-vous sĂ»r ?
- Documentation du rÎle de l'appareil et le message de blog sur Choisir le rÎle de l'appareil approprié.]]>
- Je sais ce que je fais
+ Documentation du rÎle de l'appareil et le billet de blog sur comment Choisir le rÎle de l'appareil approprié.]]>
+ Je sais ce que je fais.
La batterie du nĆud %1$s est faible (%2$d%%)
Notifications de batterie faible
Batterie faible : %1$s
@@ -417,7 +417,7 @@
Position
Alimentation
Réseau
- Ecran
+ Ăcran
LoRa
Bluetooth
Sécurité
@@ -446,8 +446,8 @@
Bluetooth activé
Mode d'appariement
Code PIN fixe
- Liaison montante activée
- Liaison descendante activé
+ Liaison montante activée (LoRa vers MQTT)
+ Liaison descendante activée (MQTT vers LoRa)
Défaut
Position activée
Emplacement précis
@@ -467,8 +467,8 @@
Encodeur rotatif #1 activé
Broche GPIO pour un encodeur rotatif port A
Broche GPIO pour un encodeur rotatif port B
- Broche GPIO pour un encodeur rotatif port Press
- Générer un événement d'entrée sur Press
+ Broche GPIO pour un encodeur rotatif port Appui
+ Générer un événement d'entrée sur Appui
Générer un événement d'entrée sur CW
Générer un événement d'entrée sur CCW
Entrée Haut/Bas/Select activée
@@ -483,7 +483,7 @@
Diffusion de l'Ătat (secondes)
Envoyer une sonnerie avec un message d'alerte
Nom convivial
- Broche GPIO a surveiller
+ Broche GPIO Ă surveiller
Type du déclencheur de détection
Utiliser le mode INPUT_PULLUP
Appareil
@@ -511,20 +511,20 @@
Configuration de notification externe
Notifications externes activées
Notifications à la réception d'un message
- LED de message d'alerte
- Avertissement de message
- Avertissement de message
+ LED à réception de message
+ Son à réception de message
+ Vibration à réception de message
Notifications sur réception d'alerte/cloche
- LED à la réception de la cloche d'alerte
- Buzzer à la réception de la cloche d'alerte
- Vibreur à la réception de la cloche d'alerte
+ LED à réception de la cloche d'alerte
+ Son à réception de la cloche d'alerte
+ Vibration à réception de la cloche d'alerte
LED extérieure (GPIO)
Sortie LED active Ă lâĂ©tat haut
Buzzer extérieur (GPIO)
Utiliser le buzzer PWM
Sortie vibreur (GPIO)
Durée de sortie (en millisecondes)
- Délai d'attente du nag
+ Durée de répétition de la sortie (secondes)
Sonnerie
Lancer
Utiliser l'I2S comme buzzer
@@ -560,13 +560,13 @@
Sujet principal
Proxy pour le client activé
Rapport cartographique
- Interval de rapport cartographique (secondes)
+ Intervalle de rapport cartographique (secondes)
Configuration des informations du voisinage
Infos de voisinage activées
Intervalle de mise Ă jour (secondes)
Transmettre par LoRa
Réseau
- Options Wifi
+ Options WiFi
Activé
WiFi activé
SSID
@@ -594,7 +594,7 @@
Altitude (mĂštres)
Définir à partir de l'emplacement actuel du téléphone
Mode GPS (matériel physique)
- Intervalle de mise Ă jour GPS (secondes)
+ Intervalle de mise-Ă -jour GPS (secondes)
Redéfinir GPS_RX_PIN
Redéfinir GPS_TX_PIN
Redéfinir le code PIN_GPS_EN
@@ -630,13 +630,13 @@
Ancien canal Admin
Configuration série
Série activée
- Echo activé
+ Ăcho activĂ©
Vitesse de transmission série
Délai d'expiration
Mode série
Outrepasser le port série de la console
-
- Battement de coeur
+
+ Battement de cĆur (heartbeat)
Nombre d'enregistrements
Limite dâhistorique renvoyĂ©
FenĂȘtre de retour dâhistorique
@@ -668,7 +668,7 @@
Vent
Poids
Radiation
-
+
Qualité de l'air intérieur (IAQ)
URL
@@ -721,7 +721,7 @@
Connexion
Carte de maillage
Conversations
- Noeuds
+ NĆuds
Réglages
Définir votre région
Répondre
@@ -748,6 +748,7 @@
Modules déverrouillés
Modules déjà déverrouillés
Distant
+ (%1$d en ligne / %2$d affichés / %3$d total)
Réagir
Déconnecter
Recherche de pĂ©riphĂ©riques BluetoothâŠ
@@ -846,7 +847,7 @@
Active le point de localisation bleu de votre téléphone sur la carte de maillage.
Configurer les autorisations de localisation
Ignorer
- ParamĂštres
+ paramĂštres
Alertes critiques
Pour assurer la rĂ©ception des alertes critiques, comme les messages de SOS, mĂȘme lorsque votre pĂ©riphĂ©rique est en mode \"Ne pas dĂ©ranger\", vous devez donner les droits spĂ©ciaux. Activez cela dans les paramĂštres de notifications
Configurer les alertes critiques
@@ -854,7 +855,7 @@
Suivant
Accorder les autorisations
%1$d nĆuds en attente de suppression :
- Attention : Ceci supprime les nĆuds des bases de donnĂ©es in-app et on-device.\nLes sĂ©lections sont additionnelles.
+ Attention : Ceci supprime les nĆuds des bases de donnĂ©es de l'application et sur le nĆud.\nLes sĂ©lections sont additionnelles.
Connexion Ă l'appareil
Normal
Satellite
@@ -881,7 +882,7 @@
URL ne peut ĂȘtre vide.
L'URL doit contenir des espaces réservés.
ModĂšle d'URL
- Point de suivi
+ point de suivi
App
Version
Fonctionnalités du canal
@@ -918,7 +919,7 @@
Appareils USB
Mise Ă jour du firmware
- Vérification des mises à jour
+ Vérification des mises à jour...
Appareil : %1$s
DerniĂšre version : %1$s
Stable
@@ -947,7 +948,7 @@
Sélectionnez le fichier local
Version distante inconnue
Avertissement de mise Ă jour
- Vous ĂȘtes sur le point d'installer un nouveau firmware sur votre appareil. Ce processus comporte des risques.\n\nâą Assurez-vous que votre appareil est chargĂ©.\nâą Conservez l'appareil prĂšs de votre smartphone.\nâą Ne fermez pas l'application durant la mise Ă jour\n\nVĂ©rifiez que vous avez sĂ©lectionnĂ© le bon firmware pour votre matĂ©riel.
+ Vous ĂȘtes sur le point d'installer un nouveau firrmware sur votre appareil. Ce processus comporte des risques.\n\nâą Assurez-vous que votre appareil est chargĂ©.\nâą Conservez l'appareil prĂšs de votre smartphone.\nâą Ne fermez pas l'application durant la mise Ă jour\n\nVĂ©rifiez que vous avez sĂ©lectionnĂ© le bon firmware pour votre matĂ©riel.
Chirpy dit : \"Gardez votre échelle à portée de main !\"
Chirpy