chore: Scheduled updates (Firmware, Hardware, Translations) (#2623)

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
This commit is contained in:
James Rich 2025-08-02 18:12:18 -05:00 committed by GitHub
parent 4da8b221e7
commit 5db2aac84a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 4 deletions

View file

@ -27,7 +27,7 @@
"platformioTarget": "tlora-v2-1-1_6",
"architecture": "esp32",
"activelySupported": true,
"supportLevel": 1,
"supportLevel": 3,
"displayName": "LILYGO T-LoRa V2.1-1.6",
"tags": [
"LilyGo"
@ -42,7 +42,7 @@
"platformioTarget": "tbeam",
"architecture": "esp32",
"activelySupported": true,
"supportLevel": 1,
"supportLevel": 3,
"displayName": "LILYGO T-Beam",
"tags": [
"LilyGo"
@ -163,6 +163,7 @@
"platformioTarget": "rak11200",
"architecture": "esp32",
"activelySupported": true,
"supportLevel": 3,
"displayName": "RAK WisBlock 11200",
"tags": [
"RAK"
@ -189,7 +190,7 @@
"platformioTarget": "tlora-v2-1-1_8",
"architecture": "esp32",
"activelySupported": true,
"supportLevel": 2,
"supportLevel": 3,
"displayName": "LILYGO T-LoRa V2.1-1.8",
"tags": [
"LilyGo",
@ -536,7 +537,7 @@
"platformioTarget": "t-watch-s3",
"architecture": "esp32-s3",
"activelySupported": true,
"supportLevel": 1,
"supportLevel": 3,
"displayName": "LILYGO T-Watch S3",
"tags": [
"LilyGo"
@ -777,6 +778,22 @@
"requiresDfu": true,
"partitionScheme": "8MB"
},
{
"hwModel": 105,
"hwModelSlug": "WISMESH_TAG",
"platformioTarget": "rak_wismeshtag",
"architecture": "nrf52840",
"activelySupported": true,
"supportLevel": 1,
"displayName": "RAK WisMesh Tag",
"tags": [
"RAK"
],
"images": [
"rak_wismesh_tag.svg"
],
"requiresDfu": true
},
{
"hwModel": 84,
"hwModelSlug": "WISMESH_TAP",

View file

@ -648,6 +648,13 @@
<string name="overflow_menu">Lisa valikud</string>
<string name="uv_lux">UV Luks</string>
<string name="unknown">Tundmatu</string>
<string name="clean_node_database_title">Tühjenda sõlmede andmebaas</string>
<string name="clean_nodes_older_than">Eemalda sõlmed mida pole nähtud rohkem kui %1$d päeva</string>
<string name="clean_unknown_nodes">Eemalda tundmatud sõlmed</string>
<string name="clean_low_interaction_nodes">Eemalda vähe aktiivsed sõlmed</string>
<string name="clean_ignored_nodes">Eemalda ignooritud sõlmed</string>
<string name="clean_now">Eemalda nüüd</string>
<string name="clean_node_database_confirmation">See eemaldab %1$d seadet andmebaasist. Toimingut ei saa tagasi võtta.</string>
<string name="security_icon_help_green_lock">Roheline lukk näitab, et kanal on turvaliselt krüpteeritud kas 128 või 256 bittise AES võtmega.</string>
<!-- INSECURE_NO_PRECISE State (Yellow Open Lock) -->
<string name="security_icon_insecure_no_precise">Ebaturvaline kanal, ei ole täpne</string>
@ -725,4 +732,6 @@
<string name="notification_permissions_description">Meshtastic kasutab märguandeid, et hoida teid kursis uute sõnumite ja muude oluliste sündmustega. Saate oma märguannete õigusi igal ajal seadetes muuta.</string>
<string name="next">Järgmine</string>
<string name="grant_permissions_and_scan">Anna õigused ja skanneeri</string>
<string name="nodes_queued_for_deletion">%d eemaldatavat sõlme nimekirjas:</string>
<string name="clean_node_database_description">Hoiatus: See eemaldab sõlmed rakendusest, kui ka seadmest.\nValikud on lisaks eelnevale.</string>
</resources>