mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
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:
parent
4da8b221e7
commit
5db2aac84a
2 changed files with 30 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue