diff --git a/app/src/main/assets/firmware_releases.json b/app/src/main/assets/firmware_releases.json
index a4f5a21ed..09a235541 100644
--- a/app/src/main/assets/firmware_releases.json
+++ b/app/src/main/assets/firmware_releases.json
@@ -31,6 +31,13 @@
}
],
"alpha": [
+ {
+ "id": "v2.7.18.fb3bf78",
+ "title": "Meshtastic Firmware 2.7.18.fb3bf78 Alpha",
+ "page_url": "https://github.com/meshtastic/firmware/releases/tag/v2.7.18.fb3bf78",
+ "zip_url": "https://github.com/meshtastic/firmware/releases/download/v2.7.18.fb3bf78/firmware-2.7.18.fb3bf78.json",
+ "release_notes": "## 🚀 Enhancements\r\n\r\n- Move PMSA003I to separate class and update AQ telemetry by @oscgonfer in https://github.com/meshtastic/firmware/pull/7190\r\n- Multi message storage by @HarukiToreda in https://github.com/meshtastic/firmware/pull/8182\r\n- Add support for setting API port from the config file by @tedwardd in https://github.com/meshtastic/firmware/pull/8435\r\n- PIN_PWR_DELAY_MS --> PERIPHERAL_WARMUP_MS by @fifieldt in https://github.com/meshtastic/firmware/pull/8467\r\n- CLIENT_BASE: Act like ROUTER_LATE for fav'd nodes, instead of like ROUTER by @korbinianbauer in https://github.com/meshtastic/firmware/pull/8567\r\n- Rak3112 support by @ford-jones in https://github.com/meshtastic/firmware/pull/8591\r\n- Add systemd wrapper by @tedwardd in https://github.com/meshtastic/firmware/pull/8676\r\n- Adding support for InkHUD joystick navigation for the Seeed Wio Tracker L1 E-ink by @zeropt in https://github.com/meshtastic/firmware/pull/8678\r\n- Gr language specific font by @apo-mak in https://github.com/meshtastic/firmware/pull/8808\r\n- Detect if NTP is active on native by @jp-bennett in https://github.com/meshtastic/firmware/pull/8962\r\n- Add Rebooting to DFU mode notification as a simple pop-up by @Xaositek in https://github.com/meshtastic/firmware/pull/8970\r\n- PIO: Fix ESP32 sub-variant inheritance by @vidplace7 in https://github.com/meshtastic/firmware/pull/8983\r\n- Prep work for better Store and Forward by @jp-bennett in https://github.com/meshtastic/firmware/pull/8999\r\n- Additional Emoji by @Ixitxachitl in https://github.com/meshtastic/firmware/pull/9020\r\n- Add Russell, an STM32WL balloon-optimized node by @ndoo in https://github.com/meshtastic/firmware/pull/9079\r\n- Add menus for Smart Position, Broadcast Interval and Position Interval by @Xaositek in https://github.com/meshtastic/firmware/pull/9080\r\n- Improve sanitizeString function for Node Names by @Xaositek in https://github.com/meshtastic/firmware/pull/9086\r\n- Add Temporary Mute to Home frame and unbury Notification Options by @Xaositek in https://github.com/meshtastic/firmware/pull/9097\r\n- Add a welcome message for new contributors by @fifieldt in https://github.com/meshtastic/firmware/pull/9119\r\n- Calculate hops correctly even when hop_start==0 by @esev in https://github.com/meshtastic/firmware/pull/9120\r\n- Add STORE_FORWARD_PLUSPLUS_APP to core portnum checks by @jp-bennett in https://github.com/meshtastic/firmware/pull/9127\r\n- Faster rotary encoder events by @brad112358 in https://github.com/meshtastic/firmware/pull/9146\r\n- Add support for LilyGo T-Echo Plus by @thebentern in https://github.com/meshtastic/firmware/pull/9149\r\n- Refactored some of the system menus to the new DRY method (Redux) by @Xaositek in https://github.com/meshtastic/firmware/pull/9152\r\n- Add a .clang-format file by @Jorropo in https://github.com/meshtastic/firmware/pull/9154\r\n- Add custom coding rate configuration for LoRa by @jp-bennett in https://github.com/meshtastic/firmware/pull/9155\r\n- Add list of text message packet IDs, and check for dupes by @jp-bennett in https://github.com/meshtastic/firmware/pull/9180\r\n- Add option to Mute/Unmute Channel to BaseUI by @Xaositek in https://github.com/meshtastic/firmware/pull/9194\r\n- Mute: Nodes by @ford-jones in https://github.com/meshtastic/firmware/pull/9209\r\n- Screenless Devices want to mute too! by @Xaositek in https://github.com/meshtastic/firmware/pull/9210\r\n- Migrate all of the Meshtastic API attributes into the ini as a source of truth by @thebentern in https://github.com/meshtastic/firmware/pull/9214\r\n- Pioarduino preparation by @MartinEmrich in https://github.com/meshtastic/firmware/pull/9223\r\n- Meshtastic unified OTA by @thebentern in https://github.com/meshtastic/firmware/pull/9231\r\n- Fix TFT_MESH settings across setting and recalling by @Xaositek in https://github.com/meshtastic/firmware/pull/9234\r\n- Add release notes generation and publishing workflow by @thebentern in https://github.com/meshtastic/firmware/pull/9255\r\n- Unified ESP32 OTA firmware by @vidplace7 in https://github.com/meshtastic/firmware/pull/9258\r\n- Add support for uMesh Modules by @linser233 in https://github.com/meshtastic/firmware/pull/9259\r\n- Extra pins by @jp-bennett in https://github.com/meshtastic/firmware/pull/9260\r\n- BaseUI: Autosave Messages by @HarukiToreda in https://github.com/meshtastic/firmware/pull/9269\r\n- Node Actions Menu Overhaul by @Xaositek in https://github.com/meshtastic/firmware/pull/9287\r\n- Added I2C scanner a check for the QMC6310N. by @lewisxhe in https://github.com/meshtastic/firmware/pull/9305\r\n- Allow ICM20948 IMU to sleep by @HarukiToreda in https://github.com/meshtastic/firmware/pull/9324\r\n- Meshtastic OTA (moar) by @thebentern in https://github.com/meshtastic/firmware/pull/9327\r\n- Add sqlite depdendency (Cherry-picks from sfpp) by @fifieldt in https://github.com/meshtastic/firmware/pull/9328\r\n- Add interrupt for external charge detection by @jp-bennett in https://github.com/meshtastic/firmware/pull/9332\r\n- Improve BaseUI Preset Change Flow by @Xaositek in https://github.com/meshtastic/firmware/pull/9343\r\n- Implement graduated scaling for NodeInfo send timeout based on active mesh size by @thebentern in https://github.com/meshtastic/firmware/pull/9364\r\n\r\n## 🐛 Bug fixes and maintenance\r\n\r\n- RTC: PCF85063 support, port to SensorLib 0.3.1 by @WillyJL in https://github.com/meshtastic/firmware/pull/8061\r\n- Added tcxo definition to mesh-tab by @valzzu in https://github.com/meshtastic/firmware/pull/8604\r\n- Preliminary Thinknode M4 Support by @caveman99 in https://github.com/meshtastic/firmware/pull/8754\r\n- Actions: Compact manifest job output summary by @vidplace7 in https://github.com/meshtastic/firmware/pull/8957\r\n- PlatformIO: Restructure networking_base for re-use by @vidplace7 in https://github.com/meshtastic/firmware/pull/8964\r\n- Add LilyGO T-Beam 1W support by @santosvivos in https://github.com/meshtastic/firmware/pull/8967\r\n- PIO: Remove useless inheritence (references extends env) by @vidplace7 in https://github.com/meshtastic/firmware/pull/8987\r\n- Macro guard heap_caps_malloc_extmem_enable from SENSECAP_INDICATOR by @Xaositek in https://github.com/meshtastic/firmware/pull/9007\r\n- Add Rak 6421 autoconf by @jp-bennett in https://github.com/meshtastic/firmware/pull/9010\r\n- Implement basic github action comment reporting target diffs by @Jorropo in https://github.com/meshtastic/firmware/pull/9022\r\n- In protobuf update, allow develop branch to auto-update by @jp-bennett in https://github.com/meshtastic/firmware/pull/9027\r\n- 🔧 Fix LNA/PA power control for Heltec v4, wireless tracker v2 by @weebl2000 in https://github.com/meshtastic/firmware/pull/9029\r\n- Shame do not complain about missing targets by @Jorropo in https://github.com/meshtastic/firmware/pull/9032\r\n- Action: skip trying to comment binary size change results if it is not a PR by @Jorropo in https://github.com/meshtastic/firmware/pull/9033\r\n- Fix gps pin defs for various NRF variants. by @NomDeTom in https://github.com/meshtastic/firmware/pull/9034\r\n- Fix Rotary enc long press by @brad112358 in https://github.com/meshtastic/firmware/pull/9039\r\n- Add needed support bits for the Meshstick by @jp-bennett in https://github.com/meshtastic/firmware/pull/9042\r\n- In statusLEDModule, also detect isCharging by @jp-bennett in https://github.com/meshtastic/firmware/pull/9050\r\n- PlatformIO: Re-Org ESP32 family shared props by @vidplace7 in https://github.com/meshtastic/firmware/pull/9060\r\n- Cleanup: Remove icarus custom framework-arduinoespressif32 by @vidplace7 in https://github.com/meshtastic/firmware/pull/9064\r\n- M6 shutdown and LEDs work by @jp-bennett in https://github.com/meshtastic/firmware/pull/9065\r\n- Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards by @Xaositek in https://github.com/meshtastic/firmware/pull/9071\r\n- KZ_863 is not wide lora by @fifieldt in https://github.com/meshtastic/firmware/pull/9075\r\n- In autoconf, don't probe Wire unless i2c device is set by @jp-bennett in https://github.com/meshtastic/firmware/pull/9081\r\n- Correctly set type for event_mode max() position threshold by @vidplace7 in https://github.com/meshtastic/firmware/pull/9083\r\n- Fix PR#8061 SensorLib nRF ThinkNode M-series by @vidplace7 in https://github.com/meshtastic/firmware/pull/9084\r\n- Pioarduino .gitignore by @vidplace7 in https://github.com/meshtastic/firmware/pull/9085\r\n- Pass GH_TOKEN to shame's gh run download step by @Jorropo in https://github.com/meshtastic/firmware/pull/9087\r\n- GPS Menu Validation Fix - Missed in Reviews by @Xaositek in https://github.com/meshtastic/firmware/pull/9093\r\n- Noop \"download\" portion of #shame by @vidplace7 in https://github.com/meshtastic/firmware/pull/9114\r\n- Syntax fix for first timer welcome bot. by @fifieldt in https://github.com/meshtastic/firmware/pull/9144\r\n- Fix link formatting in welcome message by @fifieldt in https://github.com/meshtastic/firmware/pull/9163\r\n- Fixed shouldFilterReceived function to check prev relay according to the function definition by @strngr in https://github.com/meshtastic/firmware/pull/9168\r\n- Add EByte EoRa-Hub by @vidplace7 in https://github.com/meshtastic/firmware/pull/9169\r\n- Fix zero in sp02 and Heart Rate on screen by @sergeygalkin in https://github.com/meshtastic/firmware/pull/9174\r\n- RadioInterface::getRetransmissionMsec now handles encrypted packets c… by @rbreesems in https://github.com/meshtastic/firmware/pull/9184\r\n- Added support for the new SSD1306 control panel. by @lewisxhe in https://github.com/meshtastic/firmware/pull/9192\r\n- Fix Function + M in code by @Xaositek in https://github.com/meshtastic/firmware/pull/9200\r\n- Fix TSL2591 detection by adding command bit to register read by @heathdutton in https://github.com/meshtastic/firmware/pull/9215\r\n- Fix screen not sleeping due to power status updates by @heathdutton in https://github.com/meshtastic/firmware/pull/9216\r\n- Fix rotary regression and tighten up playBeep by @thebentern in https://github.com/meshtastic/firmware/pull/9221\r\n- Use correct name for ALT_BUTTON_PIN by @jp-bennett in https://github.com/meshtastic/firmware/pull/9225\r\n- CH341 MAC address derivation from serial and product string by @jp-bennett in https://github.com/meshtastic/firmware/pull/9226\r\n- T-Watch S3 Plus GPS support by @mverch67 in https://github.com/meshtastic/firmware/pull/9235\r\n- Update diy_promicro platformio.ini by @mrekin in https://github.com/meshtastic/firmware/pull/9245\r\n- Recover `long_name`, `short_name` from our own NodeDB entry if device.proto is unreadable by @compumike in https://github.com/meshtastic/firmware/pull/9248\r\n- Remove a strlcpy reference by @jp-bennett in https://github.com/meshtastic/firmware/pull/9249\r\n- Add unified OTA to manifest by @thebentern in https://github.com/meshtastic/firmware/pull/9261\r\n- Tiny - include mt-ota in firmware zips by @vidplace7 in https://github.com/meshtastic/firmware/pull/9275\r\n- EXCLUDE_AUDIO on (original) ESP32 by @vidplace7 in https://github.com/meshtastic/firmware/pull/9276\r\n- Partition name in manifest script by @thebentern in https://github.com/meshtastic/firmware/pull/9294\r\n- SafeFile: use atomic rename-with-overwrite, rather than non-atomic delete-then-rename by @compumike in https://github.com/meshtastic/firmware/pull/9296\r\n- Fix OTA partition name matching by @thebentern in https://github.com/meshtastic/firmware/pull/9302\r\n- T-Deck Pro: speed up eink force refresh by @vicliu624 in https://github.com/meshtastic/firmware/pull/9303\r\n- Small fix in register size for SHT4X by @oscgonfer in https://github.com/meshtastic/firmware/pull/9309\r\n- Fix GPS for T-Watch S3 plus by @mverch67 in https://github.com/meshtastic/firmware/pull/9312\r\n- Adds Custom battery curve for thinknode m6 by @jp-bennett in https://github.com/meshtastic/firmware/pull/9313\r\n- /api/v1/fromradio OPTIONS handler: fix sending proper HTTP response. by @cpatulea in https://github.com/meshtastic/firmware/pull/9322\r\n- Heltec V4 TFT metadata by @thebentern in https://github.com/meshtastic/firmware/pull/9325\r\n- Filter BLE updates that don't change pairing status by @jp-bennett in https://github.com/meshtastic/firmware/pull/9333\r\n- Don't Mute DMs just because we mute a channel by @Xaositek in https://github.com/meshtastic/firmware/pull/9348\r\n\r\n## ⚙️ Dependencies\r\n\r\n- Rp2xx0: Update to arduino-pico 5.4.4 by @vidplace7 in https://github.com/meshtastic/firmware/pull/8979\r\n- Replace PIO fuzzy version matches (reproducible builds) by @vidplace7 in https://github.com/meshtastic/firmware/pull/8984\r\n- PIO: Renovate all the things by @vidplace7 in https://github.com/meshtastic/firmware/pull/8994\r\n- Update lewisxhe/SensorLib to 0.3.3 by @vidplace7 in https://github.com/meshtastic/firmware/pull/9061\r\n- Update meshtastic-esp8266-oled-ssd1306 digest to b34c681 by @app/renovate in https://github.com/meshtastic/firmware/pull/9062\r\n- Update meshtastic/device-ui digest to 272defc by @app/renovate in https://github.com/meshtastic/firmware/pull/9166\r\n- Update dorny/test-reporter action to v2.5.0 by @app/renovate in https://github.com/meshtastic/firmware/pull/9167\r\n- Update INA226 to v0.6.6 by @app/renovate in https://github.com/meshtastic/firmware/pull/9247\r\n- Update meshtastic/device-ui digest to 12f8cdd by @app/renovate in https://github.com/meshtastic/firmware/pull/9263\r\n- Update meshtastic-gxepd2 digest to a05c11c by @app/renovate in https://github.com/meshtastic/firmware/pull/9264\r\n- Update ArduinoJson to v6.21.5 by @app/renovate in https://github.com/meshtastic/firmware/pull/9265\r\n- Update GxEPD2 to v1.6.5 by @app/renovate in https://github.com/meshtastic/firmware/pull/9266\r\n- Update ESP8266SAM to v1.1.0 by @app/renovate in https://github.com/meshtastic/firmware/pull/9271\r\n- Update pschatzmann_arduino-audio-driver to v0.2.0 by @app/renovate in https://github.com/meshtastic/firmware/pull/9272\r\n- Renovate: Ignore lovyangfx for elecrow-panel by @vidplace7 in https://github.com/meshtastic/firmware/pull/9279\r\n- Update RadioLib to v7.5.0 by @vidplace7 in https://github.com/meshtastic/firmware/pull/9281\r\n- Update meshtastic/device-ui digest to 5a870c6 by @app/renovate in https://github.com/meshtastic/firmware/pull/9301\r\n- Update Adafruit BMP280 to v3 by @app/renovate in https://github.com/meshtastic/firmware/pull/9307\r\n- Update meshtastic/device-ui digest to 3480b73 by @app/renovate in https://github.com/meshtastic/firmware/pull/9353\r\n\r\n**Full Changelog**: https://github.com/meshtastic/firmware/compare/v2.7.17.9058cce...v2.7.18.fb3bf78"
+ },
{
"id": "v2.7.17.9058cce",
"title": "Meshtastic Firmware 2.7.17.9058cce Alpha",
@@ -187,12 +194,6 @@
"page_url": "https://github.com/meshtastic/firmware/pull/9363",
"zip_url": "https://discord.com/invite/meshtastic"
},
- {
- "id": "9350",
- "title": "Delete unused code",
- "page_url": "https://github.com/meshtastic/firmware/pull/9350",
- "zip_url": "https://discord.com/invite/meshtastic"
- },
{
"id": "9345",
"title": "Bug Fix: SX1268 DIO3 TCXO voltage not being set (fixes #7791)",
@@ -211,24 +212,12 @@
"page_url": "https://github.com/meshtastic/firmware/pull/9319",
"zip_url": "https://discord.com/invite/meshtastic"
},
- {
- "id": "9289",
- "title": "Added Minimesh variant",
- "page_url": "https://github.com/meshtastic/firmware/pull/9289",
- "zip_url": "https://discord.com/invite/meshtastic"
- },
{
"id": "9238",
"title": "Change I2C pins to NFC pads for XIAO nRF52840",
"page_url": "https://github.com/meshtastic/firmware/pull/9238",
"zip_url": "https://discord.com/invite/meshtastic"
},
- {
- "id": "9232",
- "title": "Make BLE TX power configurable for nRF52 variants",
- "page_url": "https://github.com/meshtastic/firmware/pull/9232",
- "zip_url": "https://discord.com/invite/meshtastic"
- },
{
"id": "9227",
"title": "Change canned message recipient's previous page to send page",
diff --git a/core/strings/src/commonMain/composeResources/values-bg/strings.xml b/core/strings/src/commonMain/composeResources/values-bg/strings.xml
index 5c0dea944..62eb07c6f 100644
--- a/core/strings/src/commonMain/composeResources/values-bg/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-bg/strings.xml
@@ -43,6 +43,9 @@
Изчакване за потвърждение
Наредено на опашка за изпращане
Повторни опити: %1$d / %2$d
+ Съобщението не е изпратено
+ Повторен опит след %1$d секунди… (Опит %2$d от %3$d)
+ Повторен опит за реакция след %1$d секунди… (Опит %2$d от %3$d)
Опитайте отново сега
Признато
Няма маршрут
diff --git a/core/strings/src/commonMain/composeResources/values-cs/strings.xml b/core/strings/src/commonMain/composeResources/values-cs/strings.xml
index 6dca1316f..e6b9eabfc 100644
--- a/core/strings/src/commonMain/composeResources/values-cs/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-cs/strings.xml
@@ -42,6 +42,7 @@
Neznámý
Čeká na potvrzení
Ve frontě k odeslání
+ Zprávu se nepodařilo odeslat
Potvrzený příjem
Žádná trasa
Obdrženo negativní potvrzení
@@ -152,15 +153,19 @@
Připojeno k vysílači (%1$s)
Připojování
Nepřipojeno
+ Není vybráno žádné zařízení
Připojené k uspanému vysílači
Aplikace je příliš stará
Musíte aktualizovat aplikaci v obchodu Google Play (nebo z Githubu). Je příliš stará pro komunikaci s touto verzí firmware vysílače. Přečtěte si prosím naše dokumenty na toto téma.
Žádný (zakázat)
Servisní upozornění
+ Poděkování
Tato adresa URL kanálu je neplatná a nelze ji použít
Tento kontakt je neplatný a nelze jej přidat
Panel pro ladění
+ Exportovat protokoly
Export byl zrušen
+ %1$d exportováno
Filtry
Aktivní filtry
Hledat v protokolech…
@@ -215,6 +220,8 @@
Vypnout
Vypnutí není na tomto zařízení podporováno
⚠️ Toto je kritický infrastrukturní uzel. Pro potvrzení zadejte název uzlu:
+ Uzel: %1$s
+ Typ: %1$s
Restartovat
Traceroute
Zobrazit úvod
@@ -226,6 +233,7 @@
Okamžitě odesílat
Zobrazit nabídku rychlého chatu
Skrýt nabídku rychlého chatu
+ Zobrazit nabídku rychlého chatu
Obnovení továrního nastavení
Bluetooth je zakázáno. Prosím povolte jej v nastavení zařízení.
Otevřít nastavení
@@ -236,6 +244,7 @@
Doručeno
Chyba
Ignorovat
+ Odstranit z ignorovaných
Přidat '%1$s' do seznamu ignorovaných?
Odstranit '%1$s' ze seznamu ignorování?
Vyberte oblast stahování
@@ -326,8 +335,12 @@
Skok směrem k %1$d Skok zpět do %2$d
Odchozí trasa
Zpáteční trasa
+ Nelze zobrazit mapu traceroute, protože počáteční nebo cílový uzel nemá informace o poloze.
Zobrazit na mapě
Zobrazuji %1$d/%2$d uzlů
+ Doba trvání: %1$s s
+ Trasa směrem k cíli:\n\n
+ Trasa zpět k nám:\n\n
24H
48H
1T
@@ -340,6 +353,7 @@
Kritické varování!
Oblíbené
Přidat do oblíbených
+ Odstranit z oblíbených
Přidat '%1$s' jako oblíbený uzel?
Odstranit '%1$s' z oblíbených uzlů?
Protokol metrik napájení
@@ -437,6 +451,7 @@
Dvojité klepnutí jako stisk tlačítka
Okamžitý ping (trojitý stisk)
Časové pásmo
+ Obrazovka zařízení
Obrazovka zapnutá po dobu
Interval přepínání obrazovek
Zobrazit sever kompasu nahoře
@@ -603,6 +618,8 @@
Číslo uzlu
Identifikátor uživatele
Doba provozu
+ Načítání kanálů %1$d/%2$d
+ Načítám %1$s
Časová značka
Směr
Rychlost
@@ -632,6 +649,7 @@
Metriky kvality ovzduší
Metriky napájení
Lokální statistiky
+ Metadata
Akce
Firmware
Použít 12h formát hodin
@@ -774,6 +792,7 @@
Zobrazit vrstvu
Odebrat vrstvu
Přidat vrstvu
+ Uzly na tomto místě
Správa vlastních zdrojů dlaždic
Přidat vlastní zdroj dlaždic
Žádné vlastní zdroje dlaždic
@@ -790,6 +809,7 @@
Nastavení zařízení
"[Vzdálený] %1$s"
Odesílat telemetrii zařízení
+ Povolí/zakáže modul telemetrie zařízení pro odesílání metrik do mesh sítě. Jde o nominální hodnoty. Přetížené mesh sítě se automaticky přizpůsobí na delší intervaly podle počtu online uzlů.
Vše
1 hodina
8 hodin
@@ -800,6 +820,7 @@
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.
+ Další informace naleznete v našich zásadách ochrany osobních údajů.
Nenastaveno – 0
Přeposláno uzlem: %1$s
%1$s je obvykle dodáván s bootloaderem, který nepodporuje OTA aktualizace. Před nahráváním přes OTA může být nutné nejprve přes USB nahrát bootloader s podporou OTA.
@@ -812,15 +833,23 @@
Aktualizace firmware
Hledání aktualizací...
Zařízení: %1$s
+ Aktuálně instalováno: %1$s
+ Aktualizovat na %1$s
Stabilní
Alfa
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
+ Povolení režimu DFU...
+ Kontroluji firmware...
+ Odpojuji se...
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...
@@ -832,15 +861,52 @@
Už to bude...
Může to chvíli trvat...
Vybrat soubor
+ Lokální soubor
+ Zdroj: lokální 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!\"
+ Restartuji do DFU...
+ Čekám na DFU zařízení...
Kopírování firmware...
+ Nahrajte soubor .uf2 na DFU jednotku zařízení.
Probíhá instalace, čekejte prosím...
+ Přenos souborů přes USB
+ BLE OTA
+ WiFi OTA
Aktualizovat přes %1$s
+ Vyberte DFU USB disk
+ Vaše zařízení bylo restartováno do režimu DFU a mělo by se zobrazit jako USB disk (např. RAK4631).\n\nKdyž se otevře výběr souboru, vyberte prosím kořenový adresář pro uložení souboru firmwaru.
+ Ověřuji aktualizaci...
+ Vypršel časový limit ověření. Zařízení se znovu nepřipojilo.
+ Čekání na opětovné připojení zařízení...
+ Cíl: %1$s
+ Poznámky k vydání
+ Neznámá chyba
+ Lokální aktualizace selhala
+ Chyba DFU: %1$s
+ DFU přerušena
+ Chybí informace o uživateli uzlu.
+ Baterie je příliš nízká (%1$d%%). Před aktualizací nabijte zařízení.
+ Nelze načíst soubor firmwaru.
+ Aktualizace Nordic DFU selhala
+ Aktualizace přes USB selhala
+ Odmítnutá hash firmwaru. Zařízení může vyžadovat nastavení hash nebo aktualizaci bootloaderu.
+ Aktualizace OTA selhala: %1$s
+ Načítám firmware...
+ Čekání na restart zařízení do OTA režimu...
+ Připojování k zařízení (pokus %1$d/%2$d)...
+ Kontroluji verzi zařízení...
+ Spouštění aktualizace OTA...
+ Nahrávám firmware...
+ Nahrávám firmware... %1$d%% (%2$s)
+ Restartuji zařízení...
Aktualizace firmware
+ Stav aktualizace firmware
+ Mazání...
+ Zpět
Zrušit nastavení
Kompas
@@ -852,4 +918,7 @@
Pro zobrazení vzdálenosti a směru je vyžadováno oprávnění k poloze.
Poskytovatel polohy je vypnutý. Zapněte služby určování polohy.
Čekám na GPS signál pro výpočet vzdálenosti a směru.
+ Označit jako přečtené
+ Nyní
+ Přidat kanály
diff --git a/core/strings/src/commonMain/composeResources/values-et/strings.xml b/core/strings/src/commonMain/composeResources/values-et/strings.xml
index b29c6525f..fa67ee641 100644
--- a/core/strings/src/commonMain/composeResources/values-et/strings.xml
+++ b/core/strings/src/commonMain/composeResources/values-et/strings.xml
@@ -731,6 +731,8 @@
Kasutaja ID
Töötamise aeg
Lae %1$d
+ Kanali %1$d/%2$d laadimine
+ Laen %1$s
Vaba kettamaht %1$d
Ajatempel
Päis