chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4737)

This commit is contained in:
James Rich 2026-03-06 16:39:05 -06:00 committed by GitHub
parent f663866d53
commit 182ad933f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 16 additions and 23 deletions

View file

@ -18,17 +18,7 @@ Internal components that handle raw data fetching from APIs or disk.
<!--region graph-->
```mermaid
graph TB
:core:data[data]:::android-library
:core:data --> :core:repository
:core:data -.-> :core:analytics
:core:data -.-> :core:common
:core:data -.-> :core:database
:core:data -.-> :core:datastore
:core:data -.-> :core:di
:core:data -.-> :core:model
:core:data -.-> :core:network
:core:data -.-> :core:prefs
:core:data -.-> :core:proto
:core:data[data]:::kmp-library
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

View file

@ -18,8 +18,7 @@ Uses **Kotlin Serialization** to convert between Protobuf/JSON and the underlyin
<!--region graph-->
```mermaid
graph TB
:core:datastore[datastore]:::android-library
:core:datastore -.-> :core:proto
:core:datastore[datastore]:::kmp-library
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

View file

@ -19,7 +19,7 @@ Exposes the application's global process lifecycle as a Hilt binding, enabling c
<!--region graph-->
```mermaid
graph TB
:core:di[di]:::android-library
:core:di[di]:::kmp-library
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

View file

@ -17,11 +17,7 @@ The module uses **Ktor** as its primary HTTP client for high-performance, asynch
<!--region graph-->
```mermaid
graph TB
:core:network[network]:::android-library
:core:network --> :core:repository
:core:network -.-> :core:di
:core:network -.-> :core:model
:core:network -.-> :core:proto
:core:network[network]:::kmp-library
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

View file

@ -18,8 +18,7 @@ Uses Kotlin property delegates to simplify reading and writing preferences.
<!--region graph-->
```mermaid
graph TB
:core:prefs[prefs]:::android-library
:core:prefs -.-> :core:repository
:core:prefs[prefs]:::kmp-library
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

View file

@ -886,11 +886,14 @@
<string name="local_stats_nodes">Възли: %1$d онлайн / %2$d общо</string>
<string name="local_stats_uptime">Време на работа: %1$s</string>
<string name="local_stats_traffic">Трафик: TX %1$d / RX %2$d (D: %3$d)</string>
<string name="local_stats_diagnostics_prefix">Диагностика: %1$s</string>
<string name="local_stats_heap_value">%1$d / %2$d</string>
<string name="local_stats_updated_at">%1$s</string>
<string name="refresh">Опресняване</string>
<!-- Network Map Layers -->
<string name="add_network_layer">Добавяне на мрежов слой</string>
<string name="refresh_layer">Опресняване на слоя</string>
<string name="tak">TAK (ATAK)</string>
<string name="tak_config">Конфигурация на TAK</string>
<string name="tak_team">Цвят на екипа</string>
<string name="tak_role">Роля на члена</string>

View file

@ -308,6 +308,7 @@
<string name="direct_message">直通訊息</string>
<string name="nodedb_reset">重設節點資料庫</string>
<string name="delivery_confirmed">已確認送達</string>
<string name="delivery_confirmed_reboot_warning">在設定套用的過程中,您的裝置可能會斷開連線並重新啟動。</string>
<string name="error">錯誤</string>
<string name="ignore">忽略</string>
<string name="remove_ignored">從忽略清單中移除</string>