mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-15 06:39:33 -04:00
docs: publish channels: main api
This commit is contained in:
1 parent
4db451199e
commit
09f7deefa4
89 files changed
+2582
-1258
No files matched your search
@@ -95,7 +95,7 @@
|
||||
<h1 class="cover"><span>Robolectric</span><wbr><span>Ble</span><wbr><span><span>Bonding</span></span></h1>
|
||||
<div class="platform-hinted with-platform-tabs" data-platform-hinted="data-platform-hinted">
|
||||
<div class="platform-bookmarks-row" data-toggle-list="data-toggle-list"><button class="platform-bookmark" data-filterable-current=":core:testing/androidMain" data-filterable-set=":core:testing/androidMain" data-active="" data-toggle=":core:testing/androidMain">android</button></div>
|
||||
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core:testing/androidMain"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">RobolectricBleBonding</a><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/meshtastic/Meshtastic-Android/blob/main/core/testing/src/androidMain/kotlin/org/meshtastic/core/testing/RobolectricBleBonding.kt#L44">source</a>)</span></span></div><p class="paragraph">Reusable Robolectric helpers for driving Android Bluetooth bonding logic in <code class="lang-kotlin">androidHostTest</code> source sets.</p><p class="paragraph">These let a unit test exercise the real <code class="lang-kotlin">AndroidBluetoothRepository.bond()</code> (and any future BLE bonding code) without an emulator and without a production seam. They rely on two Robolectric behaviors (verified against Robolectric 4.16.x):</p><ul><li><p class="paragraph"><a href="https://developer.android.com/reference/kotlin/android/bluetooth/BluetoothAdapter.html#getRemoteDevice(kotlin.ByteArray)">android.bluetooth.BluetoothAdapter.getRemoteDevice</a> caches the returned <a href="https://developer.android.com/reference/kotlin/android/bluetooth/BluetoothDevice.html">BluetoothDevice</a> by address in a static map, so the shadow configured here is the <i>same</i> instance production code reads when it calls <code class="lang-kotlin">getRemoteDevice(mac)</code> internally.</p></li><li><p class="paragraph"><span data-unresolved-link="org.robolectric.shadows/ShadowBluetoothDevice/createBond/#/PointingToDeclaration/">ShadowBluetoothDevice.createBond</span> calls <code class="lang-kotlin">checkForBluetoothConnectPermission()</code> first, so tests must call <a href="grant-bluetooth-connect-permission.html">grantBluetoothConnectPermission</a> or <code class="lang-kotlin">createBond()</code> throws <a href="https://developer.android.com/reference/kotlin/java/lang/SecurityException.html">SecurityException</a> instead of returning a value.</p></li></ul><p class="paragraph">Isolation note: because the device cache is static and survives across tests in the same JVM, give each test a distinct MAC so bond-state cannot bleed between tests.</p></div> </div>
|
||||
<div class="content sourceset-dependent-content" data-active="" data-togglable=":core:testing/androidMain"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">RobolectricBleBonding</a><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/meshtastic/Meshtastic-Android/blob/main/core/testing/src/androidMain/kotlin/org/meshtastic/core/testing/RobolectricBleBonding.kt#L44">source</a>)</span></span></div><p class="paragraph">Reusable Robolectric helpers for driving Android Bluetooth bonding logic in <code class="lang-kotlin">androidHostTest</code> source sets.</p><p class="paragraph">These let a unit test exercise the real <code class="lang-kotlin">AndroidBluetoothRepository.bond()</code> (and any future BLE bonding code) without an emulator and without a production seam. They rely on two Robolectric behaviors (verified against Robolectric 4.16.x):</p><ul><li><p class="paragraph"><a href="https://developer.android.com/reference/kotlin/android/bluetooth/BluetoothAdapter.html#getremotedevice">android.bluetooth.BluetoothAdapter.getRemoteDevice</a> caches the returned <a href="https://developer.android.com/reference/kotlin/android/bluetooth/BluetoothDevice.html">BluetoothDevice</a> by address in a static map, so the shadow configured here is the <i>same</i> instance production code reads when it calls <code class="lang-kotlin">getRemoteDevice(mac)</code> internally.</p></li><li><p class="paragraph"><span data-unresolved-link="org.robolectric.shadows/ShadowBluetoothDevice/createBond/#/PointingToDeclaration/">ShadowBluetoothDevice.createBond</span> calls <code class="lang-kotlin">checkForBluetoothConnectPermission()</code> first, so tests must call <a href="grant-bluetooth-connect-permission.html">grantBluetoothConnectPermission</a> or <code class="lang-kotlin">createBond()</code> throws <a href="https://developer.android.com/reference/kotlin/java/lang/SecurityException.html">SecurityException</a> instead of returning a value.</p></li></ul><p class="paragraph">Isolation note: because the device cache is static and survives across tests in the same JVM, give each test a distinct MAC so bond-state cannot bleed between tests.</p></div> </div>
|
||||
</div>
|
||||
<div class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
|
||||
|
||||
+1
-1
@@ -94,7 +94,7 @@
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><span>Connection</span><wbr><span>Action</span><wbr><span><span>Button</span></span></h1>
|
||||
</div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":feature:connections/commonMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a></div></div><span class="token keyword">fun </span><a href="-connection-action-button.html"><span class="token function">ConnectionActionButton</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">onClick<span class="token operator">: </span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -> </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-unit/index.html">Unit</a><span class="token punctuation">, </span></span><span class="parameter ">icon<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/vector/ImageVector.html">ImageVector</a><span class="token punctuation">, </span></span><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier.html">Modifier</a><span class="token operator"> = </span>Modifier<span class="token punctuation">, </span></span><span class="parameter ">style<span class="token operator">: </span><a href="-connection-action-button-style/index.html">ConnectionActionButtonStyle</a><span class="token operator"> = </span>ConnectionActionButtonStyle.Filled<span class="token punctuation">, </span></span><span class="parameter ">enabled<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span><span class="token punctuation">, </span></span><span class="parameter ">iconContentDescription<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/meshtastic/Meshtastic-Android/blob/main/feature/connections/src/commonMain/kotlin/org/meshtastic/feature/connections/ui/components/ConnectionActionButton.kt#L44">source</a>)</span></span></div><p class="paragraph">Shared "icon + label" button used throughout the Connections screen. Centralises M3 sizing conventions (<a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#IconSize">ButtonDefaults.IconSize</a>, <a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#IconSpacing">ButtonDefaults.IconSpacing</a>, and the variant-appropriate <code class="lang-kotlin">*WithIconContentPadding</code>) so every scan / add / empty-state affordance renders identically.</p><h4 class="tableheader">Parameters</h4><div class="table"><div class="table-row table-row_content" data-filterable-current=":feature:connections/commonMain" data-filterable-set=":feature:connections/commonMain"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>icon</span><wbr><span>Content</span><wbr><span><span>Description</span></span></u></div></span></div><div><div class="title"><p class="paragraph">accessibility label for the leading icon. Defaults to <code class="lang-kotlin">null</code> because the visible <a href="-connection-action-button.html">text</a> usually describes the action; override when the icon carries information the text does not.</p></div></div></div></div></div></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":feature:connections/commonMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a></div></div><span class="token keyword">fun </span><a href="-connection-action-button.html"><span class="token function">ConnectionActionButton</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">onClick<span class="token operator">: </span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -> </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-unit/index.html">Unit</a><span class="token punctuation">, </span></span><span class="parameter ">icon<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/vector/ImageVector.html">ImageVector</a><span class="token punctuation">, </span></span><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier.html">Modifier</a><span class="token operator"> = </span>Modifier<span class="token punctuation">, </span></span><span class="parameter ">style<span class="token operator">: </span><a href="-connection-action-button-style/index.html">ConnectionActionButtonStyle</a><span class="token operator"> = </span>ConnectionActionButtonStyle.Filled<span class="token punctuation">, </span></span><span class="parameter ">enabled<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span><span class="token punctuation">, </span></span><span class="parameter ">iconContentDescription<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="source-link-wrapper"><span class="source-link" data-element-type="source-link">(<a href="https://github.com/meshtastic/Meshtastic-Android/blob/main/feature/connections/src/commonMain/kotlin/org/meshtastic/feature/connections/ui/components/ConnectionActionButton.kt#L44">source</a>)</span></span></div><p class="paragraph">Shared "icon + label" button used throughout the Connections screen. Centralises M3 sizing conventions (<a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#iconsize">ButtonDefaults.IconSize</a>, <a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#iconspacing">ButtonDefaults.IconSpacing</a>, and the variant-appropriate <code class="lang-kotlin">*WithIconContentPadding</code>) so every scan / add / empty-state affordance renders identically.</p><h4 class="tableheader">Parameters</h4><div class="table"><div class="table-row table-row_content" data-filterable-current=":feature:connections/commonMain" data-filterable-set=":feature:connections/commonMain"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>icon</span><wbr><span>Content</span><wbr><span><span>Description</span></span></u></div></span></div><div><div class="title"><p class="paragraph">accessibility label for the leading icon. Defaults to <code class="lang-kotlin">null</code> because the visible <a href="-connection-action-button.html">text</a> usually describes the action; override when the icon carries information the text does not.</p></div></div></div></div></div></div></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="footer--container">
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
</span></span></div>
|
||||
<div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":feature:connections/commonMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a></div></div><span class="token keyword">fun </span><a href="-connection-action-button.html"><span class="token function">ConnectionActionButton</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">onClick<span class="token operator">: </span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -> </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-unit/index.html">Unit</a><span class="token punctuation">, </span></span><span class="parameter ">icon<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/vector/ImageVector.html">ImageVector</a><span class="token punctuation">, </span></span><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier.html">Modifier</a><span class="token operator"> = </span>Modifier<span class="token punctuation">, </span></span><span class="parameter ">style<span class="token operator">: </span><a href="-connection-action-button-style/index.html">ConnectionActionButtonStyle</a><span class="token operator"> = </span>ConnectionActionButtonStyle.Filled<span class="token punctuation">, </span></span><span class="parameter ">enabled<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span><span class="token punctuation">, </span></span><span class="parameter ">iconContentDescription<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">Shared "icon + label" button used throughout the Connections screen. Centralises M3 sizing conventions (<a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#IconSize">ButtonDefaults.IconSize</a>, <a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#IconSpacing">ButtonDefaults.IconSpacing</a>, and the variant-appropriate <code class="lang-kotlin">*WithIconContentPadding</code>) so every scan / add / empty-state affordance renders identically.</p></div></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":feature:connections/commonMain"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a></div></div><span class="token keyword">fun </span><a href="-connection-action-button.html"><span class="token function">ConnectionActionButton</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">onClick<span class="token operator">: </span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -> </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-unit/index.html">Unit</a><span class="token punctuation">, </span></span><span class="parameter ">icon<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/vector/ImageVector.html">ImageVector</a><span class="token punctuation">, </span></span><span class="parameter ">text<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier.html">Modifier</a><span class="token operator"> = </span>Modifier<span class="token punctuation">, </span></span><span class="parameter ">style<span class="token operator">: </span><a href="-connection-action-button-style/index.html">ConnectionActionButtonStyle</a><span class="token operator"> = </span>ConnectionActionButtonStyle.Filled<span class="token punctuation">, </span></span><span class="parameter ">enabled<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token operator"> = </span><span class="token boolean">true</span><span class="token punctuation">, </span></span><span class="parameter ">iconContentDescription<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">Shared "icon + label" button used throughout the Connections screen. Centralises M3 sizing conventions (<a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#iconsize">ButtonDefaults.IconSize</a>, <a href="https://developer.android.com/reference/kotlin/androidx/compose/material3/ButtonDefaults.html#iconspacing">ButtonDefaults.IconSpacing</a>, and the variant-appropriate <code class="lang-kotlin">*WithIconContentPadding</code>) so every scan / add / empty-state affordance renders identically.</p></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
+1213
-933
File diff suppressed because it is too large.
Load diff
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ar-rSA">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## الحرارة
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="be-rBY">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Тэмпература
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="bg-rBG">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Температура
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ca-rES">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperature
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="cs-rCZ">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Teplota
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="de-rDE">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
Die Meshtastic-App zeigt Temperaturen, Entfernungen, Geschwindigkeiten und Zeiten automatisch in den Einheiten an, auf die Ihr Gerät konfiguriert ist – es sind keine Einstellungen innerhalb der App zu ändern.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatur
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
Die App verwendet zudem **relative Zeitangaben**, wo dies sinnvoll ist – zum Beispiel „vor 5 Min.“ oder „vor 2 Stunden“ in der Knotenliste –, die automatisch in die Sprache Ihres Geräts lokalisiert werden.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="el-rGR">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Θερμοκρασία
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="es-rES">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatura:
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="et-rEE">
|
||||
<pre class="markdown-content"># Ühikud, mõõtühikud ja lokaat
|
||||
|
||||
Meshtastic rakendus kuvab automaatselt temperatuure, vahemaid, kiirusi ja aegu ühikutes, milleks sinu seade on seadistatud – rakenduses pole vaja sätteid muuta.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatuur
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
Rakendus kasutab ka **suhtelist aega**, kui see on loogiline – näiteks sõlmede loendis „5 minutit tagasi” või „2 tundi tagasi” –, mis lokaliseeritakse automaatselt sinu seadme keelde.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
Androidis on mõõtühikute süsteem (meetriline vs. imperial) seotud sinu piirkonna seadetega:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Ava **Androidi seaded → Süsteem → Keel ja piirkond**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Tagasi Meshtastic juurde — väärtused värskendatakse kohe
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Tagasi Meshtastic juurde — väärtused värskendatakse kohe
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Vihje:** Kogu mõõtühikute vormindamine toimub tsentraalselt ja arvestab platvormi lokaaduga, seega püsivad ühikud kogu rakenduses ühtsed.
|
||||
|
||||
@@ -115,6 +140,7 @@ Androidis on mõõtühikute süsteem (meetriline vs. imperial) seotud sinu piirk
|
||||
- [Telemeetia & Sensorid](telemetry-and-sensors) — andurid, mis neid mõõtmisi teevad
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Seaded — Raadio ja kasutaja](settings-radio-user) — piirkonna säte, mis määrab üksuse valiku
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="fi-rFI">
|
||||
<pre class="markdown-content"># Yksiköt, mittaus ja kieli- ja alueasetukset
|
||||
|
||||
Meshtastic-sovellus näyttää automaattisesti lämpötilat, etäisyydet, nopeudet ja ajat niissä yksiköissä, jotka laitteesi on asetettu käyttämään — asetuksia ei tarvitse muuttaa sovelluksessa.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Lämpötila
|
||||
|
||||
@@ -98,14 +104,33 @@ Kaikki aikaleimat koko sovelluksessa — viimeksi kuultu, viestien ajat, telemet
|
||||
|
||||
Sovellus käyttää myös **suhteellista aikaa** silloin kun se on järkevää — esimerkiksi “5 min sitten” tai “2 tuntia sitten” radiolistassa — ja tämä mukautuu automaattisesti laitteesi kieleen.
|
||||
|
||||
## Mittausjärjestelmän vaihtaminen (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
Androidissa mittausjärjestelmäsi (metrinen vs imperial) on sidottu alueasetuksiin:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Avaa **Asetukset → Järjestelmä → Kieli ja alue**
|
||||
2. Vaihda **Alue**- tai **Mittausyksiköt**-asetusta
|
||||
3. Android 14:ssä lämpötila-asetus voidaan määrittää erikseen kohdassa **Alueasetukset → Lämpötila**
|
||||
4. Palaa Meshtasticiin — arvot päivittyvät välittömästi
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. Android 14:ssä lämpötila-asetus voidaan määrittää erikseen kohdassa **Alueasetukset → Lämpötila**
|
||||
5. Palaa Meshtasticiin — arvot päivittyvät välittömästi
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Vinkki:** Kaikki mittausten muotoilut tehdään keskitetysti ja ne noudattavat käyttöympäristösi alueasetuksia, joten yksiköt pysyvät yhtenäisinä kaikkialla sovelluksessa.
|
||||
|
||||
@@ -115,6 +140,7 @@ Androidissa mittausjärjestelmäsi (metrinen vs imperial) on sidottu alueasetuks
|
||||
- [Telemetria ja anturit](telemetry-and-sensors) — anturit, jotka tuottavat nämä mittaukset
|
||||
- [Mittaus ja muotoilu](../developer/measurement) — kehittäjien viite muotoiluapuohjelmista
|
||||
- [Asetukset — Radio ja käyttäjä](settings-radio-user) — alueasetus, joka määrittää käytettävät mittayksiköt
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="fr-rCA">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Température
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="fr-rFR">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Température
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ga-rIE">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Teocht
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="gl-rES">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperature
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="hr-rHR">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperature
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ht-rHT">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Tanperati
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="hu-rHU">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Hőmérséklet
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="is-rIS">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperature
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="it-rIT">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatura
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="iw-rIL">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperature
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ja-rJP">
|
||||
<pre class="markdown-content"># 単位・計測・ロケール
|
||||
|
||||
Meshtastic アプリは、温度・距離・速度・時刻を、デバイスで設定されている単位で自動的に表示します。アプリ内で変更する設定はありません。
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## 温度
|
||||
|
||||
@@ -98,14 +104,33 @@ GPS の対地速度は、ロケールで優先される速度単位で表示さ
|
||||
|
||||
アプリは、意味がある場面では**相対時間**も使用します。たとえばノードリストの「5 分前」や「2 時間前」で、これらはデバイスの言語に自動的にローカライズされます。
|
||||
|
||||
## 計測系を変更する(Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
Android では、計測系(メートル法かヤード・ポンド法か)は地域設定に連動しています:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. 「**Android の設定 → システム → 言語と地域**」を開きます
|
||||
2. 「**地域**」または「**計測単位**」の設定を変更します
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Meshtastic に戻ります。値がすぐに更新されます
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Meshtastic に戻ります。値がすぐに更新されます
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **ヒント:** すべての計測値の書式は一元的に処理され、プラットフォームのロケールに従うため、単位はアプリ全体で一貫しています。
|
||||
|
||||
@@ -115,6 +140,7 @@ Android では、計測系(メートル法かヤード・ポンド法か)は
|
||||
- [テレメトリとセンサー](telemetry-and-sensors):これらの計測値を生成するセンサー
|
||||
- [計測と書式](../developer/measurement):書式ユーティリティの開発者向けリファレンス
|
||||
- [設定:無線機とユーザー](settings-radio-user):単位の選択を決める地域設定
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ko-rKR">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## 온도
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="lt-rLT">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatūra
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="nl-rNL">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatuur
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="no-rNO">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatur
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="pl-rPL">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatura
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="pt-rBR">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatura
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="pt-rPT">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatura
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ro-rRO">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperature
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="ru-rRU">
|
||||
<pre class="markdown-content"># Единицы измерения и локаль
|
||||
|
||||
Приложение Meshtastic автоматически отображает температуру, расстояние, скорость и время в единицах, настроенных на вашем устройстве — никаких настроек внутри приложения менять не нужно.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Температура
|
||||
|
||||
@@ -98,14 +104,33 @@
|
||||
|
||||
Приложение также использует **относительное время** в списке нод, где это имеет смысл — например, "5 минут назад" или "2 часа назад", которое автоматически локализуется на язык твоего устройства.
|
||||
|
||||
## Изменение системы измерений (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
На Android система измерений (метрическая или имперская) связана с настройкой региона:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Откройте **Настройки Android → Система → Язык и регион**
|
||||
2. Измените свои предпочтения в **Регион** или **Единицы измерения**
|
||||
3. На Android 14+ температуру можно настроить отдельно в **Региональные настройки → Температура**
|
||||
4. Вернуться к Meshtastic — значения обновляются немедленно
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. На Android 14+ температуру можно настроить отдельно в **Региональные настройки → Температура**
|
||||
5. Вернуться к Meshtastic — значения обновляются немедленно
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Совет:** Все форматирование производится в централизованном порядке и уважает локаль платформы, поэтому единицы измерения всегда в приложении.
|
||||
|
||||
@@ -115,6 +140,7 @@
|
||||
- [Телеметрия и датчики](telemetry-and-sensors) — датчики, производящие эти измерения
|
||||
- [Измерение и форматирование](../developer/measurement) — ссылка на разработчика утилит форматирования
|
||||
- [Настройки — Радио и Пользователь](settings-radio-user) — настройка региона, управляющая выбором единиц
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="sk-rSK">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Teplota
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="sl-rSI">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatura
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="sq-rAL">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatura
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="srp">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Температура
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="sv-rSE">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Temperatur
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="tr-rTR">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Sıcaklık
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="uk-rUA">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## Температура
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="zh-rCN">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## 温度
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -9,7 +9,13 @@
|
||||
<body data-page="units-and-locale" data-locale="zh-rTW">
|
||||
<pre class="markdown-content"># Units, Measurement & Locale
|
||||
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.
|
||||
The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device's settings can't express the units you want, an in-app **Units** setting overrides them.
|
||||
|
||||
## The Radio's Own Screen Is Separate
|
||||
|
||||
**Device → Display → Units** configures the screen on the radio, not the app. So do **Use 12-Hour Clock** and **Always Point North** — all three apply to the node's display only. Temperature on that screen has its own setting, [**Telemetry → Display Fahrenheit**](https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit).
|
||||
|
||||
If your node list shows miles while the radio's screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the [Display Config](https://meshtastic.org/docs/configuration/radio/display) guide on meshtastic.org for the device-side options.
|
||||
|
||||
## 溫度
|
||||
|
||||
@@ -98,14 +104,33 @@ All timestamps throughout the app — last heard, message times, telemetry logs,
|
||||
|
||||
The app also uses **relative time** where it makes sense — for example, "5 min ago" or "2 hours ago" in the node list — which is automatically localised into your device language.
|
||||
|
||||
## Changing Your Measurement System (Android)
|
||||
## Changing Your Measurement System
|
||||
|
||||
On Android, your measurement system (metric vs imperial) is tied to your region setting:
|
||||
By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:
|
||||
|
||||
1. Open **Android Settings → System → Language & Region**
|
||||
2. Change your **Region** or **Measurement units** preference
|
||||
3. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
4. Return to Meshtastic — values update immediately
|
||||
2. Change your **Region**
|
||||
3. On Android 16+, **Measurement system** overrides the region for every measurement
|
||||
4. On Android 14+, temperature can be overridden on its own under **Regional preferences → Temperature**
|
||||
5. Return to Meshtastic — values update immediately
|
||||
|
||||
Not every English region is fully metric. **English (United Kingdom)** uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app's **Units** setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).
|
||||
|
||||
Some phones do not offer the **Regional preferences** menu at all and list only English (United States). On those devices, use the app's **Units** setting below.
|
||||
|
||||
### Overriding the units in the app
|
||||
|
||||
Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you'd rather read altitude in
|
||||
metres. For those cases the app has its own switch:
|
||||
|
||||
1. Open **Meshtastic Settings → Units**
|
||||
2. Choose **System default**, **Metric**, or **Imperial**
|
||||
3. Every screen updates immediately — no restart needed
|
||||
|
||||
**System default** follows your device as described above. Forcing **Metric** or **Imperial** applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device's own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.
|
||||
|
||||
> 💡 **Tip:** All measurement formatting is handled centrally and respects your platform's locale, so units stay consistent everywhere in the app.
|
||||
|
||||
@@ -115,6 +140,7 @@ On Android, your measurement system (metric vs imperial) is tied to your region
|
||||
- [Telemetry & Sensors](telemetry-and-sensors) — the sensors that produce these measurements
|
||||
- [Measurement & Formatting](../developer/measurement) — developer reference for the formatting utilities
|
||||
- [Settings — Radio & User](settings-radio-user) — region setting that drives unit selection
|
||||
- [Display Config](https://meshtastic.org/docs/configuration/radio/display) — units, clock, and compass settings for the radio's own screen, on meshtastic.org
|
||||
|
||||
---
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
@@ -1,6 +1,6 @@
|
||||
<h1 id="units-measurement--locale">Units, Measurement & Locale</h1>
|
||||
|
||||
<p>The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use — no settings to change inside the app.</p>
|
||||
<p>The Meshtastic app automatically displays temperatures, distances, speeds, and times in the units your device is configured to use. If your device’s settings can’t express the units you want, an in-app <strong>Units</strong> setting overrides them.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
@@ -10,12 +10,20 @@
|
||||
|
||||
<p>On Android, your measurement preferences are determined by your system <strong>Language & Region</strong> settings. On Desktop (JVM), the app uses the JVM’s default <code class="language-plaintext highlighter-rouge">Locale</code>.</p>
|
||||
|
||||
<p>Units follow your device’s <strong>region</strong>, not the display language. Choosing a plain language — like <strong>English</strong> in the app’s own Language setting or Android’s per-app language — keeps the region your device is set to; only a choice that names a region of its own (like <strong>English (Canada)</strong>) brings that region’s units with it. On Android 16+, the system-wide <strong>Measurement system</strong> preference overrides the region entirely.</p>
|
||||
|
||||
<blockquote>
|
||||
<p>💡 <strong>Tip:</strong> You never need to toggle units inside the app. Change your system measurement preferences and every screen in Meshtastic updates automatically — node details, telemetry charts, weather, altitude, and more.</p>
|
||||
<p>💡 <strong>Tip:</strong> By default there is nothing to configure — change your system measurement preferences and every screen in Meshtastic updates automatically. If your device offers no working region or measurement setting (some manufacturer builds don’t), set <strong>Settings → Units</strong> in the app instead.</p>
|
||||
</blockquote>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2 id="the-radios-own-screen-is-separate">The Radio’s Own Screen Is Separate</h2>
|
||||
|
||||
<p><strong>Device → Display → Units</strong> configures the screen on the radio, not the app. So do <strong>Use 12-Hour Clock</strong> and <strong>Always Point North</strong> — all three apply to the node’s display only. Temperature on that screen has its own setting, <a href="https://meshtastic.org/docs/configuration/module/telemetry#display-fahrenheit"><strong>Telemetry → Display Fahrenheit</strong></a>.</p>
|
||||
|
||||
<p>If your node list shows miles while the radio’s screen shows kilometres, this is why: the two are set in different places. Changing the device setting will never alter what the app displays. See the <a href="https://meshtastic.org/docs/configuration/radio/display">Display Config</a> guide on meshtastic.org for the device-side options.</p>
|
||||
|
||||
<h2 id="température">Température</h2>
|
||||
|
||||
<p>Temperature values from environment sensors are transmitted as <strong>°C</strong> and displayed based on your device’s temperature unit preference.</p>
|
||||
@@ -227,17 +235,38 @@
|
||||
|
||||
<p>The app also uses <strong>relative time</strong> where it makes sense — for example, “5 min ago” or “2 hours ago” in the node list — which is automatically localised into your device language.</p>
|
||||
|
||||
<h2 id="changing-your-measurement-system-android">Changing Your Measurement System (Android)</h2>
|
||||
<h2 id="changing-your-measurement-system">Changing Your Measurement System</h2>
|
||||
|
||||
<p>On Android, your measurement system (metric vs imperial) is tied to your region setting:</p>
|
||||
<p>By default the app follows your device, and your measurement system (metric vs imperial) is tied to your region setting:</p>
|
||||
|
||||
<ol>
|
||||
<li>Open <strong>Android Settings → System → Language & Region</strong></li>
|
||||
<li>Change your <strong>Region</strong> or <strong>Measurement units</strong> preference</li>
|
||||
<li>Change your <strong>Region</strong></li>
|
||||
<li>On Android 16+, <strong>Measurement system</strong> overrides the region for every measurement</li>
|
||||
<li>On Android 14+, temperature can be overridden on its own under <strong>Regional preferences → Temperature</strong></li>
|
||||
<li>Return to Meshtastic — values update immediately</li>
|
||||
</ol>
|
||||
|
||||
<p>Not every English region is fully metric. <strong>English (United Kingdom)</strong> uses miles and feet for distance, so the node list shows miles and altitude in feet. For metric distances, set the app’s <strong>Units</strong> setting to Metric (below), or choose a fully metric region such as English (Canada), English (Ireland), or English (New Zealand).</p>
|
||||
|
||||
<p>Some phones do not offer the <strong>Regional preferences</strong> menu at all and list only English (United States). On those devices, use the app’s <strong>Units</strong> setting below.</p>
|
||||
|
||||
<h3 id="overriding-the-units-in-the-app">Overriding the units in the app</h3>
|
||||
|
||||
<p>Not every device can express every preference — some manufacturer builds ship no regional preferences at all, some
|
||||
offer only one English variant, and UK regions are imperial for distance even if you’d rather read altitude in
|
||||
metres. For those cases the app has its own switch:</p>
|
||||
|
||||
<ol>
|
||||
<li>Open <strong>Meshtastic Settings → Units</strong></li>
|
||||
<li>Choose <strong>System default</strong>, <strong>Metric</strong>, or <strong>Imperial</strong></li>
|
||||
<li>Every screen updates immediately — no restart needed</li>
|
||||
</ol>
|
||||
|
||||
<p><strong>System default</strong> follows your device as described above. Forcing <strong>Metric</strong> or <strong>Imperial</strong> applies to
|
||||
everything, temperature included (metric → °C, imperial → °F), even where the device’s own regional preferences say
|
||||
otherwise. The setting exists on Android and Desktop alike.</p>
|
||||
|
||||
<blockquote>
|
||||
<p>💡 <strong>Tip:</strong> All measurement formatting is handled centrally and respects your platform’s locale, so units stay consistent everywhere in the app.</p>
|
||||
</blockquote>
|
||||
@@ -249,6 +278,7 @@
|
||||
<li><a href="telemetry-and-sensors">Telemetry & Sensors</a> — the sensors that produce these measurements</li>
|
||||
<li><a href="../developer/measurement">Measurement & Formatting</a> — developer reference for the formatting utilities</li>
|
||||
<li><a href="settings-radio-user">Settings — Radio & User</a> — region setting that drives unit selection</li>
|
||||
<li><a href="https://meshtastic.org/docs/configuration/radio/display">Display Config</a> — units, clock, and compass settings for the radio’s own screen, on meshtastic.org</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
+39
-39
@@ -51,7 +51,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"ar-rSA","resourcePath":"docs/ar-rSA/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"ar-rSA","resourcePath":"docs/ar-rSA/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6448},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"ar-rSA","resourcePath":"docs/ar-rSA/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ar-rSA","resourcePath":"docs/ar-rSA/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6277},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ar-rSA","resourcePath":"docs/ar-rSA/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9031},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"ar-rSA","resourcePath":"docs/ar-rSA/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2939},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -73,7 +73,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/tak.html","navOrder":10,"keywords":["tak", "integration", "setup", "prerequisites", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6515},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "distance", "altitude", "where", "these", "appear", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6284},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9038},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"be-rBY","resourcePath":"docs/be-rBY/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2958},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3537},
|
||||
@@ -95,7 +95,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/tak.html","navOrder":10,"keywords":["tak", "integration", "setup", "prerequisites", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9189},
|
||||
{"id":"telemetry-and-sensors","title":"Телеметрия & Сензори","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/telemetry-and-sensors.html","navOrder":9,"keywords":["device", "telemetry", "configuring", "recommended", "intervals", "air", "quality", "metrics", "viewing", "related", "topics"],"aliases":["сензори", "околна среда", "времето", "power-metrics"],"charCount":6705},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "adding", "new", "language", "how", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4478},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6322},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9076},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"bg-rBG","resourcePath":"docs/bg-rBG/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1872},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -117,7 +117,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6490},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"ca-rES","resourcePath":"docs/ca-rES/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "zpr", "uzly", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2945},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3526},
|
||||
@@ -139,7 +139,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "nastaven", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9149},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "metriky", "nap", "jen", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6423},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "jak", "isp", "adding", "new", "language", "how", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4452},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "teplota", "distance", "altitude", "where", "these", "appear", "rychlost", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6340},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "teplota", "distance", "altitude", "where", "these", "appear", "rychlost", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9094},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"cs-rCZ","resourcePath":"docs/cs-rCZ/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1866},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "bersicht", "nachrichten", "knoten", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2949},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "datenschutz", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3590},
|
||||
@@ -161,7 +161,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/tak.html","navOrder":10,"keywords":["tak", "integration", "bersicht", "einstellungen", "voraussetzungen", "atak", "plugin", "setup", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "fehlerbehebung", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9208},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "bersicht", "ger", "tetelemetrie", "environment", "temperature", "humidity", "air", "quality", "light", "energiedaten", "configuring", "recommended", "intervals", "metrics", "viewing", "fehlerbehebung", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6522},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "wie", "man", "beitragen", "kann", "adding", "new", "language", "how", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4517},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "funktioniert", "temperatur", "distance", "altitude", "where", "these", "appear", "geschwindigkeit", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6359},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "funktioniert", "the", "radio", "own", "screen", "separate", "temperatur", "distance", "altitude", "where", "these", "appear", "geschwindigkeit", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9075},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"de-rDE","resourcePath":"docs/de-rDE/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1862},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -183,7 +183,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6483},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"el-rGR","resourcePath":"docs/el-rGR/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "visi", "general", "mensajes", "nodos", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2944},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -205,7 +205,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/tak.html","navOrder":10,"keywords":["tak", "integration", "visi", "general", "setup", "prerequisites", "configuraci", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9163},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "visi", "general", "device", "environment", "temperature", "humidity", "air", "quality", "light", "tricas", "energ", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6605},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatura", "distance", "altitude", "where", "these", "appear", "velocidad", "viento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6288},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatura", "distance", "altitude", "where", "these", "appear", "velocidad", "viento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9042},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"es-rES","resourcePath":"docs/es-rES/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android auto","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "levaade", "numid", "lmed", "olek", "seotud", "teemad"],"aliases":["android auto", "auto", "head-unit", "auto"],"charCount":3021},
|
||||
{"id":"app-functions","title":"Rakenduse funktsioonid","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/app-functions.html","navOrder":19,"keywords":["rakenduse", "funktsioonid", "luba", "kirjutamis", "lugemis", "privacy", "seotud", "teemad"],"aliases":["rakenduse funktsioonid", "süsteemi-ti", "gemini", "assistent"],"charCount":3744},
|
||||
@@ -227,7 +227,7 @@
|
||||
{"id":"tak","title":"TAK integratsioon","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/tak.html","navOrder":10,"keywords":["tak", "integratsioon", "levaade", "seadistamine", "prerequisites", "tted", "atak", "plugina", "lokaalne", "server", "rollid", "cot", "cursor", "target", "vorming", "identiteet", "numivorming", "kasutamine", "koos", "atakiga", "veaotsing", "security", "considerations", "seotud", "teemad"],"aliases":["tak", "atak", "meeskonna teadlikkuse komplekt"],"charCount":9647},
|
||||
{"id":"telemetry-and-sensors","title":"Telemeetria & Sensorid","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemeetria", "sensorid", "telemetria", "levaade", "device", "telemetry", "environment", "sensors", "temperature", "humidity", "air", "quality", "valgus", "imsusn", "itajad", "configuring", "recommended", "intervals", "metrics", "viewing", "veaotsing", "seotud", "teemad"],"aliases":["sensorid", "environment", "ilm", "power-metrics"],"charCount":6456},
|
||||
{"id":"translate","title":"Tõlgi rakendus","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/translate.html","navOrder":17,"keywords":["lgi", "rakendus", "mida", "lgitakse", "how", "contribute", "lisa", "uus", "keel", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["tõlgi", "crowdin", "localization"],"charCount":4405},
|
||||
{"id":"units-and-locale","title":"Ühikud, mõõtühikud ja lokaat","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/units-and-locale.html","navOrder":16,"keywords":["hikud", "lokaat", "kuidas", "see", "toimib", "temperatuur", "distance", "altitude", "where", "these", "appear", "kiirus", "tuul", "rainfall", "units", "that", "never", "change", "date", "time", "changing", "your", "measurement", "system", "android", "seotud", "teemad"],"aliases":[],"charCount":6269},
|
||||
{"id":"units-and-locale","title":"Ühikud, mõõtühikud ja lokaat","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/units-and-locale.html","navOrder":16,"keywords":["hikud", "lokaat", "kuidas", "see", "toimib", "the", "radio", "own", "screen", "separate", "temperatuur", "distance", "altitude", "where", "these", "appear", "kiirus", "tuul", "rainfall", "units", "that", "never", "change", "date", "time", "changing", "your", "measurement", "system", "overriding"],"aliases":[],"charCount":9020},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"et-rEE","resourcePath":"docs/et-rEE/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "mida", "see", "itab", "adding", "the", "seotud", "teemad"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1829},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "yleiskatsaus", "viestit", "laitteet", "tila", "aiheeseen", "liittyv", "aiheet"],"aliases":["android-auto", "auto", "päälaite", "auto"],"charCount":3129},
|
||||
{"id":"app-functions","title":"Sovellustoiminnot","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/app-functions.html","navOrder":19,"keywords":["sovellustoiminnot", "sovellustoimintojen", "ytt", "notto", "kirjoitustoiminnot", "lukutoiminnot", "yksityisyys", "aiheeseen", "liittyv", "aiheet"],"aliases":["sovellustoiminnot", "järjestelmä-ai", "gemini", "avustaja"],"charCount":3856},
|
||||
@@ -249,7 +249,7 @@
|
||||
{"id":"tak","title":"TAK-integraatio","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/tak.html","navOrder":10,"keywords":["tak", "integraatio", "yleiskatsaus", "asetukset", "edellytykset", "atak", "lis", "osan", "asennus", "paikallinen", "palvelin", "roolit", "cot", "cursor", "target", "muoto", "identiteetti", "wire", "format", "ytt", "kanssa", "vianetsint", "tietoturvahuomiot", "aiheeseen", "liittyv", "aiheet"],"aliases":["tak", "atak", "team awareness kit"],"charCount":10569},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetria ja anturit","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetria", "anturit", "yleiskatsaus", "laitteen", "telemetriatiedot", "ymp", "rist", "tila", "kosteus", "ilmanlaatu", "valo", "virranhallinnan", "arvot", "telemetrian", "ritt", "minen", "suositellut", "raportointiv", "lit", "ilmanlaatumittarit", "tarkastelu", "vianetsint", "aiheeseen", "liittyv", "aiheet"],"aliases":["sensorit", "ympäristö", "sää", "virtamittarit"],"charCount":7309},
|
||||
{"id":"translate","title":"Käännä sovellus","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/translate.html","navOrder":17,"keywords":["sovellus", "mit", "nnet", "kuinka", "voi", "osallistua", "uuden", "kielen", "lis", "minen", "kset", "rjestetty", "sohjeet", "kysytt"],"aliases":["käännä", "crowdin", "lokalisointi"],"charCount":4670},
|
||||
{"id":"units-and-locale","title":"Yksiköt, mittaus ja kieli- ja alueasetukset","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/units-and-locale.html","navOrder":16,"keywords":["yksik", "mittaus", "kieli", "alueasetukset", "miten", "toimii", "tila", "isyys", "korkeus", "miss", "kyv", "nopeus", "tuuli", "sadem", "jotka", "eiv", "muutu", "aika", "mittausj", "rjestelm", "vaihtaminen", "android", "aiheeseen", "liittyv", "aiheet"],"aliases":[],"charCount":6737},
|
||||
{"id":"units-and-locale","title":"Yksiköt, mittaus ja kieli- ja alueasetukset","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/units-and-locale.html","navOrder":16,"keywords":["yksik", "mittaus", "kieli", "alueasetukset", "miten", "toimii", "the", "radio", "own", "screen", "separate", "tila", "isyys", "korkeus", "miss", "kyv", "nopeus", "tuuli", "sadem", "jotka", "eiv", "muutu", "aika", "changing", "your", "measurement", "system", "overriding", "units", "app"],"aliases":[],"charCount":9458},
|
||||
{"id":"widget","title":"Aloitusnäytön widget","section":"user","locale":"fi-rFI","resourcePath":"docs/fi-rFI/user/widget.html","navOrder":20,"keywords":["aloitusn", "widget", "mit", "ytt", "widgetin", "lis", "minen", "aiheeseen", "liittyv", "aiheet"],"aliases":["widget", "aloitusnäytön widget", "paikalliset tilastot widget"],"charCount":2086},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "uds", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2950},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3528},
|
||||
@@ -271,7 +271,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9177},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "triques", "alimentation", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6534},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temp", "rature", "distance", "altitude", "where", "these", "appear", "vitesse", "vent", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6283},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temp", "rature", "distance", "altitude", "where", "these", "appear", "vitesse", "vent", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app"],"aliases":[],"charCount":9037},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"fr-rCA","resourcePath":"docs/fr-rCA/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1868},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "uds", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2950},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3528},
|
||||
@@ -293,7 +293,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9177},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "triques", "alimentation", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6534},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temp", "rature", "distance", "altitude", "where", "these", "appear", "vitesse", "vent", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6283},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temp", "rature", "distance", "altitude", "where", "these", "appear", "vitesse", "vent", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app"],"aliases":[],"charCount":9037},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"fr-rFR","resourcePath":"docs/fr-rFR/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1868},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -315,7 +315,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6427},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "teocht", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6276},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "teocht", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9030},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"ga-rIE","resourcePath":"docs/ga-rIE/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -337,7 +337,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6490},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"gl-rES","resourcePath":"docs/gl-rES/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -359,7 +359,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6490},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"hr-rHR","resourcePath":"docs/hr-rHR/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -381,7 +381,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6462},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "tanperati", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6279},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "tanperati", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9033},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"ht-rHT","resourcePath":"docs/ht-rHT/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "zenetek", "csom", "pontok", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2944},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -403,7 +403,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9165},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "pell", "metrik", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6504},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "klet", "distance", "altitude", "where", "these", "appear", "sebess", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6284},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "klet", "distance", "altitude", "where", "these", "appear", "sebess", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9038},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"hu-rHU","resourcePath":"docs/hu-rHU/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -425,7 +425,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6490},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"is-rIS","resourcePath":"docs/is-rIS/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "panoramica", "messaggi", "nodi", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2939},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -447,7 +447,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/tak.html","navOrder":10,"keywords":["tak", "integration", "panoramica", "configurazione", "prerequisiti", "atak", "plugin", "setup", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "risoluzione", "problemi", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9185},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "panoramica", "telemetria", "dispositivo", "environment", "temperature", "humidity", "air", "quality", "light", "metriche", "alimentazione", "configuring", "recommended", "intervals", "metrics", "viewing", "risoluzione", "problemi", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6515},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "come", "funziona", "temperatura", "distance", "altitude", "where", "these", "appear", "velocit", "vento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6294},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "come", "funziona", "the", "radio", "own", "screen", "separate", "temperatura", "distance", "altitude", "where", "these", "appear", "velocit", "vento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9048},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"it-rIT","resourcePath":"docs/it-rIT/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2936},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -469,7 +469,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6490},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperature", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"iw-rIL","resourcePath":"docs/iw-rIL/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/android-auto.html","navOrder":18,"keywords":["android", "auto"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":1800},
|
||||
{"id":"app-functions","title":"アプリ機能","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/app-functions.html","navOrder":19,"keywords":[],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":2145},
|
||||
@@ -491,7 +491,7 @@
|
||||
{"id":"tak","title":"TAK 連携","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/tak.html","navOrder":10,"keywords":["tak", "atak", "cot", "cursor", "target"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":5856},
|
||||
{"id":"telemetry-and-sensors","title":"テレメトリとセンサー","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/telemetry-and-sensors.html","navOrder":9,"keywords":[],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":4048},
|
||||
{"id":"translate","title":"アプリを翻訳する","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/translate.html","navOrder":17,"keywords":[],"aliases":["translate", "crowdin", "localization"],"charCount":3181},
|
||||
{"id":"units-and-locale","title":"単位・計測・ロケール","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/units-and-locale.html","navOrder":16,"keywords":["android"],"aliases":[],"charCount":3655},
|
||||
{"id":"units-and-locale","title":"単位・計測・ロケール","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/units-and-locale.html","navOrder":16,"keywords":["the", "radio", "own", "screen", "separate", "changing", "your", "measurement", "system", "overriding", "units", "app"],"aliases":[],"charCount":6709},
|
||||
{"id":"widget","title":"ホーム画面ウィジェット","section":"user","locale":"ja-rJP","resourcePath":"docs/ja-rJP/user/widget.html","navOrder":20,"keywords":[],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1180},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2932},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -513,7 +513,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9134},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6336},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "distance", "altitude", "where", "these", "appear", "speed", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6270},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "speed", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9024},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"ko-rKR","resourcePath":"docs/ko-rKR/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -535,7 +535,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6476},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperat", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperat", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"lt-rLT","resourcePath":"docs/lt-rLT/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "berichten", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2939},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -557,7 +557,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6476},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatuur", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatuur", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"nl-rNL","resourcePath":"docs/nl-rNL/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -579,7 +579,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6511},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatur", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6280},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatur", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9034},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"no-rNO","resourcePath":"docs/no-rNO/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "wiadomo", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2940},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -601,7 +601,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "konfiguracja", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9148},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "metryki", "zasilania", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6564},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatura", "distance", "altitude", "where", "these", "appear", "dko", "wiatr", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6285},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatura", "distance", "altitude", "where", "these", "appear", "dko", "wiatr", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9039},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"pl-rPL","resourcePath":"docs/pl-rPL/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "mensagens", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2937},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -623,7 +623,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6476},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatura", "distance", "altitude", "where", "these", "appear", "velocidade", "vento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6287},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatura", "distance", "altitude", "where", "these", "appear", "velocidade", "vento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9041},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"pt-rBR","resourcePath":"docs/pt-rBR/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "mensagens", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2939},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -645,7 +645,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configura", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9144},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6483},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatura", "distance", "altitude", "where", "these", "appear", "speed", "vento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6282},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatura", "distance", "altitude", "where", "these", "appear", "speed", "vento", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9036},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"pt-rPT","resourcePath":"docs/pt-rPT/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "mesaje", "noduri", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2937},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -667,7 +667,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9165},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "valori", "putere", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6490},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperature", "distance", "altitude", "where", "these", "appear", "viteza", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6290},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperature", "distance", "altitude", "where", "these", "appear", "viteza", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9044},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"ro-rRO","resourcePath":"docs/ro-rRO/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/android-auto.html","navOrder":18,"keywords":["android", "auto"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":3258},
|
||||
{"id":"app-functions","title":"Функции приложения","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/app-functions.html","navOrder":19,"keywords":[],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3808},
|
||||
@@ -689,7 +689,7 @@
|
||||
{"id":"tak","title":"Интеграция TAK","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/tak.html","navOrder":10,"keywords":["tak", "atak", "cot", "cursor", "target"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":10308},
|
||||
{"id":"telemetry-and-sensors","title":"Телеметрия и датчики","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/telemetry-and-sensors.html","navOrder":9,"keywords":[],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":7765},
|
||||
{"id":"translate","title":"Перевод приложения","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/translate.html","navOrder":17,"keywords":[],"aliases":["translate", "crowdin", "localization"],"charCount":4832},
|
||||
{"id":"units-and-locale","title":"Единицы измерения и локаль","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/units-and-locale.html","navOrder":16,"keywords":["android"],"aliases":[],"charCount":6792},
|
||||
{"id":"units-and-locale","title":"Единицы измерения и локаль","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/units-and-locale.html","navOrder":16,"keywords":["the", "radio", "own", "screen", "separate", "changing", "your", "measurement", "system", "overriding", "units", "app"],"aliases":[],"charCount":9511},
|
||||
{"id":"widget","title":"Виджет на главный экран","section":"user","locale":"ru-rRU","resourcePath":"docs/ru-rRU/user/widget.html","navOrder":20,"keywords":[],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":2096},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "spr", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2936},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -711,7 +711,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6420},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "teplota", "distance", "altitude", "where", "these", "appear", "chlos", "vietor", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6310},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "teplota", "distance", "altitude", "where", "these", "appear", "chlos", "vietor", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9064},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"sk-rSK","resourcePath":"docs/sk-rSK/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "messages", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -733,7 +733,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6462},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatura", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatura", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"sl-rSI","resourcePath":"docs/sl-rSI/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "nodes", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2932},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -755,7 +755,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9145},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6497},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatura", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6281},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatura", "distance", "altitude", "where", "these", "appear", "speed", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9035},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"sq-rAL","resourcePath":"docs/sq-rAL/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"srp","resourcePath":"docs/srp/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2938},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"srp","resourcePath":"docs/srp/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -777,7 +777,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"srp","resourcePath":"docs/srp/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9153},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"srp","resourcePath":"docs/srp/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "окружење", "weather", "power-metrics"],"charCount":6501},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"srp","resourcePath":"docs/srp/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"srp","resourcePath":"docs/srp/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "distance", "altitude", "where", "these", "appear", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6282},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"srp","resourcePath":"docs/srp/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "wind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9036},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"srp","resourcePath":"docs/srp/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "meddelanden", "noder", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2944},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3519},
|
||||
@@ -799,7 +799,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "konfiguration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "fels", "kning", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9148},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "str", "mdata", "configuring", "recommended", "intervals", "metrics", "viewing", "fels", "kning", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6481},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "temperatur", "distance", "altitude", "where", "these", "appear", "hastighet", "vind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6284},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "temperatur", "distance", "altitude", "where", "these", "appear", "hastighet", "vind", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9038},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"sv-rSE","resourcePath":"docs/sv-rSE/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1859},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "genel", "bak", "mesajlar", "nodelar", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2943},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -821,7 +821,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/tak.html","navOrder":10,"keywords":["tak", "integration", "genel", "bak", "setup", "prerequisites", "yap", "land", "rma", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9147},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "genel", "bak", "device", "environment", "temperature", "humidity", "air", "quality", "light", "power", "metrics", "configuring", "recommended", "intervals", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6416},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "nas", "katk", "bulunulur", "adding", "new", "language", "how", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4491},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "cakl", "distance", "altitude", "where", "these", "appear", "speed", "zgar", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6280},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "cakl", "distance", "altitude", "where", "these", "appear", "speed", "zgar", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related"],"aliases":[],"charCount":9034},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"tr-rTR","resourcePath":"docs/tr-rTR/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "overview", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2942},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -843,7 +843,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/tak.html","navOrder":10,"keywords":["tak", "integration", "overview", "setup", "prerequisites", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "troubleshooting", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9152},
|
||||
{"id":"telemetry-and-sensors","title":"Телеметрія і сенсори","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "overview", "device", "environment", "temperature", "humidity", "air", "quality", "light", "configuring", "recommended", "intervals", "metrics", "viewing", "troubleshooting", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6569},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6286},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9040},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"uk-rUA","resourcePath":"docs/uk-rUA/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1866},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "status", "related", "topics"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2923},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read", "privacy", "related", "topics"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3516},
|
||||
@@ -865,7 +865,7 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/tak.html","navOrder":10,"keywords":["tak", "integration", "setup", "configuration", "atak", "plugin", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9103},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "device", "environment", "temperature", "humidity", "air", "quality", "light", "configuring", "recommended", "intervals", "metrics", "viewing", "related", "topics"],"aliases":["sensors", "环境", "weather", "power-metrics"],"charCount":6301},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "how", "contribute", "adding", "new", "language", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4459},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android", "related", "topics"],"aliases":[],"charCount":6266},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "how", "works", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app", "related", "topics"],"aliases":[],"charCount":9020},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"zh-rCN","resourcePath":"docs/zh-rCN/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the", "related", "topics"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1856},
|
||||
{"id":"android-auto","title":"Android Auto","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/android-auto.html","navOrder":18,"keywords":["android", "auto", "status"],"aliases":["android-auto", "car", "head-unit", "auto"],"charCount":2913},
|
||||
{"id":"app-functions","title":"App Functions","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/app-functions.html","navOrder":19,"keywords":["app", "functions", "enabling", "write", "read"],"aliases":["app-functions", "system-ai", "gemini", "assistant"],"charCount":3501},
|
||||
@@ -887,6 +887,6 @@
|
||||
{"id":"tak","title":"TAK Integration","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/tak.html","navOrder":10,"keywords":["tak", "integration", "atak", "plugin", "setup", "local", "server", "roles", "cot", "cursor", "target", "format", "identity", "wire", "usage", "with", "security", "considerations", "related", "topics"],"aliases":["tak", "atak", "team-awareness-kit"],"charCount":9061},
|
||||
{"id":"telemetry-and-sensors","title":"Telemetry & Sensors","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/telemetry-and-sensors.html","navOrder":9,"keywords":["telemetry", "sensors", "environment", "temperature", "humidity", "air", "quality", "light", "configuring", "recommended", "intervals", "metrics", "viewing", "related", "topics"],"aliases":["sensors", "environment", "weather", "power-metrics"],"charCount":6300},
|
||||
{"id":"translate","title":"Translate the App","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/translate.html","navOrder":17,"keywords":["translate", "the", "app", "what", "gets", "translated", "adding", "new", "language", "how", "translations", "are", "organized", "translation", "guidelines", "questions"],"aliases":["translate", "crowdin", "localization"],"charCount":4418},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "android"],"aliases":[],"charCount":6249},
|
||||
{"id":"units-and-locale","title":"Units, Measurement & Locale","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/units-and-locale.html","navOrder":16,"keywords":["units", "measurement", "locale", "the", "radio", "own", "screen", "separate", "distance", "altitude", "where", "these", "appear", "rainfall", "that", "never", "change", "date", "time", "changing", "your", "system", "overriding", "app"],"aliases":[],"charCount":9003},
|
||||
{"id":"widget","title":"Home Screen Widget","section":"user","locale":"zh-rTW","resourcePath":"docs/zh-rTW/user/widget.html","navOrder":20,"keywords":["home", "screen", "widget", "what", "shows", "adding", "the"],"aliases":["widget", "home-screen-widget", "local-stats-widget"],"charCount":1846}
|
||||
]
|
||||
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
File diff suppressed because one or more lines are too long.
Reference in new issue
Block a user