Compare commits

...

74 Commits

Author SHA1 Message Date
Janez T
3283d4ca20 docs: Add Windows BLE pairing instructions to README
Document pairing the MeshCore radio via the Windows 11 system Bluetooth
menu (with PIN) before connecting in-app, per user report.

Fixes #41

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 10:41:35 +02:00
Janez T
bdbceece75 fix: Normalize raw transport path for firmware v1.15 photo/audio transfer
CMD_SEND_RAW_DATA (0x19) was passed the encoded MeshCore route descriptor
(e.g. 0x41 for a 1-hop 2-byte-hash route), but the v1.15 companion firmware
raw-data handler treats the path byte as a legacy literal hop count, not an
encoded descriptor. It misread 0x41 as "65 path bytes" and rejected the
command (ERROR: Unsupported command), so media fetch always failed while
normal messaging worked.

- Add ContactRouteCodec.toLegacyRawPath() converting encoded descriptor +
  path into legacy format (literal hop count + first byte of each hop hash).
- Apply it in ConnectionProvider.sendRawVoicePacket, the single chokepoint
  all raw media (voice/image fragments, swarm, route probes) flows through.
- Pace served fragments 350ms apart to avoid firmware "ERROR: Table full"
  when bursting many raw packets.
- Tests for the descriptor conversion.

Fixes #43

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 10:38:05 +02:00
Janez T
365bd76cbc feat: Add Mapy.cz Outdoor (OSM + LIDAR) base map layer
- New MapLayerType.mapyOutdoor with Referer header support
  (tile server rejects requests without mapy.com Referer)
- Headered layers get a dedicated NetworkTileProvider sharing
  the offline tile cache
- Offline region downloads pass layer headers through
  TileDownloadService

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 17:28:56 +02:00
Janez T
ba27843166 feat: UX polish, localization, advert relocation, and map filter fixes
- i18n: translate connection screen + chat tab keys into 13 locales;
  add "Send my contact" (advert) strings in all locales
- feat: move self-advert from home header into composer "+" action menu
  (new lib/utils/advert_helper.dart, always shows Flood/Direct sheet)
- fix: hide-repeaters map toggle was bypassed in simple mode
- fix: simple mode map now shows only favourite chat contacts
- fix: wrap ListTiles in Material (contact_tile secondary actions,
  inferred contact group card) to satisfy Flutter ink assertions
- device-authoritative contact/channel sync and UX review fixes

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 10:01:10 +02:00
Janez T
3e1113035d Merge branch 'chore/app-store-screenshots' 2026-05-27 10:53:43 +02:00
Janez T
89359c5e34 Merge remote-tracking branch 'origin/main' 2026-05-27 10:53:31 +02:00
Janez T
0406b59d3b chore: Add App Store screenshots
Refs:
2026-05-27 10:45:51 +02:00
Janez Troha
c176ed0775 Update iOS TestFlight link in README 2026-05-22 12:46:29 +02:00
Janez T
6062f91c2d Throttle message notifications during sync 2026-05-10 17:48:13 +02:00
Janez T
e1400cf1ec feat: Modernize map selection and tile cache 2026-04-26 08:41:50 +02:00
Janez Troha
b040a8bd3a Merge pull request #39 from dz0ny/feat/reported-issues-ci
Feat/reported issues ci
2026-04-26 08:40:12 +02:00
Janez T
c847bd6465 feat: Add UTM coordinates #38
ref:
2026-04-26 08:30:28 +02:00
Janez T
132a576785 fix: Split trail recording #32
ref:
2026-04-26 08:30:28 +02:00
Janez T
9b8b1bf473 fix: Add background service #37
ref: #31
2026-04-26 08:30:28 +02:00
Janez T
0008eff1b8 fix: Stabilize reported tests #31
ref: #32 #37
2026-04-26 08:30:28 +02:00
Janez T
2fe125d6ba chore: Add Play release cycle #31
ref:
2026-04-26 08:30:28 +02:00
Janez T
5834454087 feat: Add UTM coordinates #38
ref:
2026-04-26 08:28:41 +02:00
Janez T
73e78691ed fix: Split trail recording #32
ref:
2026-04-26 08:24:11 +02:00
Janez T
d067095345 fix: Add background service #37
ref: #31
2026-04-26 08:24:09 +02:00
Janez T
0b463f6454 fix: Stabilize reported tests #31
ref: #32 #37
2026-04-26 08:24:07 +02:00
Janez T
a472b0c05c chore: Add Play release cycle #31
ref:
2026-04-26 08:24:04 +02:00
Janez T
4181b33da1 Fix echo metadata and bump build number #123 2026-04-26 08:02:53 +02:00
Janez T
f9dfdc2340 fix: Add manual TCP connect flow 2026-04-18 08:59:36 +02:00
Janez T
b333b3737e feat: Open per-metric sensor history 2026-04-12 21:07:53 +02:00
Janez T
7245d76e17 chore: Bump iOS build number 2026-04-08 18:45:52 +02:00
Janez T
7a76ba97f8 fix: Reset test viewport state 2026-04-08 18:43:37 +02:00
Janez T
d00198c829 Fix radio preset resync 2026-04-08 18:43:12 +02:00
Janez T
e6cd59e96f fix: Remove GPS interval option 2026-04-08 18:41:58 +02:00
Janez T
b863cda139 fix: Prefer cached map tiles offline ref: 2026-04-08 09:46:31 +02:00
Janez T
4bd7f36b98 chore: Bump iOS build version 2026-04-07 14:21:39 +02:00
Janez T
44a668df93 fix: Reset fallback sharing state 2026-04-07 14:04:45 +02:00
Janez T
e5514b4ef9 Fix fast location cadence ref: 2026-04-07 10:35:31 +02:00
Janez T
d92e52c5c2 fix: Dedupe replayed messages #123 2026-04-06 21:00:07 +02:00
Janez T
daa88fb471 chore: Update fastlane report 2026-04-06 20:55:27 +02:00
Janez T
c182813c35 fix: Add manual TCP IP 2026-04-05 21:51:17 +02:00
Janez T
81944bfd3c feat: Refresh generated API snapshots #0 2026-04-05 21:48:19 +02:00
Janez T
43eb857663 Bump iOS build to 133 2026-04-05 20:07:19 +02:00
Janez T
faa396769e feat: Add buzzer alerts toggle 2026-04-05 20:02:54 +02:00
Janez T
1a35b790a7 feat: Add GPS diagnostics #0 2026-04-05 19:58:34 +02:00
Janez T
573921e002 fix: Clarify shared location labels and onboarding copy #123 2026-04-05 19:54:48 +02:00
Janez T
14a41b210e feat: Add manual TCP IP entry 2026-04-05 19:45:16 +02:00
Janez T
56a7fa2fc6 fix: Use location pin icon 2026-04-05 19:39:40 +02:00
Janez T
7f4b4c4560 feat: Add message location details 2026-04-05 19:33:41 +02:00
Janez T
7f7f4aa975 fix: Widen worker charts 2026-04-05 18:01:05 +02:00
Janez T
1baab06627 fix: Widen worker stats graph 2026-04-04 20:20:36 +02:00
Janez T
5320fa1a2b fix: Guard null history decode #123 2026-04-04 15:58:21 +02:00
Janez T
512b64db9f fix: Preserve custom path priority 2026-04-04 15:57:41 +02:00
Janez T
4690ceead1 chore: Remove reporter map dependencies 2026-04-04 10:01:03 +02:00
Janez T
d431a79aa8 Fix: Limit stats retention to 7 days 2026-04-03 22:42:52 +02:00
Janez T
d66bbca82c feat: Add dark theme charts ref: 2026-04-03 22:38:21 +02:00
Janez T
d2fee94678 feat: Reorder stats cards cache dashboard 2026-04-03 22:34:06 +02:00
Janez T
61a856e84c feat: Clarify stats dashboard ref: 2026-04-03 22:29:46 +02:00
Janez T
5feb07aad7 feat: Enable stats by default and enrich public dashboard 2026-04-03 22:24:09 +02:00
Janez T
59931f402a feat: Add traffic over time chart 2026-04-03 22:19:23 +02:00
Janez T
0cd563063a feat: Add Leaflet map to stats dashboard #123 2026-04-03 22:17:23 +02:00
Janez T
9244368b49 chore: Rename worker stats #0 2026-04-03 20:00:14 +02:00
Janez T
c089db5c62 feat: Add anonymous RX stats
ref:
2026-04-03 19:52:45 +02:00
Janez T
7c1bc3b84f feat: Add shadcn worker UI 2026-04-03 19:46:51 +02:00
Janez T
724f4b38e8 fix: Tighten ping sheet timing 2026-04-03 12:04:33 +02:00
Janez T
caefbdbcef fix: Clamp auto ping history 2026-04-03 12:01:39 +02:00
Janez T
79f8f8dd04 fix: Reuse Ping sheet for Sensors #123 2026-04-03 11:55:52 +02:00
Janez T
e4eb40cd34 fix: Hide Cleared Paths, Unify Sensor Actions #0 2026-04-03 11:38:57 +02:00
Janez T
7c9dfd6f63 fix: Promote confirmed DM paths 2026-04-03 10:27:06 +02:00
Janez T
3e8d4c2d11 fix: Use GitHub client #1928
ref:
2026-04-02 08:52:25 +02:00
Janez T
3a28acac2d feat: Improve live traffic packet help #0 2026-04-01 20:58:13 +02:00
Janez T
5ee03d4b2f chore: Pin Meshcore client git ref #0 2026-04-01 15:11:52 +02:00
Janez T
3dfdbd7700 fix: Preserve contacts and sensor updates 2026-04-01 13:48:40 +02:00
Janez T
043faea06a fix: Dedupe recent messages and wasm 2026-04-01 13:35:02 +02:00
Janez T
05ddb6841a fix: Use zero-hop relay ping history 2026-03-31 18:13:53 +02:00
Janez T
3392e5f9c1 feat: Add relay ping and lock message destination 2026-03-31 17:52:44 +02:00
Janez T
7df750c8d5 feat: Add send mode localization #123 2026-03-31 09:41:45 +02:00
Janez T
e09d418084 fix: Correct neighbor times ref: 2026-03-29 11:10:25 +02:00
Janez T
96aeec1301 chore: Bump iOS build number ref: 2026-03-24 19:29:20 +01:00
Janez T
6978f24440 fix: Merge self replay and refresh self telemetry 2026-03-24 19:07:44 +01:00
207 changed files with 45649 additions and 16344 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: "17"
@@ -44,6 +44,14 @@ jobs:
cache-key: flutter-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}
pub-cache-key: flutter-pub-${{ runner.os }}-stable-${{ env.FLUTTER_VERSION }}-${{ runner.arch }}-${{ hashFiles('pubspec.lock') }}
- name: Setup Ruby
if: github.event_name == 'release'
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
working-directory: android
- name: Cache Android NDK
uses: actions/cache@v4
with:
@@ -55,22 +63,76 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Validate Android release secrets
if: github.event_name == 'release'
env:
ANDROID_KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }}
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
run: |
test -n "$ANDROID_KEYSTORE_BASE64"
test -n "$ANDROID_KEYSTORE_PASSWORD"
test -n "$ANDROID_KEY_ALIAS"
test -n "$ANDROID_KEY_PASSWORD"
test -n "$GOOGLE_PLAY_SERVICE_ACCOUNT_JSON"
- name: Create Android signing files
if: github.event_name == 'release'
env:
ANDROID_KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
ANDROID_KEY_ALIAS: ${{ secrets.ANDROID_KEY_ALIAS }}
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
run: |
echo "$ANDROID_KEYSTORE_BASE64" | base64 --decode > android/release-keystore.jks
cat <<EOF > android/key.properties
storePassword=$ANDROID_KEYSTORE_PASSWORD
keyPassword=$ANDROID_KEY_PASSWORD
keyAlias=$ANDROID_KEY_ALIAS
storeFile=../release-keystore.jks
EOF
- name: Build APK
run: flutter build apk --release
- name: Prepare APK artifact
- name: Build Play release AAB
if: github.event_name == 'release'
run: flutter build appbundle --release
- name: Prepare Android artifacts
run: |
RAW_TAG="${{ github.event.release.tag_name || github.ref_name }}"
TAG="${RAW_TAG//\//-}"
cp build/app/outputs/flutter-apk/app-release.apk "${APP_NAME}-${TAG}-android.apk"
if [ -f build/app/outputs/bundle/release/app-release.aab ]; then
cp build/app/outputs/bundle/release/app-release.aab "${APP_NAME}-${TAG}-play.aab"
fi
- name: Upload APK artifact
- name: Upload Android artifacts
uses: actions/upload-artifact@v4
with:
name: release-android
path: "${{ env.APP_NAME }}-*-android.apk"
path: |
${{ env.APP_NAME }}-*-android.apk
${{ env.APP_NAME }}-*-play.aab
if-no-files-found: error
- name: Upload Play release to internal testing
if: github.event_name == 'release'
env:
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
SKIP_ANDROID_BUILD: "1"
run: cd android && bundle exec fastlane android internal
- name: Upload Play release to production
if: github.event_name == 'release' && !github.event.release.prerelease
env:
GOOGLE_PLAY_SERVICE_ACCOUNT_JSON: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
SKIP_ANDROID_BUILD: "1"
run: cd android && bundle exec fastlane android production
build-linux:
name: Build Linux App
runs-on: ubuntu-latest
@@ -301,7 +363,7 @@ jobs:
run: flutter pub get
- name: Build web release
run: flutter build web --release --base-href /meshcore-sar/
run: flutter build web --wasm --release --base-href /meshcore-sar/
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
@@ -348,6 +410,7 @@ jobs:
body: |
Release assets are published for all supported build targets:
- Android (`.apk`)
- Google Play (`.aab`)
- Linux (`.tar.gz`)
- macOS (`.dmg`)
- Windows (`.zip`)
@@ -362,6 +425,7 @@ jobs:
4. Install the signed `.ipa` on your iPhone using Apple Configurator 2 or Xcode (Devices and Simulators).
files: |
dist/*.apk
dist/*.aab
dist/*.tar.gz
dist/*.zip
dist/*.dmg

8
.gitignore vendored
View File

@@ -73,15 +73,23 @@ GoogleService-Info.plist
**/fastlane/.env
**/fastlane/.env.*
fastlane/README.md
ios/.bundle/
ios/vendor/
# Play Store release assets & scripts
play-store/
create_feature_graphic.py
# Tool caches and local state
.devenv/
.cachebro/
.osgrep/
third_party/lpcnet_flutter/
worker/node_modules/
worker/.wrangler/
worker/.bun/
worker/.astro/
worker/dist/
# Claude Code local settings (permissions, personal config)
.claude/settings.local.json

View File

@@ -135,6 +135,9 @@ clean: ## Clean build artifacts
flutter clean
rm -rf $(BUILD_DIR)
build-web: ## Build web with WebAssembly
flutter build web --wasm --release
# Build for all platforms
build-all: bump ## Build for Android and iOS
flutter build apk --release

View File

@@ -16,7 +16,7 @@
MeshCore SAR helps teams coordinate in low-connectivity or no-connectivity environments with messaging, voice, images, maps, and live location context in one app.
It uses the MeshCore protocol over LoRa for long-range, infrastructure-free communication.
`iOS TestFlight:` https://testflight.apple.com/join/nCZYMPPz
`iOS TestFlight:` https://testflight.apple.com/join/tngpPF12
## Highlights
@@ -75,6 +75,24 @@ It uses the MeshCore protocol over LoRa for long-range, infrastructure-free comm
- Incident command and coordination roles
- Operators working in weak/no cellular coverage
## Connecting Your Radio (BLE)
The app pairs with your MeshCore radio over Bluetooth Low Energy.
### Windows
On Windows 11 (tested on 25H2), pair the radio through the system Bluetooth menu **before** connecting in the app:
1. Open **Settings → Bluetooth & devices → Add device → Bluetooth**.
2. Select your MeshCore radio and complete pairing, entering the **PIN** when prompted.
3. Launch MeshCore SAR and connect — the radio now appears as a paired device.
If the radio does not show up or fails to connect in-app, remove it from the Windows Bluetooth menu and repeat the pairing step.
### iOS / Android
Connect directly from within the app — no separate system pairing step is required.
## Permissions (App Use)
- Bluetooth: mesh device communication

4
android/Gemfile Normal file
View File

@@ -0,0 +1,4 @@
source "https://rubygems.org"
gem "fastlane"
gem "ostruct"

View File

@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<!-- Bluetooth permissions -->
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30" />
@@ -62,6 +63,12 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<service
android:name="id.flutter.flutter_background_service.BackgroundService"
android:exported="false"
android:foregroundServiceType="location"
android:stopWithTask="false"
tools:replace="android:exported" />
</application>
<!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility and

View File

@@ -16,44 +16,72 @@
default_platform(:android)
platform :android do
def project_root
File.expand_path("../..", __dir__)
end
def play_service_account_json
ENV.fetch("GOOGLE_PLAY_SERVICE_ACCOUNT_JSON")
end
def play_build_command
"cd #{project_root} && flutter build appbundle --release"
end
def play_aab_path
File.join(project_root, "build/app/outputs/bundle/release/app-release.aab")
end
def play_package_name
"com.meshcore.sar.meshcore_sar_app"
end
def direct_apk_build_command
"cd #{project_root} && flutter build apk --release"
end
def direct_apk_path
File.join(project_root, "build/app/outputs/flutter-apk/app-release.apk")
end
def skip_android_build?
ENV["SKIP_ANDROID_BUILD"] == "1"
end
desc "Runs all the tests"
lane :test do
gradle(task: "test")
end
desc "Build release APK"
lane :beta do
# Get the project root directory (two levels up from android/fastlane/)
project_root = File.expand_path("../..", __dir__)
lane :direct_apk do
sh(direct_apk_build_command)
# Build APK with Flutter
sh("cd #{project_root} && flutter build apk --release")
apk_path = File.join(project_root, "build/app/outputs/flutter-apk/app-release.apk")
# Uncomment to distribute via Firebase App Distribution:
# firebase_app_distribution(
# app: "YOUR_FIREBASE_APP_ID",
# apk_path: apk_path,
# groups: "testers"
# )
UI.success("APK built at: #{apk_path}")
UI.success("APK built successfully at: #{direct_apk_path}")
end
desc "Deploy a new version to the Google Play"
lane :deploy do
# Get the project root directory (two levels up from android/fastlane/)
project_root = File.expand_path("../..", __dir__)
# Build AAB with Flutter (required for Play Store since 2021)
sh("cd #{project_root} && flutter build appbundle --release")
aab_path = File.join(project_root, "build/app/outputs/bundle/release/app-release.aab")
desc "Build Play release AAB and upload to internal testing"
lane :internal do
sh(play_build_command) unless skip_android_build?
upload_to_play_store(
aab: aab_path,
track: "internal"
aab: play_aab_path,
package_name: play_package_name,
track: "internal",
release_status: "draft",
json_key_data: play_service_account_json
)
end
desc "Build Play release AAB and upload to production"
lane :production do
sh(play_build_command) unless skip_android_build?
upload_to_play_store(
aab: play_aab_path,
package_name: play_package_name,
track: "production",
json_key_data: play_service_account_json
)
end
end

128
docs/google-play-release.md Normal file
View File

@@ -0,0 +1,128 @@
# Google Play Release Runbook
## Purpose
This runbook prepares and ships the Android release build for `com.meshcore.sar.meshcore_sar_app`.
## Distribution Modes
- GitHub release: signed APK for direct install or manual distribution.
- Google Play: signed AAB uploaded through Fastlane to Play internal testing and, for non-prerelease GitHub releases, production.
## Required Secrets and Local Files
GitHub Actions secrets for `dz0ny/meshcore-sar`:
- `ANDROID_KEYSTORE_BASE64`
- `ANDROID_KEYSTORE_PASSWORD`
- `ANDROID_KEY_ALIAS`
- `ANDROID_KEY_PASSWORD`
- `GOOGLE_PLAY_SERVICE_ACCOUNT_JSON`
Local files used to seed the secrets:
- `android/key.properties`
- release keystore referenced by `android/key.properties`
- `/Users/dz0ny/android-keystores/fastlane-480919-0cb30c62db50.json`
The Play Console service account must have release access for `com.meshcore.sar.meshcore_sar_app`.
## CI Release Flow
The release flow runs from `.github/workflows/build-artifacts.yml` when a GitHub release is published.
Android release steps:
1. Validate all Android signing and Google Play secrets.
2. Recreate `android/release-keystore.jks` and `android/key.properties` from GitHub secrets.
3. Build the signed APK with `flutter build apk --release`.
4. Build the signed Play AAB with `flutter build appbundle --release`.
5. Upload the APK and AAB as GitHub release assets.
6. Upload the AAB to Play internal testing with `bundle exec fastlane android internal`.
7. Upload the AAB to Play production when the GitHub release is not marked as prerelease.
The same workflow also builds Linux, macOS, Windows, iOS unsigned, and web artifacts.
## Versioning Rules
- Version source of truth: `pubspec.yaml`.
- Android `versionCode` is the number after `+`.
- `versionCode` must always increase for Play uploads.
- `make bump`, `make build`, and `make bundle` increment the version.
- Use `make build-no-bump` or `make bundle-no-bump` only when intentionally rebuilding the same version locally.
## Manual Build Commands
Run commands from the repo root.
```bash
flutter build apk --release
flutter build appbundle --release
```
Repo shortcuts:
```bash
make build
make bundle
make build-no-bump
make bundle-no-bump
```
## Fastlane Lanes
Run commands from `android/`.
```bash
bundle exec fastlane android direct_apk
bundle exec fastlane android internal
bundle exec fastlane android production
```
Set `SKIP_ANDROID_BUILD=1` when an AAB has already been built and Fastlane should only upload it.
```bash
SKIP_ANDROID_BUILD=1 GOOGLE_PLAY_SERVICE_ACCOUNT_JSON="$(cat /Users/dz0ny/android-keystores/fastlane-480919-0cb30c62db50.json)" bundle exec fastlane android internal
```
## Expected Artifacts
- APK: `build/app/outputs/flutter-apk/app-release.apk`
- AAB: `build/app/outputs/bundle/release/app-release.aab`
- Release APK asset: `meshcore-sar-<tag>-android.apk`
- Release AAB asset: `meshcore-sar-<tag>-play.aab`
## Internal Testing Release Checklist
1. Confirm `pubspec.yaml` version is correct and `versionCode` increased.
2. Confirm `android/key.properties` points to the release keystore for local builds.
3. Confirm all five GitHub Actions secrets exist.
4. Publish a prerelease in GitHub to build assets and upload Play internal testing without production promotion.
5. Install from the internal testing track on a real Android device.
6. Smoke test startup, permissions, map, messaging, telemetry, and offline map behavior.
## Production Release Checklist
1. Complete internal testing validation first.
2. Confirm Play Console forms are current:
- App content
- Data safety
- App access
- Ads declaration
- Content rating
3. Confirm store assets are current:
- app icon
- feature graphic
- phone screenshots
- tablet screenshots if used
- support URL
- privacy policy URL
4. Publish a non-prerelease GitHub release.
5. Confirm the GitHub release has the APK and AAB assets.
6. Confirm Play Console has the new internal and production release entries.
## Rollback Rules
- Never reuse or lower an Android `versionCode`.
- If a Play release is bad, halt rollout in Play Console and ship a new higher-version fix.
- Keep GitHub direct APK and Play AAB artifacts separate; do not upload APKs to Play.

View File

@@ -0,0 +1,116 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:integration_test/integration_test.dart';
import 'package:latlong2/latlong.dart';
import 'package:meshcore_sar_app/l10n/app_localizations.dart';
import 'package:meshcore_sar_app/main.dart';
import 'package:meshcore_sar_app/providers/contacts_provider.dart';
import 'package:meshcore_sar_app/providers/messages_provider.dart';
import 'package:meshcore_sar_app/screens/home_screen.dart';
import 'package:meshcore_sar_app/services/wizard_preferences.dart';
import 'package:meshcore_sar_app/utils/sample_data_generator.dart';
import 'package:provider/provider.dart';
import 'package:shared_preferences/shared_preferences.dart';
void main() {
final binding = IntegrationTestWidgetsFlutterBinding.ensureInitialized();
const screenshotPrefix = String.fromEnvironment('SCREENSHOT_PREFIX');
testWidgets('captures App Store screenshots', (tester) async {
SharedPreferences.setMockInitialValues({
'wizard_completed': true,
'wizard_version': 1,
});
await WizardPreferences.setWizardCompleted(true);
await tester.pumpWidget(const MeshCoreSarApp());
await _pumpUntilFound(tester, find.byType(HomeScreen));
await binding.convertFlutterSurfaceToImage();
final homeContext = tester.element(find.byType(HomeScreen));
_loadSampleData(homeContext);
await tester.pumpAndSettle(const Duration(seconds: 1));
await _takeScreenshot(binding, tester, '${screenshotPrefix}01-messages');
await _tapTab(tester, 'Contacts');
await _takeScreenshot(binding, tester, '${screenshotPrefix}02-contacts');
await _tapTab(tester, 'Map');
await tester.pumpAndSettle(const Duration(seconds: 2));
await _takeScreenshot(binding, tester, '${screenshotPrefix}03-map');
await _openOverflowItem(tester, Icons.more_vert, 'Settings');
await _takeScreenshot(binding, tester, '${screenshotPrefix}04-settings');
});
}
void _loadSampleData(BuildContext context) {
final l10n = AppLocalizations.of(context)!;
const centerLocation = LatLng(46.0569, 14.5058);
final contacts = SampleDataGenerator.generateContacts(
centerLocation: centerLocation,
l10n: l10n,
teamMemberCount: 5,
channelCount: 2,
);
final sampleMessages = SampleDataGenerator.generateAllMessages(
centerLocation: centerLocation,
l10n: l10n,
foundPersonCount: 2,
fireCount: 1,
stagingCount: 1,
objectCount: 1,
generalChannelMessages: 8,
emergencyChannelMessages: 5,
);
context.read<ContactsProvider>().addContacts(contacts);
for (final message in sampleMessages.messages) {
context.read<MessagesProvider>().addMessage(
message,
contactLocationSnapshot: sampleMessages.contactLocations[message.id],
);
}
}
Future<void> _pumpUntilFound(
WidgetTester tester,
Finder finder, {
Duration timeout = const Duration(seconds: 10),
}) async {
final end = DateTime.now().add(timeout);
while (DateTime.now().isBefore(end)) {
await tester.pump(const Duration(milliseconds: 100));
if (finder.evaluate().isNotEmpty) {
return;
}
}
expect(finder, findsOneWidget);
}
Future<void> _tapTab(WidgetTester tester, String label) async {
final tab = find.text(label).last;
await tester.tap(tab);
await tester.pumpAndSettle(const Duration(milliseconds: 500));
}
Future<void> _openOverflowItem(
WidgetTester tester,
IconData buttonIcon,
String label,
) async {
await tester.tap(find.byIcon(buttonIcon));
await tester.pumpAndSettle(const Duration(milliseconds: 500));
await tester.tap(find.text(label));
await tester.pumpAndSettle(const Duration(seconds: 1));
}
Future<void> _takeScreenshot(
IntegrationTestWidgetsFlutterBinding binding,
WidgetTester tester,
String name,
) async {
await tester.pumpAndSettle(const Duration(milliseconds: 500));
final bytes = await binding.takeScreenshot(name);
expect(bytes.isNotEmpty, isTrue);
}

View File

@@ -1,49 +1,47 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.7)
base64
nkf
rexml
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
CFPropertyList (3.0.9)
abbrev (0.1.2)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.4.0)
aws-partitions (1.1172.0)
aws-sdk-core (3.233.0)
aws-eventstream (1.3.2)
aws-partitions (1.1109.0)
aws-sdk-core (3.224.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.113.0)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-kms (1.101.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.199.1)
aws-sdk-core (~> 3, >= 3.231.0)
aws-sdk-s3 (1.188.0)
aws-sdk-core (~> 3, >= 3.224.1)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.12.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.3.0)
bigdecimal (3.3.1)
claide (1.1.0)
colored (1.2)
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
csv (3.3.5)
declarative (0.0.20)
digest-crc (0.7.0)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.6.20240107)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.112.0)
faraday (1.10.4)
excon (0.109.0)
faraday (1.10.5)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
@@ -55,25 +53,26 @@ GEM
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-cookie_jar (0.0.7)
faraday-cookie_jar (0.0.8)
faraday (>= 0.8.0)
http-cookie (~> 1.0.0)
http-cookie (>= 1.0.0)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.1)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.1.1)
faraday-multipart (1.2.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday-retry (1.0.4)
faraday_middleware (1.2.1)
faraday (~> 1.0)
fastimage (2.4.0)
fastlane (2.228.0)
fastimage (2.4.1)
fastlane (2.229.0)
CFPropertyList (>= 2.3, < 4.0.0)
abbrev (~> 0.1.2)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
aws-sdk-s3 (~> 1.0)
@@ -81,6 +80,7 @@ GEM
bundler (>= 1.12.0, < 3.0.0)
colored (~> 1.2)
commander (~> 4.6)
csv (~> 3.3)
dotenv (>= 2.1.1, < 3.0.0)
emoji_regex (>= 0.1, < 4.0)
excon (>= 0.71.0, < 1.0.0)
@@ -100,6 +100,7 @@ GEM
jwt (>= 2.1.0, < 3)
mini_magick (>= 4.9.4, < 5.0.0)
multipart-post (>= 2.0.0, < 3.0.0)
mutex_m (~> 0.3.0)
naturally (~> 2.2)
optparse (>= 0.1.1, < 1.0.0)
plist (>= 3.1.0, < 4.0.0)
@@ -114,8 +115,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.4.1)
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
fastlane-sirp (1.0.0)
sysrandom (~> 1.0)
fastlane-sirp (1.1.0)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.54.0)
google-apis-core (>= 0.11.0, < 2.a)
@@ -131,19 +131,19 @@ GEM
google-apis-core (>= 0.11.0, < 2.a)
google-apis-playcustomapp_v1 (0.13.0)
google-apis-core (>= 0.11.0, < 2.a)
google-apis-storage_v1 (0.31.0)
google-apis-storage_v1 (0.32.0)
google-apis-core (>= 0.11.0, < 2.a)
google-cloud-core (1.8.0)
google-cloud-core (1.6.1)
google-cloud-env (>= 1.0, < 3.a)
google-cloud-errors (~> 1.0)
google-cloud-env (1.6.0)
faraday (>= 0.17.3, < 3.0)
google-cloud-errors (1.5.0)
google-cloud-storage (1.47.0)
google-cloud-errors (1.3.1)
google-cloud-storage (1.37.0)
addressable (~> 2.8)
digest-crc (~> 0.4)
google-apis-iamcredentials_v1 (~> 0.1)
google-apis-storage_v1 (~> 0.31.0)
google-apis-storage_v1 (~> 0.1)
google-cloud-core (~> 1.6)
googleauth (>= 0.16.2, < 2.a)
mini_mime (~> 1.0)
@@ -159,42 +159,40 @@ GEM
httpclient (2.9.0)
mutex_m
jmespath (1.6.2)
json (2.15.1)
jwt (2.10.2)
json (2.7.6)
jwt (2.10.3)
base64
logger (1.7.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
multi_json (1.17.0)
multi_json (1.15.0)
multipart-post (2.4.1)
mutex_m (0.3.0)
nanaimo (0.4.0)
naturally (2.3.0)
nkf (0.2.0)
optparse (0.6.0)
optparse (0.8.1)
os (1.1.4)
plist (3.7.2)
public_suffix (6.0.2)
rake (13.3.0)
public_suffix (5.1.1)
rake (13.4.2)
representable (3.2.0)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
retriable (3.8.0)
rexml (3.4.4)
rouge (3.28.0)
ruby2_keywords (0.0.5)
rubyzip (2.4.1)
security (0.1.5)
signet (0.21.0)
signet (0.18.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 4.0)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simctl (1.6.10)
CFPropertyList
naturally
sysrandom (1.0.5)
terminal-notifier (2.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
@@ -204,6 +202,7 @@ GEM
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
uber (0.1.0)
unf (0.2.0)
unicode-display_width (2.6.0)
word_wrap (1.0.0)
xcodeproj (1.27.0)
@@ -226,4 +225,4 @@ DEPENDENCIES
fastlane
BUNDLED WITH
2.7.2
2.4.22

View File

@@ -57,6 +57,8 @@ PODS:
- FlutterMacOS
- image_picker_ios (0.0.1):
- Flutter
- integration_test (0.0.1):
- Flutter
- nsd_ios (0.0.1):
- Flutter
- package_info_plus (0.4.5):
@@ -100,6 +102,7 @@ DEPENDENCIES:
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
- geolocator_apple (from `.symlinks/plugins/geolocator_apple/darwin`)
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- nsd_ios (from `.symlinks/plugins/nsd_ios/ios`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
@@ -144,6 +147,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/geolocator_apple/darwin"
image_picker_ios:
:path: ".symlinks/plugins/image_picker_ios/ios"
integration_test:
:path: ".symlinks/plugins/integration_test/ios"
nsd_ios:
:path: ".symlinks/plugins/nsd_ios/ios"
package_info_plus:
@@ -182,6 +187,7 @@ SPEC CHECKSUMS:
flutter_local_notifications: 643a3eda1ce1c0599413ca31672536d423dee214
geolocator_apple: ab36aa0e8b7d7a2d7639b3b4e48308394e8cef5e
image_picker_ios: e0ece4aa2a75771a7de3fa735d26d90817041326
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
nsd_ios: 596ad79109ddd3e52d665f650f36428049e3653e
package_info_plus: af8e2ca6888548050f16fa2f1938db7b5a5df499
path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880

View File

@@ -489,7 +489,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 128;
CURRENT_PROJECT_VERSION = 141;
DEVELOPMENT_TEAM = JND55328G8;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -511,7 +511,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 128;
CURRENT_PROJECT_VERSION = 141;
DEVELOPMENT_TEAM = JND55328G8;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
@@ -530,7 +530,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 128;
CURRENT_PROJECT_VERSION = 141;
DEVELOPMENT_TEAM = JND55328G8;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
@@ -547,7 +547,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 128;
CURRENT_PROJECT_VERSION = 141;
DEVELOPMENT_TEAM = JND55328G8;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
@@ -679,7 +679,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 128;
CURRENT_PROJECT_VERSION = 141;
DEVELOPMENT_TEAM = JND55328G8;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -702,7 +702,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 128;
CURRENT_PROJECT_VERSION = 141;
DEVELOPMENT_TEAM = JND55328G8;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;

View File

@@ -43,7 +43,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>128</string>
<string>141</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>ITSAppUsesNonExemptEncryption</key>

View File

@@ -16,17 +16,66 @@
default_platform(:ios)
platform :ios do
def project_root
File.expand_path("../..", __dir__)
end
def beta_app_info
{
"en-US" => {
description: "Field-ready SAR coordination over MeshCore with chat, voice, images, offline maps, and live team context.",
feedback_email: "hey@dz0ny.dev",
marketing_url: "https://github.com/dz0ny/meshcore-sar",
privacy_policy_url: "https://github.com/dz0ny/meshcore-sar"
}
}
end
def beta_build_info
{
"en-US" => {
whats_new: "Test MeshCore SAR field coordination flows: messaging, maps, contacts, voice, images, and SAR markers."
}
}
end
desc "Push a new release build to the App Store"
lane :release do
increment_build_number(xcodeproj: "Runner.xcodeproj")
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_app_store(skip_metadata: true, skip_screenshots: true)
upload_to_testflight(
skip_waiting_for_build_processing: true,
localized_app_info: beta_app_info,
localized_build_info: beta_build_info,
changelog: "Test MeshCore SAR field coordination flows: messaging, maps, contacts, voice, images, and SAR markers."
)
end
desc "Push a new beta build to TestFlight"
lane :beta do
increment_build_number(xcodeproj: "Runner.xcodeproj")
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_testflight(skip_waiting_for_build_processing: true)
upload_to_testflight(
skip_waiting_for_build_processing: true,
localized_app_info: beta_app_info,
localized_build_info: beta_build_info,
changelog: "Test MeshCore SAR field coordination flows: messaging, maps, contacts, voice, images, and SAR markers."
)
end
desc "Capture iOS screenshots for App Store Connect"
lane :screenshots do
sh("cd #{project_root} && scripts/take_screenshots.sh --ios")
end
desc "Upload App Store screenshots"
lane :store_assets do
upload_to_app_store(
skip_binary_upload: true,
skip_metadata: true,
skip_screenshots: false,
submit_for_review: false,
force: true
)
end
end

View File

@@ -31,6 +31,22 @@ Push a new release build to the App Store
Push a new beta build to TestFlight
### ios screenshots
```sh
[bundle exec] fastlane ios screenshots
```
Capture iOS screenshots for App Store Connect
### ios store_assets
```sh
[bundle exec] fastlane ios store_assets
```
Upload App Store screenshots
----
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.

View File

@@ -0,0 +1 @@
Copyright 2026 Janez Troha

View File

@@ -0,0 +1,14 @@
MeshCore SAR gives search and rescue teams a field-ready coordination workspace for low-connectivity operations.
Use mesh chat, live location context, SAR markers, offline-first maps, tactical drawings, voice clips, and compressed image transfer in one app. The app is built around MeshCore and BLE so teams can coordinate over LoRa links when normal infrastructure is weak or unavailable.
Key capabilities:
- Direct and group mesh messaging
- Live team contacts with signal, battery, and location context
- Offline maps with SAR markers and tactical overlays
- Voice clips optimized for low-bandwidth links
- Image transfer with compact encoding
- GPX trail import/export
- Incident, staging, and discovery workflows for field teams
MeshCore SAR is intended for search and rescue field teams, incident command, and operators who need practical coordination tools outside normal coverage.

View File

@@ -0,0 +1 @@
meshcore,sar,search,rescue,mesh,lora,offline,maps,radio,gps

View File

@@ -0,0 +1 @@
https://github.com/dz0ny/meshcore-sar

View File

@@ -0,0 +1 @@
MeshCore SAR

View File

@@ -0,0 +1 @@
https://github.com/dz0ny/meshcore-sar

View File

@@ -0,0 +1 @@
Field coordination for search and rescue teams using MeshCore, BLE, offline maps, messaging, voice, and SAR markers.

View File

@@ -0,0 +1 @@
Adds App Store screenshots and TestFlight metadata for MeshCore SAR publishing.

View File

@@ -0,0 +1 @@
SAR mesh field coordination

View File

@@ -0,0 +1 @@
https://github.com/dz0ny/meshcore-sar/issues

View File

@@ -5,22 +5,12 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00073">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000199">
</testcase>
<testcase classname="fastlane.lanes" name="1: increment_build_number" time="0.659743">
</testcase>
<testcase classname="fastlane.lanes" name="2: build_app" time="105.547745">
</testcase>
<testcase classname="fastlane.lanes" name="3: upload_to_app_store" time="252.935458">
<testcase classname="fastlane.lanes" name="1: upload_to_app_store" time="37.324492">
</testcase>

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 486 KiB

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Schaltfläche zum Neustart des BLE-Scans"
},
"tapToConnect": "Zum Verbinden tippen",
"@tapToConnect": {
"description": "Untertiteltext für Gerät in der Scanliste"
},
"deviceNotConnected": "Gerät nicht verbunden",
"@deviceNotConnected": {
"description": "Fehlermeldung, wenn das Gerät nicht verbunden ist"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Einstellung zum Anzeigen von RX/TX-Indikatoren"
},
"displayPacketActivity": "Paketaktivitätsindikatoren in der oberen Leiste anzeigen",
"@displayPacketActivity": {
"description": "Beschreibung für die Einstellung der RX/TX-Indikatoren"
},
"disableMap": "Karte deaktivieren",
"@disableMap": {
"description": "Einstellung zum Deaktivieren des Karten-Tabs"
},
"disableMapDescription": "Karten-Tab ausblenden, um Akku zu sparen",
"@disableMapDescription": {
"description": "Beschreibung für die Einstellung zum Deaktivieren der Karte"
},
"language": "Sprache",
"@language": {
"description": "Beschriftung der Spracheinstellung"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "Beschriftung der App-Version"
},
"appName": "App-Name",
"@appName": {
"description": "Beschriftung des App-Namens"
},
"aboutMeshCoreSar": "Über MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "Titel des Über-Dialogs"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Aktion zum Zurücksetzen des Kontaktpfads für Umleitung"
},
"publicKeyCopied": "Öffentlicher Schlüssel in die Zwischenablage kopiert",
"@publicKeyCopied": {
"description": "Erfolgsmeldung, wenn der öffentliche Schlüssel kopiert wurde"
},
"copiedToClipboard": "{label} in die Zwischenablage kopiert",
"@copiedToClipboard": {
"description": "Erfolgsmeldung, wenn ein Wert in die Zwischenablage kopiert wurde",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Beschriftung Zuletzt gesehen"
},
"roomStatus": "Raumstatus",
"@roomStatus": {
"description": "Überschrift des Raumstatus-Bereichs"
},
"loginStatus": "Anmeldestatus",
"@loginStatus": {
"description": "Beschriftung des Anmeldestatus"
},
"notLoggedIn": "Nicht angemeldet",
"@notLoggedIn": {
"description": "Nicht angemeldet-Status"
},
"adminAccess": "Admin-Zugriff",
"@adminAccess": {
"description": "Beschriftung des Admin-Zugriffs"
},
"yes": "Ja",
"@yes": {
"description": "Ja-Antwort"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Beschriftung der Berechtigungen"
},
"passwordSaved": "Passwort gespeichert",
"@passwordSaved": {
"description": "Beschriftung Passwort gespeichert"
},
"locationColon": "Standort:",
"@locationColon": {
"description": "Überschrift des Standortbereichs"
},
"telemetry": "Telemetrie",
"@telemetry": {
"description": "Überschrift des Telemetrie-Bereichs"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "GPS aus Telemetrie-Beschriftung"
},
"updated": "Aktualisiert",
"@updated": {
"description": "Beschriftung des Aktualisierungszeitstempels"
},
"pathResetInfo": "Pfad zurückgesetzt für {name}. Nächste Nachricht findet eine neue Route.",
"@pathResetInfo": {
"description": "Infonachricht nach Pfad-Reset",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Erneut bei Raum anmelden",
"@reLoginToRoom": {
"description": "Schaltfläche zur erneuten Anmeldung beim Raum"
@@ -1114,10 +1057,6 @@
"@frequencyMHz": {
"description": "Beschriftung für Funkfrequenzfeld"
},
"frequencyExample": "z.B. 869.618",
"@frequencyExample": {
"description": "Hilfetext-Beispiel für Frequenz"
},
"bandwidth": "Bandbreite",
"@bandwidth": {
"description": "Beschriftung für Bandbreiten-Dropdown"
@@ -1221,47 +1160,6 @@
"@trailControls": {
"description": "Tooltip für Verlaufssteuerung"
},
"contactTrails": "Kontaktverläufe",
"@contactTrails": {
"description": "Überschrift des Bereichs für Kontaktverläufe"
},
"showAllContactTrails": "Alle Kontaktverläufe anzeigen",
"@showAllContactTrails": {
"description": "Beschriftung zum Umschalten der Anzeige aller Kontaktverläufe"
},
"noContactsWithLocationHistory": "Keine Kontakte mit Standortverlauf",
"@noContactsWithLocationHistory": {
"description": "Untertitel, wenn keine Kontakte mit Verläufen vorhanden sind"
},
"showingTrailsForContacts": "Verläufe für {count} Kontakte anzeigen",
"@showingTrailsForContacts": {
"description": "Untertitel mit Anzahl der Kontakte mit Verläufen",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Einzelne Kontaktverläufe",
"@individualContactTrails": {
"description": "Titel des Erweiterungselements für einzelne Kontaktverläufe"
},
"deviceInformation": "Geräteinformationen",
"@deviceInformation": {
"description": "Überschrift des Geräteinformationen-Bereichs"
},
"bleName": "BLE-Name",
"@bleName": {
"description": "Beschriftung des Bluetooth-Low-Energy-Gerätenamens"
},
"meshName": "Mesh-Name",
"@meshName": {
"description": "Beschriftung des Mesh-Netzwerknamens"
},
"notSet": "Nicht festgelegt",
"@notSet": {
"description": "Beschriftung, wenn ein Wert nicht festgelegt ist"
},
"model": "Modell",
"@model": {
"description": "Beschriftung des Gerätemodells"
@@ -1270,14 +1168,6 @@
"@version": {
"description": "Beschriftung der Version"
},
"buildDate": "Build-Datum",
"@buildDate": {
"description": "Beschriftung des Firmware-Build-Datums"
},
"firmware": "Firmware",
"@firmware": {
"description": "Beschriftung der Firmware"
},
"maxContacts": "Max. Kontakte",
"@maxContacts": {
"description": "Beschriftung der maximalen Kontaktkapazität"
@@ -1290,26 +1180,6 @@
"@publicInfo": {
"description": "Überschrift des öffentlichen Informationen-Bereichs"
},
"meshNetworkName": "Mesh-Netzwerkname",
"@meshNetworkName": {
"description": "Beschriftung des Mesh-Netzwerknamens-Felds"
},
"nameBroadcastInMesh": "Name, der in Mesh-Sendungen übertragen wird",
"@nameBroadcastInMesh": {
"description": "Hilfetext für Mesh-Netzwerknamens-Feld"
},
"telemetryAndLocationSharing": "Telemetrie & Standortfreigabe",
"@telemetryAndLocationSharing": {
"description": "Beschriftung des Telemetrie- und Standortfreigabe-Umschalters"
},
"lat": "Breite",
"@lat": {
"description": "Beschriftung des Breitengradfelds (Kurzform)"
},
"lon": "Lange",
"@lon": {
"description": "Beschriftung des Längengradfelds (Kurzform)"
},
"useCurrentLocation": "Aktuellen Standort verwenden",
"@useCurrentLocation": {
"description": "Tooltip für Schaltfläche zum Verwenden des aktuellen Standorts"
@@ -1339,15 +1209,6 @@
}
}
},
"copiedToClipboardShort": "{label} in Zwischenablage kopiert",
"@copiedToClipboardShort": {
"description": "Kurze Erfolgsmeldung beim Kopieren in die Zwischenablage",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Fehler beim Speichern: {error}",
"@failedToSave": {
"description": "Allgemeine Fehlermeldung für Speicherfehler",
@@ -1367,7 +1228,6 @@
}
},
"sarTemplates": "SAR-Vorlagen",
"manageSarTemplates": "SAR-Vorlagen verwalten",
"addTemplate": "Vorlage hinzufügen",
"editTemplate": "Vorlage bearbeiten",
"deleteTemplate": "Vorlage löschen",
@@ -1395,7 +1255,6 @@
"noTemplates": "Keine Vorlagen verfugbar",
"tapAddToCreate": "Tippen Sie auf +, um Ihre erste Vorlage zu erstellen",
"ok": "OK",
"permissionsSection": "Berechtigungen",
"locationPermission": "Standortberechtigung",
"checking": "Überprüfen...",
"locationPermissionGrantedAlways": "Erteilt (Immer)",
@@ -1535,28 +1394,6 @@
"wizardNext": "Weiter",
"wizardGetStarted": "Loslegen",
"wizardWelcomeTitle": "Willkommen bei MeshCore SAR",
"wizardWelcomeDescription": "Ein leistungsstarkes Offline-Kommunikationstool für Such- und Rettungseinsätze. Verbinden Sie sich mit Ihrem Team über Mesh-Funktechnologie, wenn herkömmliche Netzwerke nicht verfügbar sind.",
"wizardConnectingTitle": "Verbindung zum Radio",
"wizardConnectingDescription": "Verbinden Sie Ihr Smartphone über Bluetooth mit einem MeshCore-Funkgerät, um offline zu kommunizieren.",
"wizardConnectingFeature1": "Nach MeshCore-Geräten in der Nähe suchen",
"wizardConnectingFeature2": "Mit Ihrem Funkgerät über Bluetooth koppeln",
"wizardConnectingFeature3": "Funktioniert vollständig offline - kein Internet erforderlich",
"wizardChannelTitle": "Kanäle",
"wizardChannelDescription": "Senden Sie Nachrichten an alle auf einem Kanal, perfekt für teamweite Ankündigungen und Koordination.",
"wizardChannelFeature1": "Öffentlicher Kanal für allgemeine Teamkommunikation",
"wizardChannelFeature2": "Erstellen Sie benutzerdefinierte Kanäle für bestimmte Gruppen",
"wizardChannelFeature3": "Nachrichten werden automatisch über das Mesh weitergeleitet",
"wizardContactsTitle": "Kontakte",
"wizardContactsDescription": "Ihre Teammitglieder erscheinen automatisch, wenn sie dem Mesh-Netzwerk beitreten. Senden Sie ihnen direkte Nachrichten oder sehen Sie ihren Standort.",
"wizardContactsFeature1": "Kontakte werden automatisch erkannt",
"wizardContactsFeature2": "Private Direktnachrichten senden",
"wizardContactsFeature3": "Batteriestand und letzte Aktivität anzeigen",
"wizardMapTitle": "Karte & Standort",
"wizardMapDescription": "Verfolgen Sie Ihr Team in Echtzeit und markieren Sie wichtige Standorte für Such- und Rettungseinsätze.",
"wizardMapFeature1": "SAR-Markierungen für gefundene Personen, Feuer und Sammelstellen",
"wizardMapFeature2": "GPS-Verfolgung von Teammitgliedern in Echtzeit",
"wizardMapFeature3": "Offline-Karten für entlegene Gebiete herunterladen",
"wizardMapFeature4": "Formen zeichnen und taktische Informationen teilen",
"viewWelcomeTutorial": "Willkommens-Tutorial ansehen",
"allTeamContacts": "Alle Team-Kontakte",
"directMessagesInfo": "Direktnachrichten mit Bestätigungen. An {count} Teammitglieder gesendet.",
@@ -1662,29 +1499,10 @@
"posttxDelay": "Sendeverzögerung",
"bandpass": "Bandpass",
"bandpassFilterVoice": "Bandpassfilter Sprache",
"frequency": "Frequenz",
"australia": "Australien",
"australiaNarrow": "Australien (Schmal)",
"australiaQld": "Australien: QLD",
"australiaSaWa": "Australien: SA, WA",
"newZealand": "Neuseeland",
"newZealandNarrow": "Neuseeland (Schmal)",
"switzerland": "Schweiz",
"portugal433": "Portugal 433",
"portugal868": "Portugal 868",
"czechRepublicNarrow": "Tschechien (Schmal)",
"eu433mhzLongRange": "EU 433MHz (Langstrecke)",
"euukDeprecated": "EU/UK (Veraltet)",
"euukNarrow": "EU/UK (Schmal)",
"usacanadaRecommended": "USA/Kanada (Empfohlen)",
"vietnamDeprecated": "Vietnam (Veraltet)",
"vietnamNarrow": "Vietnam (Schmal)",
"active": "Aktiv",
"addContact": "Kontakt hinzufügen",
"all": "Alle",
"autoResolve": "Automatisch auflösen",
"clearAllLabel": "Alle löschen",
"clearRelays": "Relais löschen",
"clearFilters": "Filter löschen",
"clearRoute": "Route löschen",
"clearMessages": "Nachrichten löschen",
@@ -1709,17 +1527,22 @@
"resolveAll": "Alle auflösen",
"send": "Senden",
"sendAnyway": "Trotzdem senden",
"autoSend": "Automatisch senden",
"autoSendDescription": "Über aktuellen Pfad senden.",
"sendDirect": "Direkt senden",
"sendDirectDescription": "Direkt an diesen Kontakt senden.",
"sendFlood": "Per Flutung senden",
"sendFloodDescription": "Über alle Repeater senden.",
"share": "Teilen",
"shareContact": "Kontakt teilen",
"trace": "Trace",
"use": "Verwenden",
"useSelectedFrequency": "Ausgewählte Frequenz verwenden",
"discovery": "Erkennung",
"discoverRepeaters": "Repeater entdecken",
"discoverSensors": "Sensoren entdecken",
"repeaterDiscoverySent": "Repeater-Erkennung gesendet",
"sensorDiscoverySent": "Sensor-Erkennung gesendet",
"clearedPendingDiscoveries": "Ausstehende Entdeckungen gelöscht.",
"postConnectDiscoveryTitle": "Repeater jetzt entdecken?",
"postConnectDiscoveryDescription": "Repeater-Erkennung direkt nach dem Verbinden ausführen, damit Sie nahegelegene MeshCore-Knoten sehen und schneller zu Ihrem Netzwerk hinzufügen können.",
"autoDiscovery": "Automatische Erkennung",
"enableAutomaticAdding": "Automatisches Hinzufügen aktivieren",
"autoaddRepeaters": "Repeater automatisch hinzufügen",
@@ -1736,7 +1559,6 @@
"gpsModule": "GPS-Modul",
"liveTraffic": "Live-Verkehr",
"repeatersMap": "Repeater-Karte",
"spectrumScan": "Spektrum-Scan",
"blePacketLogs": "BLE-Paketprotokolle",
"onlineTraceDatabase": "Online-Trace-Datenbank",
"routePathByteSize": "Pfad-Bytegröße",
@@ -1748,7 +1570,6 @@
"disableContacts": "Kontakte deaktivieren",
"enableSensorsTab": "Sensoren-Tab aktivieren",
"enableProfiles": "Profile aktivieren",
"autoRouteRotation": "Automatische Routenrotation",
"nearestRepeaterFallback": "Nächster Repeater als Fallback",
"deleteAllStoredMessageHistory": "Gesamten Nachrichtenverlauf löschen",
"messageFontSize": "Nachrichtenschriftgröße",
@@ -1756,18 +1577,13 @@
"showMapDebugInfo": "Karten-Debug-Info anzeigen",
"openMapInFullscreen": "Karte im Vollbild öffnen",
"showSarMarkersLabel": "SAR-Markierungen anzeigen",
"displaySarMarkersOnTheMainMap": "SAR-Markierungen auf der Hauptkarte anzeigen",
"showAllContactTrailsLabel": "Alle Kontaktpfade anzeigen",
"hideRepeatersOnMap": "Repeater auf Karte ausblenden",
"setMapScale": "Kartenmaßstab einstellen",
"customMapScaleSaved": "Benutzerdefinierter Kartenmaßstab gespeichert",
"voiceBitrate": "Sprach-Bitrate",
"voiceCompressor": "Sprachkompressor",
"balancesQuietAndLoudSpeechLevels": "Gleicht leise und laute Sprache aus",
"voiceLimiter": "Sprach-Limiter",
"preventsClippingPeaksBeforeEncoding": "Verhindert Clipping-Spitzen vor der Kodierung",
"micAutoGain": "Mikrofon-Automatik",
"letsTheRecorderAdjustInputLevel": "Lässt den Rekorder den Eingangspegel anpassen",
"echoCancellation": "Echounterdrückung",
"noiseSuppression": "Rauschunterdrückung",
"trimSilenceInVoiceMessages": "Stille in Sprachnachrichten trimmen",
@@ -1809,13 +1625,10 @@
"staging": "Sammelpunkt",
"object": "Objekt",
"quiet": "Ruhig",
"moderate": "Mäßig",
"busy": "Beschäftigt",
"spectrumScanReturnedNoCandidateFrequencies": "Spektrum-Scan hat keine Kandidatenfrequenzen gefunden",
"searchMessages": "Nachrichten suchen",
"sendImageFromGallery": "Bild aus Galerie senden",
"takePhoto": "Foto aufnehmen",
"dmOnly": "Nur Direktnachricht",
"allMessages": "Alle Nachrichten",
"sendToPublicChannel": "An öffentlichen Kanal senden?",
"selectMarkerTypeAndDestination": "Markierungstyp und Ziel auswählen",
@@ -1834,8 +1647,6 @@
"wipeDevice": "Gerät löschen",
"destructiveDeviceActions": "Destruktive Geräteaktionen.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Wählen Sie eine Voreinstellung oder passen Sie die Funkeinstellungen an.",
"chooseTheNameAndLocationThisDeviceShares": "Wählen Sie den Namen und Standort, den dieses Gerät teilt.",
"availableSpaceOnThisDevice": "Verfügbarer Speicherplatz auf diesem Gerät.",
"used": "Belegt",
"total": "Gesamt",
"renameValue": "Wert umbenennen",
@@ -1853,8 +1664,6 @@
"onlineOnly": "Nur online",
"inBoth": "In beiden",
"source": "Quelle",
"manualRouteEdit": "Manuelle Routenbearbeitung",
"observedMeshRoute": "Beobachtete Mesh-Route",
"allMessagesCleared": "Alle Nachrichten gelöscht",
"onlineTraceDatabaseCleared": "Online-Trace-Datenbank gelöscht",
"packetLogsCleared": "Paketprotokolle gelöscht",
@@ -1885,5 +1694,306 @@
"captured": "Erfasst",
"size": "Größe",
"noCustomChannelsToClear": "Keine benutzerdefinierten Kanäle zum Löschen.",
"noDeviceContactsToClear": "Keine Gerätekontakte zum Löschen."
"noDeviceContactsToClear": "Keine Gerätekontakte zum Löschen.",
"aToZ": "A-Z",
"add": "Hinzufügen",
"addAdditionalDetails": "Zusätzliche Details hinzufügen",
"addPeer": "Peer hinzufügen",
"addPeerManually": "Peer manuell hinzufügen",
"addedToContacts": "{name} zu Kontakten hinzugefügt",
"addedToSensors": "{name} zu Sensoren hinzugefügt",
"allowAll": "Alle zulassen",
"anonymousRxStats": "Anonyme RX-Statistiken",
"appearance": "Erscheinungsbild",
"ascii": "ASCII",
"baseTelemetry": "Basistelemetrie",
"blePin": "BLE PIN",
"buzzerAlerts": "Summer-Alarme",
"cancelImageReceive": "Bildempfang abbrechen",
"choose": "Auswählen",
"chooseWhichTabsAndContactSectionsToShow": "Wähle, welche Tabs und Kontaktbereiche angezeigt werden",
"clearCache": "Cache leeren",
"clearHistory": "Verlauf löschen",
"clearLiveView": "Live-Ansicht leeren",
"clearLogs": "Protokolle löschen",
"clearOfflineCache": "Offline-Cache leeren?",
"clearOverlay": "Overlay löschen",
"clearRouteOnlyAfterAllRetriesFail": "Route erst nach allen fehlgeschlagenen Versuchen löschen",
"codecBitrateAndAudioProcessing": "Codec, Bitrate und Audioverarbeitung",
"connectByIpAddress": "Über IP-Adresse verbinden",
"controlWhichAlertsYouReceive": "Steuere, welche Benachrichtigungen du erhältst",
"copyFullHex": "Vollständigen Hex kopieren",
"copyRawResponse": "Rohantwort kopieren",
"couldNotLoadMetHistory": "MET-Verlauf konnte nicht geladen werden",
"customizeSensor": "{name} anpassen",
"data": "Daten",
"deleteGroup": "Gruppe löschen",
"deleteStyleConfirm": "{name} löschen?",
"deleteThisDrawing": "Diese(s) {type} löschen?",
"deny": "Ablehnen",
"deviceInfo": "Geräteinformationen",
"deviceSettings": "Geräteeinstellungen",
"deviceTimeSynced": "Gerätezeit mit diesem Telefon synchronisiert.",
"disableFastGpsPublishing": "Schnelle GPS-Veröffentlichung deaktivieren",
"displayMarkersAndTraceDatabase": "Anzeige, Markierungen und Trace-Datenbank",
"download": "Herunterladen",
"environmentalTelemetry": "Umwelttelemetrie",
"errorCheckingForUpdates": "Fehler bei der Suche nach Updates: {error}",
"errorGeneric": "Fehler: {error}",
"errorOpeningDownload": "Fehler beim Öffnen des Downloads: {error}",
"exportLogs": "Protokolle exportieren",
"extraAggressiveAvifCompression": "Extra-aggressive AVIF-Komprimierung",
"failedToAddContact": "Kontakt konnte nicht hinzugefügt werden: {error}",
"failedToAddName": "{name} konnte nicht hinzugefügt werden: {error}",
"failedToClearChannels": "Kanäle konnten nicht gelöscht werden: {error}",
"failedToClearContacts": "Kontakte konnten nicht gelöscht werden: {error}",
"failedToConnectViaSerial": "Verbindung über seriell fehlgeschlagen",
"failedToLoadPreviewImage": "Vorschaubild konnte nicht geladen werden: {error}",
"failedToLoadTrace": "Trace konnte nicht geladen werden: {error}",
"failedToSendSarMarker": "SAR-Markierung konnte nicht gesendet werden: {error}",
"failedToSetBuzzerMode": "Summermodus konnte nicht gesetzt werden: {error}",
"failedToSetGpsMode": "GPS-Modus konnte nicht gesetzt werden: {error}",
"failedToSyncDeviceTime": "Gerätezeit konnte nicht synchronisiert werden: {error}",
"failedToWipeDeviceData": "Gerätedaten konnten nicht gelöscht werden: {error}",
"fastGpsTargetChannel": "Schneller GPS-Zielkanal",
"fastUpdatesThresholdsAndPermissions": "Schnelle Updates, Schwellenwerte und Berechtigungen",
"fetchingCatalog": "Katalog wird geladen...",
"fifteenMinutes": "15 Minuten",
"fifteenSeconds": "15 Sekunden",
"filterByDirection": "Nach Richtung filtern",
"finish": "Fertig",
"fiveMinutes": "5 Minuten",
"fiveSeconds": "5 Sekunden",
"fix": "Fix",
"gps": "GPS",
"gpsAdvertPolicy": "GPS-Anzeigenrichtlinie",
"gpsAndLocation": "GPS & Standort",
"gpsDiagnostics": "GPS-Diagnose",
"gpsSection": "GPS",
"help": "Hilfe",
"hex": "Hex",
"hidden": "Ausgeblendet",
"howTheRadioAutoAddsDiscoveredNodes": "Wie das Funkgerät entdeckte Knoten automatisch hinzufügt.",
"images": "Bilder",
"importProfile": "Profil importieren",
"lastFix": "Letzter Fix",
"latest": "Neueste",
"latitude": "Breitengrad",
"loadASavedRegion": "Gespeicherte Region laden",
"loading": "Laden",
"locationSharingHardwareAndUpdateInterval": "Standortfreigabe, Hardware und Aktualisierungsintervall.",
"locationTelemetry": "Standorttelemetrie",
"lockDestination": "Ziel sperren",
"longitude": "Längengrad",
"mapStyle": "Kartenstil",
"max": "Max",
"maxZoom": "Max. Zoom",
"messaging": "Nachrichten",
"metHistory": "MET-Verlauf",
"min": "Min",
"minZoom": "Min. Zoom",
"moveDown": "Nach unten",
"moveUp": "Nach oben",
"multiAckMode": "Multi-ACK-Modus",
"multiDeviceWorkspaceManagement": "Mehrgeräte-Arbeitsbereichsverwaltung",
"myLocation": "Mein Standort",
"nameAndTelemetryShared": "Name und Telemetrie werden mit anderen Geräten geteilt.",
"newVersionAvailable": "Neue Version: {version}",
"newer": "Neuer",
"noNeighboursFound": "Keine Nachbarn gefunden",
"noServersFound": "Keine Server gefunden",
"notSet": "Nicht gesetzt",
"notifications": "Benachrichtigungen",
"offZeroSeconds": "Aus (0 s)",
"offlineMaps": "Offlinekarten",
"older": "Älter",
"oneByteMode0": "1 Byte (Modus 0)",
"oneHour": "1 Stunde",
"oneMinute": "1 Minute",
"openPacketLogs": "Paketprotokolle öffnen",
"packetTypeHelp": "Pakettyp-Hilfe",
"pasteShareLinkOrHexAdvert": "Teilen-Link oder Hex-Anzeige einfügen",
"pathHash": "Pfad-Hash",
"pathSize": "Pfadgröße",
"ping": "Ping",
"polygon": "Polygon",
"rawResponseCopied": "Rohantwort kopiert",
"resendThroughNearestRepeaterOnFailure": "Bei Fehler über nächsten Repeater erneut senden",
"resolveContact": "Kontakt auflösen",
"routingRetriesAndDestinationLock": "Routing, Wiederholungsversuche und Zielsperre",
"samples": "Proben",
"satellites": "Satelliten",
"saving": "Speichern...",
"search": "Suchen",
"searchByNameOrToken": "Nach Name oder Token suchen",
"searchDiscoveredNodes": "Entdeckte Knoten suchen",
"searchInCurrentFilter": "Im aktuellen Filter suchen",
"searchLogs": "Protokolle durchsuchen...",
"searchSensors": "Sensoren suchen",
"searchThisSection": "Diesen Bereich durchsuchen",
"selectedRelays": "Ausgewählte Relais",
"sensor": "Sensor",
"serialError": "Serieller Fehler: {error}",
"setPathForContact": "Pfad für {name} festlegen",
"shareLiveGps": "Live-GPS teilen",
"shareMyTiles": "Meine Kacheln teilen",
"sharingLocationFromPhone": "Standort auf diesem Kanal vom Telefon wird geteilt.",
"sharingLocationFromRadio": "Standort auf diesem Kanal vom Funkgerät wird geteilt.",
"signalDbm": "Signal {rssi} dBm",
"sizeCompressionAndPreview": "Größe, Komprimierung und Vorschau",
"skip": "Überspringen",
"smallerFileSize": "Kleinere Dateigröße",
"sort": "Sortieren",
"stoppedSharingLocation": "Standortfreigabe auf diesem Kanal beendet.",
"suppressNotificationsWhileInForeground": "Benachrichtigungen im Vordergrund unterdrücken",
"tabsAndNavigation": "Tabs & Navigation",
"templatesAndTutorials": "Vorlagen und Anleitungen",
"tenMinutes": "10 Minuten",
"tenSeconds": "10 Sekunden",
"testSendUpdate": "Testupdate senden",
"themeLanguageAndDisplayPreferences": "Design, Sprache und Anzeigeeinstellungen",
"thirtyMinutes": "30 Minuten",
"thirtySeconds": "30 Sekunden",
"threeBytesMode2": "3 Bytes (Modus 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Verkehrsstatistiken, Nachrichtenverlauf und Entwicklertools",
"twoBytesMode1": "2 Bytes (Modus 1)",
"twoMinutes": "2 Minuten",
"undo": "Rückgängig",
"updated": "Aktualisiert",
"useContactFlags": "Kontakt-Flags verwenden",
"useSavedCoordinates": "Gespeicherte Koordinaten verwenden",
"view": "Ansicht",
"viewNeighbours": "Nachbarn anzeigen",
"viewPublicStats": "Öffentliche Statistiken anzeigen",
"setRegionScope": "Regionsbereich festlegen",
"regionScope": "Regionsbereich",
"regionScopeNone": "Keiner (global)",
"clearRegionScope": "Bereich löschen",
"regionScopeWarning": "Nur Repeater, die diese Region zulassen, werden weiterleiten.",
"discoverRegions": "Von Repeatern entdecken",
"discoveringRegions": "Regionen werden entdeckt...",
"enterRegionName": "Regionsname (z.B. auckland)",
"noRegionsFound": "Keine Regionen auf diesem Repeater gefunden.",
"regionScopeSet": "Regionsbereich auf {name} gesetzt",
"regionScopeCleared": "Regionsbereich gelöscht",
"simpleMode": "Einfacher Modus",
"simpleModeDescription": "Nur Chat und Karte mit favorisierten Kontakten",
"simpleModeRequiresLockedDestination": "Aktivieren Sie zuerst „Ziel sperren“ mit einem Kanal, um den einfachen Modus zu nutzen",
"noFavouriteContacts": "Keine favorisierten Kontakte",
"selectDestinationFirst": "Wählen Sie zuerst einen Kanal, Kontakt oder Raum",
"recipientNoLongerAvailable": "Empfänger ist nicht mehr verfügbar",
"failedToSendMessage": "Senden fehlgeschlagen: {error}",
"tictactoeDirectOnly": "Tic-Tac-Toe funktioniert nur in Direktnachrichten. Wählen Sie zuerst einen Kontakt.",
"deviceKeyUnavailable": "Geräteschlüssel ist nicht verfügbar",
"imageCompressionFailed": "Bildkomprimierung fehlgeschlagen",
"imageFragmentationFailed": "Bildfragmentierung fehlgeschlagen",
"failedToAnnounceImage": "Bild konnte nicht angekündigt werden",
"noRecipientSelected": "Kein Empfänger ausgewählt",
"imageSendFailed": "Bildversand fehlgeschlagen",
"microphonePermissionRequiredForVoice": "Für Sprachnachrichten ist die Mikrofonberechtigung erforderlich",
"recordingDiscarded": "Aufnahme verworfen",
"publicChannelMediaWarning": "Sie sind dabei, {mediaType} an den öffentlichen Kanal zu senden. Das ist nicht ratsam, da alle im Mesh-Netz es empfangen können. Wählen Sie einen privaten oder getaggten Kanal, sofern dies nicht beabsichtigt ist.",
"selectPrivateChannelToShareLocation": "Wählen Sie einen privaten Kanal, um Ihren Standort zu teilen.",
"stopSharingMyLocation": "Meinen Standort nicht mehr teilen",
"shareMyLocation": "Meinen Standort teilen",
"stopRecording": "Aufnahme stoppen",
"recordVoice": "Sprachnachricht aufnehmen",
"moreActions": "Weitere Aktionen",
"noMessagesInFilter": "Keine Nachrichten in diesem Filter",
"noMatchesInFilter": "Keine Treffer in diesem Filter",
"syncFailed": "Synchronisierung fehlgeschlagen: {error}",
"invalidLink": "Ungültiger Link",
"cannotOpenLink": "Link kann nicht geöffnet werden",
"failedToOpenLink": "Link konnte nicht geöffnet werden",
"failedToResendMessage": "Nachricht konnte nicht erneut gesendet werden",
"retryFailed": "Wiederholung fehlgeschlagen: {error}",
"deleteDrawingAndMessage": "Zeichnung & Nachricht löschen",
"lastEchoRelay": "Letztes Echo Relais",
"lastEchoPath": "Letztes Echo Pfad",
"lastEchoBytesReport": "Letztes Echo Byte-Bericht",
"noGpsCoordinatesAvailable": "Keine GPS-Koordinaten verfügbar",
"notASarMarker": "Keine SAR-Markierung",
"failedToSaveTemplate": "Vorlage konnte nicht gespeichert werden: {error}",
"drawingNotFound": "Zeichnung nicht gefunden",
"unknownDrawingType": "Unbekannter Zeichnungstyp",
"customMapMarker": "Eigene Kartenmarkierung",
"customMapPointLabel": "Punkt: {point}",
"mapIdLabel": "Karten-ID: {id}",
"cannotFetchVoice": "Sprachnachricht kann nicht abgerufen werden",
"senderContactUnknown": "Absenderkontakt ist unbekannt. Synchronisieren Sie zuerst die Kontakte.",
"senderRouteUnknown": "Absenderroute ist unbekannt. Synchronisieren Sie zuerst Kontakte/Pfad.",
"messageTooFar": "Nachricht ist zu weit entfernt ({hops} Hops, max. {maxHops}).",
"senderRouteNoPathResponse": "Absenderroute hat auf die Pfadprüfung nicht reagiert. Synchronisieren Sie Kontakte/Pfad und versuchen Sie es erneut.",
"senderRouteNoRawResponse": "Absenderroute hat auf dem Raw-Transportpfad nicht reagiert.",
"voiceFetchOverHops": "Sprachabruf über {hops} Hops kann eine Weile dauern.",
"voiceReceiveCanceled": "Sprachempfang abgebrochen",
"fetchingMissingVoiceFragments": "Fehlende Sprachfragmente werden abgerufen",
"receivingVoice": "Sprachnachricht wird empfangen",
"cannotFetchImage": "Bild kann nicht abgerufen werden",
"imageFetchOverHops": "Bildabruf über {hops} Hops kann eine Weile dauern.",
"imageAlreadyBeingReceived": "Bild wird bereits empfangen",
"loadImage": "Bild laden",
"imageFetchFailedToSendRequest": "Bildabruf-Anfrage konnte nicht gesendet werden",
"imageUnavailable": "Bild derzeit nicht verfügbar",
"imageFetchTimedOut": "Bildabruf hat das Zeitlimit überschritten",
"imageReceiveCanceled": "Bildempfang abgebrochen",
"closeImagePreview": "Bildvorschau schließen",
"recordingReleaseToSend": "Aufnahme läuft ... loslassen zum Senden",
"sendingVoice": "Sprachnachricht wird gesendet ...",
"sendLongPressToRecordVoice": "Senden (lange drücken für Sprachaufnahme)",
"discardRecording": "Aufnahme verwerfen",
"hopCount": "{count, plural, =1{1 Hop} other{{count} Hops}}",
"channelsSectionDescription": "Broadcast-Kanäle für Mesh-Verkehr in der Nähe",
"roomsSectionDescription": "Gemeinsame Räume für laufende Teamkoordination",
"contactsSectionDescription": "Personen und Geräte, die Sie direkt erreichen können",
"noRecentChatters": "Keine kürzlichen Teilnehmer",
"public": "Öffentlich",
"failedToSendTicTacToeMove": "Tic-Tac-Toe-Zug konnte nicht gesendet werden",
"youWon": "Sie haben gewonnen",
"opponentWon": "Gegner hat gewonnen",
"gameDraw": "Unentschieden",
"yourTurn": "Sie sind am Zug",
"opponentTurn": "Gegner ist am Zug",
"pleaseEnterValidCoordinates": "Bitte geben Sie gültige Koordinaten ein",
"locationNotAvailable": "Standort nicht verfügbar",
"customCaveMapPoint": "Eigener Höhlenkarten-Punkt",
"mapPoint": "Kartenpunkt",
"fetchingMissingImageFragments": "Fehlende Fragmente werden abgerufen …",
"loadingImage": "Wird geladen …",
"receivingImage": "Wird empfangen …",
"tapToLoad": "Zum Laden tippen",
"connectDevice": "Gerät verbinden",
"chooseTransportSubtitle": "Wählen Sie Bluetooth, WiFi oder Seriell als Verbindung",
"ble": "BLE",
"network": "Netzwerk",
"serial": "Seriell",
"scan": "Scannen",
"pressScanToSearchForDevices": "Drücken Sie auf Scannen, um nach Geräten in der Nähe zu suchen",
"failedToConnectToDevice": "Verbindung mit {name} fehlgeschlagen",
"unknownDevice": "Unbekanntes Gerät",
"showingCachedResultsTapRefresh": "Zwischengespeicherte Ergebnisse werden angezeigt. Tippen Sie auf Aktualisieren, um erneut zu scannen.",
"scanningLocalNetworkOnPort": "Lokales Netzwerk wird nach MeshCore-WiFi-Geräten auf Port {port} durchsucht",
"cancelScanAndAddServer": "Scan abbrechen und Server hinzufügen",
"addServer": "Server hinzufügen",
"scanningProgressIps": "Scannen... {scanned}/{total} IPs",
"cancelAndEnterManually": "Abbrechen und manuell eingeben",
"noRecentOrDiscoveredServers": "Noch keine kürzlich verwendeten oder gefundenen Server",
"recentlyUsed": "Kürzlich verwendet",
"connecting": "Verbindung wird hergestellt...",
"discoveredOnThisNetwork": "In diesem Netzwerk gefunden",
"serverNoLongerAvailable": "Server unter {host}:{port} ist nicht mehr verfügbar. Bitte scannen Sie erneut, um aktive Server zu finden.",
"failedToConnectToHost": "Verbindung mit {host}:{port} fehlgeschlagen",
"enterValidIpAddress": "Geben Sie eine gültige IP-Adresse ein",
"enterValidTcpPort": "Geben Sie einen gültigen TCP-Port ein",
"ipAddress": "IP-Adresse",
"tcpPort": "TCP-Port",
"customServerPort": "Benutzerdefinierter Server-Port",
"chat": "Chat",
"restoringPreviousLink": "Vorherige Verbindung wird wiederhergestellt",
"noDeviceConnected": "Kein Gerät verbunden",
"sendAdvert": "Meinen Kontakt senden",
"advertMode": "Meinen Kontakt senden",
"advertModeSubtitle": "Wählen Sie, wie weit Ihre Kontaktdaten übertragen werden sollen.",
"floodAdvertSent": "Kontakt über das Mesh-Netzwerk gesendet",
"directAdvertSent": "Kontakt an Geräte in der Nähe gesendet"
}

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Button to restart BLE scanning"
},
"tapToConnect": "Πατήστε για σύνδεση",
"@tapToConnect": {
"description": "Subtitle text for device in scan list"
},
"deviceNotConnected": "Η συσκευή δεν είναι συνδεδεμένη",
"@deviceNotConnected": {
"description": "Error message when device is not connected"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Setting to show RX/TX indicators"
},
"displayPacketActivity": "Εμφάνιση ενδείξεων δραστηριότητας πακέτων στην επάνω μπάρα",
"@displayPacketActivity": {
"description": "Description for RX/TX indicators setting"
},
"disableMap": "Απενεργοποίηση χάρτη",
"@disableMap": {
"description": "Setting to disable the map tab"
},
"disableMapDescription": "Απόκρυψη της καρτέλας χάρτη για μείωση κατανάλωσης μπαταρίας",
"@disableMapDescription": {
"description": "Description for disable map setting"
},
"language": "Γλώσσα",
"@language": {
"description": "Language setting label"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "App version label"
},
"appName": "Όνομα εφαρμογής",
"@appName": {
"description": "App name label"
},
"aboutMeshCoreSar": "Σχετικά με το MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "About dialog title"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Action to reset contact path for re-routing"
},
"publicKeyCopied": "Το δημόσιο κλειδί αντιγράφηκε στο πρόχειρο",
"@publicKeyCopied": {
"description": "Success message when public key is copied"
},
"copiedToClipboard": "Το {label} αντιγράφηκε στο πρόχειρο",
"@copiedToClipboard": {
"description": "Success message when a value is copied to clipboard",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Last seen label"
},
"roomStatus": "Κατάσταση δωματίου",
"@roomStatus": {
"description": "Room status section header"
},
"loginStatus": "Κατάσταση σύνδεσης",
"@loginStatus": {
"description": "Login status label"
},
"notLoggedIn": "Μη συνδεδεμένος",
"@notLoggedIn": {
"description": "Not logged in status"
},
"adminAccess": "Πρόσβαση διαχειριστή",
"@adminAccess": {
"description": "Admin access label"
},
"yes": "Ναι",
"@yes": {
"description": "Yes answer"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Permissions label"
},
"passwordSaved": "Ο κωδικός αποθηκεύτηκε",
"@passwordSaved": {
"description": "Password saved label"
},
"locationColon": "Τοποθεσία:",
"@locationColon": {
"description": "Location section header"
},
"telemetry": "Τηλεμετρία",
"@telemetry": {
"description": "Telemetry section header"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "GPS from telemetry label"
},
"updated": "Ενημερώθηκε",
"@updated": {
"description": "Updated timestamp label"
},
"pathResetInfo": "Η διαδρομή για το {name} επαναφέρθηκε. Το επόμενο μήνυμα θα βρει νέα διαδρομή.",
"@pathResetInfo": {
"description": "Info message after path reset",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Επανασύνδεση στο δωμάτιο",
"@reLoginToRoom": {
"description": "Button to re-login to room"
@@ -1158,10 +1101,6 @@
"@frequencyMHz": {
"description": "Label for radio frequency field"
},
"frequencyExample": "π.χ. 869.618",
"@frequencyExample": {
"description": "Helper text example for frequency"
},
"bandwidth": "Εύρος ζώνης",
"@bandwidth": {
"description": "Label for bandwidth dropdown"
@@ -1265,47 +1204,6 @@
"@trailControls": {
"description": "Trail controls tooltip"
},
"contactTrails": "Ίχνη επαφών",
"@contactTrails": {
"description": "Contact trails section header"
},
"showAllContactTrails": "Εμφάνιση όλων των ιχνών επαφών",
"@showAllContactTrails": {
"description": "Toggle label to show all contact trails"
},
"noContactsWithLocationHistory": "Δεν υπάρχουν επαφές με ιστορικό τοποθεσίας",
"@noContactsWithLocationHistory": {
"description": "Subtitle when no contacts have trails"
},
"showingTrailsForContacts": "Εμφανίζονται ίχνη για {count} επαφές",
"@showingTrailsForContacts": {
"description": "Subtitle showing number of contacts with trails",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Μεμονωμένα ίχνη επαφών",
"@individualContactTrails": {
"description": "Expansion tile title for individual contact trails"
},
"deviceInformation": "Πληροφορίες συσκευής",
"@deviceInformation": {
"description": "Device information section header"
},
"bleName": "Όνομα BLE",
"@bleName": {
"description": "Bluetooth Low Energy device name label"
},
"meshName": "Όνομα mesh",
"@meshName": {
"description": "Mesh network name label"
},
"notSet": "Δεν έχει οριστεί",
"@notSet": {
"description": "Label when a value is not set"
},
"model": "Μοντέλο",
"@model": {
"description": "Device model label"
@@ -1314,14 +1212,6 @@
"@version": {
"description": "Version label"
},
"buildDate": "Ημερομηνία build",
"@buildDate": {
"description": "Firmware build date label"
},
"firmware": "Υλικολογισμικό",
"@firmware": {
"description": "Firmware label"
},
"maxContacts": "Μέγιστες επαφές",
"@maxContacts": {
"description": "Maximum contacts capacity label"
@@ -1334,26 +1224,6 @@
"@publicInfo": {
"description": "Public information section header"
},
"meshNetworkName": "Όνομα δικτύου mesh",
"@meshNetworkName": {
"description": "Mesh network name field label"
},
"nameBroadcastInMesh": "Όνομα που μεταδίδεται στις διαφημίσεις mesh",
"@nameBroadcastInMesh": {
"description": "Helper text for mesh network name field"
},
"telemetryAndLocationSharing": "Τηλεμετρία και κοινοποίηση τοποθεσίας",
"@telemetryAndLocationSharing": {
"description": "Telemetry and location sharing toggle label"
},
"lat": "Πλάτος",
"@lat": {
"description": "Latitude field label (short form)"
},
"lon": "Μήκος",
"@lon": {
"description": "Longitude field label (short form)"
},
"useCurrentLocation": "Χρήση τρέχουσας τοποθεσίας",
"@useCurrentLocation": {
"description": "Tooltip for use current location button"
@@ -1383,15 +1253,6 @@
}
}
},
"copiedToClipboardShort": "Το {label} αντιγράφηκε στο πρόχειρο",
"@copiedToClipboardShort": {
"description": "Short success message when copying to clipboard",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Αποτυχία αποθήκευσης: {error}",
"@failedToSave": {
"description": "Generic error message for save failures",
@@ -1414,10 +1275,6 @@
"@sarTemplates": {
"description": "SAR templates menu title"
},
"manageSarTemplates": "Διαχείριση προτύπων SAR",
"@manageSarTemplates": {
"description": "Subtitle for SAR templates settings"
},
"addTemplate": "Προσθήκη προτύπου",
"@addTemplate": {
"description": "Button to add new SAR template"
@@ -1541,10 +1398,6 @@
"@ok": {
"description": "OK button label"
},
"permissionsSection": "Δικαιώματα",
"@permissionsSection": {
"description": "Permissions section header"
},
"locationPermission": "Άδεια τοποθεσίας",
"@locationPermission": {
"description": "Location permission label"
@@ -2109,94 +1962,6 @@
"@wizardWelcomeTitle": {
"description": "Welcome wizard first page title"
},
"wizardWelcomeDescription": "Ένα ισχυρό εργαλείο επικοινωνίας εκτός δικτύου για επιχειρήσεις έρευνας και διάσωσης. Συνδεθείτε με την ομάδα σας χρησιμοποιώντας τεχνολογία mesh radio όταν τα παραδοσιακά δίκτυα δεν είναι διαθέσιμα.",
"@wizardWelcomeDescription": {
"description": "Welcome wizard first page description"
},
"wizardConnectingTitle": "Σύνδεση στο radio σας",
"@wizardConnectingTitle": {
"description": "Wizard connecting page title"
},
"wizardConnectingDescription": "Συνδέστε το smartphone σας με μια συσκευή MeshCore radio μέσω Bluetooth για να αρχίσετε να επικοινωνείτε εκτός δικτύου.",
"@wizardConnectingDescription": {
"description": "Wizard connecting page description"
},
"wizardConnectingFeature1": "Σάρωση για κοντινές συσκευές MeshCore",
"@wizardConnectingFeature1": {
"description": "Wizard connecting feature 1"
},
"wizardConnectingFeature2": "Σύζευξη με το radio σας μέσω Bluetooth",
"@wizardConnectingFeature2": {
"description": "Wizard connecting feature 2"
},
"wizardConnectingFeature3": "Λειτουργεί πλήρως εκτός σύνδεσης - δεν απαιτείται internet",
"@wizardConnectingFeature3": {
"description": "Wizard connecting feature 3"
},
"wizardChannelTitle": "Κανάλια",
"@wizardChannelTitle": {
"description": "Wizard channel page title"
},
"wizardChannelDescription": "Μεταδώστε μηνύματα σε όλους σε ένα κανάλι, ιδανικό για ανακοινώσεις και συντονισμό σε όλη την ομάδα.",
"@wizardChannelDescription": {
"description": "Wizard channel page description"
},
"wizardChannelFeature1": "Δημόσιο κανάλι για γενική επικοινωνία ομάδας",
"@wizardChannelFeature1": {
"description": "Wizard channel feature 1"
},
"wizardChannelFeature2": "Δημιουργία προσαρμοσμένων καναλιών για συγκεκριμένες ομάδες",
"@wizardChannelFeature2": {
"description": "Wizard channel feature 2"
},
"wizardChannelFeature3": "Τα μηνύματα αναμεταδίδονται αυτόματα από το mesh",
"@wizardChannelFeature3": {
"description": "Wizard channel feature 3"
},
"wizardContactsTitle": "Επαφές",
"@wizardContactsTitle": {
"description": "Wizard contacts page title"
},
"wizardContactsDescription": "Τα μέλη της ομάδας σας εμφανίζονται αυτόματα καθώς συνδέονται στο δίκτυο mesh. Στείλτε τους άμεσα μηνύματα ή δείτε την τοποθεσία τους.",
"@wizardContactsDescription": {
"description": "Wizard contacts page description"
},
"wizardContactsFeature1": "Οι επαφές εντοπίζονται αυτόματα",
"@wizardContactsFeature1": {
"description": "Wizard contacts feature 1"
},
"wizardContactsFeature2": "Αποστολή ιδιωτικών άμεσων μηνυμάτων",
"@wizardContactsFeature2": {
"description": "Wizard contacts feature 2"
},
"wizardContactsFeature3": "Προβολή επιπέδου μπαταρίας και χρόνου τελευταίας εμφάνισης",
"@wizardContactsFeature3": {
"description": "Wizard contacts feature 3"
},
"wizardMapTitle": "Χάρτης και τοποθεσία",
"@wizardMapTitle": {
"description": "Wizard map page title"
},
"wizardMapDescription": "Παρακολουθήστε την ομάδα σας σε πραγματικό χρόνο και σημειώστε σημαντικές τοποθεσίες για επιχειρήσεις έρευνας και διάσωσης.",
"@wizardMapDescription": {
"description": "Wizard map page description"
},
"wizardMapFeature1": "Δείκτες SAR για εντοπισμένα άτομα, φωτιές και σημεία συγκέντρωσης",
"@wizardMapFeature1": {
"description": "Wizard map feature 1"
},
"wizardMapFeature2": "Παρακολούθηση GPS των μελών της ομάδας σε πραγματικό χρόνο",
"@wizardMapFeature2": {
"description": "Wizard map feature 2"
},
"wizardMapFeature3": "Λήψη χαρτών εκτός σύνδεσης για απομακρυσμένες περιοχές",
"@wizardMapFeature3": {
"description": "Wizard map feature 3"
},
"wizardMapFeature4": "Σχεδίαση σχημάτων και κοινοποίηση τακτικών πληροφοριών",
"@wizardMapFeature4": {
"description": "Wizard map feature 4"
},
"viewWelcomeTutorial": "Προβολή οδηγού καλωσορίσματος",
"@viewWelcomeTutorial": {
"description": "Settings option to re-show welcome wizard"
@@ -2327,29 +2092,10 @@
"posttxDelay": "Καθυστέρηση μετά-tx",
"bandpass": "Ζωνοπερατό",
"bandpassFilterVoice": "Ζωνοπερατό φίλτρο φωνής",
"frequency": "Συχνότητα",
"australia": "Αυστραλία",
"australiaNarrow": "Αυστραλία (Στενό)",
"australiaQld": "Αυστραλία: QLD",
"australiaSaWa": "Αυστραλία: SA, WA",
"newZealand": "Νέα Ζηλανδία",
"newZealandNarrow": "Νέα Ζηλανδία (Στενό)",
"switzerland": "Ελβετία",
"portugal433": "Πορτογαλία 433",
"portugal868": "Πορτογαλία 868",
"czechRepublicNarrow": "Τσεχία (Στενό)",
"eu433mhzLongRange": "ΕΕ 433MHz (Μεγάλη Εμβέλεια)",
"euukDeprecated": "ΕΕ/ΗΒ (Παρωχημένο)",
"euukNarrow": "ΕΕ/ΗΒ (Στενό)",
"usacanadaRecommended": "ΗΠΑ/Καναδάς (Προτεινόμενο)",
"vietnamDeprecated": "Βιετνάμ (Παρωχημένο)",
"vietnamNarrow": "Βιετνάμ (Στενό)",
"active": "Ενεργό",
"addContact": "Προσθήκη επαφής",
"all": "Όλα",
"autoResolve": "Αυτόματη επίλυση",
"clearAllLabel": "Εκκαθάριση όλων",
"clearRelays": "Εκκαθάριση αναμεταδοτών",
"clearFilters": "Εκκαθάριση φίλτρων",
"clearRoute": "Εκκαθάριση διαδρομής",
"clearMessages": "Εκκαθάριση μηνυμάτων",
@@ -2375,10 +2121,7 @@
"send": "Αποστολή",
"sendAnyway": "Αποστολή ούτως ή άλλως",
"share": "Κοινοποίηση",
"shareContact": "Κοινοποίηση επαφής",
"trace": "Ίχνος",
"use": "Χρήση",
"useSelectedFrequency": "Χρήση επιλεγμένης συχνότητας",
"discovery": "Ανακάλυψη",
"discoverRepeaters": "Ανακάλυψη αναμεταδοτών",
"discoverSensors": "Ανακάλυψη αισθητήρων",
@@ -2401,7 +2144,6 @@
"gpsModule": "Μονάδα GPS",
"liveTraffic": "Ζωντανή κίνηση",
"repeatersMap": "Χάρτης αναμεταδοτών",
"spectrumScan": "Σάρωση φάσματος",
"blePacketLogs": "Αρχεία πακέτων BLE",
"onlineTraceDatabase": "Βάση δεδομένων ιχνών",
"routePathByteSize": "Μέγεθος διαδρομής σε bytes",
@@ -2413,7 +2155,6 @@
"disableContacts": "Απενεργοποίηση επαφών",
"enableSensorsTab": "Ενεργοποίηση καρτέλας Αισθητήρων",
"enableProfiles": "Ενεργοποίηση προφίλ",
"autoRouteRotation": "Αυτόματη εναλλαγή διαδρομής",
"nearestRepeaterFallback": "Πλησιέστερος αναμεταδότης ως εφεδρεία",
"deleteAllStoredMessageHistory": "Διαγραφή όλου του ιστορικού",
"messageFontSize": "Μέγεθος γραμματοσειράς μηνυμάτων",
@@ -2421,18 +2162,13 @@
"showMapDebugInfo": "Εμφάνιση πληροφοριών αποσφαλμάτωσης",
"openMapInFullscreen": "Άνοιγμα χάρτη σε πλήρη οθόνη",
"showSarMarkersLabel": "Εμφάνιση δεικτών SAR",
"displaySarMarkersOnTheMainMap": "Εμφάνιση δεικτών SAR στον κύριο χάρτη",
"showAllContactTrailsLabel": "Εμφάνιση όλων των ιχνών επαφών",
"hideRepeatersOnMap": "Απόκρυψη αναμεταδοτών στον χάρτη",
"setMapScale": "Ρύθμιση κλίμακας χάρτη",
"customMapScaleSaved": "Προσαρμοσμένη κλίμακα χάρτη αποθηκεύτηκε",
"voiceBitrate": "Ρυθμός bit φωνής",
"voiceCompressor": "Συμπιεστής φωνής",
"balancesQuietAndLoudSpeechLevels": "Εξισορρόπηση χαμηλών και δυνατών επιπέδων",
"voiceLimiter": "Περιοριστής φωνής",
"preventsClippingPeaksBeforeEncoding": "Αποτρέπει κοπή κορυφών πριν την κωδικοποίηση",
"micAutoGain": "Αυτόματη ενίσχυση μικροφώνου",
"letsTheRecorderAdjustInputLevel": "Αφήνει τη συσκευή να ρυθμίσει την ένταση",
"echoCancellation": "Ακύρωση ηχούς",
"noiseSuppression": "Καταστολή θορύβου",
"trimSilenceInVoiceMessages": "Περικοπή σιωπής σε φωνητικά μηνύματα",
@@ -2474,13 +2210,10 @@
"staging": "Χώρος συγκέντρωσης",
"object": "Αντικείμενο",
"quiet": "Ήσυχο",
"moderate": "Μέτριο",
"busy": "Απασχολημένο",
"spectrumScanReturnedNoCandidateFrequencies": "Η σάρωση φάσματος δεν βρήκε υποψήφιες συχνότητες",
"searchMessages": "Αναζήτηση μηνυμάτων",
"sendImageFromGallery": "Αποστολή εικόνας από τη γκαλερί",
"takePhoto": "Λήψη φωτογραφίας",
"dmOnly": "Μόνο απευθείας",
"allMessages": "Όλα τα μηνύματα",
"sendToPublicChannel": "Αποστολή στο δημόσιο κανάλι;",
"selectMarkerTypeAndDestination": "Επιλέξτε τύπο δείκτη και προορισμό",
@@ -2499,8 +2232,6 @@
"wipeDevice": "Διαγραφή συσκευής",
"destructiveDeviceActions": "Καταστροφικές ενέργειες συσκευής.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Επιλέξτε μια προεπιλογή ή ρυθμίστε τις ρυθμίσεις ραδιοφώνου.",
"chooseTheNameAndLocationThisDeviceShares": "Επιλέξτε το όνομα και την τοποθεσία που μοιράζεται αυτή η συσκευή.",
"availableSpaceOnThisDevice": "Διαθέσιμος χώρος σε αυτή τη συσκευή.",
"used": "Χρησιμοποιήθηκε",
"total": "Σύνολο",
"renameValue": "Μετονομασία τιμής",
@@ -2518,8 +2249,6 @@
"onlineOnly": "Μόνο συνδεδεμένοι",
"inBoth": "Σε αμφότερα",
"source": "Πηγή",
"manualRouteEdit": "Χειροκίνητη επεξεργασία διαδρομής",
"observedMeshRoute": "Παρατηρούμενη διαδρομή δικτύου",
"allMessagesCleared": "Όλα τα μηνύματα διαγράφηκαν",
"onlineTraceDatabaseCleared": "Βάση δεδομένων ιχνών εκκαθαρίστηκε",
"packetLogsCleared": "Τα αρχεία πακέτων εκκαθαρίστηκαν",
@@ -2550,5 +2279,314 @@
"captured": "Καταγράφηκε",
"size": "Μέγεθος",
"noCustomChannelsToClear": "Δεν υπάρχουν προσαρμοσμένα κανάλια.",
"noDeviceContactsToClear": "Δεν υπάρχουν επαφές συσκευής."
"noDeviceContactsToClear": "Δεν υπάρχουν επαφές συσκευής.",
"autoSend": "Αυτόματη αποστολή",
"autoSendDescription": "Αποστολή μέσω τρέχουσας διαδρομής.",
"sendDirect": "Άμεση αποστολή",
"sendDirectDescription": "Αποστολή απευθείας σε αυτήν την επαφή.",
"sendFlood": "Αποστολή πλημμύρας",
"sendFloodDescription": "Αποστολή μέσω όλων των αναμεταδοτών.",
"postConnectDiscoveryTitle": "Ανακάλυψη αναμεταδοτών τώρα;",
"postConnectDiscoveryDescription": "Εκτελέστε ανακάλυψη αναμεταδοτών αμέσως μετά τη σύνδεση, ώστε να μπορείτε να δείτε κοντινούς κόμβους MeshCore και να τους προσθέσετε στο δίκτυό σας πιο γρήγορα.",
"aToZ": "A-Z",
"add": "Προσθήκη",
"addAdditionalDetails": "Προσθήκη επιπλέον λεπτομερειών",
"addPeer": "Προσθήκη κόμβου",
"addPeerManually": "Χειροκίνητη προσθήκη κόμβου",
"addedToContacts": "Ο/Η {name} προστέθηκε στις επαφές",
"addedToSensors": "Ο/Η {name} προστέθηκε στους αισθητήρες",
"allowAll": "Επιτρέπονται όλα",
"anonymousRxStats": "Ανώνυμα στατιστικά λήψης",
"appearance": "Εμφάνιση",
"ascii": "ASCII",
"baseTelemetry": "Βασική τηλεμετρία",
"blePin": "BLE PIN",
"buzzerAlerts": "Ειδοποιήσεις βομβητή",
"cancelImageReceive": "Ακύρωση λήψης εικόνας",
"choose": "Επιλογή",
"chooseWhichTabsAndContactSectionsToShow": "Επιλέξτε ποιες καρτέλες και ενότητες επαφών θα εμφανίζονται",
"clearCache": "Εκκαθάριση προσωρινής μνήμης",
"clearHistory": "Εκκαθάριση ιστορικού",
"clearLiveView": "Εκκαθάριση ζωντανής προβολής",
"clearLogs": "Εκκαθάριση αρχείων καταγραφής",
"clearOfflineCache": "Εκκαθάριση προσωρινής μνήμης εκτός σύνδεσης;",
"clearOverlay": "Εκκαθάριση επικάλυψης",
"clearRouteOnlyAfterAllRetriesFail": "Εκκαθάριση διαδρομής μόνο μετά την αποτυχία όλων των επαναπροσπαθειών",
"codecBitrateAndAudioProcessing": "Κωδικοποιητής, ρυθμός bit και επεξεργασία ήχου",
"connectByIpAddress": "Σύνδεση μέσω διεύθυνσης IP",
"controlWhichAlertsYouReceive": "Ελέγξτε ποιες ειδοποιήσεις λαμβάνετε",
"copyFullHex": "Αντιγραφή πλήρους Hex",
"copyRawResponse": "Αντιγραφή ακατέργαστης απόκρισης",
"couldNotLoadMetHistory": "Αδυναμία φόρτωσης ιστορικού MET",
"customizeSensor": "Προσαρμογή {name}",
"data": "Δεδομένα",
"deleteGroup": "Διαγραφή ομάδας",
"deleteStyleConfirm": "Διαγραφή {name};",
"deleteThisDrawing": "Διαγραφή αυτού του {type};",
"deny": "Απόρριψη",
"deviceInfo": "Πληροφορίες συσκευής",
"deviceSettings": "Ρυθμίσεις συσκευής",
"deviceTimeSynced": "Ο χρόνος της συσκευής συγχρονίστηκε με αυτό το τηλέφωνο.",
"disableFastGpsPublishing": "Απενεργοποίηση γρήγορης δημοσίευσης GPS",
"displayMarkersAndTraceDatabase": "Εμφάνιση, δείκτες και βάση δεδομένων ιχνών",
"download": "Λήψη",
"environmentalTelemetry": "Περιβαλλοντική τηλεμετρία",
"errorCheckingForUpdates": "Σφάλμα ελέγχου ενημερώσεων: {error}",
"errorGeneric": "Σφάλμα: {error}",
"errorOpeningDownload": "Σφάλμα ανοίγματος λήψης: {error}",
"exportLogs": "Εξαγωγή αρχείων καταγραφής",
"extraAggressiveAvifCompression": "Εξαιρετικά επιθετική συμπίεση AVIF",
"failedToAddContact": "Αποτυχία προσθήκης επαφής: {error}",
"failedToAddName": "Αποτυχία προσθήκης {name}: {error}",
"failedToClearChannels": "Αποτυχία εκκαθάρισης καναλιών: {error}",
"failedToClearContacts": "Αποτυχία εκκαθάρισης επαφών: {error}",
"failedToConnectViaSerial": "Αποτυχία σύνδεσης μέσω σειριακής θύρας",
"failedToLoadPreviewImage": "Αποτυχία φόρτωσης εικόνας προεπισκόπησης: {error}",
"failedToLoadTrace": "Αποτυχία φόρτωσης ίχνους: {error}",
"failedToSendSarMarker": "Αποτυχία αποστολής δείκτη SAR: {error}",
"failedToSetBuzzerMode": "Αποτυχία ρύθμισης λειτουργίας βομβητή: {error}",
"failedToSetGpsMode": "Αποτυχία ρύθμισης λειτουργίας GPS: {error}",
"failedToSyncDeviceTime": "Αποτυχία συγχρονισμού χρόνου συσκευής: {error}",
"failedToWipeDeviceData": "Αποτυχία διαγραφής δεδομένων συσκευής: {error}",
"fastGpsTargetChannel": "Κανάλι-στόχος γρήγορου GPS",
"fastUpdatesThresholdsAndPermissions": "Γρήγορες ενημερώσεις, όρια και δικαιώματα",
"fetchingCatalog": "Ανάκτηση καταλόγου...",
"fifteenMinutes": "15 λεπτά",
"fifteenSeconds": "15 δευτερόλεπτα",
"filterByDirection": "Φιλτράρισμα κατά κατεύθυνση",
"finish": "Τέλος",
"fiveMinutes": "5 λεπτά",
"fiveSeconds": "5 δευτερόλεπτα",
"fix": "Στίξη",
"gps": "GPS",
"gpsAdvertPolicy": "Πολιτική διαφήμισης GPS",
"gpsAndLocation": "GPS & Τοποθεσία",
"gpsDiagnostics": "Διαγνωστικά GPS",
"gpsSection": "GPS",
"help": "Βοήθεια",
"hex": "Hex",
"hidden": "Κρυφό",
"howTheRadioAutoAddsDiscoveredNodes": "Πώς το ραδιόφωνο προσθέτει αυτόματα ανακαλυφθέντες κόμβους.",
"images": "Εικόνες",
"importProfile": "Εισαγωγή προφίλ",
"lastFix": "Τελευταία στίξη",
"latest": "Πιο πρόσφατο",
"latitude": "Γεωγραφικό πλάτος",
"loadASavedRegion": "Φόρτωση αποθηκευμένης περιοχής",
"loading": "Φόρτωση",
"locationSharingHardwareAndUpdateInterval": "Κοινοποίηση τοποθεσίας, υλικό και διάστημα ενημέρωσης.",
"locationTelemetry": "Τηλεμετρία τοποθεσίας",
"lockDestination": "Κλείδωμα προορισμού",
"longitude": "Γεωγραφικό μήκος",
"mapStyle": "Στυλ χάρτη",
"max": "Μέγ.",
"maxZoom": "Μέγ. ζουμ",
"messaging": "Μηνύματα",
"metHistory": "Ιστορικό MET",
"min": "Ελάχ.",
"minZoom": "Ελάχ. ζουμ",
"moveDown": "Μετακίνηση κάτω",
"moveUp": "Μετακίνηση πάνω",
"multiAckMode": "Λειτουργία πολλαπλού ACK",
"multiDeviceWorkspaceManagement": "Διαχείριση χώρου εργασίας πολλαπλών συσκευών",
"myLocation": "Η τοποθεσία μου",
"nameAndTelemetryShared": "Το όνομα και η τηλεμετρία κοινοποιούνται σε άλλες συσκευές.",
"newVersionAvailable": "Νέα έκδοση: {version}",
"newer": "Νεότερο",
"noNeighboursFound": "Δεν βρέθηκαν γείτονες",
"noServersFound": "Δεν βρέθηκαν διακομιστές",
"notSet": "Δεν έχει οριστεί",
"notifications": "Ειδοποιήσεις",
"offZeroSeconds": "Ανενεργό (0 δ)",
"offlineMaps": "Χάρτες εκτός σύνδεσης",
"older": "Παλαιότερο",
"oneByteMode0": "1 byte (λειτουργία 0)",
"oneHour": "1 ώρα",
"oneMinute": "1 λεπτό",
"openPacketLogs": "Άνοιγμα αρχείων πακέτων",
"packetTypeHelp": "Βοήθεια τύπων πακέτων",
"pasteShareLinkOrHexAdvert": "Επικολλήστε σύνδεσμο κοινοποίησης ή hex διαφήμιση",
"pathHash": "Hash διαδρομής",
"pathSize": "Μέγεθος διαδρομής",
"ping": "Ping",
"polygon": "Πολύγωνο",
"rawResponseCopied": "Η ακατέργαστη απόκριση αντιγράφηκε",
"resendThroughNearestRepeaterOnFailure": "Επαναποστολή μέσω πλησιέστερου αναμεταδότη σε αποτυχία",
"resolveContact": "Επίλυση επαφής",
"routingRetriesAndDestinationLock": "Δρομολόγηση, επαναπροσπάθειες και κλείδωμα προορισμού",
"samples": "Δείγματα",
"satellites": "Δορυφόροι",
"saving": "Αποθήκευση...",
"search": "Αναζήτηση",
"searchByNameOrToken": "Αναζήτηση με όνομα ή token",
"searchDiscoveredNodes": "Αναζήτηση ανακαλυφθέντων κόμβων",
"searchInCurrentFilter": "Αναζήτηση στο τρέχον φίλτρο",
"searchLogs": "Αναζήτηση αρχείων καταγραφής...",
"searchSensors": "Αναζήτηση αισθητήρων",
"searchThisSection": "Αναζήτηση σε αυτήν την ενότητα",
"selectedRelays": "Επιλεγμένοι αναμεταδότες",
"sensor": "Αισθητήρας",
"serialError": "Σφάλμα σειριακής: {error}",
"setPathForContact": "Ορισμός διαδρομής για {name}",
"shareLiveGps": "Κοινοποίηση ζωντανού GPS",
"shareMyTiles": "Κοινοποίηση πλακιδίων μου",
"sharingLocationFromPhone": "Κοινοποίηση τοποθεσίας σε αυτό το κανάλι από το τηλέφωνο.",
"sharingLocationFromRadio": "Κοινοποίηση τοποθεσίας σε αυτό το κανάλι από το ραδιόφωνο.",
"signalDbm": "Σήμα {rssi} dBm",
"sizeCompressionAndPreview": "Μέγεθος, συμπίεση και προεπισκόπηση",
"skip": "Παράλειψη",
"smallerFileSize": "Μικρότερο μέγεθος αρχείου",
"sort": "Ταξινόμηση",
"stoppedSharingLocation": "Σταμάτησε η κοινοποίηση τοποθεσίας σε αυτό το κανάλι.",
"suppressNotificationsWhileInForeground": "Αποσιώπηση ειδοποιήσεων όταν η εφαρμογή είναι στο προσκήνιο",
"tabsAndNavigation": "Καρτέλες & Πλοήγηση",
"templatesAndTutorials": "Πρότυπα και οδηγίες",
"tenMinutes": "10 λεπτά",
"tenSeconds": "10 δευτερόλεπτα",
"testSendUpdate": "Δοκιμαστική αποστολή ενημέρωσης",
"themeLanguageAndDisplayPreferences": "Θέμα, γλώσσα και προτιμήσεις εμφάνισης",
"thirtyMinutes": "30 λεπτά",
"thirtySeconds": "30 δευτερόλεπτα",
"threeBytesMode2": "3 bytes (λειτουργία 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Στατιστικά κίνησης, ιστορικό μηνυμάτων και εργαλεία προγραμματιστή",
"twoBytesMode1": "2 bytes (λειτουργία 1)",
"twoMinutes": "2 λεπτά",
"undo": "Αναίρεση",
"updated": "Ενημερώθηκε",
"useContactFlags": "Χρήση σημαιών επαφής",
"useSavedCoordinates": "Χρήση αποθηκευμένων συντεταγμένων",
"view": "Προβολή",
"viewNeighbours": "Προβολή γειτόνων",
"viewPublicStats": "Προβολή δημόσιων στατιστικών",
"setRegionScope": "Ορισμός εύρους περιοχής",
"regionScope": "Εύρος περιοχής",
"regionScopeNone": "Κανένα (καθολικό)",
"clearRegionScope": "Εκκαθάριση εύρους",
"regionScopeWarning": "Μόνο οι αναμεταδότες που επιτρέπουν αυτή την περιοχή θα προωθήσουν.",
"discoverRegions": "Ανακάλυψη από αναμεταδότες",
"discoveringRegions": "Ανακάλυψη περιοχών...",
"enterRegionName": "Όνομα περιοχής (π.χ. auckland)",
"noRegionsFound": "Δεν βρέθηκαν περιοχές σε αυτόν τον αναμεταδότη.",
"regionScopeSet": "Εύρος περιοχής ορίστηκε σε {name}",
"regionScopeCleared": "Εύρος περιοχής εκκαθαρίστηκε",
"simpleMode": "Απλή λειτουργία",
"simpleModeDescription": "Μόνο συνομιλία και χάρτης με αγαπημένες επαφές",
"simpleModeRequiresLockedDestination": "Ενεργοποιήστε πρώτα το «Κλείδωμα προορισμού» με ένα κανάλι για να χρησιμοποιήσετε την Απλή λειτουργία",
"noFavouriteContacts": "Καμία αγαπημένη επαφή",
"selectDestinationFirst": "Επιλέξτε πρώτα κανάλι, επαφή ή δωμάτιο",
"recipientNoLongerAvailable": "Ο παραλήπτης δεν είναι πλέον διαθέσιμος",
"failedToSendMessage": "Αποτυχία αποστολής: {error}",
"tictactoeDirectOnly": "Η τρίλιζα λειτουργεί μόνο σε άμεσα μηνύματα. Επιλέξτε πρώτα μια επαφή.",
"deviceKeyUnavailable": "Το κλειδί της συσκευής δεν είναι διαθέσιμο",
"imageCompressionFailed": "Αποτυχία συμπίεσης εικόνας",
"imageFragmentationFailed": "Αποτυχία κατακερματισμού εικόνας",
"failedToAnnounceImage": "Αποτυχία ανακοίνωσης εικόνας",
"noRecipientSelected": "Δεν επιλέχθηκε παραλήπτης",
"imageSendFailed": "Αποτυχία αποστολής εικόνας",
"microphonePermissionRequiredForVoice": "Απαιτείται άδεια μικροφώνου για φωνητικά μηνύματα",
"recordingDiscarded": "Η ηχογράφηση απορρίφθηκε",
"publicChannelMediaWarning": "Πρόκειται να στείλετε {mediaType} στο δημόσιο κανάλι. Δεν συνιστάται, καθώς μπορεί να το λάβουν όλοι στο δίκτυο mesh. Επιλέξτε ιδιωτικό ή επισημασμένο κανάλι, εκτός αν αυτό θέλετε.",
"selectPrivateChannelToShareLocation": "Επιλέξτε ιδιωτικό κανάλι για να μοιραστείτε την τοποθεσία σας.",
"stopSharingMyLocation": "Διακοπή κοινοποίησης της τοποθεσίας μου",
"shareMyLocation": "Κοινοποίηση της τοποθεσίας μου",
"stopRecording": "Διακοπή ηχογράφησης",
"recordVoice": "Ηχογράφηση φωνητικού μηνύματος",
"moreActions": "Περισσότερες ενέργειες",
"noMessagesInFilter": "Δεν υπάρχουν μηνύματα σε αυτό το φίλτρο",
"noMatchesInFilter": "Δεν υπάρχουν αποτελέσματα σε αυτό το φίλτρο",
"syncFailed": "Αποτυχία συγχρονισμού: {error}",
"invalidLink": "Μη έγκυρος σύνδεσμος",
"cannotOpenLink": "Δεν είναι δυνατό το άνοιγμα του συνδέσμου",
"failedToOpenLink": "Αποτυχία ανοίγματος του συνδέσμου",
"failedToResendMessage": "Αποτυχία επαναποστολής του μηνύματος",
"retryFailed": "Η επανάληψη απέτυχε: {error}",
"deleteDrawingAndMessage": "Διαγραφή σχεδίου και μηνύματος",
"lastEchoRelay": "Τελευταία ηχώ: αναμεταδότης",
"lastEchoPath": "Τελευταία ηχώ: διαδρομή",
"lastEchoBytesReport": "Τελευταία ηχώ: αναφορά byte",
"noGpsCoordinatesAvailable": "Δεν υπάρχουν διαθέσιμες συντεταγμένες GPS",
"notASarMarker": "Δεν είναι δείκτης SAR",
"failedToSaveTemplate": "Αποτυχία αποθήκευσης προτύπου: {error}",
"drawingNotFound": "Το σχέδιο δεν βρέθηκε",
"unknownDrawingType": "Άγνωστος τύπος σχεδίου",
"customMapMarker": "Προσαρμοσμένος δείκτης χάρτη",
"customMapPointLabel": "Σημείο: {point}",
"mapIdLabel": "ID χάρτη: {id}",
"cannotFetchVoice": "Δεν είναι δυνατή η λήψη της φωνής",
"senderContactUnknown": "Η επαφή του αποστολέα είναι άγνωστη. Συγχρονίστε πρώτα τις επαφές.",
"senderRouteUnknown": "Η διαδρομή του αποστολέα είναι άγνωστη. Συγχρονίστε πρώτα επαφές/διαδρομή.",
"messageTooFar": "Το μήνυμα είναι πολύ μακριά ({hops} αναπηδήσεις, μέγ. {maxHops}).",
"senderRouteNoPathResponse": "Η διαδρομή του αποστολέα δεν απάντησε στον έλεγχο διαδρομής. Συγχρονίστε επαφές/διαδρομή και δοκιμάστε ξανά.",
"senderRouteNoRawResponse": "Η διαδρομή του αποστολέα δεν απάντησε στη raw διαδρομή μεταφοράς.",
"voiceFetchOverHops": "Η λήψη φωνής μέσω {hops} αναπηδήσεων μπορεί να διαρκέσει.",
"voiceReceiveCanceled": "Η λήψη φωνής ακυρώθηκε",
"fetchingMissingVoiceFragments": "Λήψη φωνητικών τμημάτων που λείπουν",
"receivingVoice": "Λήψη φωνής",
"cannotFetchImage": "Δεν είναι δυνατή η λήψη της εικόνας",
"imageFetchOverHops": "Η λήψη εικόνας μέσω {hops} αναπηδήσεων μπορεί να διαρκέσει.",
"imageAlreadyBeingReceived": "Η εικόνα λαμβάνεται ήδη",
"loadImage": "Φόρτωση εικόνας",
"imageFetchFailedToSendRequest": "Αποτυχία αποστολής αιτήματος εικόνας",
"imageUnavailable": "Η εικόνα δεν είναι διαθέσιμη αυτήν τη στιγμή",
"imageFetchTimedOut": "Η λήψη της εικόνας έληξε",
"imageReceiveCanceled": "Η λήψη της εικόνας ακυρώθηκε",
"closeImagePreview": "Κλείσιμο προεπισκόπησης εικόνας",
"recordingReleaseToSend": "Ηχογράφηση... αφήστε για αποστολή",
"sendingVoice": "Αποστολή φωνής...",
"sendLongPressToRecordVoice": "Αποστολή (παρατεταμένο πάτημα για ηχογράφηση)",
"discardRecording": "Απόρριψη ηχογράφησης",
"hopCount": "{count, plural, one{{count} αναπήδηση} other{{count} αναπηδήσεις}}",
"channelsSectionDescription": "Κανάλια εκπομπής για κοντινή κίνηση mesh",
"roomsSectionDescription": "Κοινόχρηστοι χώροι για συνεχή συντονισμό ομάδας",
"contactsSectionDescription": "Άτομα και συσκευές που μπορείτε να προσεγγίσετε άμεσα",
"noRecentChatters": "Κανένας πρόσφατος συνομιλητής",
"public": "Δημόσιο",
"failedToSendTicTacToeMove": "Αποτυχία αποστολής κίνησης τρίλιζας",
"youWon": "Κερδίσατε",
"opponentWon": "Κέρδισε ο αντίπαλος",
"gameDraw": "Ισοπαλία",
"yourTurn": "Η σειρά σας",
"opponentTurn": "Σειρά του αντιπάλου",
"pleaseEnterValidCoordinates": "Εισαγάγετε έγκυρες συντεταγμένες",
"locationNotAvailable": "Η τοποθεσία δεν είναι διαθέσιμη",
"customCaveMapPoint": "Προσαρμοσμένο σημείο χάρτη σπηλαίου",
"mapPoint": "Σημείο χάρτη",
"fetchingMissingImageFragments": "Λήψη τμημάτων που λείπουν…",
"loadingImage": "Φόρτωση…",
"receivingImage": "Λήψη…",
"tapToLoad": "Πατήστε για φόρτωση",
"connectDevice": "Σύνδεση συσκευής",
"chooseTransportSubtitle": "Επιλέξτε μεταφορά Bluetooth, WiFi ή σειριακή",
"ble": "BLE",
"network": "Δίκτυο",
"serial": "Σειριακή θύρα",
"scan": "Σάρωση",
"pressScanToSearchForDevices": "Πατήστε «Σάρωση» για αναζήτηση κοντινών συσκευών",
"failedToConnectToDevice": "Αποτυχία σύνδεσης με {name}",
"unknownDevice": "Άγνωστη συσκευή",
"showingCachedResultsTapRefresh": "Εμφανίζονται αποτελέσματα από την προσωρινή μνήμη. Πατήστε ανανέωση για νέα σάρωση.",
"scanningLocalNetworkOnPort": "Σάρωση τοπικού δικτύου για συσκευές MeshCore WiFi στη θύρα {port}",
"cancelScanAndAddServer": "Ακύρωση σάρωσης και προσθήκη διακομιστή",
"addServer": "Προσθήκη διακομιστή",
"scanningProgressIps": "Σάρωση... {scanned}/{total} διευθύνσεις IP",
"cancelAndEnterManually": "Ακύρωση και χειροκίνητη εισαγωγή",
"noRecentOrDiscoveredServers": "Δεν υπάρχουν ακόμη πρόσφατοι ή εντοπισμένοι διακομιστές",
"recentlyUsed": "Πρόσφατα χρησιμοποιημένοι",
"connecting": "Γίνεται σύνδεση...",
"discoveredOnThisNetwork": "Εντοπίστηκαν σε αυτό το δίκτυο",
"serverNoLongerAvailable": "Ο διακομιστής στο {host}:{port} δεν είναι πλέον διαθέσιμος. Σαρώστε ξανά για να βρείτε ενεργούς διακομιστές.",
"failedToConnectToHost": "Αποτυχία σύνδεσης με {host}:{port}",
"enterValidIpAddress": "Εισαγάγετε έγκυρη διεύθυνση IP",
"enterValidTcpPort": "Εισαγάγετε έγκυρη θύρα TCP",
"ipAddress": "Διεύθυνση IP",
"tcpPort": "Θύρα TCP",
"customServerPort": "Προσαρμοσμένη θύρα διακομιστή",
"chat": "Συνομιλία",
"restoringPreviousLink": "Επαναφορά προηγούμενης σύνδεσης",
"noDeviceConnected": "Δεν υπάρχει συνδεδεμένη συσκευή",
"sendAdvert": "Αποστολή της επαφής μου",
"advertMode": "Αποστολή της επαφής μου",
"advertModeSubtitle": "Επιλέξτε πόσο μακριά θα φτάσουν τα στοιχεία επαφής σας.",
"floodAdvertSent": "Η επαφή στάλθηκε σε όλο το δίκτυο mesh",
"directAdvertSent": "Η επαφή στάλθηκε σε κοντινές συσκευές"
}

File diff suppressed because it is too large Load Diff

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Botón para reiniciar el escaneo BLE"
},
"tapToConnect": "Toca para conectar",
"@tapToConnect": {
"description": "Texto de subtítulo para dispositivo en la lista de escaneo"
},
"deviceNotConnected": "Dispositivo no conectado",
"@deviceNotConnected": {
"description": "Mensaje de error cuando el dispositivo no está conectado"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Configuración para mostrar indicadores RX/TX"
},
"displayPacketActivity": "Mostrar indicadores de actividad de paquetes en la barra superior",
"@displayPacketActivity": {
"description": "Descripción de la configuración de indicadores RX/TX"
},
"disableMap": "Desactivar mapa",
"@disableMap": {
"description": "Configuración para desactivar la pestaña del mapa"
},
"disableMapDescription": "Ocultar la pestaña del mapa para reducir el uso de batería",
"@disableMapDescription": {
"description": "Descripción de la configuración para desactivar el mapa"
},
"language": "Idioma",
"@language": {
"description": "Etiqueta de la configuración de idioma"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "Etiqueta de la versión de la aplicación"
},
"appName": "Nombre de la aplicación",
"@appName": {
"description": "Etiqueta del nombre de la aplicación"
},
"aboutMeshCoreSar": "Acerca de MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "Título del diálogo acerca de"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Acción para restablecer la ruta del contacto para re-enrutamiento"
},
"publicKeyCopied": "Clave pública copiada al portapapeles",
"@publicKeyCopied": {
"description": "Mensaje de éxito cuando se copia la clave pública"
},
"copiedToClipboard": "{label} copiado al portapapeles",
"@copiedToClipboard": {
"description": "Mensaje de éxito cuando se copia un valor al portapapeles",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Etiqueta de visto por última vez"
},
"roomStatus": "Estado de la sala",
"@roomStatus": {
"description": "Encabezado de la sección de estado de la sala"
},
"loginStatus": "Estado de inicio de sesión",
"@loginStatus": {
"description": "Etiqueta de estado de inicio de sesión"
},
"notLoggedIn": "No ha iniciado sesión",
"@notLoggedIn": {
"description": "Estado de no ha iniciado sesión"
},
"adminAccess": "Acceso de administrador",
"@adminAccess": {
"description": "Etiqueta de acceso de administrador"
},
"yes": "Sí",
"@yes": {
"description": "Respuesta sí"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Etiqueta de permisos"
},
"passwordSaved": "Contraseña guardada",
"@passwordSaved": {
"description": "Etiqueta de contraseña guardada"
},
"locationColon": "Ubicación:",
"@locationColon": {
"description": "Encabezado de la sección de ubicación"
},
"telemetry": "Telemetría",
"@telemetry": {
"description": "Encabezado de la sección de telemetría"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "Etiqueta de GPS desde telemetría"
},
"updated": "Actualizado",
"@updated": {
"description": "Etiqueta de marca de tiempo actualizada"
},
"pathResetInfo": "Ruta restablecida para {name}. El próximo mensaje encontrará una nueva ruta.",
"@pathResetInfo": {
"description": "Mensaje de información después de restablecer ruta",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Re-iniciar sesión en la sala",
"@reLoginToRoom": {
"description": "Botón para re-iniciar sesión en la sala"
@@ -1114,10 +1057,6 @@
"@frequencyMHz": {
"description": "Etiqueta del campo de frecuencia de radio"
},
"frequencyExample": "ej., 869.618",
"@frequencyExample": {
"description": "Texto de ayuda de ejemplo para frecuencia"
},
"bandwidth": "Ancho de banda",
"@bandwidth": {
"description": "Etiqueta del menú desplegable de ancho de banda"
@@ -1221,47 +1160,6 @@
"@trailControls": {
"description": "Tooltip de controles del rastro"
},
"contactTrails": "Rastros de contactos",
"@contactTrails": {
"description": "Encabezado de la sección de rastros de contactos"
},
"showAllContactTrails": "Mostrar todos los rastros de contactos",
"@showAllContactTrails": {
"description": "Etiqueta del interruptor para mostrar todos los rastros de contactos"
},
"noContactsWithLocationHistory": "No hay contactos con historial de ubicación",
"@noContactsWithLocationHistory": {
"description": "Subtítulo cuando no hay contactos con rastros"
},
"showingTrailsForContacts": "Mostrando rastros para {count} contactos",
"@showingTrailsForContacts": {
"description": "Subtítulo que muestra el número de contactos con rastros",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Rastros individuales de contactos",
"@individualContactTrails": {
"description": "Título del elemento expandible para rastros individuales de contactos"
},
"deviceInformation": "Información del dispositivo",
"@deviceInformation": {
"description": "Encabezado de la sección de información del dispositivo"
},
"bleName": "Nombre BLE",
"@bleName": {
"description": "Etiqueta del nombre del dispositivo Bluetooth Low Energy"
},
"meshName": "Nombre Mesh",
"@meshName": {
"description": "Etiqueta del nombre de red mesh"
},
"notSet": "No establecido",
"@notSet": {
"description": "Etiqueta cuando no se establece un valor"
},
"model": "Modelo",
"@model": {
"description": "Etiqueta del modelo del dispositivo"
@@ -1270,14 +1168,6 @@
"@version": {
"description": "Etiqueta de versión"
},
"buildDate": "Fecha de compilación",
"@buildDate": {
"description": "Etiqueta de fecha de compilación del firmware"
},
"firmware": "Firmware",
"@firmware": {
"description": "Etiqueta de firmware"
},
"maxContacts": "Contactos máximos",
"@maxContacts": {
"description": "Etiqueta de capacidad máxima de contactos"
@@ -1290,26 +1180,6 @@
"@publicInfo": {
"description": "Encabezado de la sección de información pública"
},
"meshNetworkName": "Nombre de red Mesh",
"@meshNetworkName": {
"description": "Etiqueta del campo de nombre de red mesh"
},
"nameBroadcastInMesh": "Nombre difundido en anuncios mesh",
"@nameBroadcastInMesh": {
"description": "Texto de ayuda para el campo de nombre de red mesh"
},
"telemetryAndLocationSharing": "Telemetría y compartir ubicación",
"@telemetryAndLocationSharing": {
"description": "Etiqueta del alternar de telemetría y compartir ubicación"
},
"lat": "Lat",
"@lat": {
"description": "Etiqueta del campo de latitud (forma corta)"
},
"lon": "Lon",
"@lon": {
"description": "Etiqueta del campo de longitud (forma corta)"
},
"useCurrentLocation": "Usar ubicación actual",
"@useCurrentLocation": {
"description": "Tooltip para el botón de usar ubicación actual"
@@ -1339,15 +1209,6 @@
}
}
},
"copiedToClipboardShort": "Copiado {label} al portapapeles",
"@copiedToClipboardShort": {
"description": "Mensaje corto de éxito al copiar al portapapeles",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Error al guardar: {error}",
"@failedToSave": {
"description": "Mensaje de error genérico para fallos al guardar",
@@ -1367,7 +1228,6 @@
}
},
"sarTemplates": "Plantillas SAR",
"manageSarTemplates": "Gestionar plantillas SAR",
"addTemplate": "Agregar plantilla",
"editTemplate": "Editar plantilla",
"deleteTemplate": "Eliminar plantilla",
@@ -1395,7 +1255,6 @@
"noTemplates": "No hay plantillas disponibles",
"tapAddToCreate": "Toca + para crear tu primera plantilla",
"ok": "OK",
"permissionsSection": "Permisos",
"locationPermission": "Permiso de ubicación",
"checking": "Comprobando...",
"locationPermissionGrantedAlways": "Concedido (Siempre)",
@@ -1535,28 +1394,6 @@
"wizardNext": "Siguiente",
"wizardGetStarted": "Comenzar",
"wizardWelcomeTitle": "Bienvenido a MeshCore SAR",
"wizardWelcomeDescription": "Una poderosa herramienta de comunicación sin conexión para operaciones de búsqueda y rescate. Conéctese con su equipo usando tecnología de radio en malla cuando las redes tradicionales no estén disponibles.",
"wizardConnectingTitle": "Conectando a su Radio",
"wizardConnectingDescription": "Conecte su smartphone a un dispositivo de radio MeshCore vía Bluetooth para comenzar a comunicarse sin conexión.",
"wizardConnectingFeature1": "Buscar dispositivos MeshCore cercanos",
"wizardConnectingFeature2": "Emparejar con su radio vía Bluetooth",
"wizardConnectingFeature3": "Funciona completamente sin conexión - no se requiere internet",
"wizardChannelTitle": "Canales",
"wizardChannelDescription": "Transmita mensajes a todos en un canal, perfecto para anuncios y coordinación de todo el equipo.",
"wizardChannelFeature1": "Canal público para comunicación general del equipo",
"wizardChannelFeature2": "Cree canales personalizados para grupos específicos",
"wizardChannelFeature3": "Los mensajes se retransmiten automáticamente por la malla",
"wizardContactsTitle": "Contactos",
"wizardContactsDescription": "Los miembros de su equipo aparecen automáticamente cuando se unen a la red en malla. Envíeles mensajes directos o vea su ubicación.",
"wizardContactsFeature1": "Contactos descubiertos automáticamente",
"wizardContactsFeature2": "Enviar mensajes directos privados",
"wizardContactsFeature3": "Ver nivel de batería y hora de última vista",
"wizardMapTitle": "Mapa & Ubicación",
"wizardMapDescription": "Rastree a su equipo en tiempo real y marque ubicaciones importantes para operaciones de búsqueda y rescate.",
"wizardMapFeature1": "Marcadores SAR para personas encontradas, incendios y áreas de preparación",
"wizardMapFeature2": "Rastreo GPS en tiempo real de miembros del equipo",
"wizardMapFeature3": "Descargar mapas sin conexión para áreas remotas",
"wizardMapFeature4": "Dibujar formas y compartir información táctica",
"viewWelcomeTutorial": "Ver tutorial de bienvenida",
"allTeamContacts": "Todos los contactos del equipo",
"directMessagesInfo": "Mensajes directos con confirmaciones. Enviado a {count} miembros del equipo.",
@@ -1662,29 +1499,10 @@
"posttxDelay": "Retardo post-tx",
"bandpass": "Paso de banda",
"bandpassFilterVoice": "Filtro de paso de banda de voz",
"frequency": "Frecuencia",
"australia": "Australia",
"australiaNarrow": "Australia (Estrecho)",
"australiaQld": "Australia: QLD",
"australiaSaWa": "Australia: SA, WA",
"newZealand": "Nueva Zelanda",
"newZealandNarrow": "Nueva Zelanda (Estrecho)",
"switzerland": "Suiza",
"portugal433": "Portugal 433",
"portugal868": "Portugal 868",
"czechRepublicNarrow": "República Checa (Estrecho)",
"eu433mhzLongRange": "EU 433MHz (Largo Alcance)",
"euukDeprecated": "UE/RU (Obsoleto)",
"euukNarrow": "UE/RU (Estrecho)",
"usacanadaRecommended": "EE.UU./Canadá (Recomendado)",
"vietnamDeprecated": "Vietnam (Obsoleto)",
"vietnamNarrow": "Vietnam (Estrecho)",
"active": "Activo",
"addContact": "Añadir contacto",
"all": "Todo",
"autoResolve": "Resolver automáticamente",
"clearAllLabel": "Borrar todo",
"clearRelays": "Borrar repetidores",
"clearFilters": "Borrar filtros",
"clearRoute": "Borrar ruta",
"clearMessages": "Borrar mensajes",
@@ -1710,10 +1528,7 @@
"send": "Enviar",
"sendAnyway": "Enviar de todos modos",
"share": "Compartir",
"shareContact": "Compartir contacto",
"trace": "Traza",
"use": "Usar",
"useSelectedFrequency": "Usar frecuencia seleccionada",
"discovery": "Descubrimiento",
"discoverRepeaters": "Descubrir repetidores",
"discoverSensors": "Descubrir sensores",
@@ -1736,7 +1551,6 @@
"gpsModule": "Módulo GPS",
"liveTraffic": "Tráfico en vivo",
"repeatersMap": "Mapa de repetidores",
"spectrumScan": "Escaneo de espectro",
"blePacketLogs": "Registros de paquetes BLE",
"onlineTraceDatabase": "Base de datos de trazas",
"routePathByteSize": "Tamaño en bytes de la ruta",
@@ -1748,7 +1562,6 @@
"disableContacts": "Desactivar contactos",
"enableSensorsTab": "Habilitar pestaña Sensores",
"enableProfiles": "Habilitar perfiles",
"autoRouteRotation": "Rotación automática de ruta",
"nearestRepeaterFallback": "Repetidor más cercano como reserva",
"deleteAllStoredMessageHistory": "Eliminar todo el historial de mensajes",
"messageFontSize": "Tamaño de fuente de mensajes",
@@ -1756,18 +1569,13 @@
"showMapDebugInfo": "Mostrar info de depuración del mapa",
"openMapInFullscreen": "Abrir mapa en pantalla completa",
"showSarMarkersLabel": "Mostrar marcadores SAR",
"displaySarMarkersOnTheMainMap": "Mostrar marcadores SAR en el mapa principal",
"showAllContactTrailsLabel": "Mostrar todos los rastros de contactos",
"hideRepeatersOnMap": "Ocultar repetidores en el mapa",
"setMapScale": "Establecer escala del mapa",
"customMapScaleSaved": "Escala de mapa personalizada guardada",
"voiceBitrate": "Tasa de bits de voz",
"voiceCompressor": "Compresor de voz",
"balancesQuietAndLoudSpeechLevels": "Equilibra niveles de habla suaves y altos",
"voiceLimiter": "Limitador de voz",
"preventsClippingPeaksBeforeEncoding": "Previene recorte de picos antes de codificar",
"micAutoGain": "Ganancia automática del micrófono",
"letsTheRecorderAdjustInputLevel": "Permite al grabador ajustar el nivel de entrada",
"echoCancellation": "Cancelación de eco",
"noiseSuppression": "Supresión de ruido",
"trimSilenceInVoiceMessages": "Recortar silencio en mensajes de voz",
@@ -1809,13 +1617,10 @@
"staging": "Área de reunión",
"object": "Objeto",
"quiet": "Silencioso",
"moderate": "Moderado",
"busy": "Ocupado",
"spectrumScanReturnedNoCandidateFrequencies": "El escaneo de espectro no encontró frecuencias candidatas",
"searchMessages": "Buscar mensajes",
"sendImageFromGallery": "Enviar imagen desde galería",
"takePhoto": "Tomar foto",
"dmOnly": "Solo mensaje directo",
"allMessages": "Todos los mensajes",
"sendToPublicChannel": "¿Enviar al canal público?",
"selectMarkerTypeAndDestination": "Seleccione tipo de marcador y destino",
@@ -1834,8 +1639,6 @@
"wipeDevice": "Borrar dispositivo",
"destructiveDeviceActions": "Acciones destructivas del dispositivo.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Elija un preajuste o ajuste la configuración de radio.",
"chooseTheNameAndLocationThisDeviceShares": "Elija el nombre y la ubicación que comparte este dispositivo.",
"availableSpaceOnThisDevice": "Espacio disponible en este dispositivo.",
"used": "Usado",
"total": "Total",
"renameValue": "Renombrar valor",
@@ -1853,8 +1656,6 @@
"onlineOnly": "Solo en línea",
"inBoth": "En ambos",
"source": "Fuente",
"manualRouteEdit": "Edición manual de ruta",
"observedMeshRoute": "Ruta mesh observada",
"allMessagesCleared": "Todos los mensajes borrados",
"onlineTraceDatabaseCleared": "Base de datos de trazas borrada",
"packetLogsCleared": "Registros de paquetes borrados",
@@ -1885,5 +1686,314 @@
"captured": "Capturado",
"size": "Tamaño",
"noCustomChannelsToClear": "No hay canales personalizados que borrar.",
"noDeviceContactsToClear": "No hay contactos del dispositivo que borrar."
"noDeviceContactsToClear": "No hay contactos del dispositivo que borrar.",
"autoSend": "Envío automático",
"autoSendDescription": "Enviar por la ruta actual.",
"sendDirect": "Envío directo",
"sendDirectDescription": "Enviar directamente a este contacto.",
"sendFlood": "Envío por inundación",
"sendFloodDescription": "Enviar a través de todos los repetidores.",
"postConnectDiscoveryTitle": "¿Descubrir repetidores ahora?",
"postConnectDiscoveryDescription": "Ejecutar descubrimiento de repetidores justo después de conectarse para ver nodos MeshCore cercanos y agregarlos a su red más rápido.",
"aToZ": "A-Z",
"add": "Agregar",
"addAdditionalDetails": "Agregar detalles adicionales",
"addPeer": "Agregar par",
"addPeerManually": "Agregar par manualmente",
"addedToContacts": "{name} agregado a contactos",
"addedToSensors": "{name} agregado a Sensores",
"allowAll": "Permitir todos",
"anonymousRxStats": "Estadísticas RX anónimas",
"appearance": "Apariencia",
"ascii": "ASCII",
"baseTelemetry": "Telemetría base",
"blePin": "PIN BLE",
"buzzerAlerts": "Alertas de zumbador",
"cancelImageReceive": "Cancelar recepción de imagen",
"choose": "Elegir",
"chooseWhichTabsAndContactSectionsToShow": "Elige qué pestañas y secciones de contactos mostrar",
"clearCache": "Limpiar caché",
"clearHistory": "Limpiar historial",
"clearLiveView": "Limpiar vista en vivo",
"clearLogs": "Limpiar registros",
"clearOfflineCache": "¿Limpiar caché sin conexión?",
"clearOverlay": "Limpiar superposición",
"clearRouteOnlyAfterAllRetriesFail": "Limpiar ruta solo después de que fallen todos los reintentos",
"codecBitrateAndAudioProcessing": "Códec, tasa de bits y procesamiento de audio",
"connectByIpAddress": "Conectar por dirección IP",
"controlWhichAlertsYouReceive": "Controla qué alertas recibes",
"copyFullHex": "Copiar Hex completo",
"copyRawResponse": "Copiar respuesta sin procesar",
"couldNotLoadMetHistory": "No se pudo cargar el historial MET",
"customizeSensor": "Personalizar {name}",
"data": "Datos",
"deleteGroup": "Eliminar grupo",
"deleteStyleConfirm": "¿Eliminar {name}?",
"deleteThisDrawing": "¿Eliminar este {type}?",
"deny": "Denegar",
"deviceInfo": "Información del dispositivo",
"deviceSettings": "Configuración del dispositivo",
"deviceTimeSynced": "Hora del dispositivo sincronizada con este teléfono.",
"disableFastGpsPublishing": "Desactivar publicación rápida de GPS",
"displayMarkersAndTraceDatabase": "Pantalla, marcadores y base de datos de trazas",
"download": "Descargar",
"environmentalTelemetry": "Telemetría ambiental",
"errorCheckingForUpdates": "Error al buscar actualizaciones: {error}",
"errorGeneric": "Error: {error}",
"errorOpeningDownload": "Error al abrir la descarga: {error}",
"exportLogs": "Exportar registros",
"extraAggressiveAvifCompression": "Compresión AVIF extra agresiva",
"failedToAddContact": "Error al agregar contacto: {error}",
"failedToAddName": "Error al agregar {name}: {error}",
"failedToClearChannels": "Error al limpiar canales: {error}",
"failedToClearContacts": "Error al limpiar contactos: {error}",
"failedToConnectViaSerial": "Error al conectar por serial",
"failedToLoadPreviewImage": "Error al cargar imagen de vista previa: {error}",
"failedToLoadTrace": "Error al cargar traza: {error}",
"failedToSendSarMarker": "Error al enviar marcador SAR: {error}",
"failedToSetBuzzerMode": "Error al configurar modo de zumbador: {error}",
"failedToSetGpsMode": "Error al configurar modo GPS: {error}",
"failedToSyncDeviceTime": "Error al sincronizar hora del dispositivo: {error}",
"failedToWipeDeviceData": "Error al borrar datos del dispositivo: {error}",
"fastGpsTargetChannel": "Canal objetivo de GPS rápido",
"fastUpdatesThresholdsAndPermissions": "Actualizaciones rápidas, umbrales y permisos",
"fetchingCatalog": "Obteniendo catálogo...",
"fifteenMinutes": "15 minutos",
"fifteenSeconds": "15 segundos",
"filterByDirection": "Filtrar por dirección",
"finish": "Finalizar",
"fiveMinutes": "5 minutos",
"fiveSeconds": "5 segundos",
"fix": "Posición",
"gps": "GPS",
"gpsAdvertPolicy": "Política de anuncio GPS",
"gpsAndLocation": "GPS y ubicación",
"gpsDiagnostics": "Diagnósticos GPS",
"gpsSection": "GPS",
"help": "Ayuda",
"hex": "Hex",
"hidden": "Oculto",
"howTheRadioAutoAddsDiscoveredNodes": "Cómo la radio agrega automáticamente nodos descubiertos.",
"images": "Imágenes",
"importProfile": "Importar perfil",
"lastFix": "Última posición",
"latest": "Más reciente",
"latitude": "Latitud",
"loadASavedRegion": "Cargar una región guardada",
"loading": "Cargando",
"locationSharingHardwareAndUpdateInterval": "Compartir ubicación, hardware e intervalo de actualización.",
"locationTelemetry": "Telemetría de ubicación",
"lockDestination": "Bloquear destino",
"longitude": "Longitud",
"mapStyle": "Estilo de mapa",
"max": "Máx",
"maxZoom": "Zoom máximo",
"messaging": "Mensajería",
"metHistory": "Historial MET",
"min": "Mín",
"minZoom": "Zoom mínimo",
"moveDown": "Mover abajo",
"moveUp": "Mover arriba",
"multiAckMode": "Modo multi-ACK",
"multiDeviceWorkspaceManagement": "Gestión de espacio de trabajo multidispositivo",
"myLocation": "Mi ubicación",
"nameAndTelemetryShared": "Nombre y telemetría compartidos con otros dispositivos.",
"newVersionAvailable": "Nueva versión: {version}",
"newer": "Más nuevo",
"noNeighboursFound": "No se encontraron vecinos",
"noServersFound": "No se encontraron servidores",
"notSet": "Sin configurar",
"notifications": "Notificaciones",
"offZeroSeconds": "Apagado (0 s)",
"offlineMaps": "Mapas sin conexión",
"older": "Más antiguo",
"oneByteMode0": "1 byte (modo 0)",
"oneHour": "1 hora",
"oneMinute": "1 minuto",
"openPacketLogs": "Abrir registros de paquetes",
"packetTypeHelp": "Ayuda de tipo de paquete",
"pasteShareLinkOrHexAdvert": "Pega un enlace compartido o anuncio hex",
"pathHash": "Hash de ruta",
"pathSize": "Tamaño de ruta",
"ping": "Ping",
"polygon": "Polígono",
"rawResponseCopied": "Respuesta sin procesar copiada",
"resendThroughNearestRepeaterOnFailure": "Reenviar a través del repetidor más cercano en caso de fallo",
"resolveContact": "Resolver contacto",
"routingRetriesAndDestinationLock": "Enrutamiento, reintentos y bloqueo de destino",
"samples": "Muestras",
"satellites": "Satélites",
"saving": "Guardando...",
"search": "Buscar",
"searchByNameOrToken": "Buscar por nombre o token",
"searchDiscoveredNodes": "Buscar nodos descubiertos",
"searchInCurrentFilter": "Buscar en el filtro actual",
"searchLogs": "Buscar registros...",
"searchSensors": "Buscar sensores",
"searchThisSection": "Buscar en esta sección",
"selectedRelays": "Relés seleccionados",
"sensor": "Sensor",
"serialError": "Error serial: {error}",
"setPathForContact": "Establecer ruta para {name}",
"shareLiveGps": "Compartir GPS en vivo",
"shareMyTiles": "Compartir mis mosaicos",
"sharingLocationFromPhone": "Compartiendo ubicación en este canal desde el teléfono.",
"sharingLocationFromRadio": "Compartiendo ubicación en este canal desde la radio.",
"signalDbm": "Señal {rssi} dBm",
"sizeCompressionAndPreview": "Tamaño, compresión y vista previa",
"skip": "Omitir",
"smallerFileSize": "Tamaño de archivo más pequeño",
"sort": "Ordenar",
"stoppedSharingLocation": "Se dejó de compartir ubicación en este canal.",
"suppressNotificationsWhileInForeground": "Suprimir notificaciones en primer plano",
"tabsAndNavigation": "Pestañas y navegación",
"templatesAndTutorials": "Plantillas y tutoriales",
"tenMinutes": "10 minutos",
"tenSeconds": "10 segundos",
"testSendUpdate": "Probar envío de actualización",
"themeLanguageAndDisplayPreferences": "Tema, idioma y preferencias de visualización",
"thirtyMinutes": "30 minutos",
"thirtySeconds": "30 segundos",
"threeBytesMode2": "3 bytes (modo 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Estadísticas de tráfico, historial de mensajes y herramientas de desarrollo",
"twoBytesMode1": "2 bytes (modo 1)",
"twoMinutes": "2 minutos",
"undo": "Deshacer",
"updated": "Actualizado",
"useContactFlags": "Usar banderas de contacto",
"useSavedCoordinates": "Usar coordenadas guardadas",
"view": "Ver",
"viewNeighbours": "Ver vecinos",
"viewPublicStats": "Ver estadísticas públicas",
"setRegionScope": "Establecer ámbito de región",
"regionScope": "Ámbito de región",
"regionScopeNone": "Ninguno (global)",
"clearRegionScope": "Limpiar ámbito",
"regionScopeWarning": "Solo los repetidores que permitan esta región reenviarán.",
"discoverRegions": "Descubrir desde repetidores",
"discoveringRegions": "Descubriendo regiones...",
"enterRegionName": "Nombre de región (ej. auckland)",
"noRegionsFound": "No se encontraron regiones en este repetidor.",
"regionScopeSet": "Ámbito de región establecido a {name}",
"regionScopeCleared": "Ámbito de región limpiado",
"simpleMode": "Modo simple",
"simpleModeDescription": "Solo chat y mapa con contactos favoritos",
"simpleModeRequiresLockedDestination": "Activa primero «Bloquear destino» con un canal para usar el modo simple",
"noFavouriteContacts": "Sin contactos favoritos",
"selectDestinationFirst": "Selecciona primero un canal, contacto o sala",
"recipientNoLongerAvailable": "El destinatario ya no está disponible",
"failedToSendMessage": "Error al enviar: {error}",
"tictactoeDirectOnly": "El tres en raya solo funciona en mensajes directos. Elige primero un contacto.",
"deviceKeyUnavailable": "La clave del dispositivo no está disponible",
"imageCompressionFailed": "Error al comprimir la imagen",
"imageFragmentationFailed": "Error al fragmentar la imagen",
"failedToAnnounceImage": "Error al anunciar la imagen",
"noRecipientSelected": "Ningún destinatario seleccionado",
"imageSendFailed": "Error al enviar la imagen",
"microphonePermissionRequiredForVoice": "Se necesita permiso de micrófono para los mensajes de voz",
"recordingDiscarded": "Grabación descartada",
"publicChannelMediaWarning": "Estás a punto de enviar {mediaType} al canal público. No es recomendable, porque cualquiera en la red mesh podría recibirlo. Elige un canal privado o etiquetado, salvo que sea lo que quieres.",
"selectPrivateChannelToShareLocation": "Selecciona un canal privado para compartir tu ubicación.",
"stopSharingMyLocation": "Dejar de compartir mi ubicación",
"shareMyLocation": "Compartir mi ubicación",
"stopRecording": "Detener grabación",
"recordVoice": "Grabar voz",
"moreActions": "Más acciones",
"noMessagesInFilter": "No hay mensajes en este filtro",
"noMatchesInFilter": "No hay coincidencias en este filtro",
"syncFailed": "Error de sincronización: {error}",
"invalidLink": "Enlace no válido",
"cannotOpenLink": "No se puede abrir el enlace",
"failedToOpenLink": "Error al abrir el enlace",
"failedToResendMessage": "Error al reenviar el mensaje",
"retryFailed": "Error al reintentar: {error}",
"deleteDrawingAndMessage": "Eliminar dibujo y mensaje",
"lastEchoRelay": "Último eco: repetidor",
"lastEchoPath": "Último eco: ruta",
"lastEchoBytesReport": "Último eco: informe de bytes",
"noGpsCoordinatesAvailable": "No hay coordenadas GPS disponibles",
"notASarMarker": "No es un marcador SAR",
"failedToSaveTemplate": "Error al guardar la plantilla: {error}",
"drawingNotFound": "Dibujo no encontrado",
"unknownDrawingType": "Tipo de dibujo desconocido",
"customMapMarker": "Marcador de mapa personalizado",
"customMapPointLabel": "Punto: {point}",
"mapIdLabel": "ID del mapa: {id}",
"cannotFetchVoice": "No se puede obtener la voz",
"senderContactUnknown": "El contacto del remitente es desconocido. Sincroniza primero los contactos.",
"senderRouteUnknown": "La ruta del remitente es desconocida. Sincroniza primero los contactos/la ruta.",
"messageTooFar": "El mensaje está demasiado lejos ({hops} saltos, máx. {maxHops}).",
"senderRouteNoPathResponse": "La ruta del remitente no respondió a la comprobación de ruta. Sincroniza los contactos/la ruta e inténtalo de nuevo.",
"senderRouteNoRawResponse": "La ruta del remitente no respondió en la ruta de transporte raw.",
"voiceFetchOverHops": "Obtener la voz a través de {hops} saltos puede tardar un poco.",
"voiceReceiveCanceled": "Recepción de voz cancelada",
"fetchingMissingVoiceFragments": "Obteniendo fragmentos de voz que faltan",
"receivingVoice": "Recibiendo voz",
"cannotFetchImage": "No se puede obtener la imagen",
"imageFetchOverHops": "Obtener la imagen a través de {hops} saltos puede tardar un poco.",
"imageAlreadyBeingReceived": "La imagen ya se está recibiendo",
"loadImage": "Cargar imagen",
"imageFetchFailedToSendRequest": "No se pudo enviar la solicitud de imagen",
"imageUnavailable": "Imagen no disponible por ahora",
"imageFetchTimedOut": "La obtención de la imagen agotó el tiempo de espera",
"imageReceiveCanceled": "Recepción de imagen cancelada",
"closeImagePreview": "Cerrar vista previa de imagen",
"recordingReleaseToSend": "Grabando... suelta para enviar la voz",
"sendingVoice": "Enviando voz...",
"sendLongPressToRecordVoice": "Enviar (mantén pulsado para grabar voz)",
"discardRecording": "Descartar grabación",
"hopCount": "{count, plural, =1{1 salto} other{{count} saltos}}",
"channelsSectionDescription": "Canales de difusión para el tráfico mesh cercano",
"roomsSectionDescription": "Espacios compartidos para la coordinación del equipo",
"contactsSectionDescription": "Personas y dispositivos a tu alcance directo",
"noRecentChatters": "Sin participantes recientes",
"public": "Público",
"failedToSendTicTacToeMove": "No se pudo enviar el movimiento de tres en raya",
"youWon": "Has ganado",
"opponentWon": "Ha ganado el rival",
"gameDraw": "Empate",
"yourTurn": "Te toca",
"opponentTurn": "Le toca al rival",
"pleaseEnterValidCoordinates": "Introduce coordenadas válidas",
"locationNotAvailable": "Ubicación no disponible",
"customCaveMapPoint": "Punto de mapa de cueva personalizado",
"mapPoint": "Punto del mapa",
"fetchingMissingImageFragments": "Obteniendo fragmentos que faltan…",
"loadingImage": "Cargando…",
"receivingImage": "Recibiendo…",
"tapToLoad": "Toca para cargar",
"connectDevice": "Conectar dispositivo",
"chooseTransportSubtitle": "Elige el transporte Bluetooth, WiFi o Serie",
"ble": "BLE",
"network": "Red",
"serial": "Serie",
"scan": "Buscar",
"pressScanToSearchForDevices": "Pulsa Buscar para encontrar dispositivos cercanos",
"failedToConnectToDevice": "Error al conectar con {name}",
"unknownDevice": "Dispositivo desconocido",
"showingCachedResultsTapRefresh": "Mostrando resultados en caché. Toca actualizar para volver a buscar.",
"scanningLocalNetworkOnPort": "Buscando dispositivos MeshCore WiFi en la red local en el puerto {port}",
"cancelScanAndAddServer": "Cancelar búsqueda y añadir servidor",
"addServer": "Añadir servidor",
"scanningProgressIps": "Buscando... {scanned}/{total} IP",
"cancelAndEnterManually": "Cancelar e introducir manualmente",
"noRecentOrDiscoveredServers": "Aún no hay servidores recientes ni descubiertos",
"recentlyUsed": "Usados recientemente",
"connecting": "Conectando...",
"discoveredOnThisNetwork": "Descubiertos en esta red",
"serverNoLongerAvailable": "El servidor en {host}:{port} ya no está disponible. Vuelve a buscar para encontrar servidores activos.",
"failedToConnectToHost": "Error al conectar con {host}:{port}",
"enterValidIpAddress": "Introduce una dirección IP válida",
"enterValidTcpPort": "Introduce un puerto TCP válido",
"ipAddress": "Dirección IP",
"tcpPort": "Puerto TCP",
"customServerPort": "Puerto de servidor personalizado",
"chat": "Chat",
"restoringPreviousLink": "Restaurando el enlace anterior",
"noDeviceConnected": "Ningún dispositivo conectado",
"sendAdvert": "Enviar mi contacto",
"advertMode": "Enviar mi contacto",
"advertModeSubtitle": "Elige hasta dónde debe llegar tu información de contacto.",
"floodAdvertSent": "Contacto enviado a través de la red mesh",
"directAdvertSent": "Contacto enviado a dispositivos cercanos"
}

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Bouton pour relancer la recherche BLE"
},
"tapToConnect": "Appuyez pour connecter",
"@tapToConnect": {
"description": "Texte de sous-titre pour l'appareil dans la liste de recherche"
},
"deviceNotConnected": "Appareil non connecté",
"@deviceNotConnected": {
"description": "Message d'erreur lorsque l'appareil n'est pas connecté"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Paramètre pour afficher les indicateurs RX/TX"
},
"displayPacketActivity": "Afficher les indicateurs d'activité des paquets dans la barre supérieure",
"@displayPacketActivity": {
"description": "Description du paramètre des indicateurs RX/TX"
},
"disableMap": "Désactiver la carte",
"@disableMap": {
"description": "Paramètre pour désactiver l'onglet carte"
},
"disableMapDescription": "Masquer l'onglet carte pour réduire la consommation de batterie",
"@disableMapDescription": {
"description": "Description du paramètre pour désactiver la carte"
},
"language": "Langue",
"@language": {
"description": "Libellé du paramètre de langue"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "Libellé de la version de l'application"
},
"appName": "Nom de l'application",
"@appName": {
"description": "Libellé du nom de l'application"
},
"aboutMeshCoreSar": "À propos de MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "Titre de la boîte de dialogue À propos"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Action pour réinitialiser le chemin du contact pour réacheminement"
},
"publicKeyCopied": "Clé publique copiée dans le presse-papiers",
"@publicKeyCopied": {
"description": "Message de succès lorsque la clé publique est copiée"
},
"copiedToClipboard": "{label} copié dans le presse-papiers",
"@copiedToClipboard": {
"description": "Message de succès lorsqu'une valeur est copiée dans le presse-papiers",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Libellé de la dernière vue"
},
"roomStatus": "État du salon",
"@roomStatus": {
"description": "En-tête de section de l'état du salon"
},
"loginStatus": "État de connexion",
"@loginStatus": {
"description": "Libellé de l'état de connexion"
},
"notLoggedIn": "Non connecté",
"@notLoggedIn": {
"description": "État non connecté"
},
"adminAccess": "Accès administrateur",
"@adminAccess": {
"description": "Libellé de l'accès administrateur"
},
"yes": "Oui",
"@yes": {
"description": "Réponse Oui"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Libellé des permissions"
},
"passwordSaved": "Mot de passe enregistré",
"@passwordSaved": {
"description": "Libellé du mot de passe enregistré"
},
"locationColon": "Position :",
"@locationColon": {
"description": "En-tête de section de position"
},
"telemetry": "Télémétrie",
"@telemetry": {
"description": "En-tête de section de télémétrie"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "Libellé du GPS depuis la télémétrie"
},
"updated": "Mis à jour",
"@updated": {
"description": "Libellé de l'horodatage de mise à jour"
},
"pathResetInfo": "Chemin réinitialisé pour {name}. Le prochain message trouvera un nouvel itinéraire.",
"@pathResetInfo": {
"description": "Message d'information après la réinitialisation du chemin",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Se reconnecter au salon",
"@reLoginToRoom": {
"description": "Bouton pour se reconnecter au salon"
@@ -1114,10 +1057,6 @@
"@frequencyMHz": {
"description": "Libellé du champ de fréquence radio"
},
"frequencyExample": "ex. : 869,618",
"@frequencyExample": {
"description": "Texte d'aide exemple pour la fréquence"
},
"bandwidth": "Bande passante",
"@bandwidth": {
"description": "Libellé du menu déroulant de bande passante"
@@ -1221,47 +1160,6 @@
"@trailControls": {
"description": "Info-bulle des contrôles de la trace"
},
"contactTrails": "Traces des contacts",
"@contactTrails": {
"description": "En-tête de section des traces des contacts"
},
"showAllContactTrails": "Afficher toutes les traces des contacts",
"@showAllContactTrails": {
"description": "Étiquette du commutateur pour afficher toutes les traces des contacts"
},
"noContactsWithLocationHistory": "Aucun contact avec historique de localisation",
"@noContactsWithLocationHistory": {
"description": "Sous-titre lorsqu'il n'y a pas de contacts avec des traces"
},
"showingTrailsForContacts": "Affichage des traces pour {count} contacts",
"@showingTrailsForContacts": {
"description": "Sous-titre montrant le nombre de contacts avec des traces",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Traces individuelles des contacts",
"@individualContactTrails": {
"description": "Titre de l'élément extensible pour les traces individuelles des contacts"
},
"deviceInformation": "Informations sur l'appareil",
"@deviceInformation": {
"description": "En-tête de section des informations sur l'appareil"
},
"bleName": "Nom BLE",
"@bleName": {
"description": "Libellé du nom de l'appareil Bluetooth Low Energy"
},
"meshName": "Nom du maillage",
"@meshName": {
"description": "Libellé du nom du réseau maillé"
},
"notSet": "Non défini",
"@notSet": {
"description": "Libellé lorsqu'une valeur n'est pas définie"
},
"model": "Modèle",
"@model": {
"description": "Libellé du modèle d'appareil"
@@ -1270,14 +1168,6 @@
"@version": {
"description": "Libellé de la version"
},
"buildDate": "Date de compilation",
"@buildDate": {
"description": "Libellé de la date de compilation du micrologiciel"
},
"firmware": "Micrologiciel",
"@firmware": {
"description": "Libellé du micrologiciel"
},
"maxContacts": "Contacts max",
"@maxContacts": {
"description": "Libellé de la capacité maximale de contacts"
@@ -1290,26 +1180,6 @@
"@publicInfo": {
"description": "En-tête de section des informations publiques"
},
"meshNetworkName": "Nom du réseau maillé",
"@meshNetworkName": {
"description": "Libellé du champ du nom du réseau maillé"
},
"nameBroadcastInMesh": "Nom diffusé dans les annonces du maillage",
"@nameBroadcastInMesh": {
"description": "Texte d'aide pour le champ du nom du réseau maillé"
},
"telemetryAndLocationSharing": "Télémétrie et partage de position",
"@telemetryAndLocationSharing": {
"description": "Libellé de l'interrupteur de télémétrie et de partage de position"
},
"lat": "Lat",
"@lat": {
"description": "Libellé du champ de latitude (forme courte)"
},
"lon": "Lon",
"@lon": {
"description": "Libellé du champ de longitude (forme courte)"
},
"useCurrentLocation": "Utiliser la position actuelle",
"@useCurrentLocation": {
"description": "Info-bulle du bouton d'utilisation de la position actuelle"
@@ -1339,15 +1209,6 @@
}
}
},
"copiedToClipboardShort": "{label} copié dans le presse-papiers",
"@copiedToClipboardShort": {
"description": "Message de succès court lors de la copie dans le presse-papiers",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Échec de l'enregistrement : {error}",
"@failedToSave": {
"description": "Message d'erreur générique pour les échecs d'enregistrement",
@@ -1367,7 +1228,6 @@
}
},
"sarTemplates": "Modèles SAR",
"manageSarTemplates": "Gérer les modèles SAR",
"addTemplate": "Ajouter un modèle",
"editTemplate": "Modifier le modèle",
"deleteTemplate": "Supprimer le modèle",
@@ -1395,7 +1255,6 @@
"noTemplates": "Aucun modele disponible",
"tapAddToCreate": "Appuyez sur + pour creer votre premier modele",
"ok": "OK",
"permissionsSection": "Autorisations",
"locationPermission": "Autorisation de localisation",
"checking": "Vérification...",
"locationPermissionGrantedAlways": "Accordée (Toujours)",
@@ -1538,28 +1397,6 @@
"wizardNext": "Suivant",
"wizardGetStarted": "Commencer",
"wizardWelcomeTitle": "Bienvenue dans MeshCore SAR",
"wizardWelcomeDescription": "Un outil de communication hors ligne puissant pour les opérations de recherche et de sauvetage. Connectez-vous avec votre équipe en utilisant la technologie radio maillée lorsque les réseaux traditionnels ne sont pas disponibles.",
"wizardConnectingTitle": "Connexion à votre Radio",
"wizardConnectingDescription": "Connectez votre smartphone à un appareil radio MeshCore via Bluetooth pour commencer à communiquer hors ligne.",
"wizardConnectingFeature1": "Rechercher les appareils MeshCore à proximité",
"wizardConnectingFeature2": "Coupler avec votre radio via Bluetooth",
"wizardConnectingFeature3": "Fonctionne entièrement hors ligne - aucun internet requis",
"wizardChannelTitle": "Canaux",
"wizardChannelDescription": "Diffusez des messages à tous sur un canal, parfait pour les annonces et la coordination de toute l'équipe.",
"wizardChannelFeature1": "Canal public pour la communication générale de l'équipe",
"wizardChannelFeature2": "Créer des canaux personnalisés pour des groupes spécifiques",
"wizardChannelFeature3": "Les messages sont automatiquement relayés par le maillage",
"wizardContactsTitle": "Contacts",
"wizardContactsDescription": "Les membres de votre équipe apparaissent automatiquement lorsqu'ils rejoignent le réseau maillé. Envoyez-leur des messages directs ou consultez leur emplacement.",
"wizardContactsFeature1": "Contacts découverts automatiquement",
"wizardContactsFeature2": "Envoyer des messages directs privés",
"wizardContactsFeature3": "Voir le niveau de batterie et l'heure de dernière vue",
"wizardMapTitle": "Carte & Localisation",
"wizardMapDescription": "Suivez votre équipe en temps réel et marquez les emplacements importants pour les opérations de recherche et de sauvetage.",
"wizardMapFeature1": "Marqueurs SAR pour les personnes retrouvées, les incendies et les zones de rassemblement",
"wizardMapFeature2": "Suivi GPS en temps réel des membres de l'équipe",
"wizardMapFeature3": "Télécharger des cartes hors ligne pour les zones éloignées",
"wizardMapFeature4": "Dessiner des formes et partager des informations tactiques",
"viewWelcomeTutorial": "Voir le tutoriel de bienvenue",
"allTeamContacts": "Tous les contacts de l'équipe",
"directMessagesInfo": "Messages directs avec confirmations. Envoyé à {count} membres de l'équipe.",
@@ -1665,29 +1502,10 @@
"posttxDelay": "Délai post-émission",
"bandpass": "Passe-bande",
"bandpassFilterVoice": "Filtre passe-bande voix",
"frequency": "Fréquence",
"australia": "Australie",
"australiaNarrow": "Australie (Étroit)",
"australiaQld": "Australie: QLD",
"australiaSaWa": "Australie: SA, WA",
"newZealand": "Nouvelle-Zélande",
"newZealandNarrow": "Nouvelle-Zélande (Étroit)",
"switzerland": "Suisse",
"portugal433": "Portugal 433",
"portugal868": "Portugal 868",
"czechRepublicNarrow": "République tchèque (Étroit)",
"eu433mhzLongRange": "UE 433MHz (Longue Portée)",
"euukDeprecated": "UE/RU (Obsolète)",
"euukNarrow": "UE/RU (Étroit)",
"usacanadaRecommended": "USA/Canada (Recommandé)",
"vietnamDeprecated": "Vietnam (Obsolète)",
"vietnamNarrow": "Vietnam (Étroit)",
"active": "Actif",
"addContact": "Ajouter un contact",
"all": "Tout",
"autoResolve": "Résolution automatique",
"clearAllLabel": "Tout effacer",
"clearRelays": "Effacer les relais",
"clearFilters": "Effacer les filtres",
"clearRoute": "Effacer la route",
"clearMessages": "Effacer les messages",
@@ -1713,10 +1531,7 @@
"send": "Envoyer",
"sendAnyway": "Envoyer quand même",
"share": "Partager",
"shareContact": "Partager le contact",
"trace": "Trace",
"use": "Utiliser",
"useSelectedFrequency": "Utiliser la fréquence sélectionnée",
"discovery": "Découverte",
"discoverRepeaters": "Découvrir les répéteurs",
"discoverSensors": "Découvrir les capteurs",
@@ -1739,7 +1554,6 @@
"gpsModule": "Module GPS",
"liveTraffic": "Trafic en direct",
"repeatersMap": "Carte des répéteurs",
"spectrumScan": "Scan spectral",
"blePacketLogs": "Journaux de paquets BLE",
"onlineTraceDatabase": "Base de données de traces",
"routePathByteSize": "Taille en octets du chemin",
@@ -1751,7 +1565,6 @@
"disableContacts": "Désactiver les contacts",
"enableSensorsTab": "Activer l'onglet Capteurs",
"enableProfiles": "Activer les profils",
"autoRouteRotation": "Rotation automatique de route",
"nearestRepeaterFallback": "Répéteur le plus proche en repli",
"deleteAllStoredMessageHistory": "Supprimer tout l'historique",
"messageFontSize": "Taille de police des messages",
@@ -1759,18 +1572,13 @@
"showMapDebugInfo": "Afficher les infos de débogage",
"openMapInFullscreen": "Ouvrir la carte en plein écran",
"showSarMarkersLabel": "Afficher les marqueurs SAR",
"displaySarMarkersOnTheMainMap": "Afficher les marqueurs SAR sur la carte",
"showAllContactTrailsLabel": "Afficher toutes les traces de contacts",
"hideRepeatersOnMap": "Masquer les répéteurs sur la carte",
"setMapScale": "Définir l'échelle de la carte",
"customMapScaleSaved": "Échelle de carte personnalisée enregistrée",
"voiceBitrate": "Débit vocal",
"voiceCompressor": "Compresseur vocal",
"balancesQuietAndLoudSpeechLevels": "Équilibre les niveaux faibles et forts",
"voiceLimiter": "Limiteur vocal",
"preventsClippingPeaksBeforeEncoding": "Empêche l'écrêtage avant l'encodage",
"micAutoGain": "Gain auto du micro",
"letsTheRecorderAdjustInputLevel": "Laisse l'enregistreur ajuster le niveau d'entrée",
"echoCancellation": "Annulation d'écho",
"noiseSuppression": "Suppression du bruit",
"trimSilenceInVoiceMessages": "Couper le silence dans les messages vocaux",
@@ -1812,13 +1620,10 @@
"staging": "Zone de regroupement",
"object": "Objet",
"quiet": "Calme",
"moderate": "Modéré",
"busy": "Occupé",
"spectrumScanReturnedNoCandidateFrequencies": "Le scan spectral n'a trouvé aucune fréquence candidate",
"searchMessages": "Rechercher des messages",
"sendImageFromGallery": "Envoyer une image de la galerie",
"takePhoto": "Prendre une photo",
"dmOnly": "Message direct uniquement",
"allMessages": "Tous les messages",
"sendToPublicChannel": "Envoyer au canal public ?",
"selectMarkerTypeAndDestination": "Sélectionnez le type de marqueur et la destination",
@@ -1837,8 +1642,6 @@
"wipeDevice": "Effacer l'appareil",
"destructiveDeviceActions": "Actions destructives de l'appareil.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Choisissez un préréglage ou ajustez les paramètres radio.",
"chooseTheNameAndLocationThisDeviceShares": "Choisissez le nom et l'emplacement partagés par cet appareil.",
"availableSpaceOnThisDevice": "Espace disponible sur cet appareil.",
"used": "Utilisé",
"total": "Total",
"renameValue": "Renommer la valeur",
@@ -1856,8 +1659,6 @@
"onlineOnly": "En ligne uniquement",
"inBoth": "Dans les deux",
"source": "Source",
"manualRouteEdit": "Édition manuelle de route",
"observedMeshRoute": "Route mesh observée",
"allMessagesCleared": "Tous les messages effacés",
"onlineTraceDatabaseCleared": "Base de données de traces effacée",
"packetLogsCleared": "Journaux de paquets effacés",
@@ -1888,5 +1689,314 @@
"captured": "Capturé",
"size": "Taille",
"noCustomChannelsToClear": "Aucun canal personnalisé à effacer.",
"noDeviceContactsToClear": "Aucun contact de l'appareil à effacer."
"noDeviceContactsToClear": "Aucun contact de l'appareil à effacer.",
"autoSend": "Envoi automatique",
"autoSendDescription": "Envoyer via le chemin actuel.",
"sendDirect": "Envoi direct",
"sendDirectDescription": "Envoyer directement à ce contact.",
"sendFlood": "Envoi par inondation",
"sendFloodDescription": "Envoyer via tous les relais.",
"postConnectDiscoveryTitle": "Découvrir les relais maintenant ?",
"postConnectDiscoveryDescription": "Lancer la découverte des relais juste après la connexion pour voir les nœuds MeshCore à proximité et les ajouter plus rapidement à votre réseau.",
"aToZ": "A-Z",
"add": "Ajouter",
"addAdditionalDetails": "Ajouter des détails supplémentaires",
"addPeer": "Ajouter un pair",
"addPeerManually": "Ajouter un pair manuellement",
"addedToContacts": "{name} ajouté aux contacts",
"addedToSensors": "{name} ajouté aux capteurs",
"allowAll": "Tout autoriser",
"anonymousRxStats": "Statistiques RX anonymes",
"appearance": "Apparence",
"ascii": "ASCII",
"baseTelemetry": "Télémétrie de base",
"blePin": "PIN BLE",
"buzzerAlerts": "Alertes sonores",
"cancelImageReceive": "Annuler la réception d'image",
"choose": "Choisir",
"chooseWhichTabsAndContactSectionsToShow": "Choisir les onglets et sections de contacts à afficher",
"clearCache": "Vider le cache",
"clearHistory": "Effacer l'historique",
"clearLiveView": "Effacer la vue en direct",
"clearLogs": "Effacer les journaux",
"clearOfflineCache": "Vider le cache hors ligne ?",
"clearOverlay": "Effacer la superposition",
"clearRouteOnlyAfterAllRetriesFail": "Effacer la route uniquement après l'échec de toutes les tentatives",
"codecBitrateAndAudioProcessing": "Codec, débit et traitement audio",
"connectByIpAddress": "Connexion par adresse IP",
"controlWhichAlertsYouReceive": "Contrôler les alertes que vous recevez",
"copyFullHex": "Copier le Hex complet",
"copyRawResponse": "Copier la réponse brute",
"couldNotLoadMetHistory": "Impossible de charger l'historique MET",
"customizeSensor": "Personnaliser {name}",
"data": "Données",
"deleteGroup": "Supprimer le groupe",
"deleteStyleConfirm": "Supprimer {name} ?",
"deleteThisDrawing": "Supprimer ce {type} ?",
"deny": "Refuser",
"deviceInfo": "Infos de l'appareil",
"deviceSettings": "Paramètres de l'appareil",
"deviceTimeSynced": "Heure de l'appareil synchronisée avec ce téléphone.",
"disableFastGpsPublishing": "Désactiver la publication GPS rapide",
"displayMarkersAndTraceDatabase": "Affichage, marqueurs et base de données de traces",
"download": "Télécharger",
"environmentalTelemetry": "Télémétrie environnementale",
"errorCheckingForUpdates": "Erreur lors de la vérification des mises à jour : {error}",
"errorGeneric": "Erreur : {error}",
"errorOpeningDownload": "Erreur lors de l'ouverture du téléchargement : {error}",
"exportLogs": "Exporter les journaux",
"extraAggressiveAvifCompression": "Compression AVIF extra-agressive",
"failedToAddContact": "Échec de l'ajout du contact : {error}",
"failedToAddName": "Échec de l'ajout de {name} : {error}",
"failedToClearChannels": "Échec de l'effacement des canaux : {error}",
"failedToClearContacts": "Échec de l'effacement des contacts : {error}",
"failedToConnectViaSerial": "Échec de la connexion via série",
"failedToLoadPreviewImage": "Échec du chargement de l'aperçu : {error}",
"failedToLoadTrace": "Échec du chargement de la trace : {error}",
"failedToSendSarMarker": "Échec de l'envoi du marqueur SAR : {error}",
"failedToSetBuzzerMode": "Échec du réglage du mode buzzer : {error}",
"failedToSetGpsMode": "Échec du réglage du mode GPS : {error}",
"failedToSyncDeviceTime": "Échec de la synchronisation de l'heure de l'appareil : {error}",
"failedToWipeDeviceData": "Échec de l'effacement des données de l'appareil : {error}",
"fastGpsTargetChannel": "Canal cible GPS rapide",
"fastUpdatesThresholdsAndPermissions": "Mises à jour rapides, seuils et permissions",
"fetchingCatalog": "Récupération du catalogue...",
"fifteenMinutes": "15 minutes",
"fifteenSeconds": "15 secondes",
"filterByDirection": "Filtrer par direction",
"finish": "Terminer",
"fiveMinutes": "5 minutes",
"fiveSeconds": "5 secondes",
"fix": "Correctif",
"gps": "GPS",
"gpsAdvertPolicy": "Politique d'annonce GPS",
"gpsAndLocation": "GPS et localisation",
"gpsDiagnostics": "Diagnostics GPS",
"gpsSection": "GPS",
"help": "Aide",
"hex": "Hex",
"hidden": "Masqué",
"howTheRadioAutoAddsDiscoveredNodes": "Comment la radio ajoute automatiquement les nœuds découverts.",
"images": "Images",
"importProfile": "Importer un profil",
"lastFix": "Dernier correctif",
"latest": "Le plus récent",
"latitude": "Latitude",
"loadASavedRegion": "Charger une région enregistrée",
"loading": "Chargement",
"locationSharingHardwareAndUpdateInterval": "Partage de position, matériel et intervalle de mise à jour.",
"locationTelemetry": "Télémétrie de position",
"lockDestination": "Verrouiller la destination",
"longitude": "Longitude",
"mapStyle": "Style de carte",
"max": "Max",
"maxZoom": "Zoom max",
"messaging": "Messagerie",
"metHistory": "Historique MET",
"min": "Min",
"minZoom": "Zoom min",
"moveDown": "Déplacer vers le bas",
"moveUp": "Déplacer vers le haut",
"multiAckMode": "Mode multi-ACK",
"multiDeviceWorkspaceManagement": "Gestion d'espace de travail multi-appareils",
"myLocation": "Ma position",
"nameAndTelemetryShared": "Nom et télémétrie partagés avec d'autres appareils.",
"newVersionAvailable": "Nouvelle version : {version}",
"newer": "Plus récent",
"noNeighboursFound": "Aucun voisin trouvé",
"noServersFound": "Aucun serveur trouvé",
"notSet": "Non défini",
"notifications": "Notifications",
"offZeroSeconds": "Désactivé (0 s)",
"offlineMaps": "Cartes hors ligne",
"older": "Plus ancien",
"oneByteMode0": "1 octet (mode 0)",
"oneHour": "1 heure",
"oneMinute": "1 minute",
"openPacketLogs": "Ouvrir les journaux de paquets",
"packetTypeHelp": "Aide sur les types de paquets",
"pasteShareLinkOrHexAdvert": "Coller un lien de partage ou une annonce hex",
"pathHash": "Hash du chemin",
"pathSize": "Taille du chemin",
"ping": "Ping",
"polygon": "Polygone",
"rawResponseCopied": "Réponse brute copiée",
"resendThroughNearestRepeaterOnFailure": "Renvoyer via le répéteur le plus proche en cas d'échec",
"resolveContact": "Résoudre le contact",
"routingRetriesAndDestinationLock": "Routage, tentatives et verrouillage de destination",
"samples": "Échantillons",
"satellites": "Satellites",
"saving": "Enregistrement...",
"search": "Rechercher",
"searchByNameOrToken": "Rechercher par nom ou jeton",
"searchDiscoveredNodes": "Rechercher les nœuds découverts",
"searchInCurrentFilter": "Rechercher dans le filtre actuel",
"searchLogs": "Rechercher dans les journaux...",
"searchSensors": "Rechercher les capteurs",
"searchThisSection": "Rechercher dans cette section",
"selectedRelays": "Relais sélectionnés",
"sensor": "Capteur",
"serialError": "Erreur série : {error}",
"setPathForContact": "Définir le chemin pour {name}",
"shareLiveGps": "Partager le GPS en direct",
"shareMyTiles": "Partager mes tuiles",
"sharingLocationFromPhone": "Partage de la position sur ce canal depuis le téléphone.",
"sharingLocationFromRadio": "Partage de la position sur ce canal depuis la radio.",
"signalDbm": "Signal {rssi} dBm",
"sizeCompressionAndPreview": "Taille, compression et aperçu",
"skip": "Passer",
"smallerFileSize": "Taille de fichier réduite",
"sort": "Trier",
"stoppedSharingLocation": "Arrêt du partage de position sur ce canal.",
"suppressNotificationsWhileInForeground": "Supprimer les notifications en premier plan",
"tabsAndNavigation": "Onglets et navigation",
"templatesAndTutorials": "Modèles et tutoriels",
"tenMinutes": "10 minutes",
"tenSeconds": "10 secondes",
"testSendUpdate": "Tester l'envoi de mise à jour",
"themeLanguageAndDisplayPreferences": "Thème, langue et préférences d'affichage",
"thirtyMinutes": "30 minutes",
"thirtySeconds": "30 secondes",
"threeBytesMode2": "3 octets (mode 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Statistiques de trafic, historique des messages et outils de développement",
"twoBytesMode1": "2 octets (mode 1)",
"twoMinutes": "2 minutes",
"undo": "Annuler",
"updated": "Mis à jour",
"useContactFlags": "Utiliser les drapeaux de contact",
"useSavedCoordinates": "Utiliser les coordonnées enregistrées",
"view": "Voir",
"viewNeighbours": "Voir les voisins",
"viewPublicStats": "Voir les statistiques publiques",
"setRegionScope": "Définir la portée régionale",
"regionScope": "Portée régionale",
"regionScopeNone": "Aucune (globale)",
"clearRegionScope": "Effacer la portée",
"regionScopeWarning": "Seuls les relais autorisant cette région retransmettront.",
"discoverRegions": "Découvrir depuis les relais",
"discoveringRegions": "Découverte des régions...",
"enterRegionName": "Nom de région (ex. auckland)",
"noRegionsFound": "Aucune région trouvée sur ce relais.",
"regionScopeSet": "Portée régionale définie sur {name}",
"regionScopeCleared": "Portée régionale effacée",
"simpleMode": "Mode simple",
"simpleModeDescription": "Uniquement le chat et la carte avec les contacts favoris",
"simpleModeRequiresLockedDestination": "Activez d'abord « Verrouiller la destination » avec un canal pour utiliser le mode simple",
"noFavouriteContacts": "Aucun contact favori",
"selectDestinationFirst": "Sélectionnez d'abord un canal, un contact ou un salon",
"recipientNoLongerAvailable": "Le destinataire n'est plus disponible",
"failedToSendMessage": "Échec de l'envoi : {error}",
"tictactoeDirectOnly": "Le morpion ne fonctionne qu'en messages directs. Choisissez d'abord un contact.",
"deviceKeyUnavailable": "La clé de l'appareil n'est pas disponible",
"imageCompressionFailed": "Échec de la compression de l'image",
"imageFragmentationFailed": "Échec de la fragmentation de l'image",
"failedToAnnounceImage": "Échec de l'annonce de l'image",
"noRecipientSelected": "Aucun destinataire sélectionné",
"imageSendFailed": "Échec de l'envoi de l'image",
"microphonePermissionRequiredForVoice": "L'autorisation du microphone est requise pour la voix",
"recordingDiscarded": "Enregistrement abandonné",
"publicChannelMediaWarning": "Vous êtes sur le point d'envoyer {mediaType} sur le canal public. Ce n'est pas conseillé, car tout le monde sur le réseau mesh peut le recevoir. Choisissez un canal privé ou étiqueté, sauf si c'est bien votre intention.",
"selectPrivateChannelToShareLocation": "Sélectionnez un canal privé pour partager votre position.",
"stopSharingMyLocation": "Arrêter de partager ma position",
"shareMyLocation": "Partager ma position",
"stopRecording": "Arrêter l'enregistrement",
"recordVoice": "Enregistrer un message vocal",
"moreActions": "Plus d'actions",
"noMessagesInFilter": "Aucun message dans ce filtre",
"noMatchesInFilter": "Aucun résultat dans ce filtre",
"syncFailed": "Échec de la synchronisation : {error}",
"invalidLink": "Lien invalide",
"cannotOpenLink": "Impossible d'ouvrir le lien",
"failedToOpenLink": "Échec de l'ouverture du lien",
"failedToResendMessage": "Échec du renvoi du message",
"retryFailed": "Échec de la nouvelle tentative : {error}",
"deleteDrawingAndMessage": "Supprimer le dessin et le message",
"lastEchoRelay": "Dernier écho : relais",
"lastEchoPath": "Dernier écho : chemin",
"lastEchoBytesReport": "Dernier écho : rapport d'octets",
"noGpsCoordinatesAvailable": "Aucune coordonnée GPS disponible",
"notASarMarker": "Ce n'est pas un marqueur SAR",
"failedToSaveTemplate": "Échec de l'enregistrement du modèle : {error}",
"drawingNotFound": "Dessin introuvable",
"unknownDrawingType": "Type de dessin inconnu",
"customMapMarker": "Marqueur de carte personnalisé",
"customMapPointLabel": "Point : {point}",
"mapIdLabel": "ID de carte : {id}",
"cannotFetchVoice": "Impossible de récupérer la voix",
"senderContactUnknown": "Le contact de l'expéditeur est inconnu. Synchronisez d'abord les contacts.",
"senderRouteUnknown": "La route de l'expéditeur est inconnue. Synchronisez d'abord les contacts/le chemin.",
"messageTooFar": "Le message est trop loin ({hops} sauts, max. {maxHops}).",
"senderRouteNoPathResponse": "La route de l'expéditeur n'a pas répondu à la vérification du chemin. Synchronisez les contacts/le chemin et réessayez.",
"senderRouteNoRawResponse": "La route de l'expéditeur n'a pas répondu sur le chemin de transport brut.",
"voiceFetchOverHops": "La récupération de la voix sur {hops} sauts peut prendre un moment.",
"voiceReceiveCanceled": "Réception vocale annulée",
"fetchingMissingVoiceFragments": "Récupération des fragments vocaux manquants",
"receivingVoice": "Réception de la voix",
"cannotFetchImage": "Impossible de récupérer l'image",
"imageFetchOverHops": "La récupération de l'image sur {hops} sauts peut prendre un moment.",
"imageAlreadyBeingReceived": "L'image est déjà en cours de réception",
"loadImage": "Charger l'image",
"imageFetchFailedToSendRequest": "Échec de l'envoi de la demande d'image",
"imageUnavailable": "Image indisponible pour le moment",
"imageFetchTimedOut": "Délai de récupération de l'image dépassé",
"imageReceiveCanceled": "Réception de l'image annulée",
"closeImagePreview": "Fermer l'aperçu de l'image",
"recordingReleaseToSend": "Enregistrement... relâchez pour envoyer",
"sendingVoice": "Envoi du message vocal...",
"sendLongPressToRecordVoice": "Envoyer (appui long pour enregistrer la voix)",
"discardRecording": "Abandonner l'enregistrement",
"hopCount": "{count, plural, one{{count} saut} other{{count} sauts}}",
"channelsSectionDescription": "Canaux de diffusion pour le trafic mesh à proximité",
"roomsSectionDescription": "Espaces partagés pour la coordination d'équipe",
"contactsSectionDescription": "Personnes et appareils joignables directement",
"noRecentChatters": "Aucun participant récent",
"public": "Public",
"failedToSendTicTacToeMove": "Échec de l'envoi du coup de morpion",
"youWon": "Vous avez gagné",
"opponentWon": "L'adversaire a gagné",
"gameDraw": "Match nul",
"yourTurn": "À vous de jouer",
"opponentTurn": "Au tour de l'adversaire",
"pleaseEnterValidCoordinates": "Veuillez saisir des coordonnées valides",
"locationNotAvailable": "Position non disponible",
"customCaveMapPoint": "Point de carte de grotte personnalisé",
"mapPoint": "Point de carte",
"fetchingMissingImageFragments": "Récupération des fragments manquants…",
"loadingImage": "Chargement…",
"receivingImage": "Réception…",
"tapToLoad": "Touchez pour charger",
"connectDevice": "Connecter l'appareil",
"chooseTransportSubtitle": "Choisissez le transport Bluetooth, WiFi ou Série",
"ble": "BLE",
"network": "Réseau",
"serial": "Série",
"scan": "Rechercher",
"pressScanToSearchForDevices": "Appuyez sur Rechercher pour trouver les appareils à proximité",
"failedToConnectToDevice": "Échec de la connexion à {name}",
"unknownDevice": "Appareil inconnu",
"showingCachedResultsTapRefresh": "Affichage des résultats en cache. Touchez Actualiser pour relancer la recherche.",
"scanningLocalNetworkOnPort": "Recherche d'appareils MeshCore WiFi sur le réseau local, port {port}",
"cancelScanAndAddServer": "Annuler la recherche et ajouter un serveur",
"addServer": "Ajouter un serveur",
"scanningProgressIps": "Recherche... {scanned}/{total} IP",
"cancelAndEnterManually": "Annuler et saisir manuellement",
"noRecentOrDiscoveredServers": "Aucun serveur récent ou découvert pour le moment",
"recentlyUsed": "Utilisés récemment",
"connecting": "Connexion...",
"discoveredOnThisNetwork": "Découverts sur ce réseau",
"serverNoLongerAvailable": "Le serveur {host}:{port} n'est plus disponible. Veuillez relancer la recherche pour trouver des serveurs actifs.",
"failedToConnectToHost": "Échec de la connexion à {host}:{port}",
"enterValidIpAddress": "Saisissez une adresse IP valide",
"enterValidTcpPort": "Saisissez un port TCP valide",
"ipAddress": "Adresse IP",
"tcpPort": "Port TCP",
"customServerPort": "Port de serveur personnalisé",
"chat": "Chat",
"restoringPreviousLink": "Restauration de la liaison précédente",
"noDeviceConnected": "Aucun appareil connecté",
"sendAdvert": "Envoyer mon contact",
"advertMode": "Envoyer mon contact",
"advertModeSubtitle": "Choisissez jusqu'où vos informations de contact doivent être diffusées.",
"floodAdvertSent": "Contact envoyé à travers le réseau mesh",
"directAdvertSent": "Contact envoyé aux appareils à proximité"
}

View File

@@ -9,7 +9,6 @@
"disconnect": "Prekini",
"noDevicesFound": "Nisu pronađeni uređaji",
"scanAgain": "Skeniraj ponovno",
"tapToConnect": "Dodirnite za povezivanje",
"deviceNotConnected": "Uređaj nije povezan",
"locationPermissionDenied": "Dopuštenje za lokaciju odbijeno",
"locationPermissionPermanentlyDenied": "Dopuštenje za lokaciju trajno odbijeno. Molimo omogućite u Postavkama.",
@@ -32,9 +31,7 @@
"autoSystem": "Automatski (Sustav)",
"followSystemTheme": "Slijedi temu sustava",
"showRxTxIndicators": "Prikaži RX/TX indikatore",
"displayPacketActivity": "Prikaži indikatore aktivnosti paketa u gornjoj traci",
"disableMap": "Onemogući kartu",
"disableMapDescription": "Sakrij karticu karte za uštedu baterije",
"language": "Jezik",
"chooseLanguage": "Odaberite jezik",
"save": "Spremi",
@@ -42,7 +39,6 @@
"close": "Zatvori",
"about": "O aplikaciji",
"appVersion": "Verzija aplikacije",
"appName": "Ime aplikacije",
"aboutMeshCoreSar": "O MeshCore SAR",
"aboutDescription": "Aplikacija za potragu i spašavanje dizajnirana za timove za hitne slučajeve. Značajke uključuju:\n\n• BLE mesh mrežu za komunikaciju uređaj-uređaj\n• Offline karte s više slojeva\n• Praćenje članova tima u stvarnom vremenu\n• SAR taktički markeri (pronađena osoba, požar, zbirno mjesto)\n• Upravljanje kontaktima i razmjena poruka\n• GPS praćenje s kompasnim smjerom\n• Predmemoriranje karata za offline upotrebu",
"technologiesUsed": "Korištene tehnologije:",
@@ -69,7 +65,6 @@
"viewOnMap": "Prikaži na karti",
"refresh": "Osvježi",
"resetPath": "Resetiraj put (preusmjeri)",
"publicKeyCopied": "Javni ključ kopiran u međuspremnik",
"copiedToClipboard": "{label} kopirano u međuspremnik",
"pleaseEnterPassword": "Molimo unesite lozinku",
"failedToSyncContacts": "Neuspjela sinkronizacija kontakata: {error}",
@@ -148,15 +143,9 @@
"type": "Vrsta",
"publicKey": "Javni ključ",
"lastSeen": "Zadnje viđen",
"roomStatus": "Status sobe",
"loginStatus": "Status prijave",
"notLoggedIn": "Nije prijavljen",
"adminAccess": "Administratorski pristup",
"yes": "Da",
"no": "Ne",
"permissions": "Dopuštenja",
"passwordSaved": "Lozinka spremljena",
"locationColon": "Lokacija:",
"telemetry": "Telemetrija",
"voltage": "Napon",
"battery": "Baterija",
@@ -164,8 +153,6 @@
"humidity": "Vlažnost",
"pressure": "Tlak",
"gpsTelemetry": "GPS (Telemetrija)",
"updated": "Ažurirano",
"pathResetInfo": "Put resetiran za {name}. Sljedeća poruka će pronaći novu rutu.",
"reLoginToRoom": "Ponovna prijava u sobu",
"heading": "Smjer",
"elevation": "Nadmorska visina",
@@ -240,7 +227,6 @@
"tapToViewOnMap": "Dodirnite za prikaz na karti",
"radioSettings": "Postavke radija",
"frequencyMHz": "Frekvencija (MHz)",
"frequencyExample": "npr. 869.618",
"bandwidth": "Širina pojasa",
"spreadingFactor": "Faktor širenja",
"codingRate": "Omjer kodiranja",
@@ -263,38 +249,20 @@
"noTrailRecorded": "Još nije snimljena putanja",
"startTrackingToRecord": "Pokrenite praćenje lokacije za snimanje putanje",
"trailControls": "Upravljanje putanjom",
"contactTrails": "Putanje kontakata",
"showAllContactTrails": "Prikaži sve putanje kontakata",
"noContactsWithLocationHistory": "Nema kontakata s poviješću lokacije",
"showingTrailsForContacts": "Prikazujem putanje za {count} kontakata",
"individualContactTrails": "Pojedinačne putanje kontakata",
"deviceInformation": "Informacije o uređaju",
"bleName": "BLE naziv",
"meshName": "Mesh naziv",
"notSet": "Nije postavljeno",
"model": "Model",
"version": "Verzija",
"buildDate": "Datum izgradnje",
"firmware": "Firmver",
"maxContacts": "Maks. kontakata",
"maxChannels": "Maks. kanala",
"publicInfo": "Javne informacije",
"meshNetworkName": "Naziv mesh mreže",
"nameBroadcastInMesh": "Naziv koji se emitira u mesh oglasima",
"telemetryAndLocationSharing": "Telemetrija i dijeljenje lokacije",
"lat": "Šir",
"lon": "Duž",
"useCurrentLocation": "Koristi trenutnu lokaciju",
"noneUnknown": "Nema/Nepoznato",
"chatNode": "Čvorište za razgovor",
"repeater": "Repetitor",
"roomChannel": "Soba/Kanal",
"typeNumber": "Tip {number}",
"copiedToClipboardShort": "Kopirano {label} u međuspremnik",
"failedToSave": "Neuspjelo spremanje: {error}",
"failedToGetLocation": "Neuspjelo dohvaćanje lokacije: {error}",
"sarTemplates": "SAR predlošci",
"manageSarTemplates": "Upravljanje SAR predlošcima",
"addTemplate": "Dodaj predložak",
"editTemplate": "Uredi predložak",
"deleteTemplate": "Izbriši predložak",
@@ -322,7 +290,6 @@
"noTemplates": "Nema dostupnih predložaka",
"tapAddToCreate": "Dodirnite + za izradu prvog predloška",
"ok": "U redu",
"permissionsSection": "Dozvole",
"locationPermission": "Dozvola za lokaciju",
"checking": "Provjera...",
"locationPermissionGrantedAlways": "Odobreno (Uvijek)",
@@ -460,28 +427,6 @@
"wizardNext": "Dalje",
"wizardGetStarted": "Započni",
"wizardWelcomeTitle": "Dobrodošli u MeshCore SAR",
"wizardWelcomeDescription": "Moćan alat za komunikaciju izvan mreže za spasilačke operacije. Povežite se s timom uz mesh radijsku tehnologiju kada tradicionalne mreže nisu dostupne.",
"wizardConnectingTitle": "Povezivanje s radiom",
"wizardConnectingDescription": "Povežite telefon s MeshCore radijskim uređajem putem Bluetootha i započnite komunikaciju izvan mreže.",
"wizardConnectingFeature1": "Skenira obližnje MeshCore uređaje",
"wizardConnectingFeature2": "Uparivanje s radijem putem Bluetootha",
"wizardConnectingFeature3": "Radi potpuno izvan mreže — internet nije potreban",
"wizardChannelTitle": "Kanali",
"wizardChannelDescription": "Šaljite poruke svima na kanalu — idealno za obavijesti i koordinaciju tima.",
"wizardChannelFeature1": "Javni kanal za opću komunikaciju ekipe",
"wizardChannelFeature2": "Stvorite prilagođene kanale za specifične grupe",
"wizardChannelFeature3": "Poruke se automatski prosljeđuju putem mreže",
"wizardContactsTitle": "Kontakti",
"wizardContactsDescription": "Članovi tima se prikazuju automatski kada se pridruže mesh mreži. Šaljite im izravne poruke ili pogledajte njihovu lokaciju.",
"wizardContactsFeature1": "Kontakti se automatski otkrivaju",
"wizardContactsFeature2": "Šaljite privatne direktne poruke",
"wizardContactsFeature3": "Prikažite stanje baterije i vrijeme zadnje aktivnosti",
"wizardMapTitle": "Karta i lokacija",
"wizardMapDescription": "Pratite tim u stvarnom vremenu i označavajte ključne lokacije za spasilačke operacije.",
"wizardMapFeature1": "SAR oznake za pronađene osobe, požare i točke okupljanja",
"wizardMapFeature2": "GPS praćenje članova tima u stvarnom vremenu",
"wizardMapFeature3": "Preuzmite karte za rad izvan mreže",
"wizardMapFeature4": "Crtajte oblike i dijelite taktičke informacije",
"viewWelcomeTutorial": "Pogledaj uputu dobrodošlice",
"allTeamContacts": "Svi kontakti tima",
"directMessagesInfo": "Izravne poruke s potvrdom. Poslano {count} članovima tima.",
@@ -587,29 +532,10 @@
"posttxDelay": "Kašnjenje nakon slanja",
"bandpass": "Pojasni filtar",
"bandpassFilterVoice": "Pojasni filtar glasa",
"frequency": "Frekvencija",
"australia": "Australija",
"australiaNarrow": "Australija (usko)",
"australiaQld": "Australija: QLD",
"australiaSaWa": "Australija: SA, WA",
"newZealand": "Novi Zeland",
"newZealandNarrow": "Novi Zeland (usko)",
"switzerland": "Švicarska",
"portugal433": "Portugal 433",
"portugal868": "Portugal 868",
"czechRepublicNarrow": "Češka (usko)",
"eu433mhzLongRange": "EU 433MHz (veliki domet)",
"euukDeprecated": "EU/UK (zastarjelo)",
"euukNarrow": "EU/UK (usko)",
"usacanadaRecommended": "SAD/Kanada (preporučeno)",
"vietnamDeprecated": "Vijetnam (zastarjelo)",
"vietnamNarrow": "Vijetnam (usko)",
"active": "Aktivno",
"addContact": "Dodaj kontakt",
"all": "Sve",
"autoResolve": "Automatski razriješi",
"clearAllLabel": "Očisti sve",
"clearRelays": "Očisti posrednike",
"clearFilters": "Očisti filtre",
"clearRoute": "Očisti putanju",
"clearMessages": "Očisti poruke",
@@ -635,10 +561,7 @@
"send": "Pošalji",
"sendAnyway": "Svejedno pošalji",
"share": "Dijeli",
"shareContact": "Dijeli kontakt",
"trace": "Praćenje",
"use": "Koristi",
"useSelectedFrequency": "Koristi odabranu frekvenciju",
"discovery": "Otkrivanje",
"discoverRepeaters": "Otkrij posrednike",
"discoverSensors": "Otkrij senzore",
@@ -661,7 +584,6 @@
"gpsModule": "GPS modul",
"liveTraffic": "Promet uživo",
"repeatersMap": "Karta posrednika",
"spectrumScan": "Spektralno skeniranje",
"blePacketLogs": "BLE zapisi paketa",
"onlineTraceDatabase": "Baza mrežnih tragova",
"routePathByteSize": "Veličina putanje u bajtima",
@@ -673,7 +595,6 @@
"disableContacts": "Onemogući kontakte",
"enableSensorsTab": "Omogući karticu Senzori",
"enableProfiles": "Omogući profile",
"autoRouteRotation": "Automatsko rotiranje putanje",
"nearestRepeaterFallback": "Najbliži posrednik kao rezerva",
"deleteAllStoredMessageHistory": "Izbriši svu pohranjenu povijest poruka",
"messageFontSize": "Veličina fonta poruka",
@@ -681,18 +602,13 @@
"showMapDebugInfo": "Prikaži debug info karte",
"openMapInFullscreen": "Otvori kartu na cijelom zaslonu",
"showSarMarkersLabel": "Prikaži SAR oznake",
"displaySarMarkersOnTheMainMap": "Prikaži SAR oznake na glavnoj karti",
"showAllContactTrailsLabel": "Prikaži sve tragove kontakata",
"hideRepeatersOnMap": "Sakrij posrednike na karti",
"setMapScale": "Postavi mjerilo karte",
"customMapScaleSaved": "Prilagođeno mjerilo karte spremljeno",
"voiceBitrate": "Bitna brzina glasa",
"voiceCompressor": "Kompresor glasa",
"balancesQuietAndLoudSpeechLevels": "Izravnava tihe i glasne razine govora",
"voiceLimiter": "Ograničivač glasa",
"preventsClippingPeaksBeforeEncoding": "Sprječava rezanje vrhova prije kodiranja",
"micAutoGain": "Automatsko pojačanje mikrofona",
"letsTheRecorderAdjustInputLevel": "Dopušta snimaču prilagodbu razine ulaza",
"echoCancellation": "Poništavanje odjeka",
"noiseSuppression": "Potiskivanje šuma",
"trimSilenceInVoiceMessages": "Izreži tišinu u glasovnim porukama",
@@ -734,13 +650,10 @@
"staging": "Sabirno mjesto",
"object": "Objekt",
"quiet": "Tiho",
"moderate": "Umjereno",
"busy": "Zauzeto",
"spectrumScanReturnedNoCandidateFrequencies": "Spektralno skeniranje nije pronašlo prikladne frekvencije",
"searchMessages": "Pretraži poruke",
"sendImageFromGallery": "Pošalji sliku iz galerije",
"takePhoto": "Snimi fotografiju",
"dmOnly": "Samo izravno",
"allMessages": "Sve poruke",
"sendToPublicChannel": "Pošalji na javni kanal?",
"selectMarkerTypeAndDestination": "Odaberite vrstu oznake i odredište",
@@ -759,8 +672,6 @@
"wipeDevice": "Obriši uređaj",
"destructiveDeviceActions": "Destruktivne radnje na uređaju.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Odaberite predefiniranu postavku ili fino podesite radijske postavke.",
"chooseTheNameAndLocationThisDeviceShares": "Odaberite ime i lokaciju koju ovaj uređaj dijeli.",
"availableSpaceOnThisDevice": "Raspoloživi prostor na ovom uređaju.",
"used": "Korišteno",
"total": "Ukupno",
"renameValue": "Preimenuj vrijednost",
@@ -778,8 +689,6 @@
"onlineOnly": "Samo povezani",
"inBoth": "U oba",
"source": "Izvor",
"manualRouteEdit": "Ručno uređivanje putanje",
"observedMeshRoute": "Opažena mrežna putanja",
"allMessagesCleared": "Sve poruke očišćene",
"onlineTraceDatabaseCleared": "Baza mrežnih tragova očišćena",
"packetLogsCleared": "Zapisi paketa očišćeni",
@@ -810,5 +719,314 @@
"captured": "Zabilježeno",
"size": "Veličina",
"noCustomChannelsToClear": "Nema prilagođenih kanala za brisanje.",
"noDeviceContactsToClear": "Nema kontakata uređaja za brisanje."
"noDeviceContactsToClear": "Nema kontakata uređaja za brisanje.",
"autoSend": "Automatsko slanje",
"autoSendDescription": "Pošalji trenutnom rutom.",
"sendDirect": "Izravno slanje",
"sendDirectDescription": "Pošalji izravno ovom kontaktu.",
"sendFlood": "Slanje poplavom",
"sendFloodDescription": "Pošalji preko svih repetitora.",
"postConnectDiscoveryTitle": "Otkriti repetitore sada?",
"postConnectDiscoveryDescription": "Pokrenite otkrivanje repetitora odmah nakon povezivanja kako biste vidjeli obližnje MeshCore čvorove i brže ih dodali u svoju mrežu.",
"aToZ": "A-Ž",
"add": "Dodaj",
"addAdditionalDetails": "Dodaj dodatne detalje",
"addPeer": "Dodaj čvor",
"addPeerManually": "Ručno dodaj čvor",
"addedToContacts": "{name} dodan u kontakte",
"addedToSensors": "{name} dodan u Senzore",
"allowAll": "Dopusti sve",
"anonymousRxStats": "Anonimna RX statistika",
"appearance": "Izgled",
"ascii": "ASCII",
"baseTelemetry": "Osnovna telemetrija",
"blePin": "BLE PIN",
"buzzerAlerts": "Zvučna upozorenja",
"cancelImageReceive": "Otkaži primanje slike",
"choose": "Odaberi",
"chooseWhichTabsAndContactSectionsToShow": "Odaberite koje kartice i odjeljke kontakata prikazati",
"clearCache": "Očisti predmemoriju",
"clearHistory": "Očisti povijest",
"clearLiveView": "Očisti prikaz uživo",
"clearLogs": "Očisti zapise",
"clearOfflineCache": "Očistiti offline predmemoriju?",
"clearOverlay": "Očisti prekrivanje",
"clearRouteOnlyAfterAllRetriesFail": "Očisti rutu samo nakon što svi pokušaji ne uspiju",
"codecBitrateAndAudioProcessing": "Kodek, bitna brzina i obrada zvuka",
"connectByIpAddress": "Poveži se putem IP adrese",
"controlWhichAlertsYouReceive": "Upravljajte upozorenjima koja primate",
"copyFullHex": "Kopiraj cijeli Hex",
"copyRawResponse": "Kopiraj sirovi odgovor",
"couldNotLoadMetHistory": "Nije moguće učitati MET povijest",
"customizeSensor": "Prilagodi {name}",
"data": "Podaci",
"deleteGroup": "Izbriši grupu",
"deleteStyleConfirm": "Izbrisati {name}?",
"deleteThisDrawing": "Izbrisati ovaj {type}?",
"deny": "Odbij",
"deviceInfo": "Informacije o uređaju",
"deviceSettings": "Postavke uređaja",
"deviceTimeSynced": "Vrijeme uređaja sinkronizirano s ovim telefonom.",
"disableFastGpsPublishing": "Onemogući brzo GPS objavljivanje",
"displayMarkersAndTraceDatabase": "Prikaz, markeri i baza tragova",
"download": "Preuzmi",
"environmentalTelemetry": "Okolišna telemetrija",
"errorCheckingForUpdates": "Greška pri provjeri ažuriranja: {error}",
"errorGeneric": "Greška: {error}",
"errorOpeningDownload": "Greška pri otvaranju preuzimanja: {error}",
"exportLogs": "Izvezi zapise",
"extraAggressiveAvifCompression": "Dodatno agresivna AVIF kompresija",
"failedToAddContact": "Neuspjelo dodavanje kontakta: {error}",
"failedToAddName": "Neuspjelo dodavanje {name}: {error}",
"failedToClearChannels": "Neuspjelo brisanje kanala: {error}",
"failedToClearContacts": "Neuspjelo brisanje kontakata: {error}",
"failedToConnectViaSerial": "Neuspjelo povezivanje putem serijskog porta",
"failedToLoadPreviewImage": "Neuspjelo učitavanje slike za pregled: {error}",
"failedToLoadTrace": "Neuspjelo učitavanje traga: {error}",
"failedToSendSarMarker": "Neuspjelo slanje SAR markera: {error}",
"failedToSetBuzzerMode": "Neuspjelo postavljanje načina zujalice: {error}",
"failedToSetGpsMode": "Neuspjelo postavljanje GPS načina: {error}",
"failedToSyncDeviceTime": "Neuspjela sinkronizacija vremena uređaja: {error}",
"failedToWipeDeviceData": "Neuspjelo brisanje podataka uređaja: {error}",
"fastGpsTargetChannel": "Ciljni kanal brzog GPS-a",
"fastUpdatesThresholdsAndPermissions": "Brza ažuriranja, pragovi i dopuštenja",
"fetchingCatalog": "Dohvaćanje kataloga...",
"fifteenMinutes": "15 minuta",
"fifteenSeconds": "15 sekundi",
"filterByDirection": "Filtriraj po smjeru",
"finish": "Završi",
"fiveMinutes": "5 minuta",
"fiveSeconds": "5 sekundi",
"fix": "Fiksiranje",
"gps": "GPS",
"gpsAdvertPolicy": "Pravila GPS oglašavanja",
"gpsAndLocation": "GPS i lokacija",
"gpsDiagnostics": "GPS dijagnostika",
"gpsSection": "GPS",
"help": "Pomoć",
"hex": "Hex",
"hidden": "Skriveno",
"howTheRadioAutoAddsDiscoveredNodes": "Kako radio automatski dodaje otkrivene čvorove.",
"images": "Slike",
"importProfile": "Uvezi profil",
"lastFix": "Zadnje fiksiranje",
"latest": "Najnovije",
"latitude": "Geografska širina",
"loadASavedRegion": "Učitaj spremljenu regiju",
"loading": "Učitavanje",
"locationSharingHardwareAndUpdateInterval": "Dijeljenje lokacije, hardver i interval ažuriranja.",
"locationTelemetry": "Telemetrija lokacije",
"lockDestination": "Zaključaj odredište",
"longitude": "Geografska dužina",
"mapStyle": "Stil karte",
"max": "Maks",
"maxZoom": "Maks. zumiranje",
"messaging": "Poruke",
"metHistory": "MET povijest",
"min": "Min",
"minZoom": "Min. zumiranje",
"moveDown": "Pomakni dolje",
"moveUp": "Pomakni gore",
"multiAckMode": "Multi-ACK način",
"multiDeviceWorkspaceManagement": "Upravljanje radnim prostorom s više uređaja",
"myLocation": "Moja lokacija",
"nameAndTelemetryShared": "Ime i telemetrija dijeljeni s drugim uređajima.",
"newVersionAvailable": "Nova verzija: {version}",
"newer": "Novije",
"noNeighboursFound": "Nisu pronađeni susjedi",
"noServersFound": "Nisu pronađeni poslužitelji",
"notSet": "Nije postavljeno",
"notifications": "Obavijesti",
"offZeroSeconds": "Isključeno (0 s)",
"offlineMaps": "Offline karte",
"older": "Starije",
"oneByteMode0": "1 bajt (način 0)",
"oneHour": "1 sat",
"oneMinute": "1 minuta",
"openPacketLogs": "Otvori zapise paketa",
"packetTypeHelp": "Pomoć za vrstu paketa",
"pasteShareLinkOrHexAdvert": "Zalijepite dijeljenu vezu ili Hex oglas",
"pathHash": "Hash putanje",
"pathSize": "Veličina putanje",
"ping": "Ping",
"polygon": "Poligon",
"rawResponseCopied": "Sirovi odgovor kopiran",
"resendThroughNearestRepeaterOnFailure": "Ponovno pošalji kroz najbliži posrednik pri neuspjehu",
"resolveContact": "Razriješi kontakt",
"routingRetriesAndDestinationLock": "Usmjeravanje, pokušaji i zaključavanje odredišta",
"samples": "Uzorci",
"satellites": "Sateliti",
"saving": "Spremanje...",
"search": "Pretraži",
"searchByNameOrToken": "Pretraži po imenu ili tokenu",
"searchDiscoveredNodes": "Pretraži otkrivene čvorove",
"searchInCurrentFilter": "Pretraži u trenutnom filtru",
"searchLogs": "Pretraži zapise...",
"searchSensors": "Pretraži senzore",
"searchThisSection": "Pretraži ovaj odjeljak",
"selectedRelays": "Odabrani posrednici",
"sensor": "Senzor",
"serialError": "Serijska greška: {error}",
"setPathForContact": "Postavi putanju za {name}",
"shareLiveGps": "Dijeli GPS uživo",
"shareMyTiles": "Dijeli moje pločice",
"sharingLocationFromPhone": "Dijeljenje lokacije na ovom kanalu s telefona.",
"sharingLocationFromRadio": "Dijeljenje lokacije na ovom kanalu s radija.",
"signalDbm": "Signal {rssi} dBm",
"sizeCompressionAndPreview": "Veličina, kompresija i pregled",
"skip": "Preskoči",
"smallerFileSize": "Manja veličina datoteke",
"sort": "Sortiraj",
"stoppedSharingLocation": "Zaustavljeno dijeljenje lokacije na ovom kanalu.",
"suppressNotificationsWhileInForeground": "Utiši obavijesti dok je aplikacija u prvom planu",
"tabsAndNavigation": "Kartice i navigacija",
"templatesAndTutorials": "Predlošci i upute",
"tenMinutes": "10 minuta",
"tenSeconds": "10 sekundi",
"testSendUpdate": "Testno slanje ažuriranja",
"themeLanguageAndDisplayPreferences": "Tema, jezik i postavke prikaza",
"thirtyMinutes": "30 minuta",
"thirtySeconds": "30 sekundi",
"threeBytesMode2": "3 bajta (način 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Statistika prometa, povijest poruka i razvojni alati",
"twoBytesMode1": "2 bajta (način 1)",
"twoMinutes": "2 minute",
"undo": "Poništi",
"updated": "Ažurirano",
"useContactFlags": "Koristi zastavice kontakata",
"useSavedCoordinates": "Koristi spremljene koordinate",
"view": "Prikaži",
"viewNeighbours": "Prikaži susjede",
"viewPublicStats": "Prikaži javnu statistiku",
"setRegionScope": "Postavi opseg regije",
"regionScope": "Opseg regije",
"regionScopeNone": "Nema (globalno)",
"clearRegionScope": "Obriši opseg",
"regionScopeWarning": "Samo repetitori koji dopuštaju ovu regiju će prosljeđivati.",
"discoverRegions": "Otkrij iz repetitora",
"discoveringRegions": "Otkrivanje regija...",
"enterRegionName": "Naziv regije (npr. auckland)",
"noRegionsFound": "Nema pronađenih regija na ovom repetitoru.",
"regionScopeSet": "Opseg regije postavljen na {name}",
"regionScopeCleared": "Opseg regije obrisan",
"simpleMode": "Jednostavni način",
"simpleModeDescription": "Samo razgovor i karta s omiljenim kontaktima",
"simpleModeRequiresLockedDestination": "Za korištenje jednostavnog načina najprije omogućite „Zaključaj odredište” s kanalom",
"noFavouriteContacts": "Nema omiljenih kontakata",
"selectDestinationFirst": "Najprije odaberite kanal, kontakt ili sobu",
"recipientNoLongerAvailable": "Primatelj više nije dostupan",
"failedToSendMessage": "Slanje nije uspjelo: {error}",
"tictactoeDirectOnly": "Križić-kružić radi samo u izravnim porukama. Najprije odaberite kontakt.",
"deviceKeyUnavailable": "Ključ uređaja nije dostupan",
"imageCompressionFailed": "Komprimiranje slike nije uspjelo",
"imageFragmentationFailed": "Fragmentiranje slike nije uspjelo",
"failedToAnnounceImage": "Najava slike nije uspjela",
"noRecipientSelected": "Primatelj nije odabran",
"imageSendFailed": "Slanje slike nije uspjelo",
"microphonePermissionRequiredForVoice": "Za glasovne poruke potrebna je dozvola za mikrofon",
"recordingDiscarded": "Snimka je odbačena",
"publicChannelMediaWarning": "Upravo ćete poslati {mediaType} na javni kanal. To se ne preporučuje jer sadržaj mogu primiti svi na mesh mreži. Odaberite privatni ili označeni kanal, osim ako je to baš ono što želite.",
"selectPrivateChannelToShareLocation": "Odaberite privatni kanal za dijeljenje lokacije.",
"stopSharingMyLocation": "Prestani dijeliti moju lokaciju",
"shareMyLocation": "Dijeli moju lokaciju",
"stopRecording": "Zaustavi snimanje",
"recordVoice": "Snimi glasovnu poruku",
"moreActions": "Više radnji",
"noMessagesInFilter": "Nema poruka u ovom filtru",
"noMatchesInFilter": "Nema rezultata u ovom filtru",
"syncFailed": "Sinkronizacija nije uspjela: {error}",
"invalidLink": "Nevažeća poveznica",
"cannotOpenLink": "Poveznicu nije moguće otvoriti",
"failedToOpenLink": "Otvaranje poveznice nije uspjelo",
"failedToResendMessage": "Ponovno slanje poruke nije uspjelo",
"retryFailed": "Ponovni pokušaj nije uspio: {error}",
"deleteDrawingAndMessage": "Izbriši crtež i poruku",
"lastEchoRelay": "Zadnji odjek relej",
"lastEchoPath": "Zadnji odjek putanja",
"lastEchoBytesReport": "Zadnji odjek izvještaj o bajtovima",
"noGpsCoordinatesAvailable": "GPS koordinate nisu dostupne",
"notASarMarker": "Nije SAR marker",
"failedToSaveTemplate": "Spremanje predloška nije uspjelo: {error}",
"drawingNotFound": "Crtež nije pronađen",
"unknownDrawingType": "Nepoznata vrsta crteža",
"customMapMarker": "Prilagođeni marker karte",
"customMapPointLabel": "Točka: {point}",
"mapIdLabel": "ID karte: {id}",
"cannotFetchVoice": "Glasovnu poruku nije moguće dohvatiti",
"senderContactUnknown": "Kontakt pošiljatelja nije poznat. Najprije sinkronizirajte kontakte.",
"senderRouteUnknown": "Ruta pošiljatelja nije poznata. Najprije sinkronizirajte kontakte/putanju.",
"messageTooFar": "Poruka je predaleko ({hops} skokova, najviše {maxHops}).",
"senderRouteNoPathResponse": "Ruta pošiljatelja nije odgovorila na provjeru putanje. Sinkronizirajte kontakte/putanju i pokušajte ponovno.",
"senderRouteNoRawResponse": "Ruta pošiljatelja nije odgovorila na izravnoj prijenosnoj putanji.",
"voiceFetchOverHops": "Dohvaćanje glasa preko {hops} skokova može potrajati.",
"voiceReceiveCanceled": "Primanje glasa je otkazano",
"fetchingMissingVoiceFragments": "Dohvaćanje nedostajućih glasovnih fragmenata",
"receivingVoice": "Primanje glasa",
"cannotFetchImage": "Sliku nije moguće dohvatiti",
"imageFetchOverHops": "Dohvaćanje slike preko {hops} skokova može potrajati.",
"imageAlreadyBeingReceived": "Slika se već prima",
"loadImage": "Učitaj sliku",
"imageFetchFailedToSendRequest": "Zahtjev za dohvaćanje slike nije poslan",
"imageUnavailable": "Slika trenutačno nije dostupna",
"imageFetchTimedOut": "Dohvaćanje slike je isteklo",
"imageReceiveCanceled": "Primanje slike je otkazano",
"closeImagePreview": "Zatvori pregled slike",
"recordingReleaseToSend": "Snimanje... otpustite za slanje glasa",
"sendingVoice": "Slanje glasa...",
"sendLongPressToRecordVoice": "Pošalji (dugi pritisak za snimanje glasa)",
"discardRecording": "Odbaci snimku",
"hopCount": "{count, plural, one{{count} skok} few{{count} skoka} other{{count} skokova}}",
"channelsSectionDescription": "Kanali za emitiranje mesh prometa u blizini",
"roomsSectionDescription": "Zajednički prostori za stalnu koordinaciju tima",
"contactsSectionDescription": "Osobe i uređaji koje možete izravno dosegnuti",
"noRecentChatters": "Nema nedavnih sudionika",
"public": "Javno",
"failedToSendTicTacToeMove": "Potez križić-kružić nije poslan",
"youWon": "Pobijedili ste",
"opponentWon": "Protivnik je pobijedio",
"gameDraw": "Neriješeno",
"yourTurn": "Vi ste na potezu",
"opponentTurn": "Protivnik je na potezu",
"pleaseEnterValidCoordinates": "Unesite valjane koordinate",
"locationNotAvailable": "Lokacija nije dostupna",
"customCaveMapPoint": "Prilagođena točka karte špilje",
"mapPoint": "Točka karte",
"fetchingMissingImageFragments": "Dohvaćanje nedostajućih fragmenata…",
"loadingImage": "Učitavanje…",
"receivingImage": "Primanje…",
"tapToLoad": "Dodirnite za učitavanje",
"connectDevice": "Poveži uređaj",
"chooseTransportSubtitle": "Odaberite način povezivanja: Bluetooth, WiFi ili serijski",
"ble": "BLE",
"network": "Mreža",
"serial": "Serijski",
"scan": "Skeniraj",
"pressScanToSearchForDevices": "Pritisnite Skeniraj za traženje uređaja u blizini",
"failedToConnectToDevice": "Povezivanje s uređajem {name} nije uspjelo",
"unknownDevice": "Nepoznat uređaj",
"showingCachedResultsTapRefresh": "Prikazani su predmemorirani rezultati. Dodirnite osvježi za ponovno skeniranje.",
"scanningLocalNetworkOnPort": "Skeniranje lokalne mreže za MeshCore WiFi uređaje na portu {port}",
"cancelScanAndAddServer": "Otkaži skeniranje i dodaj poslužitelj",
"addServer": "Dodaj poslužitelj",
"scanningProgressIps": "Skeniranje... {scanned}/{total} IP adresa",
"cancelAndEnterManually": "Otkaži i unesi ručno",
"noRecentOrDiscoveredServers": "Još nema nedavnih ili otkrivenih poslužitelja",
"recentlyUsed": "Nedavno korišteno",
"connecting": "Povezivanje...",
"discoveredOnThisNetwork": "Otkriveno na ovoj mreži",
"serverNoLongerAvailable": "Poslužitelj na {host}:{port} više nije dostupan. Skenirajte ponovno da pronađete aktivne poslužitelje.",
"failedToConnectToHost": "Povezivanje s {host}:{port} nije uspjelo",
"enterValidIpAddress": "Unesite valjanu IP adresu",
"enterValidTcpPort": "Unesite valjani TCP port",
"ipAddress": "IP adresa",
"tcpPort": "TCP port",
"customServerPort": "Prilagođeni port poslužitelja",
"chat": "Razgovor",
"restoringPreviousLink": "Obnavljanje prethodne veze",
"noDeviceConnected": "Nijedan uređaj nije povezan",
"sendAdvert": "Pošalji moj kontakt",
"advertMode": "Pošalji moj kontakt",
"advertModeSubtitle": "Odaberite koliko daleko trebaju putovati vaši kontaktni podaci.",
"floodAdvertSent": "Kontakt poslan preplavljanjem kroz mrežu",
"directAdvertSent": "Kontakt poslan izravno obližnjim uređajima"
}

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Pulsante per riavviare la ricerca BLE"
},
"tapToConnect": "Tocca per connettere",
"@tapToConnect": {
"description": "Testo sottotitolo per dispositivo nell'elenco di ricerca"
},
"deviceNotConnected": "Dispositivo non connesso",
"@deviceNotConnected": {
"description": "Messaggio di errore quando il dispositivo non è connesso"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Impostazione per mostrare gli indicatori RX/TX"
},
"displayPacketActivity": "Mostra indicatori di attività pacchetti nella barra superiore",
"@displayPacketActivity": {
"description": "Descrizione per l'impostazione degli indicatori RX/TX"
},
"disableMap": "Disabilita mappa",
"@disableMap": {
"description": "Impostazione per disabilitare la scheda mappa"
},
"disableMapDescription": "Nascondi la scheda mappa per ridurre il consumo della batteria",
"@disableMapDescription": {
"description": "Descrizione per l'impostazione di disabilitazione mappa"
},
"language": "Lingua",
"@language": {
"description": "Etichetta impostazione lingua"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "Etichetta versione app"
},
"appName": "Nome App",
"@appName": {
"description": "Etichetta nome app"
},
"aboutMeshCoreSar": "Informazioni su MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "Titolo della finestra Informazioni"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Azione per resettare il percorso del contatto per il re-instradamento"
},
"publicKeyCopied": "Chiave pubblica copiata negli appunti",
"@publicKeyCopied": {
"description": "Messaggio di successo quando la chiave pubblica viene copiata"
},
"copiedToClipboard": "{label} copiato negli appunti",
"@copiedToClipboard": {
"description": "Messaggio di successo quando un valore viene copiato negli appunti",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Etichetta ultima visita"
},
"roomStatus": "Stato Stanza",
"@roomStatus": {
"description": "Intestazione sezione stato stanza"
},
"loginStatus": "Stato Accesso",
"@loginStatus": {
"description": "Etichetta stato accesso"
},
"notLoggedIn": "Non Connesso",
"@notLoggedIn": {
"description": "Stato non connesso"
},
"adminAccess": "Accesso Admin",
"@adminAccess": {
"description": "Etichetta accesso amministratore"
},
"yes": "Sì",
"@yes": {
"description": "Risposta Sì"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Etichetta permessi"
},
"passwordSaved": "Password Salvata",
"@passwordSaved": {
"description": "Etichetta password salvata"
},
"locationColon": "Posizione:",
"@locationColon": {
"description": "Intestazione sezione posizione"
},
"telemetry": "Telemetria",
"@telemetry": {
"description": "Intestazione sezione telemetria"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "Etichetta GPS da telemetria"
},
"updated": "Aggiornato",
"@updated": {
"description": "Etichetta timestamp aggiornato"
},
"pathResetInfo": "Percorso resettato per {name}. Il prossimo messaggio troverà un nuovo instradamento.",
"@pathResetInfo": {
"description": "Messaggio informativo dopo il reset del percorso",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Riaccedi alla Stanza",
"@reLoginToRoom": {
"description": "Pulsante per riaccedere alla stanza"
@@ -1114,10 +1057,6 @@
"@frequencyMHz": {
"description": "Etichetta per il campo frequenza radio"
},
"frequencyExample": "es., 869.618",
"@frequencyExample": {
"description": "Testo di aiuto esempio per la frequenza"
},
"bandwidth": "Larghezza di Banda",
"@bandwidth": {
"description": "Etichetta per il menu a discesa larghezza di banda"
@@ -1221,47 +1160,6 @@
"@trailControls": {
"description": "Tooltip controlli traccia"
},
"contactTrails": "Tracce contatti",
"@contactTrails": {
"description": "Intestazione sezione tracce contatti"
},
"showAllContactTrails": "Mostra tutte le tracce dei contatti",
"@showAllContactTrails": {
"description": "Etichetta dell'interruttore per mostrare tutte le tracce dei contatti"
},
"noContactsWithLocationHistory": "Nessun contatto con cronologia posizione",
"@noContactsWithLocationHistory": {
"description": "Sottotitolo quando non ci sono contatti con tracce"
},
"showingTrailsForContacts": "Visualizzazione tracce per {count} contatti",
"@showingTrailsForContacts": {
"description": "Sottotitolo che mostra il numero di contatti con tracce",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Tracce individuali dei contatti",
"@individualContactTrails": {
"description": "Titolo dell'elemento espandibile per le tracce individuali dei contatti"
},
"deviceInformation": "Informazioni Dispositivo",
"@deviceInformation": {
"description": "Intestazione sezione informazioni dispositivo"
},
"bleName": "Nome BLE",
"@bleName": {
"description": "Etichetta nome dispositivo Bluetooth Low Energy"
},
"meshName": "Nome Mesh",
"@meshName": {
"description": "Etichetta nome rete mesh"
},
"notSet": "Non impostato",
"@notSet": {
"description": "Etichetta quando un valore non è impostato"
},
"model": "Modello",
"@model": {
"description": "Etichetta modello dispositivo"
@@ -1270,14 +1168,6 @@
"@version": {
"description": "Etichetta versione"
},
"buildDate": "Data Build",
"@buildDate": {
"description": "Etichetta data build firmware"
},
"firmware": "Firmware",
"@firmware": {
"description": "Etichetta firmware"
},
"maxContacts": "Contatti Max",
"@maxContacts": {
"description": "Etichetta capacità massima contatti"
@@ -1290,26 +1180,6 @@
"@publicInfo": {
"description": "Intestazione sezione informazioni pubbliche"
},
"meshNetworkName": "Nome Rete Mesh",
"@meshNetworkName": {
"description": "Etichetta campo nome rete mesh"
},
"nameBroadcastInMesh": "Nome trasmesso negli annunci mesh",
"@nameBroadcastInMesh": {
"description": "Testo di aiuto per il campo nome rete mesh"
},
"telemetryAndLocationSharing": "Telemetria e Condivisione Posizione",
"@telemetryAndLocationSharing": {
"description": "Etichetta interruttore telemetria e condivisione posizione"
},
"lat": "Lat",
"@lat": {
"description": "Etichetta campo latitudine (forma breve)"
},
"lon": "Lon",
"@lon": {
"description": "Etichetta campo longitudine (forma breve)"
},
"useCurrentLocation": "Usa posizione attuale",
"@useCurrentLocation": {
"description": "Tooltip per il pulsante usa posizione attuale"
@@ -1339,15 +1209,6 @@
}
}
},
"copiedToClipboardShort": "Copiato {label} negli appunti",
"@copiedToClipboardShort": {
"description": "Messaggio di successo breve quando si copia negli appunti",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Impossibile salvare: {error}",
"@failedToSave": {
"description": "Messaggio di errore generico per fallimenti di salvataggio",
@@ -1367,7 +1228,6 @@
}
},
"sarTemplates": "Modelli SAR",
"manageSarTemplates": "Gestisci modelli SAR",
"addTemplate": "Aggiungi modello",
"editTemplate": "Modifica modello",
"deleteTemplate": "Elimina modello",
@@ -1395,7 +1255,6 @@
"noTemplates": "Nessun modello disponibile",
"tapAddToCreate": "Tocca + per creare il tuo primo modello",
"ok": "OK",
"permissionsSection": "Permessi",
"locationPermission": "Permesso di posizione",
"checking": "Verifica in corso...",
"locationPermissionGrantedAlways": "Concesso (Sempre)",
@@ -1538,28 +1397,6 @@
"wizardNext": "Avanti",
"wizardGetStarted": "Inizia",
"wizardWelcomeTitle": "Benvenuto in MeshCore SAR",
"wizardWelcomeDescription": "Un potente strumento di comunicazione offline per operazioni di ricerca e soccorso. Connettiti con il tuo team usando la tecnologia radio mesh quando le reti tradizionali non sono disponibili.",
"wizardConnectingTitle": "Connessione alla Radio",
"wizardConnectingDescription": "Collega il tuo smartphone a un dispositivo radio MeshCore tramite Bluetooth per iniziare a comunicare offline.",
"wizardConnectingFeature1": "Cerca dispositivi MeshCore nelle vicinanze",
"wizardConnectingFeature2": "Accoppia con la tua radio tramite Bluetooth",
"wizardConnectingFeature3": "Funziona completamente offline - non è richiesta connessione internet",
"wizardChannelTitle": "Canali",
"wizardChannelDescription": "Trasmetti messaggi a tutti su un canale, perfetto per annunci e coordinamento di tutto il team.",
"wizardChannelFeature1": "Canale pubblico per comunicazione generale del team",
"wizardChannelFeature2": "Crea canali personalizzati per gruppi specifici",
"wizardChannelFeature3": "I messaggi vengono automaticamente inoltrati attraverso la rete mesh",
"wizardContactsTitle": "Contatti",
"wizardContactsDescription": "I membri del tuo team appaiono automaticamente quando si uniscono alla rete mesh. Invia loro messaggi diretti o visualizza la loro posizione.",
"wizardContactsFeature1": "Contatti scoperti automaticamente",
"wizardContactsFeature2": "Invia messaggi diretti privati",
"wizardContactsFeature3": "Visualizza livello batteria e ultima volta visto",
"wizardMapTitle": "Mappa & Posizione",
"wizardMapDescription": "Traccia il tuo team in tempo reale e segna posizioni importanti per operazioni di ricerca e soccorso.",
"wizardMapFeature1": "Marcatori SAR per persone trovate, incendi e aree di staging",
"wizardMapFeature2": "Tracciamento GPS in tempo reale dei membri del team",
"wizardMapFeature3": "Scarica mappe offline per aree remote",
"wizardMapFeature4": "Disegna forme e condividi informazioni tattiche",
"viewWelcomeTutorial": "Visualizza tutorial di benvenuto",
"allTeamContacts": "Tutti i contatti del team",
"directMessagesInfo": "Messaggi diretti con conferme. Inviato a {count} membri del team.",
@@ -1665,29 +1502,10 @@
"posttxDelay": "Ritardo post-tx",
"bandpass": "Passa-banda",
"bandpassFilterVoice": "Filtro passa-banda voce",
"frequency": "Frequenza",
"australia": "Australia",
"australiaNarrow": "Australia (Stretto)",
"australiaQld": "Australia: QLD",
"australiaSaWa": "Australia: SA, WA",
"newZealand": "Nuova Zelanda",
"newZealandNarrow": "Nuova Zelanda (Stretto)",
"switzerland": "Svizzera",
"portugal433": "Portogallo 433",
"portugal868": "Portogallo 868",
"czechRepublicNarrow": "Repubblica Ceca (Stretto)",
"eu433mhzLongRange": "UE 433MHz (Lungo Raggio)",
"euukDeprecated": "UE/UK (Deprecato)",
"euukNarrow": "UE/UK (Stretto)",
"usacanadaRecommended": "USA/Canada (Consigliato)",
"vietnamDeprecated": "Vietnam (Deprecato)",
"vietnamNarrow": "Vietnam (Stretto)",
"active": "Attivo",
"addContact": "Aggiungi contatto",
"all": "Tutto",
"autoResolve": "Risolvi automaticamente",
"clearAllLabel": "Cancella tutto",
"clearRelays": "Cancella relay",
"clearFilters": "Cancella filtri",
"clearRoute": "Cancella percorso",
"clearMessages": "Cancella messaggi",
@@ -1713,10 +1531,7 @@
"send": "Invia",
"sendAnyway": "Invia comunque",
"share": "Condividi",
"shareContact": "Condividi contatto",
"trace": "Traccia",
"use": "Usa",
"useSelectedFrequency": "Usa frequenza selezionata",
"discovery": "Scoperta",
"discoverRepeaters": "Scopri ripetitori",
"discoverSensors": "Scopri sensori",
@@ -1739,7 +1554,6 @@
"gpsModule": "Modulo GPS",
"liveTraffic": "Traffico in tempo reale",
"repeatersMap": "Mappa ripetitori",
"spectrumScan": "Scansione spettro",
"blePacketLogs": "Log pacchetti BLE",
"onlineTraceDatabase": "Database tracce",
"routePathByteSize": "Dimensione percorso in byte",
@@ -1751,7 +1565,6 @@
"disableContacts": "Disabilita contatti",
"enableSensorsTab": "Abilita scheda Sensori",
"enableProfiles": "Abilita profili",
"autoRouteRotation": "Rotazione automatica percorso",
"nearestRepeaterFallback": "Ripetitore più vicino come fallback",
"deleteAllStoredMessageHistory": "Elimina tutta la cronologia messaggi",
"messageFontSize": "Dimensione carattere messaggi",
@@ -1759,18 +1572,13 @@
"showMapDebugInfo": "Mostra info debug mappa",
"openMapInFullscreen": "Apri mappa a schermo intero",
"showSarMarkersLabel": "Mostra marcatori SAR",
"displaySarMarkersOnTheMainMap": "Mostra marcatori SAR sulla mappa principale",
"showAllContactTrailsLabel": "Mostra tutti i percorsi contatti",
"hideRepeatersOnMap": "Nascondi ripetitori sulla mappa",
"setMapScale": "Imposta scala mappa",
"customMapScaleSaved": "Scala mappa personalizzata salvata",
"voiceBitrate": "Bitrate voce",
"voiceCompressor": "Compressore voce",
"balancesQuietAndLoudSpeechLevels": "Bilancia i livelli di voce bassi e alti",
"voiceLimiter": "Limitatore voce",
"preventsClippingPeaksBeforeEncoding": "Previene il clipping prima della codifica",
"micAutoGain": "Guadagno automatico microfono",
"letsTheRecorderAdjustInputLevel": "Permette al registratore di regolare il livello",
"echoCancellation": "Cancellazione eco",
"noiseSuppression": "Soppressione rumore",
"trimSilenceInVoiceMessages": "Taglia silenzio nei messaggi vocali",
@@ -1812,13 +1620,10 @@
"staging": "Area di raccolta",
"object": "Oggetto",
"quiet": "Silenzioso",
"moderate": "Moderato",
"busy": "Occupato",
"spectrumScanReturnedNoCandidateFrequencies": "La scansione spettro non ha trovato frequenze candidate",
"searchMessages": "Cerca messaggi",
"sendImageFromGallery": "Invia immagine dalla galleria",
"takePhoto": "Scatta foto",
"dmOnly": "Solo messaggio diretto",
"allMessages": "Tutti i messaggi",
"sendToPublicChannel": "Inviare al canale pubblico?",
"selectMarkerTypeAndDestination": "Seleziona tipo marcatore e destinazione",
@@ -1837,8 +1642,6 @@
"wipeDevice": "Cancella dispositivo",
"destructiveDeviceActions": "Azioni distruttive del dispositivo.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Scegli un preset o personalizza le impostazioni radio.",
"chooseTheNameAndLocationThisDeviceShares": "Scegli il nome e la posizione condivisi da questo dispositivo.",
"availableSpaceOnThisDevice": "Spazio disponibile su questo dispositivo.",
"used": "Usato",
"total": "Totale",
"renameValue": "Rinomina valore",
@@ -1856,8 +1659,6 @@
"onlineOnly": "Solo online",
"inBoth": "In entrambi",
"source": "Origine",
"manualRouteEdit": "Modifica manuale percorso",
"observedMeshRoute": "Percorso mesh osservato",
"allMessagesCleared": "Tutti i messaggi cancellati",
"onlineTraceDatabaseCleared": "Database tracce cancellata",
"packetLogsCleared": "Log pacchetti cancellati",
@@ -1888,5 +1689,314 @@
"captured": "Catturato",
"size": "Dimensione",
"noCustomChannelsToClear": "Nessun canale personalizzato da cancellare.",
"noDeviceContactsToClear": "Nessun contatto dispositivo da cancellare."
"noDeviceContactsToClear": "Nessun contatto dispositivo da cancellare.",
"autoSend": "Invio automatico",
"autoSendDescription": "Invia tramite il percorso attuale.",
"sendDirect": "Invio diretto",
"sendDirectDescription": "Invia direttamente a questo contatto.",
"sendFlood": "Invio flood",
"sendFloodDescription": "Invia tramite tutti i ripetitori.",
"postConnectDiscoveryTitle": "Scoprire i ripetitori ora?",
"postConnectDiscoveryDescription": "Esegui la scoperta dei ripetitori subito dopo la connessione per vedere i nodi MeshCore nelle vicinanze e aggiungerli alla tua rete più velocemente.",
"aToZ": "A-Z",
"add": "Aggiungi",
"addAdditionalDetails": "Aggiungi dettagli aggiuntivi",
"addPeer": "Aggiungi peer",
"addPeerManually": "Aggiungi peer manualmente",
"addedToContacts": "{name} aggiunto ai contatti",
"addedToSensors": "{name} aggiunto ai sensori",
"allowAll": "Consenti tutto",
"anonymousRxStats": "Statistiche RX anonime",
"appearance": "Aspetto",
"ascii": "ASCII",
"baseTelemetry": "Telemetria di base",
"blePin": "PIN BLE",
"buzzerAlerts": "Avvisi buzzer",
"cancelImageReceive": "Annulla ricezione immagine",
"choose": "Scegli",
"chooseWhichTabsAndContactSectionsToShow": "Scegli quali schede e sezioni contatti mostrare",
"clearCache": "Svuota cache",
"clearHistory": "Cancella cronologia",
"clearLiveView": "Cancella vista live",
"clearLogs": "Cancella log",
"clearOfflineCache": "Svuotare la cache offline?",
"clearOverlay": "Cancella sovrapposizione",
"clearRouteOnlyAfterAllRetriesFail": "Cancella il percorso solo dopo che tutti i tentativi falliscono",
"codecBitrateAndAudioProcessing": "Codec, bitrate ed elaborazione audio",
"connectByIpAddress": "Connetti tramite indirizzo IP",
"controlWhichAlertsYouReceive": "Controlla quali avvisi ricevi",
"copyFullHex": "Copia Hex completo",
"copyRawResponse": "Copia risposta grezza",
"couldNotLoadMetHistory": "Impossibile caricare la cronologia MET",
"customizeSensor": "Personalizza {name}",
"data": "Dati",
"deleteGroup": "Elimina gruppo",
"deleteStyleConfirm": "Eliminare {name}?",
"deleteThisDrawing": "Eliminare questo {type}?",
"deny": "Nega",
"deviceInfo": "Info dispositivo",
"deviceSettings": "Impostazioni dispositivo",
"deviceTimeSynced": "Ora del dispositivo sincronizzata con questo telefono.",
"disableFastGpsPublishing": "Disabilita pubblicazione GPS rapida",
"displayMarkersAndTraceDatabase": "Visualizzazione, marcatori e database tracce",
"download": "Scarica",
"environmentalTelemetry": "Telemetria ambientale",
"errorCheckingForUpdates": "Errore durante il controllo degli aggiornamenti: {error}",
"errorGeneric": "Errore: {error}",
"errorOpeningDownload": "Errore nell'apertura del download: {error}",
"exportLogs": "Esporta log",
"extraAggressiveAvifCompression": "Compressione AVIF extra aggressiva",
"failedToAddContact": "Impossibile aggiungere il contatto: {error}",
"failedToAddName": "Impossibile aggiungere {name}: {error}",
"failedToClearChannels": "Impossibile cancellare i canali: {error}",
"failedToClearContacts": "Impossibile cancellare i contatti: {error}",
"failedToConnectViaSerial": "Impossibile connettersi tramite seriale",
"failedToLoadPreviewImage": "Impossibile caricare l'anteprima: {error}",
"failedToLoadTrace": "Impossibile caricare la traccia: {error}",
"failedToSendSarMarker": "Impossibile inviare il marcatore SAR: {error}",
"failedToSetBuzzerMode": "Impossibile impostare la modalità buzzer: {error}",
"failedToSetGpsMode": "Impossibile impostare la modalità GPS: {error}",
"failedToSyncDeviceTime": "Impossibile sincronizzare l'ora del dispositivo: {error}",
"failedToWipeDeviceData": "Impossibile cancellare i dati del dispositivo: {error}",
"fastGpsTargetChannel": "Canale target GPS rapido",
"fastUpdatesThresholdsAndPermissions": "Aggiornamenti rapidi, soglie e permessi",
"fetchingCatalog": "Recupero catalogo...",
"fifteenMinutes": "15 minuti",
"fifteenSeconds": "15 secondi",
"filterByDirection": "Filtra per direzione",
"finish": "Fine",
"fiveMinutes": "5 minuti",
"fiveSeconds": "5 secondi",
"fix": "Fix",
"gps": "GPS",
"gpsAdvertPolicy": "Politica annunci GPS",
"gpsAndLocation": "GPS e posizione",
"gpsDiagnostics": "Diagnostica GPS",
"gpsSection": "GPS",
"help": "Aiuto",
"hex": "Hex",
"hidden": "Nascosto",
"howTheRadioAutoAddsDiscoveredNodes": "Come la radio aggiunge automaticamente i nodi scoperti.",
"images": "Immagini",
"importProfile": "Importa profilo",
"lastFix": "Ultimo fix",
"latest": "Più recente",
"latitude": "Latitudine",
"loadASavedRegion": "Carica una regione salvata",
"loading": "Caricamento",
"locationSharingHardwareAndUpdateInterval": "Condivisione posizione, hardware e intervallo di aggiornamento.",
"locationTelemetry": "Telemetria posizione",
"lockDestination": "Blocca destinazione",
"longitude": "Longitudine",
"mapStyle": "Stile mappa",
"max": "Max",
"maxZoom": "Zoom max",
"messaging": "Messaggistica",
"metHistory": "Cronologia MET",
"min": "Min",
"minZoom": "Zoom min",
"moveDown": "Sposta giù",
"moveUp": "Sposta su",
"multiAckMode": "Modalità multi-ACK",
"multiDeviceWorkspaceManagement": "Gestione spazio di lavoro multi-dispositivo",
"myLocation": "La mia posizione",
"nameAndTelemetryShared": "Nome e telemetria condivisi con altri dispositivi.",
"newVersionAvailable": "Nuova versione: {version}",
"newer": "Più recente",
"noNeighboursFound": "Nessun vicino trovato",
"noServersFound": "Nessun server trovato",
"notSet": "Non impostato",
"notifications": "Notifiche",
"offZeroSeconds": "Off (0 s)",
"offlineMaps": "Mappe offline",
"older": "Meno recente",
"oneByteMode0": "1 byte (modo 0)",
"oneHour": "1 ora",
"oneMinute": "1 minuto",
"openPacketLogs": "Apri log pacchetti",
"packetTypeHelp": "Guida tipi di pacchetto",
"pasteShareLinkOrHexAdvert": "Incolla un link di condivisione o annuncio Hex",
"pathHash": "Hash percorso",
"pathSize": "Dimensione percorso",
"ping": "Ping",
"polygon": "Poligono",
"rawResponseCopied": "Risposta grezza copiata",
"resendThroughNearestRepeaterOnFailure": "Rinvia tramite il ripetitore più vicino in caso di errore",
"resolveContact": "Risolvi contatto",
"routingRetriesAndDestinationLock": "Instradamento, tentativi e blocco destinazione",
"samples": "Campioni",
"satellites": "Satelliti",
"saving": "Salvataggio...",
"search": "Cerca",
"searchByNameOrToken": "Cerca per nome o token",
"searchDiscoveredNodes": "Cerca nodi scoperti",
"searchInCurrentFilter": "Cerca nel filtro corrente",
"searchLogs": "Cerca nei log...",
"searchSensors": "Cerca sensori",
"searchThisSection": "Cerca in questa sezione",
"selectedRelays": "Ripetitori selezionati",
"sensor": "Sensore",
"serialError": "Errore seriale: {error}",
"setPathForContact": "Imposta percorso per {name}",
"shareLiveGps": "Condividi GPS in tempo reale",
"shareMyTiles": "Condividi le mie tile",
"sharingLocationFromPhone": "Condivisione posizione su questo canale dal telefono.",
"sharingLocationFromRadio": "Condivisione posizione su questo canale dalla radio.",
"signalDbm": "Segnale {rssi} dBm",
"sizeCompressionAndPreview": "Dimensione, compressione e anteprima",
"skip": "Salta",
"smallerFileSize": "Dimensione file ridotta",
"sort": "Ordina",
"stoppedSharingLocation": "Condivisione posizione interrotta su questo canale.",
"suppressNotificationsWhileInForeground": "Disattiva notifiche quando l'app è in primo piano",
"tabsAndNavigation": "Schede e navigazione",
"templatesAndTutorials": "Modelli e tutorial",
"tenMinutes": "10 minuti",
"tenSeconds": "10 secondi",
"testSendUpdate": "Prova invio aggiornamento",
"themeLanguageAndDisplayPreferences": "Tema, lingua e preferenze di visualizzazione",
"thirtyMinutes": "30 minuti",
"thirtySeconds": "30 secondi",
"threeBytesMode2": "3 byte (modo 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Statistiche traffico, cronologia messaggi e strumenti sviluppatore",
"twoBytesMode1": "2 byte (modo 1)",
"twoMinutes": "2 minuti",
"undo": "Annulla",
"updated": "Aggiornato",
"useContactFlags": "Usa flag contatti",
"useSavedCoordinates": "Usa coordinate salvate",
"view": "Visualizza",
"viewNeighbours": "Visualizza vicini",
"viewPublicStats": "Visualizza statistiche pubbliche",
"setRegionScope": "Imposta ambito regionale",
"regionScope": "Ambito regionale",
"regionScopeNone": "Nessuno (globale)",
"clearRegionScope": "Cancella ambito",
"regionScopeWarning": "Solo i ripetitori che consentono questa regione inoltreranno.",
"discoverRegions": "Scopri dai ripetitori",
"discoveringRegions": "Scoperta delle regioni...",
"enterRegionName": "Nome regione (es. auckland)",
"noRegionsFound": "Nessuna regione trovata su questo ripetitore.",
"regionScopeSet": "Ambito regionale impostato su {name}",
"regionScopeCleared": "Ambito regionale cancellato",
"simpleMode": "Modalità semplice",
"simpleModeDescription": "Solo chat e mappa con i contatti preferiti",
"simpleModeRequiresLockedDestination": "Attiva prima «Blocca destinazione» con un canale per usare la modalità semplice",
"noFavouriteContacts": "Nessun contatto preferito",
"selectDestinationFirst": "Seleziona prima un canale, un contatto o una stanza",
"recipientNoLongerAvailable": "Il destinatario non è più disponibile",
"failedToSendMessage": "Invio non riuscito: {error}",
"tictactoeDirectOnly": "Il tris funziona solo nei messaggi diretti. Scegli prima un contatto.",
"deviceKeyUnavailable": "La chiave del dispositivo non è disponibile",
"imageCompressionFailed": "Compressione dell'immagine non riuscita",
"imageFragmentationFailed": "Frammentazione dell'immagine non riuscita",
"failedToAnnounceImage": "Annuncio dell'immagine non riuscito",
"noRecipientSelected": "Nessun destinatario selezionato",
"imageSendFailed": "Invio dell'immagine non riuscito",
"microphonePermissionRequiredForVoice": "Per i messaggi vocali è necessario il permesso del microfono",
"recordingDiscarded": "Registrazione scartata",
"publicChannelMediaWarning": "Stai per inviare {mediaType} al Canale Pubblico. Non è consigliato, perché chiunque sulla rete mesh potrebbe riceverlo. Scegli un canale privato o con tag, a meno che non sia ciò che vuoi.",
"selectPrivateChannelToShareLocation": "Seleziona un canale privato per condividere la tua posizione.",
"stopSharingMyLocation": "Smetti di condividere la mia posizione",
"shareMyLocation": "Condividi la mia posizione",
"stopRecording": "Interrompi registrazione",
"recordVoice": "Registra messaggio vocale",
"moreActions": "Altre azioni",
"noMessagesInFilter": "Nessun messaggio in questo filtro",
"noMatchesInFilter": "Nessuna corrispondenza in questo filtro",
"syncFailed": "Sincronizzazione non riuscita: {error}",
"invalidLink": "Link non valido",
"cannotOpenLink": "Impossibile aprire il link",
"failedToOpenLink": "Apertura del link non riuscita",
"failedToResendMessage": "Reinvio del messaggio non riuscito",
"retryFailed": "Nuovo tentativo non riuscito: {error}",
"deleteDrawingAndMessage": "Elimina disegno e messaggio",
"lastEchoRelay": "Ultimo eco: relay",
"lastEchoPath": "Ultimo eco: percorso",
"lastEchoBytesReport": "Ultimo eco: report byte",
"noGpsCoordinatesAvailable": "Nessuna coordinata GPS disponibile",
"notASarMarker": "Non è un marcatore SAR",
"failedToSaveTemplate": "Salvataggio del modello non riuscito: {error}",
"drawingNotFound": "Disegno non trovato",
"unknownDrawingType": "Tipo di disegno sconosciuto",
"customMapMarker": "Marcatore mappa personalizzato",
"customMapPointLabel": "Punto: {point}",
"mapIdLabel": "ID mappa: {id}",
"cannotFetchVoice": "Impossibile recuperare il vocale",
"senderContactUnknown": "Il contatto del mittente è sconosciuto. Sincronizza prima i contatti.",
"senderRouteUnknown": "Il percorso del mittente è sconosciuto. Sincronizza prima contatti/percorso.",
"messageTooFar": "Il messaggio è troppo lontano ({hops} hop, max {maxHops}).",
"senderRouteNoPathResponse": "Il percorso del mittente non ha risposto alla verifica. Sincronizza contatti/percorso e riprova.",
"senderRouteNoRawResponse": "Il percorso del mittente non ha risposto sul percorso di trasporto raw.",
"voiceFetchOverHops": "Il recupero del vocale su {hops} hop può richiedere un po' di tempo.",
"voiceReceiveCanceled": "Ricezione vocale annullata",
"fetchingMissingVoiceFragments": "Recupero dei frammenti vocali mancanti",
"receivingVoice": "Ricezione vocale",
"cannotFetchImage": "Impossibile recuperare l'immagine",
"imageFetchOverHops": "Il recupero dell'immagine su {hops} hop può richiedere un po' di tempo.",
"imageAlreadyBeingReceived": "L'immagine è già in ricezione",
"loadImage": "Carica immagine",
"imageFetchFailedToSendRequest": "Invio della richiesta immagine non riuscito",
"imageUnavailable": "Immagine al momento non disponibile",
"imageFetchTimedOut": "Recupero dell'immagine scaduto",
"imageReceiveCanceled": "Ricezione dell'immagine annullata",
"closeImagePreview": "Chiudi anteprima immagine",
"recordingReleaseToSend": "Registrazione... rilascia per inviare",
"sendingVoice": "Invio vocale...",
"sendLongPressToRecordVoice": "Invia (pressione lunga per registrare un vocale)",
"discardRecording": "Scarta registrazione",
"hopCount": "{count, plural, =1{1 hop} other{{count} hop}}",
"channelsSectionDescription": "Canali broadcast per il traffico mesh nelle vicinanze",
"roomsSectionDescription": "Spazi condivisi per il coordinamento continuo del team",
"contactsSectionDescription": "Persone e dispositivi raggiungibili direttamente",
"noRecentChatters": "Nessun partecipante recente",
"public": "Pubblico",
"failedToSendTicTacToeMove": "Invio della mossa di tris non riuscito",
"youWon": "Hai vinto",
"opponentWon": "Ha vinto l'avversario",
"gameDraw": "Pareggio",
"yourTurn": "Tocca a te",
"opponentTurn": "Tocca all'avversario",
"pleaseEnterValidCoordinates": "Inserisci coordinate valide",
"locationNotAvailable": "Posizione non disponibile",
"customCaveMapPoint": "Punto mappa grotta personalizzato",
"mapPoint": "Punto mappa",
"fetchingMissingImageFragments": "Recupero frammenti mancanti…",
"loadingImage": "Caricamento…",
"receivingImage": "Ricezione…",
"tapToLoad": "Tocca per caricare",
"connectDevice": "Connetti dispositivo",
"chooseTransportSubtitle": "Scegli il trasporto Bluetooth, WiFi o Seriale",
"ble": "BLE",
"network": "Rete",
"serial": "Seriale",
"scan": "Cerca",
"pressScanToSearchForDevices": "Premi Cerca per trovare i dispositivi nelle vicinanze",
"failedToConnectToDevice": "Impossibile connettersi a {name}",
"unknownDevice": "Dispositivo sconosciuto",
"showingCachedResultsTapRefresh": "Risultati in cache. Tocca Aggiorna per ripetere la scansione.",
"scanningLocalNetworkOnPort": "Scansione della rete locale per dispositivi MeshCore WiFi sulla porta {port}",
"cancelScanAndAddServer": "Annulla la scansione e aggiungi un server",
"addServer": "Aggiungi server",
"scanningProgressIps": "Scansione... {scanned}/{total} IP",
"cancelAndEnterManually": "Annulla e inserisci manualmente",
"noRecentOrDiscoveredServers": "Nessun server recente o rilevato per ora",
"recentlyUsed": "Usati di recente",
"connecting": "Connessione...",
"discoveredOnThisNetwork": "Rilevati su questa rete",
"serverNoLongerAvailable": "Il server {host}:{port} non è più disponibile. Esegui di nuovo la scansione per trovare server attivi.",
"failedToConnectToHost": "Impossibile connettersi a {host}:{port}",
"enterValidIpAddress": "Inserisci un indirizzo IP valido",
"enterValidTcpPort": "Inserisci una porta TCP valida",
"ipAddress": "Indirizzo IP",
"tcpPort": "Porta TCP",
"customServerPort": "Porta server personalizzata",
"chat": "Chat",
"restoringPreviousLink": "Ripristino del collegamento precedente",
"noDeviceConnected": "Nessun dispositivo connesso",
"sendAdvert": "Invia il mio contatto",
"advertMode": "Invia il mio contatto",
"advertModeSubtitle": "Scegli quanto lontano devono viaggiare le tue informazioni di contatto.",
"floodAdvertSent": "Contatto inviato attraverso la rete mesh",
"directAdvertSent": "Contatto inviato ai dispositivi vicini"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Button to restart BLE scanning"
},
"tapToConnect": "Dotknij, aby połączyć",
"@tapToConnect": {
"description": "Subtitle text for device in scan list"
},
"deviceNotConnected": "Urządzenie nie jest połączone",
"@deviceNotConnected": {
"description": "Error message when device is not connected"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Setting to show RX/TX indicators"
},
"displayPacketActivity": "Wyświetlaj wskaźniki aktywności pakietów na górnym pasku",
"@displayPacketActivity": {
"description": "Description for RX/TX indicators setting"
},
"disableMap": "Wyłącz mapę",
"@disableMap": {
"description": "Setting to disable the map tab"
},
"disableMapDescription": "Ukryj kartę mapy, aby zmniejszyć zużycie baterii",
"@disableMapDescription": {
"description": "Description for disable map setting"
},
"language": "Język",
"@language": {
"description": "Language setting label"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "App version label"
},
"appName": "Nazwa aplikacji",
"@appName": {
"description": "App name label"
},
"aboutMeshCoreSar": "O MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "About dialog title"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Action to reset contact path for re-routing"
},
"publicKeyCopied": "Klucz publiczny skopiowano do schowka",
"@publicKeyCopied": {
"description": "Success message when public key is copied"
},
"copiedToClipboard": "Skopiowano {label} do schowka",
"@copiedToClipboard": {
"description": "Success message when a value is copied to clipboard",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Last seen label"
},
"roomStatus": "Status pokoju",
"@roomStatus": {
"description": "Room status section header"
},
"loginStatus": "Status logowania",
"@loginStatus": {
"description": "Login status label"
},
"notLoggedIn": "Niezalogowany",
"@notLoggedIn": {
"description": "Not logged in status"
},
"adminAccess": "Dostęp administratora",
"@adminAccess": {
"description": "Admin access label"
},
"yes": "Tak",
"@yes": {
"description": "Yes answer"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Permissions label"
},
"passwordSaved": "Hasło zapisano",
"@passwordSaved": {
"description": "Password saved label"
},
"locationColon": "Lokalizacja:",
"@locationColon": {
"description": "Location section header"
},
"telemetry": "Telemetria",
"@telemetry": {
"description": "Telemetry section header"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "GPS from telemetry label"
},
"updated": "Zaktualizowano",
"@updated": {
"description": "Updated timestamp label"
},
"pathResetInfo": "Trasa dla {name} została zresetowana. Następna wiadomość znajdzie nową trasę.",
"@pathResetInfo": {
"description": "Info message after path reset",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Zaloguj ponownie do pokoju",
"@reLoginToRoom": {
"description": "Button to re-login to room"
@@ -1158,10 +1101,6 @@
"@frequencyMHz": {
"description": "Label for radio frequency field"
},
"frequencyExample": "np. 869.618",
"@frequencyExample": {
"description": "Helper text example for frequency"
},
"bandwidth": "Szerokość pasma",
"@bandwidth": {
"description": "Label for bandwidth dropdown"
@@ -1265,47 +1204,6 @@
"@trailControls": {
"description": "Trail controls tooltip"
},
"contactTrails": "Ślady kontaktów",
"@contactTrails": {
"description": "Contact trails section header"
},
"showAllContactTrails": "Pokaż wszystkie ślady kontaktów",
"@showAllContactTrails": {
"description": "Toggle label to show all contact trails"
},
"noContactsWithLocationHistory": "Brak kontaktów z historią lokalizacji",
"@noContactsWithLocationHistory": {
"description": "Subtitle when no contacts have trails"
},
"showingTrailsForContacts": "Pokazywane są ślady dla {count} kontaktów",
"@showingTrailsForContacts": {
"description": "Subtitle showing number of contacts with trails",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Indywidualne ślady kontaktów",
"@individualContactTrails": {
"description": "Expansion tile title for individual contact trails"
},
"deviceInformation": "Informacje o urządzeniu",
"@deviceInformation": {
"description": "Device information section header"
},
"bleName": "Nazwa BLE",
"@bleName": {
"description": "Bluetooth Low Energy device name label"
},
"meshName": "Nazwa mesh",
"@meshName": {
"description": "Mesh network name label"
},
"notSet": "Nie ustawiono",
"@notSet": {
"description": "Label when a value is not set"
},
"model": "Model",
"@model": {
"description": "Device model label"
@@ -1314,14 +1212,6 @@
"@version": {
"description": "Version label"
},
"buildDate": "Data kompilacji",
"@buildDate": {
"description": "Firmware build date label"
},
"firmware": "Firmware",
"@firmware": {
"description": "Firmware label"
},
"maxContacts": "Maks. kontaktów",
"@maxContacts": {
"description": "Maximum contacts capacity label"
@@ -1334,26 +1224,6 @@
"@publicInfo": {
"description": "Public information section header"
},
"meshNetworkName": "Nazwa sieci mesh",
"@meshNetworkName": {
"description": "Mesh network name field label"
},
"nameBroadcastInMesh": "Nazwa nadawana w ogłoszeniach mesh",
"@nameBroadcastInMesh": {
"description": "Helper text for mesh network name field"
},
"telemetryAndLocationSharing": "Telemetria i udostępnianie lokalizacji",
"@telemetryAndLocationSharing": {
"description": "Telemetry and location sharing toggle label"
},
"lat": "Szer.",
"@lat": {
"description": "Latitude field label (short form)"
},
"lon": "Dł.",
"@lon": {
"description": "Longitude field label (short form)"
},
"useCurrentLocation": "Użyj bieżącej lokalizacji",
"@useCurrentLocation": {
"description": "Tooltip for use current location button"
@@ -1383,15 +1253,6 @@
}
}
},
"copiedToClipboardShort": "Skopiowano {label} do schowka",
"@copiedToClipboardShort": {
"description": "Short success message when copying to clipboard",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Nie udało się zapisać: {error}",
"@failedToSave": {
"description": "Generic error message for save failures",
@@ -1414,10 +1275,6 @@
"@sarTemplates": {
"description": "SAR templates menu title"
},
"manageSarTemplates": "Zarządzaj szablonami SAR",
"@manageSarTemplates": {
"description": "Subtitle for SAR templates settings"
},
"addTemplate": "Dodaj szablon",
"@addTemplate": {
"description": "Button to add new SAR template"
@@ -1541,10 +1398,6 @@
"@ok": {
"description": "OK button label"
},
"permissionsSection": "Uprawnienia",
"@permissionsSection": {
"description": "Permissions section header"
},
"locationPermission": "Uprawnienie lokalizacji",
"@locationPermission": {
"description": "Location permission label"
@@ -2109,94 +1962,6 @@
"@wizardWelcomeTitle": {
"description": "Welcome wizard first page title"
},
"wizardWelcomeDescription": "Potężne narzędzie komunikacji poza siecią do operacji poszukiwawczo-ratowniczych. Połącz się ze swoim zespołem przy użyciu technologii radia mesh, gdy tradycyjne sieci są niedostępne.",
"@wizardWelcomeDescription": {
"description": "Welcome wizard first page description"
},
"wizardConnectingTitle": "Łączenie z radiem",
"@wizardConnectingTitle": {
"description": "Wizard connecting page title"
},
"wizardConnectingDescription": "Połącz smartfon z urządzeniem radiowym MeshCore przez Bluetooth, aby rozpocząć komunikację poza siecią.",
"@wizardConnectingDescription": {
"description": "Wizard connecting page description"
},
"wizardConnectingFeature1": "Skanuj pobliskie urządzenia MeshCore",
"@wizardConnectingFeature1": {
"description": "Wizard connecting feature 1"
},
"wizardConnectingFeature2": "Sparuj radio przez Bluetooth",
"@wizardConnectingFeature2": {
"description": "Wizard connecting feature 2"
},
"wizardConnectingFeature3": "Działa całkowicie offline - internet nie jest wymagany",
"@wizardConnectingFeature3": {
"description": "Wizard connecting feature 3"
},
"wizardChannelTitle": "Kanały",
"@wizardChannelTitle": {
"description": "Wizard channel page title"
},
"wizardChannelDescription": "Nadawaj wiadomości do wszystkich na kanale, idealne do ogłoszeń i koordynacji całego zespołu.",
"@wizardChannelDescription": {
"description": "Wizard channel page description"
},
"wizardChannelFeature1": "Kanał publiczny do ogólnej komunikacji zespołu",
"@wizardChannelFeature1": {
"description": "Wizard channel feature 1"
},
"wizardChannelFeature2": "Twórz własne kanały dla konkretnych grup",
"@wizardChannelFeature2": {
"description": "Wizard channel feature 2"
},
"wizardChannelFeature3": "Wiadomości są automatycznie przekazywane przez mesh",
"@wizardChannelFeature3": {
"description": "Wizard channel feature 3"
},
"wizardContactsTitle": "Kontakty",
"@wizardContactsTitle": {
"description": "Wizard contacts page title"
},
"wizardContactsDescription": "Członkowie zespołu pojawiają się automatycznie, gdy dołączają do sieci mesh. Wyślij im wiadomość bezpośrednią lub zobacz ich lokalizację.",
"@wizardContactsDescription": {
"description": "Wizard contacts page description"
},
"wizardContactsFeature1": "Kontakty wykrywane automatycznie",
"@wizardContactsFeature1": {
"description": "Wizard contacts feature 1"
},
"wizardContactsFeature2": "Wysyłaj prywatne wiadomości bezpośrednie",
"@wizardContactsFeature2": {
"description": "Wizard contacts feature 2"
},
"wizardContactsFeature3": "Podgląd poziomu baterii i czasu ostatniej aktywności",
"@wizardContactsFeature3": {
"description": "Wizard contacts feature 3"
},
"wizardMapTitle": "Mapa i lokalizacja",
"@wizardMapTitle": {
"description": "Wizard map page title"
},
"wizardMapDescription": "Śledź swój zespół w czasie rzeczywistym i oznaczaj ważne lokalizacje dla działań poszukiwawczo-ratowniczych.",
"@wizardMapDescription": {
"description": "Wizard map page description"
},
"wizardMapFeature1": "Znaczniki SAR dla odnalezionych osób, pożarów i stref zbiórki",
"@wizardMapFeature1": {
"description": "Wizard map feature 1"
},
"wizardMapFeature2": "Śledzenie GPS członków zespołu w czasie rzeczywistym",
"@wizardMapFeature2": {
"description": "Wizard map feature 2"
},
"wizardMapFeature3": "Pobieraj mapy offline dla odległych obszarów",
"@wizardMapFeature3": {
"description": "Wizard map feature 3"
},
"wizardMapFeature4": "Rysuj kształty i udostępniaj informacje taktyczne",
"@wizardMapFeature4": {
"description": "Wizard map feature 4"
},
"viewWelcomeTutorial": "Pokaż samouczek powitalny",
"@viewWelcomeTutorial": {
"description": "Settings option to re-show welcome wizard"
@@ -2352,29 +2117,10 @@
"posttxDelay": "Opóźnienie po nadawaniu",
"bandpass": "Pasmowy",
"bandpassFilterVoice": "Filtr pasmowy głosu",
"frequency": "Częstotliwość",
"australia": "Australia",
"australiaNarrow": "Australia (wąski)",
"australiaQld": "Australia: QLD",
"australiaSaWa": "Australia: SA, WA",
"newZealand": "Nowa Zelandia",
"newZealandNarrow": "Nowa Zelandia (wąski)",
"switzerland": "Szwajcaria",
"portugal433": "Portugalia 433",
"portugal868": "Portugalia 868",
"czechRepublicNarrow": "Czechy (wąski)",
"eu433mhzLongRange": "EU 433MHz (daleki zasięg)",
"euukDeprecated": "EU/UK (przestarzały)",
"euukNarrow": "EU/UK (wąski)",
"usacanadaRecommended": "USA/Kanada (zalecany)",
"vietnamDeprecated": "Wietnam (przestarzały)",
"vietnamNarrow": "Wietnam (wąski)",
"active": "Aktywny",
"addContact": "Dodaj kontakt",
"all": "Wszystko",
"autoResolve": "Automatyczne rozwiązanie",
"clearAllLabel": "Wyczyść wszystko",
"clearRelays": "Wyczyść przekaźniki",
"clearFilters": "Wyczyść filtry",
"clearRoute": "Wyczyść trasę",
"clearMessages": "Wyczyść wiadomości",
@@ -2400,10 +2146,7 @@
"send": "Wyślij",
"sendAnyway": "Wyślij mimo to",
"share": "Udostępnij",
"shareContact": "Udostępnij kontakt",
"trace": "Śledzenie",
"use": "Użyj",
"useSelectedFrequency": "Użyj wybranej częstotliwości",
"discovery": "Wykrywanie",
"discoverRepeaters": "Wykryj przekaźniki",
"discoverSensors": "Wykryj czujniki",
@@ -2426,7 +2169,6 @@
"gpsModule": "Moduł GPS",
"liveTraffic": "Ruch na żywo",
"repeatersMap": "Mapa przekaźników",
"spectrumScan": "Skanowanie spektrum",
"blePacketLogs": "Logi pakietów BLE",
"onlineTraceDatabase": "Baza śladów",
"routePathByteSize": "Rozmiar ścieżki w bajtach",
@@ -2438,7 +2180,6 @@
"disableContacts": "Wyłącz kontakty",
"enableSensorsTab": "Włącz kartę Czujniki",
"enableProfiles": "Włącz profile",
"autoRouteRotation": "Automatyczna rotacja trasy",
"nearestRepeaterFallback": "Najbliższy przekaźnik awaryjny",
"deleteAllStoredMessageHistory": "Usuń całą historię wiadomości",
"messageFontSize": "Rozmiar czcionki wiadomości",
@@ -2446,18 +2187,13 @@
"showMapDebugInfo": "Pokaż info debugowania mapy",
"openMapInFullscreen": "Otwórz mapę na pełnym ekranie",
"showSarMarkersLabel": "Pokaż znaczniki SAR",
"displaySarMarkersOnTheMainMap": "Wyświetlaj znaczniki SAR na głównej mapie",
"showAllContactTrailsLabel": "Pokaż wszystkie ślady kontaktów",
"hideRepeatersOnMap": "Ukryj przekaźniki na mapie",
"setMapScale": "Ustaw skalę mapy",
"customMapScaleSaved": "Niestandardowa skala mapy zapisana",
"voiceBitrate": "Bitrate głosu",
"voiceCompressor": "Kompresor głosu",
"balancesQuietAndLoudSpeechLevels": "Wyrównuje ciche i głośne poziomy mowy",
"voiceLimiter": "Limiter głosu",
"preventsClippingPeaksBeforeEncoding": "Zapobiega przycinaniu szczytów przed kodowaniem",
"micAutoGain": "Automatyczne wzmocnienie mikrofonu",
"letsTheRecorderAdjustInputLevel": "Pozwala nagrywarkowi dostosować poziom wejścia",
"echoCancellation": "Usuwanie echa",
"noiseSuppression": "Tłumienie szumu",
"trimSilenceInVoiceMessages": "Przytnij ciszę w wiadomościach głosowych",
@@ -2499,13 +2235,10 @@
"staging": "Punkt zbiórki",
"object": "Obiekt",
"quiet": "Cicho",
"moderate": "Umiarkowane",
"busy": "Zajęty",
"spectrumScanReturnedNoCandidateFrequencies": "Skanowanie spektrum nie znalazło częstotliwości kandydatów",
"searchMessages": "Szukaj wiadomości",
"sendImageFromGallery": "Wyślij obraz z galerii",
"takePhoto": "Zrób zdjęcie",
"dmOnly": "Tylko wiadomość bezpośrednia",
"allMessages": "Wszystkie wiadomości",
"sendToPublicChannel": "Wysłać na kanał publiczny?",
"selectMarkerTypeAndDestination": "Wybierz typ znacznika i cel",
@@ -2524,8 +2257,6 @@
"wipeDevice": "Wyczyść urządzenie",
"destructiveDeviceActions": "Destrukcyjne akcje na urządzeniu.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Wybierz ustawienie wstępne lub dostosuj ustawienia radia.",
"chooseTheNameAndLocationThisDeviceShares": "Wybierz nazwę i lokalizację udostępnianą przez to urządzenie.",
"availableSpaceOnThisDevice": "Dostępne miejsce na tym urządzeniu.",
"used": "Użyto",
"total": "Razem",
"renameValue": "Zmień nazwę wartości",
@@ -2543,8 +2274,6 @@
"onlineOnly": "Tylko online",
"inBoth": "W obu",
"source": "Źródło",
"manualRouteEdit": "Ręczna edycja trasy",
"observedMeshRoute": "Obserwowana trasa sieci",
"allMessagesCleared": "Wszystkie wiadomości wyczyszczone",
"onlineTraceDatabaseCleared": "Baza śladów wyczyszczona",
"packetLogsCleared": "Logi pakietów wyczyszczone",
@@ -2575,5 +2304,314 @@
"captured": "Przechwycone",
"size": "Rozmiar",
"noCustomChannelsToClear": "Brak niestandardowych kanałów do wyczyszczenia.",
"noDeviceContactsToClear": "Brak kontaktów urządzenia do wyczyszczenia."
"noDeviceContactsToClear": "Brak kontaktów urządzenia do wyczyszczenia.",
"autoSend": "Automatyczne wysyłanie",
"autoSendDescription": "Wyślij bieżącą trasą.",
"sendDirect": "Wysyłanie bezpośrednie",
"sendDirectDescription": "Wyślij bezpośrednio do tego kontaktu.",
"sendFlood": "Wysyłanie zalewowe",
"sendFloodDescription": "Wyślij przez wszystkie przekaźniki.",
"postConnectDiscoveryTitle": "Odkryć przekaźniki teraz?",
"postConnectDiscoveryDescription": "Uruchom odkrywanie przekaźników zaraz po połączeniu, aby zobaczyć pobliskie węzły MeshCore i szybciej dodać je do sieci.",
"aToZ": "A-Z",
"add": "Dodaj",
"addAdditionalDetails": "Dodaj dodatkowe szczegóły",
"addPeer": "Dodaj węzeł",
"addPeerManually": "Dodaj węzeł ręcznie",
"addedToContacts": "{name} dodano do kontaktów",
"addedToSensors": "{name} dodano do czujników",
"allowAll": "Zezwól na wszystko",
"anonymousRxStats": "Anonimowe statystyki RX",
"appearance": "Wygląd",
"ascii": "ASCII",
"baseTelemetry": "Telemetria bazowa",
"blePin": "PIN BLE",
"buzzerAlerts": "Alerty brzęczyka",
"cancelImageReceive": "Anuluj odbieranie obrazu",
"choose": "Wybierz",
"chooseWhichTabsAndContactSectionsToShow": "Wybierz, które zakładki i sekcje kontaktów mają być widoczne",
"clearCache": "Wyczyść pamięć podręczną",
"clearHistory": "Wyczyść historię",
"clearLiveView": "Wyczyść widok na żywo",
"clearLogs": "Wyczyść logi",
"clearOfflineCache": "Wyczyścić pamięć podręczną offline?",
"clearOverlay": "Wyczyść nakładkę",
"clearRouteOnlyAfterAllRetriesFail": "Wyczyść trasę dopiero po wyczerpaniu wszystkich prób",
"codecBitrateAndAudioProcessing": "Kodek, bitrate i przetwarzanie dźwięku",
"connectByIpAddress": "Połącz przez adres IP",
"controlWhichAlertsYouReceive": "Kontroluj, które alerty otrzymujesz",
"copyFullHex": "Kopiuj pełny Hex",
"copyRawResponse": "Kopiuj surową odpowiedź",
"couldNotLoadMetHistory": "Nie udało się wczytać historii MET",
"customizeSensor": "Dostosuj {name}",
"data": "Dane",
"deleteGroup": "Usuń grupę",
"deleteStyleConfirm": "Usunąć {name}?",
"deleteThisDrawing": "Usunąć ten {type}?",
"deny": "Odmów",
"deviceInfo": "Informacje o urządzeniu",
"deviceSettings": "Ustawienia urządzenia",
"deviceTimeSynced": "Czas urządzenia zsynchronizowany z tym telefonem.",
"disableFastGpsPublishing": "Wyłącz szybkie publikowanie GPS",
"displayMarkersAndTraceDatabase": "Wyświetlanie, znaczniki i baza danych tras",
"download": "Pobierz",
"environmentalTelemetry": "Telemetria środowiskowa",
"errorCheckingForUpdates": "Błąd sprawdzania aktualizacji: {error}",
"errorGeneric": "Błąd: {error}",
"errorOpeningDownload": "Błąd otwierania pobranego pliku: {error}",
"exportLogs": "Eksportuj logi",
"extraAggressiveAvifCompression": "Bardzo agresywna kompresja AVIF",
"failedToAddContact": "Nie udało się dodać kontaktu: {error}",
"failedToAddName": "Nie udało się dodać {name}: {error}",
"failedToClearChannels": "Nie udało się wyczyścić kanałów: {error}",
"failedToClearContacts": "Nie udało się wyczyścić kontaktów: {error}",
"failedToConnectViaSerial": "Nie udało się połączyć przez port szeregowy",
"failedToLoadPreviewImage": "Nie udało się wczytać podglądu obrazu: {error}",
"failedToLoadTrace": "Nie udało się wczytać trasy: {error}",
"failedToSendSarMarker": "Nie udało się wysłać znacznika SAR: {error}",
"failedToSetBuzzerMode": "Nie udało się ustawić trybu brzęczyka: {error}",
"failedToSetGpsMode": "Nie udało się ustawić trybu GPS: {error}",
"failedToSyncDeviceTime": "Nie udało się zsynchronizować czasu urządzenia: {error}",
"failedToWipeDeviceData": "Nie udało się wymazać danych urządzenia: {error}",
"fastGpsTargetChannel": "Docelowy kanał szybkiego GPS",
"fastUpdatesThresholdsAndPermissions": "Szybkie aktualizacje, progi i uprawnienia",
"fetchingCatalog": "Pobieranie katalogu...",
"fifteenMinutes": "15 minut",
"fifteenSeconds": "15 sekund",
"filterByDirection": "Filtruj według kierunku",
"finish": "Zakończ",
"fiveMinutes": "5 minut",
"fiveSeconds": "5 sekund",
"fix": "Napraw",
"gps": "GPS",
"gpsAdvertPolicy": "Zasady rozgłaszania GPS",
"gpsAndLocation": "GPS i lokalizacja",
"gpsDiagnostics": "Diagnostyka GPS",
"gpsSection": "GPS",
"help": "Pomoc",
"hex": "Hex",
"hidden": "Ukryte",
"howTheRadioAutoAddsDiscoveredNodes": "Jak radio automatycznie dodaje odkryte węzły.",
"images": "Obrazy",
"importProfile": "Importuj profil",
"lastFix": "Ostatni fix",
"latest": "Najnowsze",
"latitude": "Szerokość geograficzna",
"loadASavedRegion": "Wczytaj zapisany region",
"loading": "Ładowanie",
"locationSharingHardwareAndUpdateInterval": "Udostępnianie lokalizacji, sprzęt i interwał aktualizacji.",
"locationTelemetry": "Telemetria lokalizacji",
"lockDestination": "Zablokuj cel",
"longitude": "Długość geograficzna",
"mapStyle": "Styl mapy",
"max": "Maks.",
"maxZoom": "Maks. przybliżenie",
"messaging": "Wiadomości",
"metHistory": "Historia MET",
"min": "Min.",
"minZoom": "Min. przybliżenie",
"moveDown": "Przesuń w dół",
"moveUp": "Przesuń w górę",
"multiAckMode": "Tryb multi-ACK",
"multiDeviceWorkspaceManagement": "Zarządzanie przestrzenią roboczą wielu urządzeń",
"myLocation": "Moja lokalizacja",
"nameAndTelemetryShared": "Nazwa i telemetria udostępniana innym urządzeniom.",
"newVersionAvailable": "Nowa wersja: {version}",
"newer": "Nowsze",
"noNeighboursFound": "Nie znaleziono sąsiadów",
"noServersFound": "Nie znaleziono serwerów",
"notSet": "Nie ustawiono",
"notifications": "Powiadomienia",
"offZeroSeconds": "Wył. (0 s)",
"offlineMaps": "Mapy offline",
"older": "Starsze",
"oneByteMode0": "1 bajt (tryb 0)",
"oneHour": "1 godzina",
"oneMinute": "1 minuta",
"openPacketLogs": "Otwórz logi pakietów",
"packetTypeHelp": "Pomoc typów pakietów",
"pasteShareLinkOrHexAdvert": "Wklej link udostępniania lub ogłoszenie Hex",
"pathHash": "Hash ścieżki",
"pathSize": "Rozmiar ścieżki",
"ping": "Ping",
"polygon": "Wielokąt",
"rawResponseCopied": "Skopiowano surową odpowiedź",
"resendThroughNearestRepeaterOnFailure": "Ponów wysyłkę przez najbliższy przekaźnik po niepowodzeniu",
"resolveContact": "Rozwiąż kontakt",
"routingRetriesAndDestinationLock": "Routing, ponawianie i blokada celu",
"samples": "Próbki",
"satellites": "Satelity",
"saving": "Zapisywanie...",
"search": "Szukaj",
"searchByNameOrToken": "Szukaj po nazwie lub tokenie",
"searchDiscoveredNodes": "Szukaj odkrytych węzłów",
"searchInCurrentFilter": "Szukaj w bieżącym filtrze",
"searchLogs": "Szukaj w logach...",
"searchSensors": "Szukaj czujników",
"searchThisSection": "Szukaj w tej sekcji",
"selectedRelays": "Wybrane przekaźniki",
"sensor": "Czujnik",
"serialError": "Błąd portu szeregowego: {error}",
"setPathForContact": "Ustaw ścieżkę dla {name}",
"shareLiveGps": "Udostępnij GPS na żywo",
"shareMyTiles": "Udostępnij moje kafelki",
"sharingLocationFromPhone": "Udostępnianie lokalizacji na tym kanale z telefonu.",
"sharingLocationFromRadio": "Udostępnianie lokalizacji na tym kanale z radia.",
"signalDbm": "Sygnał {rssi} dBm",
"sizeCompressionAndPreview": "Rozmiar, kompresja i podgląd",
"skip": "Pomiń",
"smallerFileSize": "Mniejszy rozmiar pliku",
"sort": "Sortuj",
"stoppedSharingLocation": "Zatrzymano udostępnianie lokalizacji na tym kanale.",
"suppressNotificationsWhileInForeground": "Wycisz powiadomienia, gdy aplikacja jest na pierwszym planie",
"tabsAndNavigation": "Zakładki i nawigacja",
"templatesAndTutorials": "Szablony i samouczki",
"tenMinutes": "10 minut",
"tenSeconds": "10 sekund",
"testSendUpdate": "Testowe wysłanie aktualizacji",
"themeLanguageAndDisplayPreferences": "Motyw, język i preferencje wyświetlania",
"thirtyMinutes": "30 minut",
"thirtySeconds": "30 sekund",
"threeBytesMode2": "3 bajty (tryb 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Statystyki ruchu, historia wiadomości i narzędzia deweloperskie",
"twoBytesMode1": "2 bajty (tryb 1)",
"twoMinutes": "2 minuty",
"undo": "Cofnij",
"updated": "Zaktualizowano",
"useContactFlags": "Używaj flag kontaktów",
"useSavedCoordinates": "Użyj zapisanych współrzędnych",
"view": "Widok",
"viewNeighbours": "Pokaż sąsiadów",
"viewPublicStats": "Pokaż publiczne statystyki",
"setRegionScope": "Ustaw zakres regionu",
"regionScope": "Zakres regionu",
"regionScopeNone": "Brak (globalny)",
"clearRegionScope": "Wyczyść zakres",
"regionScopeWarning": "Tylko przekaźniki zezwalające na ten region będą przekazywać.",
"discoverRegions": "Odkryj z przekaźników",
"discoveringRegions": "Odkrywanie regionów...",
"enterRegionName": "Nazwa regionu (np. auckland)",
"noRegionsFound": "Nie znaleziono regionów na tym przekaźniku.",
"regionScopeSet": "Zakres regionu ustawiony na {name}",
"regionScopeCleared": "Zakres regionu wyczyszczony",
"simpleMode": "Tryb prosty",
"simpleModeDescription": "Tylko czat i mapa z ulubionymi kontaktami",
"simpleModeRequiresLockedDestination": "Aby użyć trybu prostego, najpierw włącz „Zablokuj cel” z kanałem",
"noFavouriteContacts": "Brak ulubionych kontaktów",
"selectDestinationFirst": "Najpierw wybierz kanał, kontakt lub pokój",
"recipientNoLongerAvailable": "Odbiorca nie jest już dostępny",
"failedToSendMessage": "Nie udało się wysłać: {error}",
"tictactoeDirectOnly": "Kółko i krzyżyk działa tylko w wiadomościach bezpośrednich. Najpierw wybierz kontakt.",
"deviceKeyUnavailable": "Klucz urządzenia jest niedostępny",
"imageCompressionFailed": "Kompresja obrazu nie powiodła się",
"imageFragmentationFailed": "Fragmentacja obrazu nie powiodła się",
"failedToAnnounceImage": "Nie udało się ogłosić obrazu",
"noRecipientSelected": "Nie wybrano odbiorcy",
"imageSendFailed": "Wysyłanie obrazu nie powiodło się",
"microphonePermissionRequiredForVoice": "Wiadomości głosowe wymagają uprawnienia do mikrofonu",
"recordingDiscarded": "Nagranie odrzucone",
"publicChannelMediaWarning": "Za chwilę wyślesz {mediaType} na kanał publiczny. Nie jest to zalecane, ponieważ może to odebrać każdy w sieci mesh. Wybierz kanał prywatny lub oznaczony, chyba że właśnie tego chcesz.",
"selectPrivateChannelToShareLocation": "Wybierz prywatny kanał, aby udostępnić swoją lokalizację.",
"stopSharingMyLocation": "Przestań udostępniać moją lokalizację",
"shareMyLocation": "Udostępnij moją lokalizację",
"stopRecording": "Zatrzymaj nagrywanie",
"recordVoice": "Nagraj wiadomość głosową",
"moreActions": "Więcej działań",
"noMessagesInFilter": "Brak wiadomości w tym filtrze",
"noMatchesInFilter": "Brak dopasowań w tym filtrze",
"syncFailed": "Synchronizacja nie powiodła się: {error}",
"invalidLink": "Nieprawidłowy link",
"cannotOpenLink": "Nie można otworzyć linku",
"failedToOpenLink": "Nie udało się otworzyć linku",
"failedToResendMessage": "Nie udało się ponownie wysłać wiadomości",
"retryFailed": "Ponowna próba nie powiodła się: {error}",
"deleteDrawingAndMessage": "Usuń rysunek i wiadomość",
"lastEchoRelay": "Ostatnie echo przekaźnik",
"lastEchoPath": "Ostatnie echo ścieżka",
"lastEchoBytesReport": "Ostatnie echo raport bajtów",
"noGpsCoordinatesAvailable": "Brak dostępnych współrzędnych GPS",
"notASarMarker": "To nie jest znacznik SAR",
"failedToSaveTemplate": "Nie udało się zapisać szablonu: {error}",
"drawingNotFound": "Nie znaleziono rysunku",
"unknownDrawingType": "Nieznany typ rysunku",
"customMapMarker": "Niestandardowy znacznik mapy",
"customMapPointLabel": "Punkt: {point}",
"mapIdLabel": "ID mapy: {id}",
"cannotFetchVoice": "Nie można pobrać wiadomości głosowej",
"senderContactUnknown": "Kontakt nadawcy jest nieznany. Najpierw zsynchronizuj kontakty.",
"senderRouteUnknown": "Trasa nadawcy jest nieznana. Najpierw zsynchronizuj kontakty/ścieżkę.",
"messageTooFar": "Wiadomość jest zbyt daleko ({hops} skoków, maks. {maxHops}).",
"senderRouteNoPathResponse": "Trasa nadawcy nie odpowiedziała na sprawdzenie ścieżki. Zsynchronizuj kontakty/ścieżkę i spróbuj ponownie.",
"senderRouteNoRawResponse": "Trasa nadawcy nie odpowiedziała na surowej ścieżce transportowej.",
"voiceFetchOverHops": "Pobieranie głosu przez {hops} skoków może chwilę potrwać.",
"voiceReceiveCanceled": "Odbieranie głosu anulowane",
"fetchingMissingVoiceFragments": "Pobieranie brakujących fragmentów głosu",
"receivingVoice": "Odbieranie głosu",
"cannotFetchImage": "Nie można pobrać obrazu",
"imageFetchOverHops": "Pobieranie obrazu przez {hops} skoków może chwilę potrwać.",
"imageAlreadyBeingReceived": "Obraz jest już odbierany",
"loadImage": "Wczytaj obraz",
"imageFetchFailedToSendRequest": "Nie udało się wysłać żądania pobrania obrazu",
"imageUnavailable": "Obraz chwilowo niedostępny",
"imageFetchTimedOut": "Upłynął limit czasu pobierania obrazu",
"imageReceiveCanceled": "Odbieranie obrazu anulowane",
"closeImagePreview": "Zamknij podgląd obrazu",
"recordingReleaseToSend": "Nagrywanie... puść, aby wysłać",
"sendingVoice": "Wysyłanie głosu...",
"sendLongPressToRecordVoice": "Wyślij (przytrzymaj, aby nagrać głos)",
"discardRecording": "Odrzuć nagranie",
"hopCount": "{count, plural, one{{count} skok} few{{count} skoki} many{{count} skoków} other{{count} skoku}}",
"channelsSectionDescription": "Kanały rozgłoszeniowe dla pobliskiego ruchu mesh",
"roomsSectionDescription": "Wspólne przestrzenie do bieżącej koordynacji zespołu",
"contactsSectionDescription": "Osoby i urządzenia w bezpośrednim zasięgu",
"noRecentChatters": "Brak ostatnich rozmówców",
"public": "Publiczny",
"failedToSendTicTacToeMove": "Nie udało się wysłać ruchu w kółko i krzyżyk",
"youWon": "Wygrałeś",
"opponentWon": "Wygrał przeciwnik",
"gameDraw": "Remis",
"yourTurn": "Twoja kolej",
"opponentTurn": "Kolej przeciwnika",
"pleaseEnterValidCoordinates": "Wprowadź prawidłowe współrzędne",
"locationNotAvailable": "Lokalizacja niedostępna",
"customCaveMapPoint": "Niestandardowy punkt mapy jaskini",
"mapPoint": "Punkt mapy",
"fetchingMissingImageFragments": "Pobieranie brakujących fragmentów…",
"loadingImage": "Wczytywanie…",
"receivingImage": "Odbieranie…",
"tapToLoad": "Dotknij, aby wczytać",
"connectDevice": "Połącz urządzenie",
"chooseTransportSubtitle": "Wybierz transport: Bluetooth, WiFi lub port szeregowy",
"ble": "BLE",
"network": "Sieć",
"serial": "Port szeregowy",
"scan": "Skanuj",
"pressScanToSearchForDevices": "Naciśnij Skanuj, aby wyszukać pobliskie urządzenia",
"failedToConnectToDevice": "Nie udało się połączyć z {name}",
"unknownDevice": "Nieznane urządzenie",
"showingCachedResultsTapRefresh": "Wyświetlane są wyniki z pamięci podręcznej. Dotknij odświeżania, aby zeskanować ponownie.",
"scanningLocalNetworkOnPort": "Skanowanie sieci lokalnej w poszukiwaniu urządzeń MeshCore WiFi na porcie {port}",
"cancelScanAndAddServer": "Anuluj skanowanie i dodaj serwer",
"addServer": "Dodaj serwer",
"scanningProgressIps": "Skanowanie... {scanned}/{total} adresów IP",
"cancelAndEnterManually": "Anuluj i wprowadź ręcznie",
"noRecentOrDiscoveredServers": "Brak ostatnich ani wykrytych serwerów",
"recentlyUsed": "Ostatnio używane",
"connecting": "Łączenie...",
"discoveredOnThisNetwork": "Wykryte w tej sieci",
"serverNoLongerAvailable": "Serwer {host}:{port} nie jest już dostępny. Zeskanuj ponownie, aby znaleźć aktywne serwery.",
"failedToConnectToHost": "Nie udało się połączyć z {host}:{port}",
"enterValidIpAddress": "Wprowadź prawidłowy adres IP",
"enterValidTcpPort": "Wprowadź prawidłowy port TCP",
"ipAddress": "Adres IP",
"tcpPort": "Port TCP",
"customServerPort": "Niestandardowy port serwera",
"chat": "Czat",
"restoringPreviousLink": "Przywracanie poprzedniego połączenia",
"noDeviceConnected": "Brak połączonego urządzenia",
"sendAdvert": "Wyślij mój kontakt",
"advertMode": "Wyślij mój kontakt",
"advertModeSubtitle": "Wybierz, jak daleko mają dotrzeć Twoje dane kontaktowe.",
"floodAdvertSent": "Kontakt wysłano do całej sieci mesh",
"directAdvertSent": "Kontakt wysłano do urządzeń w pobliżu"
}

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Button to restart BLE scanning"
},
"tapToConnect": "Toque para conectar",
"@tapToConnect": {
"description": "Subtitle text for device in scan list"
},
"deviceNotConnected": "Dispositivo não conectado",
"@deviceNotConnected": {
"description": "Error message when device is not connected"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Setting to show RX/TX indicators"
},
"displayPacketActivity": "Exibir indicadores de atividade de pacotes na barra superior",
"@displayPacketActivity": {
"description": "Description for RX/TX indicators setting"
},
"disableMap": "Desativar mapa",
"@disableMap": {
"description": "Setting to disable the map tab"
},
"disableMapDescription": "Ocultar a aba de mapa para reduzir o uso de bateria",
"@disableMapDescription": {
"description": "Description for disable map setting"
},
"language": "Idioma",
"@language": {
"description": "Language setting label"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "App version label"
},
"appName": "Nome do app",
"@appName": {
"description": "App name label"
},
"aboutMeshCoreSar": "Sobre o MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "About dialog title"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Action to reset contact path for re-routing"
},
"publicKeyCopied": "Chave pública copiada para a área de transferência",
"@publicKeyCopied": {
"description": "Success message when public key is copied"
},
"copiedToClipboard": "{label} copiado para a área de transferência",
"@copiedToClipboard": {
"description": "Success message when a value is copied to clipboard",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Last seen label"
},
"roomStatus": "Status da sala",
"@roomStatus": {
"description": "Room status section header"
},
"loginStatus": "Status do login",
"@loginStatus": {
"description": "Login status label"
},
"notLoggedIn": "Não conectado",
"@notLoggedIn": {
"description": "Not logged in status"
},
"adminAccess": "Acesso de administrador",
"@adminAccess": {
"description": "Admin access label"
},
"yes": "Sim",
"@yes": {
"description": "Yes answer"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Permissions label"
},
"passwordSaved": "Senha salva",
"@passwordSaved": {
"description": "Password saved label"
},
"locationColon": "Localização:",
"@locationColon": {
"description": "Location section header"
},
"telemetry": "Telemetria",
"@telemetry": {
"description": "Telemetry section header"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "GPS from telemetry label"
},
"updated": "Atualizado",
"@updated": {
"description": "Updated timestamp label"
},
"pathResetInfo": "Rota redefinida para {name}. A próxima mensagem encontrará um novo caminho.",
"@pathResetInfo": {
"description": "Info message after path reset",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Entrar novamente na sala",
"@reLoginToRoom": {
"description": "Button to re-login to room"
@@ -1158,10 +1101,6 @@
"@frequencyMHz": {
"description": "Label for radio frequency field"
},
"frequencyExample": "ex.: 869.618",
"@frequencyExample": {
"description": "Helper text example for frequency"
},
"bandwidth": "Largura de banda",
"@bandwidth": {
"description": "Label for bandwidth dropdown"
@@ -1265,47 +1204,6 @@
"@trailControls": {
"description": "Trail controls tooltip"
},
"contactTrails": "Trilhas dos contatos",
"@contactTrails": {
"description": "Contact trails section header"
},
"showAllContactTrails": "Mostrar todas as trilhas dos contatos",
"@showAllContactTrails": {
"description": "Toggle label to show all contact trails"
},
"noContactsWithLocationHistory": "Nenhum contato com histórico de localização",
"@noContactsWithLocationHistory": {
"description": "Subtitle when no contacts have trails"
},
"showingTrailsForContacts": "Mostrando trilhas de {count} contatos",
"@showingTrailsForContacts": {
"description": "Subtitle showing number of contacts with trails",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Trilhas individuais dos contatos",
"@individualContactTrails": {
"description": "Expansion tile title for individual contact trails"
},
"deviceInformation": "Informações do dispositivo",
"@deviceInformation": {
"description": "Device information section header"
},
"bleName": "Nome BLE",
"@bleName": {
"description": "Bluetooth Low Energy device name label"
},
"meshName": "Nome da mesh",
"@meshName": {
"description": "Mesh network name label"
},
"notSet": "Não definido",
"@notSet": {
"description": "Label when a value is not set"
},
"model": "Modelo",
"@model": {
"description": "Device model label"
@@ -1314,14 +1212,6 @@
"@version": {
"description": "Version label"
},
"buildDate": "Data de build",
"@buildDate": {
"description": "Firmware build date label"
},
"firmware": "Firmware",
"@firmware": {
"description": "Firmware label"
},
"maxContacts": "Máx. de contatos",
"@maxContacts": {
"description": "Maximum contacts capacity label"
@@ -1334,26 +1224,6 @@
"@publicInfo": {
"description": "Public information section header"
},
"meshNetworkName": "Nome da rede mesh",
"@meshNetworkName": {
"description": "Mesh network name field label"
},
"nameBroadcastInMesh": "Nome transmitido nos anúncios mesh",
"@nameBroadcastInMesh": {
"description": "Helper text for mesh network name field"
},
"telemetryAndLocationSharing": "Telemetria e compartilhamento de localização",
"@telemetryAndLocationSharing": {
"description": "Telemetry and location sharing toggle label"
},
"lat": "Lat.",
"@lat": {
"description": "Latitude field label (short form)"
},
"lon": "Lon.",
"@lon": {
"description": "Longitude field label (short form)"
},
"useCurrentLocation": "Usar localização atual",
"@useCurrentLocation": {
"description": "Tooltip for use current location button"
@@ -1383,15 +1253,6 @@
}
}
},
"copiedToClipboardShort": "{label} copiado para a área de transferência",
"@copiedToClipboardShort": {
"description": "Short success message when copying to clipboard",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Falha ao salvar: {error}",
"@failedToSave": {
"description": "Generic error message for save failures",
@@ -1414,10 +1275,6 @@
"@sarTemplates": {
"description": "SAR templates menu title"
},
"manageSarTemplates": "Gerenciar modelos SAR",
"@manageSarTemplates": {
"description": "Subtitle for SAR templates settings"
},
"addTemplate": "Adicionar modelo",
"@addTemplate": {
"description": "Button to add new SAR template"
@@ -1541,10 +1398,6 @@
"@ok": {
"description": "OK button label"
},
"permissionsSection": "Permissões",
"@permissionsSection": {
"description": "Permissions section header"
},
"locationPermission": "Permissão de localização",
"@locationPermission": {
"description": "Location permission label"
@@ -2109,94 +1962,6 @@
"@wizardWelcomeTitle": {
"description": "Welcome wizard first page title"
},
"wizardWelcomeDescription": "Uma poderosa ferramenta de comunicação off-grid para operações de busca e resgate. Conecte-se com sua equipe usando tecnologia de rádio mesh quando as redes tradicionais não estiverem disponíveis.",
"@wizardWelcomeDescription": {
"description": "Welcome wizard first page description"
},
"wizardConnectingTitle": "Conectando ao seu rádio",
"@wizardConnectingTitle": {
"description": "Wizard connecting page title"
},
"wizardConnectingDescription": "Conecte seu smartphone a um dispositivo de rádio MeshCore via Bluetooth para começar a se comunicar off-grid.",
"@wizardConnectingDescription": {
"description": "Wizard connecting page description"
},
"wizardConnectingFeature1": "Procure dispositivos MeshCore próximos",
"@wizardConnectingFeature1": {
"description": "Wizard connecting feature 1"
},
"wizardConnectingFeature2": "Emparelhe com seu rádio via Bluetooth",
"@wizardConnectingFeature2": {
"description": "Wizard connecting feature 2"
},
"wizardConnectingFeature3": "Funciona totalmente offline - internet não é necessária",
"@wizardConnectingFeature3": {
"description": "Wizard connecting feature 3"
},
"wizardChannelTitle": "Canais",
"@wizardChannelTitle": {
"description": "Wizard channel page title"
},
"wizardChannelDescription": "Transmita mensagens para todos em um canal, ideal para anúncios e coordenação de toda a equipe.",
"@wizardChannelDescription": {
"description": "Wizard channel page description"
},
"wizardChannelFeature1": "Canal público para comunicação geral da equipe",
"@wizardChannelFeature1": {
"description": "Wizard channel feature 1"
},
"wizardChannelFeature2": "Crie canais personalizados para grupos específicos",
"@wizardChannelFeature2": {
"description": "Wizard channel feature 2"
},
"wizardChannelFeature3": "As mensagens são retransmitidas automaticamente pela malha",
"@wizardChannelFeature3": {
"description": "Wizard channel feature 3"
},
"wizardContactsTitle": "Contatos",
"@wizardContactsTitle": {
"description": "Wizard contacts page title"
},
"wizardContactsDescription": "Os membros da sua equipe aparecem automaticamente à medida que entram na rede mesh. Envie mensagens diretas ou veja a localização deles.",
"@wizardContactsDescription": {
"description": "Wizard contacts page description"
},
"wizardContactsFeature1": "Contatos descobertos automaticamente",
"@wizardContactsFeature1": {
"description": "Wizard contacts feature 1"
},
"wizardContactsFeature2": "Envie mensagens diretas privadas",
"@wizardContactsFeature2": {
"description": "Wizard contacts feature 2"
},
"wizardContactsFeature3": "Veja o nível de bateria e o horário da última visualização",
"@wizardContactsFeature3": {
"description": "Wizard contacts feature 3"
},
"wizardMapTitle": "Mapa e localização",
"@wizardMapTitle": {
"description": "Wizard map page title"
},
"wizardMapDescription": "Acompanhe sua equipe em tempo real e marque locais importantes para operações de busca e resgate.",
"@wizardMapDescription": {
"description": "Wizard map page description"
},
"wizardMapFeature1": "Marcadores SAR para pessoas encontradas, incêndios e áreas de apoio",
"@wizardMapFeature1": {
"description": "Wizard map feature 1"
},
"wizardMapFeature2": "Rastreamento GPS em tempo real dos membros da equipe",
"@wizardMapFeature2": {
"description": "Wizard map feature 2"
},
"wizardMapFeature3": "Baixe mapas offline para áreas remotas",
"@wizardMapFeature3": {
"description": "Wizard map feature 3"
},
"wizardMapFeature4": "Desenhe formas e compartilhe informações táticas",
"@wizardMapFeature4": {
"description": "Wizard map feature 4"
},
"viewWelcomeTutorial": "Ver tutorial de boas-vindas",
"@viewWelcomeTutorial": {
"description": "Settings option to re-show welcome wizard"
@@ -2352,29 +2117,10 @@
"posttxDelay": "Atraso pós-tx",
"bandpass": "Passa-banda",
"bandpassFilterVoice": "Filtro passa-banda de voz",
"frequency": "Frequência",
"australia": "Austrália",
"australiaNarrow": "Austrália (Estreito)",
"australiaQld": "Austrália: QLD",
"australiaSaWa": "Austrália: SA, WA",
"newZealand": "Nova Zelândia",
"newZealandNarrow": "Nova Zelândia (Estreito)",
"switzerland": "Suíça",
"portugal433": "Portugal 433",
"portugal868": "Portugal 868",
"czechRepublicNarrow": "República Checa (Estreito)",
"eu433mhzLongRange": "UE 433MHz (Longo Alcance)",
"euukDeprecated": "UE/RU (Obsoleto)",
"euukNarrow": "UE/RU (Estreito)",
"usacanadaRecommended": "EUA/Canadá (Recomendado)",
"vietnamDeprecated": "Vietname (Obsoleto)",
"vietnamNarrow": "Vietname (Estreito)",
"active": "Ativo",
"addContact": "Adicionar contacto",
"all": "Tudo",
"autoResolve": "Resolver automaticamente",
"clearAllLabel": "Limpar tudo",
"clearRelays": "Limpar relays",
"clearFilters": "Limpar filtros",
"clearRoute": "Limpar rota",
"clearMessages": "Limpar mensagens",
@@ -2400,10 +2146,7 @@
"send": "Enviar",
"sendAnyway": "Enviar mesmo assim",
"share": "Partilhar",
"shareContact": "Partilhar contacto",
"trace": "Rastreio",
"use": "Usar",
"useSelectedFrequency": "Usar frequência selecionada",
"discovery": "Descoberta",
"discoverRepeaters": "Descobrir repetidores",
"discoverSensors": "Descobrir sensores",
@@ -2426,7 +2169,6 @@
"gpsModule": "Módulo GPS",
"liveTraffic": "Tráfego ao vivo",
"repeatersMap": "Mapa de repetidores",
"spectrumScan": "Varredura de espectro",
"blePacketLogs": "Registos de pacotes BLE",
"onlineTraceDatabase": "Base de dados de rastreio",
"routePathByteSize": "Tamanho do caminho em bytes",
@@ -2438,7 +2180,6 @@
"disableContacts": "Desativar contactos",
"enableSensorsTab": "Ativar separador Sensores",
"enableProfiles": "Ativar perfis",
"autoRouteRotation": "Rotação automática de rota",
"nearestRepeaterFallback": "Repetidor mais próximo como reserva",
"deleteAllStoredMessageHistory": "Apagar todo o histórico de mensagens",
"messageFontSize": "Tamanho da fonte de mensagens",
@@ -2446,18 +2187,13 @@
"showMapDebugInfo": "Mostrar info de depuração do mapa",
"openMapInFullscreen": "Abrir mapa em ecrã inteiro",
"showSarMarkersLabel": "Mostrar marcadores SAR",
"displaySarMarkersOnTheMainMap": "Mostrar marcadores SAR no mapa principal",
"showAllContactTrailsLabel": "Mostrar todos os rastos de contactos",
"hideRepeatersOnMap": "Ocultar repetidores no mapa",
"setMapScale": "Definir escala do mapa",
"customMapScaleSaved": "Escala de mapa personalizada guardada",
"voiceBitrate": "Taxa de bits de voz",
"voiceCompressor": "Compressor de voz",
"balancesQuietAndLoudSpeechLevels": "Equilibra níveis de fala suaves e altos",
"voiceLimiter": "Limitador de voz",
"preventsClippingPeaksBeforeEncoding": "Previne corte de picos antes da codificação",
"micAutoGain": "Ganho automático do microfone",
"letsTheRecorderAdjustInputLevel": "Permite ao gravador ajustar o nível de entrada",
"echoCancellation": "Cancelamento de eco",
"noiseSuppression": "Supressão de ruído",
"trimSilenceInVoiceMessages": "Cortar silêncio em mensagens de voz",
@@ -2499,13 +2235,10 @@
"staging": "Área de reunião",
"object": "Objeto",
"quiet": "Silencioso",
"moderate": "Moderado",
"busy": "Ocupado",
"spectrumScanReturnedNoCandidateFrequencies": "A varredura de espectro não encontrou frequências candidatas",
"searchMessages": "Pesquisar mensagens",
"sendImageFromGallery": "Enviar imagem da galeria",
"takePhoto": "Tirar foto",
"dmOnly": "Apenas mensagem direta",
"allMessages": "Todas as mensagens",
"sendToPublicChannel": "Enviar para o canal público?",
"selectMarkerTypeAndDestination": "Selecione tipo de marcador e destino",
@@ -2524,8 +2257,6 @@
"wipeDevice": "Apagar dispositivo",
"destructiveDeviceActions": "Ações destrutivas do dispositivo.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Escolha uma predefinição ou ajuste as definições de rádio.",
"chooseTheNameAndLocationThisDeviceShares": "Escolha o nome e a localização que este dispositivo partilha.",
"availableSpaceOnThisDevice": "Espaço disponível neste dispositivo.",
"used": "Usado",
"total": "Total",
"renameValue": "Renomear valor",
@@ -2543,8 +2274,6 @@
"onlineOnly": "Apenas online",
"inBoth": "Em ambos",
"source": "Fonte",
"manualRouteEdit": "Edição manual de rota",
"observedMeshRoute": "Rota mesh observada",
"allMessagesCleared": "Todas as mensagens limpas",
"onlineTraceDatabaseCleared": "Base de dados de rastreio limpa",
"packetLogsCleared": "Registos de pacotes limpos",
@@ -2575,5 +2304,314 @@
"captured": "Capturado",
"size": "Tamanho",
"noCustomChannelsToClear": "Sem canais personalizados para limpar.",
"noDeviceContactsToClear": "Sem contactos do dispositivo para limpar."
"noDeviceContactsToClear": "Sem contactos do dispositivo para limpar.",
"autoSend": "Envio automático",
"autoSendDescription": "Enviar pela rota atual.",
"sendDirect": "Envio direto",
"sendDirectDescription": "Enviar diretamente a este contacto.",
"sendFlood": "Envio por inundação",
"sendFloodDescription": "Enviar por todos os repetidores.",
"postConnectDiscoveryTitle": "Descobrir repetidores agora?",
"postConnectDiscoveryDescription": "Execute a descoberta de repetidores logo após a conexão para ver os nós MeshCore próximos e adicioná-los à sua rede mais rapidamente.",
"aToZ": "A-Z",
"add": "Adicionar",
"addAdditionalDetails": "Adicionar detalhes adicionais",
"addPeer": "Adicionar par",
"addPeerManually": "Adicionar par manualmente",
"addedToContacts": "{name} adicionado aos contatos",
"addedToSensors": "{name} adicionado aos Sensores",
"allowAll": "Permitir todos",
"anonymousRxStats": "Estatísticas RX anónimas",
"appearance": "Aparência",
"ascii": "ASCII",
"baseTelemetry": "Telemetria base",
"blePin": "PIN BLE",
"buzzerAlerts": "Alertas sonoros",
"cancelImageReceive": "Cancelar receção de imagem",
"choose": "Escolher",
"chooseWhichTabsAndContactSectionsToShow": "Escolher quais separadores e secções de contatos mostrar",
"clearCache": "Limpar cache",
"clearHistory": "Limpar histórico",
"clearLiveView": "Limpar vista ao vivo",
"clearLogs": "Limpar registos",
"clearOfflineCache": "Limpar cache offline?",
"clearOverlay": "Limpar sobreposição",
"clearRouteOnlyAfterAllRetriesFail": "Limpar rota apenas após todas as tentativas falharem",
"codecBitrateAndAudioProcessing": "Codec, bitrate e processamento de áudio",
"connectByIpAddress": "Conectar por endereço IP",
"controlWhichAlertsYouReceive": "Controlar quais alertas recebe",
"copyFullHex": "Copiar hex completo",
"copyRawResponse": "Copiar resposta bruta",
"couldNotLoadMetHistory": "Não foi possível carregar o histórico MET",
"customizeSensor": "Personalizar {name}",
"data": "Dados",
"deleteGroup": "Eliminar grupo",
"deleteStyleConfirm": "Eliminar {name}?",
"deleteThisDrawing": "Eliminar este {type}?",
"deny": "Negar",
"deviceInfo": "Informações do dispositivo",
"deviceSettings": "Definições do dispositivo",
"deviceTimeSynced": "Hora do dispositivo sincronizada com este telemóvel.",
"disableFastGpsPublishing": "Desativar publicação rápida de GPS",
"displayMarkersAndTraceDatabase": "Ecrã, marcadores e base de dados de percursos",
"download": "Transferir",
"environmentalTelemetry": "Telemetria ambiental",
"errorCheckingForUpdates": "Erro ao verificar atualizações: {error}",
"errorGeneric": "Erro: {error}",
"errorOpeningDownload": "Erro ao abrir transferência: {error}",
"exportLogs": "Exportar registos",
"extraAggressiveAvifCompression": "Compressão AVIF extra-agressiva",
"failedToAddContact": "Falha ao adicionar contato: {error}",
"failedToAddName": "Falha ao adicionar {name}: {error}",
"failedToClearChannels": "Falha ao limpar canais: {error}",
"failedToClearContacts": "Falha ao limpar contatos: {error}",
"failedToConnectViaSerial": "Falha ao conectar via série",
"failedToLoadPreviewImage": "Falha ao carregar imagem de pré-visualização: {error}",
"failedToLoadTrace": "Falha ao carregar percurso: {error}",
"failedToSendSarMarker": "Falha ao enviar marcador SAR: {error}",
"failedToSetBuzzerMode": "Falha ao definir modo de alarme: {error}",
"failedToSetGpsMode": "Falha ao definir modo GPS: {error}",
"failedToSyncDeviceTime": "Falha ao sincronizar hora do dispositivo: {error}",
"failedToWipeDeviceData": "Falha ao apagar dados do dispositivo: {error}",
"fastGpsTargetChannel": "Canal alvo de GPS rápido",
"fastUpdatesThresholdsAndPermissions": "Atualizações rápidas, limiares e permissões",
"fetchingCatalog": "A obter catálogo...",
"fifteenMinutes": "15 minutos",
"fifteenSeconds": "15 segundos",
"filterByDirection": "Filtrar por direção",
"finish": "Concluir",
"fiveMinutes": "5 minutos",
"fiveSeconds": "5 segundos",
"fix": "Correção",
"gps": "GPS",
"gpsAdvertPolicy": "Política de anúncio GPS",
"gpsAndLocation": "GPS e Localização",
"gpsDiagnostics": "Diagnósticos GPS",
"gpsSection": "GPS",
"help": "Ajuda",
"hex": "Hex",
"hidden": "Oculto",
"howTheRadioAutoAddsDiscoveredNodes": "Como o rádio adiciona automaticamente nós descobertos.",
"images": "Imagens",
"importProfile": "Importar perfil",
"lastFix": "Última correção",
"latest": "Mais recente",
"latitude": "Latitude",
"loadASavedRegion": "Carregar uma região guardada",
"loading": "A carregar",
"locationSharingHardwareAndUpdateInterval": "Partilha de localização, hardware e intervalo de atualização.",
"locationTelemetry": "Telemetria de localização",
"lockDestination": "Bloquear destino",
"longitude": "Longitude",
"mapStyle": "Estilo do mapa",
"max": "Máx",
"maxZoom": "Zoom máximo",
"messaging": "Mensagens",
"metHistory": "Histórico MET",
"min": "Mín",
"minZoom": "Zoom mínimo",
"moveDown": "Mover para baixo",
"moveUp": "Mover para cima",
"multiAckMode": "Modo multi-ACK",
"multiDeviceWorkspaceManagement": "Gestão de espaço de trabalho multi-dispositivo",
"myLocation": "A minha localização",
"nameAndTelemetryShared": "Nome e telemetria partilhados com outros dispositivos.",
"newVersionAvailable": "Nova versão: {version}",
"newer": "Mais recente",
"noNeighboursFound": "Nenhum vizinho encontrado",
"noServersFound": "Nenhum servidor encontrado",
"notSet": "Não definido",
"notifications": "Notificações",
"offZeroSeconds": "Desligado (0 s)",
"offlineMaps": "Mapas offline",
"older": "Mais antigo",
"oneByteMode0": "1 byte (modo 0)",
"oneHour": "1 hora",
"oneMinute": "1 minuto",
"openPacketLogs": "Abrir registos de pacotes",
"packetTypeHelp": "Ajuda sobre tipos de pacotes",
"pasteShareLinkOrHexAdvert": "Colar um link de partilha ou anúncio hex",
"pathHash": "Hash do caminho",
"pathSize": "Tamanho do caminho",
"ping": "Ping",
"polygon": "Polígono",
"rawResponseCopied": "Resposta bruta copiada",
"resendThroughNearestRepeaterOnFailure": "Reenviar pelo repetidor mais próximo em caso de falha",
"resolveContact": "Resolver contato",
"routingRetriesAndDestinationLock": "Encaminhamento, tentativas e bloqueio de destino",
"samples": "Amostras",
"satellites": "Satélites",
"saving": "A guardar...",
"search": "Pesquisar",
"searchByNameOrToken": "Pesquisar por nome ou token",
"searchDiscoveredNodes": "Pesquisar nós descobertos",
"searchInCurrentFilter": "Pesquisar no filtro atual",
"searchLogs": "Pesquisar registos...",
"searchSensors": "Pesquisar sensores",
"searchThisSection": "Pesquisar nesta secção",
"selectedRelays": "Repetidores selecionados",
"sensor": "Sensor",
"serialError": "Erro de série: {error}",
"setPathForContact": "Definir caminho para {name}",
"shareLiveGps": "Partilhar GPS ao vivo",
"shareMyTiles": "Partilhar os meus mosaicos",
"sharingLocationFromPhone": "A partilhar localização neste canal a partir do telemóvel.",
"sharingLocationFromRadio": "A partilhar localização neste canal a partir do rádio.",
"signalDbm": "Sinal {rssi} dBm",
"sizeCompressionAndPreview": "Tamanho, compressão e pré-visualização",
"skip": "Saltar",
"smallerFileSize": "Tamanho de ficheiro menor",
"sort": "Ordenar",
"stoppedSharingLocation": "Deixou de partilhar localização neste canal.",
"suppressNotificationsWhileInForeground": "Suprimir notificações em primeiro plano",
"tabsAndNavigation": "Separadores e Navegação",
"templatesAndTutorials": "Modelos e tutoriais",
"tenMinutes": "10 minutos",
"tenSeconds": "10 segundos",
"testSendUpdate": "Testar envio de atualização",
"themeLanguageAndDisplayPreferences": "Tema, idioma e preferências de apresentação",
"thirtyMinutes": "30 minutos",
"thirtySeconds": "30 segundos",
"threeBytesMode2": "3 bytes (modo 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Estatísticas de tráfego, histórico de mensagens e ferramentas de programador",
"twoBytesMode1": "2 bytes (modo 1)",
"twoMinutes": "2 minutos",
"undo": "Desfazer",
"updated": "Atualizado",
"useContactFlags": "Usar bandeiras de contato",
"useSavedCoordinates": "Usar coordenadas guardadas",
"view": "Ver",
"viewNeighbours": "Ver vizinhos",
"viewPublicStats": "Ver estatísticas públicas",
"setRegionScope": "Definir âmbito de região",
"regionScope": "Âmbito de região",
"regionScopeNone": "Nenhum (global)",
"clearRegionScope": "Limpar âmbito",
"regionScopeWarning": "Apenas os repetidores que permitem esta região irão retransmitir.",
"discoverRegions": "Descobrir a partir dos repetidores",
"discoveringRegions": "A descobrir regiões...",
"enterRegionName": "Nome da região (ex. auckland)",
"noRegionsFound": "Nenhuma região encontrada neste repetidor.",
"regionScopeSet": "Âmbito de região definido para {name}",
"regionScopeCleared": "Âmbito de região limpo",
"simpleMode": "Modo simples",
"simpleModeDescription": "Apenas chat e mapa com contatos favoritos",
"simpleModeRequiresLockedDestination": "Ative primeiro \"Bloquear destino\" com um canal para usar o modo simples",
"noFavouriteContacts": "Nenhum contato favorito",
"selectDestinationFirst": "Selecione primeiro um canal, contato ou sala",
"recipientNoLongerAvailable": "O destinatário não está mais disponível",
"failedToSendMessage": "Falha ao enviar: {error}",
"tictactoeDirectOnly": "O jogo da velha funciona apenas em mensagens diretas. Escolha primeiro um contato.",
"deviceKeyUnavailable": "A chave do dispositivo não está disponível",
"imageCompressionFailed": "Falha na compressão da imagem",
"imageFragmentationFailed": "Falha na fragmentação da imagem",
"failedToAnnounceImage": "Falha ao anunciar a imagem",
"noRecipientSelected": "Nenhum destinatário selecionado",
"imageSendFailed": "Falha no envio da imagem",
"microphonePermissionRequiredForVoice": "É necessária permissão de microfone para mensagens de voz",
"recordingDiscarded": "Gravação descartada",
"publicChannelMediaWarning": "Você está prestes a enviar {mediaType} para o canal público. Isso não é recomendado, pois todos na rede mesh podem receber. Escolha um canal privado ou com tag, a menos que seja isso que você quer.",
"selectPrivateChannelToShareLocation": "Selecione um canal privado para compartilhar sua localização.",
"stopSharingMyLocation": "Parar de compartilhar minha localização",
"shareMyLocation": "Compartilhar minha localização",
"stopRecording": "Parar gravação",
"recordVoice": "Gravar mensagem de voz",
"moreActions": "Mais ações",
"noMessagesInFilter": "Nenhuma mensagem neste filtro",
"noMatchesInFilter": "Nenhum resultado neste filtro",
"syncFailed": "Falha na sincronização: {error}",
"invalidLink": "Link inválido",
"cannotOpenLink": "Não é possível abrir o link",
"failedToOpenLink": "Falha ao abrir o link",
"failedToResendMessage": "Falha ao reenviar a mensagem",
"retryFailed": "Falha na nova tentativa: {error}",
"deleteDrawingAndMessage": "Excluir desenho e mensagem",
"lastEchoRelay": "Último eco: repetidor",
"lastEchoPath": "Último eco: caminho",
"lastEchoBytesReport": "Último eco: relatório de bytes",
"noGpsCoordinatesAvailable": "Nenhuma coordenada GPS disponível",
"notASarMarker": "Não é um marcador SAR",
"failedToSaveTemplate": "Falha ao salvar o modelo: {error}",
"drawingNotFound": "Desenho não encontrado",
"unknownDrawingType": "Tipo de desenho desconhecido",
"customMapMarker": "Marcador de mapa personalizado",
"customMapPointLabel": "Ponto: {point}",
"mapIdLabel": "ID do mapa: {id}",
"cannotFetchVoice": "Não é possível obter a voz",
"senderContactUnknown": "O contato do remetente é desconhecido. Sincronize os contatos primeiro.",
"senderRouteUnknown": "A rota do remetente é desconhecida. Sincronize os contatos/o caminho primeiro.",
"messageTooFar": "A mensagem está longe demais ({hops} saltos, máx. {maxHops}).",
"senderRouteNoPathResponse": "A rota do remetente não respondeu à verificação de caminho. Sincronize os contatos/o caminho e tente novamente.",
"senderRouteNoRawResponse": "A rota do remetente não respondeu no caminho de transporte raw.",
"voiceFetchOverHops": "Obter a voz por {hops} saltos pode demorar um pouco.",
"voiceReceiveCanceled": "Recebimento de voz cancelado",
"fetchingMissingVoiceFragments": "Obtendo fragmentos de voz ausentes",
"receivingVoice": "Recebendo voz",
"cannotFetchImage": "Não é possível obter a imagem",
"imageFetchOverHops": "Obter a imagem por {hops} saltos pode demorar um pouco.",
"imageAlreadyBeingReceived": "A imagem já está sendo recebida",
"loadImage": "Carregar imagem",
"imageFetchFailedToSendRequest": "Falha ao enviar a solicitação da imagem",
"imageUnavailable": "Imagem indisponível no momento",
"imageFetchTimedOut": "Tempo esgotado ao obter a imagem",
"imageReceiveCanceled": "Recebimento da imagem cancelado",
"closeImagePreview": "Fechar visualização da imagem",
"recordingReleaseToSend": "Gravando... solte para enviar",
"sendingVoice": "Enviando voz...",
"sendLongPressToRecordVoice": "Enviar (toque longo para gravar voz)",
"discardRecording": "Descartar gravação",
"hopCount": "{count, plural, =1{1 salto} other{{count} saltos}}",
"channelsSectionDescription": "Canais de difusão para o tráfego mesh próximo",
"roomsSectionDescription": "Espaços compartilhados para coordenação contínua da equipe",
"contactsSectionDescription": "Pessoas e dispositivos ao seu alcance direto",
"noRecentChatters": "Sem participantes recentes",
"public": "Público",
"failedToSendTicTacToeMove": "Falha ao enviar a jogada do jogo da velha",
"youWon": "Você venceu",
"opponentWon": "O adversário venceu",
"gameDraw": "Empate",
"yourTurn": "Sua vez",
"opponentTurn": "Vez do adversário",
"pleaseEnterValidCoordinates": "Insira coordenadas válidas",
"locationNotAvailable": "Localização não disponível",
"customCaveMapPoint": "Ponto de mapa de caverna personalizado",
"mapPoint": "Ponto do mapa",
"fetchingMissingImageFragments": "Obtendo fragmentos ausentes…",
"loadingImage": "Carregando…",
"receivingImage": "Recebendo…",
"tapToLoad": "Toque para carregar",
"connectDevice": "Conectar dispositivo",
"chooseTransportSubtitle": "Escolha o transporte Bluetooth, WiFi ou Serial",
"ble": "BLE",
"network": "Rede",
"serial": "Serial",
"scan": "Escanear",
"pressScanToSearchForDevices": "Pressione escanear para procurar dispositivos próximos",
"failedToConnectToDevice": "Falha ao conectar a {name}",
"unknownDevice": "Dispositivo desconhecido",
"showingCachedResultsTapRefresh": "Exibindo resultados em cache. Toque em atualizar para escanear novamente.",
"scanningLocalNetworkOnPort": "Escaneando a rede local em busca de dispositivos MeshCore WiFi na porta {port}",
"cancelScanAndAddServer": "Cancelar escaneamento e adicionar servidor",
"addServer": "Adicionar servidor",
"scanningProgressIps": "Escaneando... {scanned}/{total} IPs",
"cancelAndEnterManually": "Cancelar e inserir manualmente",
"noRecentOrDiscoveredServers": "Ainda não há servidores recentes ou descobertos",
"recentlyUsed": "Usados recentemente",
"connecting": "Conectando...",
"discoveredOnThisNetwork": "Descobertos nesta rede",
"serverNoLongerAvailable": "O servidor em {host}:{port} não está mais disponível. Escaneie novamente para encontrar servidores ativos.",
"failedToConnectToHost": "Falha ao conectar a {host}:{port}",
"enterValidIpAddress": "Insira um endereço IP válido",
"enterValidTcpPort": "Insira uma porta TCP válida",
"ipAddress": "Endereço IP",
"tcpPort": "Porta TCP",
"customServerPort": "Porta de servidor personalizada",
"chat": "Chat",
"restoringPreviousLink": "Restaurando a conexão anterior",
"noDeviceConnected": "Nenhum dispositivo conectado",
"sendAdvert": "Enviar meu contato",
"advertMode": "Enviar meu contato",
"advertModeSubtitle": "Escolha até onde suas informações de contato devem chegar.",
"floodAdvertSent": "Contato enviado por toda a rede mesh",
"directAdvertSent": "Contato enviado para os dispositivos próximos"
}

View File

@@ -9,7 +9,6 @@
"disconnect": "Отключить",
"noDevicesFound": "Устройства не найдены",
"scanAgain": "Повторить поиск",
"tapToConnect": "Нажмите для подключения",
"deviceNotConnected": "Устройство не подключено",
"locationPermissionDenied": "Доступ к геолокации запрещён",
"locationPermissionPermanentlyDenied": "Доступ к геолокации запрещён навсегда. Включите его в настройках.",
@@ -32,9 +31,7 @@
"autoSystem": "Авто (Система)",
"followSystemTheme": "Следовать системной теме",
"showRxTxIndicators": "Показывать индикаторы RX/TX",
"displayPacketActivity": "Отображать активность пакетов в верхней панели",
"disableMap": "Отключить карту",
"disableMapDescription": "Скрыть вкладку карты для экономии заряда батареи",
"language": "Язык",
"chooseLanguage": "Выбрать язык",
"save": "Сохранить",
@@ -42,7 +39,6 @@
"close": "Закрыть",
"about": "О приложении",
"appVersion": "Версия приложения",
"appName": "Название приложения",
"aboutMeshCoreSar": "О MeshCore SAR",
"aboutDescription": "Приложение для поисково-спасательных операций, разработанное для аварийно-спасательных служб. Возможности:\n\n• BLE mesh-сеть для связи между устройствами\n• Офлайн-карты с несколькими вариантами слоёв\n• Отслеживание членов команды в реальном времени\n• Тактические маркеры SAR (найденный человек, пожар, место сбора)\n• Управление контактами и обмен сообщениями\n• GPS-трекинг с показанием курса компаса\n• Кэширование тайлов карт для работы офлайн",
"technologiesUsed": "Используемые технологии:",
@@ -69,7 +65,6 @@
"viewOnMap": "Показать на карте",
"refresh": "Обновить",
"resetPath": "Сбросить маршрут (перепроложить)",
"publicKeyCopied": "Публичный ключ скопирован в буфер обмена",
"copiedToClipboard": "{label} скопировано в буфер обмена",
"pleaseEnterPassword": "Пожалуйста, введите пароль",
"failedToSyncContacts": "Не удалось синхронизировать контакты: {error}",
@@ -149,15 +144,9 @@
"type": "Тип",
"publicKey": "Публичный ключ",
"lastSeen": "Последнее появление",
"roomStatus": "Статус комнаты",
"loginStatus": "Статус входа",
"notLoggedIn": "Не выполнен вход",
"adminAccess": "Доступ администратора",
"yes": "Да",
"no": "Нет",
"permissions": "Разрешения",
"passwordSaved": "Пароль сохранён",
"locationColon": "Местоположение:",
"telemetry": "Телеметрия",
"voltage": "Напряжение",
"battery": "Батарея",
@@ -165,8 +154,6 @@
"humidity": "Влажность",
"pressure": "Давление",
"gpsTelemetry": "GPS (телеметрия)",
"updated": "Обновлено",
"pathResetInfo": "Маршрут сброшен для {name}. Следующее сообщение найдёт новый путь.",
"reLoginToRoom": "Войти в комнату повторно",
"heading": "Курс",
"elevation": "Высота",
@@ -241,7 +228,6 @@
"tapToViewOnMap": "Нажмите, чтобы открыть на карте",
"radioSettings": "Настройки радио",
"frequencyMHz": "Частота (МГц)",
"frequencyExample": "например, 869.618",
"bandwidth": "Полоса пропускания",
"spreadingFactor": "Коэффициент расширения",
"codingRate": "Скорость кодирования",
@@ -264,38 +250,20 @@
"noTrailRecorded": "Трек ещё не записан",
"startTrackingToRecord": "Запустите отслеживание геолокации для записи трека",
"trailControls": "Управление треком",
"contactTrails": "Треки контактов",
"showAllContactTrails": "Показать все треки контактов",
"noContactsWithLocationHistory": "Нет контактов с историей местоположения",
"showingTrailsForContacts": "Показаны треки для {count} контактов",
"individualContactTrails": "Индивидуальные треки контактов",
"deviceInformation": "Информация об устройстве",
"bleName": "Имя BLE",
"meshName": "Имя в сети Mesh",
"notSet": "Не задано",
"model": "Модель",
"version": "Версия",
"buildDate": "Дата сборки",
"firmware": "Прошивка",
"maxContacts": "Макс. контактов",
"maxChannels": "Макс. каналов",
"publicInfo": "Публичная информация",
"meshNetworkName": "Название сети Mesh",
"nameBroadcastInMesh": "Имя, транслируемое в mesh-объявлениях",
"telemetryAndLocationSharing": "Телеметрия и передача местоположения",
"lat": "Ш",
"lon": "Д",
"useCurrentLocation": "Использовать текущее местоположение",
"noneUnknown": "Нет/Неизвестно",
"chatNode": "Узел чата",
"repeater": "Ретранслятор",
"roomChannel": "Комната/Канал",
"typeNumber": "Тип {number}",
"copiedToClipboardShort": "{label} скопировано в буфер обмена",
"failedToSave": "Не удалось сохранить: {error}",
"failedToGetLocation": "Не удалось получить местоположение: {error}",
"sarTemplates": "Шаблоны SAR",
"manageSarTemplates": "Управление шаблонами целеуказания",
"addTemplate": "Добавить шаблон",
"editTemplate": "Изменить шаблон",
"deleteTemplate": "Удалить шаблон",
@@ -323,7 +291,6 @@
"noTemplates": "Шаблоны недоступны",
"tapAddToCreate": "Нажмите +, чтобы создать первый шаблон",
"ok": "ОК",
"permissionsSection": "Разрешения",
"locationPermission": "Разрешение геолокации",
"checking": "Проверка...",
"locationPermissionGrantedAlways": "Разрешено (всегда)",
@@ -460,28 +427,6 @@
"wizardNext": "Далее",
"wizardGetStarted": "Начать",
"wizardWelcomeTitle": "Добро пожаловать в MeshCore SAR",
"wizardWelcomeDescription": "Мощный инструмент связи вне сети для поисково-спасательных операций. Поддерживайте связь с командой через mesh-радио, когда традиционные сети недоступны.",
"wizardConnectingTitle": "Подключение к радиоустройству",
"wizardConnectingDescription": "Подключите смартфон к радиоустройству MeshCore по Bluetooth для связи вне сети.",
"wizardConnectingFeature1": "Поиск ближайших устройств MeshCore",
"wizardConnectingFeature2": "Сопряжение с радиоустройством по Bluetooth",
"wizardConnectingFeature3": "Работает полностью офлайн — интернет не нужен",
"wizardChannelTitle": "Каналы",
"wizardChannelDescription": "Транслируйте сообщения всем участникам канала — идеально для общих объявлений и координации команды.",
"wizardChannelFeature1": "Публичный канал для общей связи команды",
"wizardChannelFeature2": "Создавайте пользовательские каналы для отдельных групп",
"wizardChannelFeature3": "Сообщения автоматически ретранслируются через mesh",
"wizardContactsTitle": "Контакты",
"wizardContactsDescription": "Члены вашей команды появляются автоматически по мере подключения к mesh-сети. Отправляйте им личные сообщения или просматривайте их местоположение.",
"wizardContactsFeature1": "Контакты обнаруживаются автоматически",
"wizardContactsFeature2": "Отправка личных сообщений",
"wizardContactsFeature3": "Просмотр уровня заряда и времени последнего появления",
"wizardMapTitle": "Карта и местоположение",
"wizardMapDescription": "Отслеживайте команду в реальном времени и отмечайте важные места для поисково-спасательных операций.",
"wizardMapFeature1": "Маркеры SAR для найденных людей, пожаров и мест сбора",
"wizardMapFeature2": "GPS-отслеживание членов команды в реальном времени",
"wizardMapFeature3": "Загрузка офлайн-карт для отдалённых районов",
"wizardMapFeature4": "Рисование фигур и обмен тактической информацией",
"viewWelcomeTutorial": "Просмотреть обучение",
"allTeamContacts": "Все контакты команды",
"directMessagesInfo": "Личные сообщения с подтверждением. Отправлено {count} членам команды.",
@@ -587,29 +532,10 @@
"posttxDelay": "Задержка после передачи",
"bandpass": "Полосовой",
"bandpassFilterVoice": "Полосовой фильтр голоса",
"frequency": "Частота",
"australia": "Австралия",
"australiaNarrow": "Австралия (Узкий)",
"australiaQld": "Австралия: QLD",
"australiaSaWa": "Австралия: SA, WA",
"newZealand": "Новая Зеландия",
"newZealandNarrow": "Новая Зеландия (Узкий)",
"switzerland": "Швейцария",
"portugal433": "Португалия 433",
"portugal868": "Португалия 868",
"czechRepublicNarrow": "Чехия (Узкий)",
"eu433mhzLongRange": "ЕС 433МГц (Дальний)",
"euukDeprecated": "ЕС/Великобритания (Устарело)",
"euukNarrow": "ЕС/Великобритания (Узкий)",
"usacanadaRecommended": "США/Канада (Рекомендуется)",
"vietnamDeprecated": "Вьетнам (Устарело)",
"vietnamNarrow": "Вьетнам (Узкий)",
"active": "Активно",
"addContact": "Добавить контакт",
"all": "Все",
"autoResolve": "Автоматическое разрешение",
"clearAllLabel": "Очистить все",
"clearRelays": "Очистить реле",
"clearFilters": "Очистить фильтры",
"clearRoute": "Очистить маршрут",
"clearMessages": "Очистить сообщения",
@@ -635,10 +561,7 @@
"send": "Отправить",
"sendAnyway": "Отправить все равно",
"share": "Поделиться",
"shareContact": "Поделиться контактом",
"trace": "Трассировка",
"use": "Использовать",
"useSelectedFrequency": "Использовать выбранную частоту",
"discovery": "Обнаружение",
"discoverRepeaters": "Обнаружить повторители",
"discoverSensors": "Обнаружить датчики",
@@ -661,7 +584,6 @@
"gpsModule": "Модуль GPS",
"liveTraffic": "Живой трафик",
"repeatersMap": "Карта повторителей",
"spectrumScan": "Сканирование спектра",
"blePacketLogs": "Журналы BLE-пакетов",
"onlineTraceDatabase": "База трассировок",
"routePathByteSize": "Размер пути в байтах",
@@ -673,7 +595,6 @@
"disableContacts": "Отключить контакты",
"enableSensorsTab": "Включить вкладку Датчики",
"enableProfiles": "Включить профили",
"autoRouteRotation": "Автоматическая ротация маршрута",
"nearestRepeaterFallback": "Ближайший повторитель как резерв",
"deleteAllStoredMessageHistory": "Удалить всю историю сообщений",
"messageFontSize": "Размер шрифта сообщений",
@@ -681,18 +602,13 @@
"showMapDebugInfo": "Показать отладочную информацию карты",
"openMapInFullscreen": "Открыть карту на весь экран",
"showSarMarkersLabel": "Показать SAR-маркеры",
"displaySarMarkersOnTheMainMap": "Отображать SAR-маркеры на основной карте",
"showAllContactTrailsLabel": "Показать все следы контактов",
"hideRepeatersOnMap": "Скрыть повторители на карте",
"setMapScale": "Установить масштаб карты",
"customMapScaleSaved": "Пользовательский масштаб карты сохранён",
"voiceBitrate": "Битрейт голоса",
"voiceCompressor": "Компрессор голоса",
"balancesQuietAndLoudSpeechLevels": "Выравнивает тихую и громкую речь",
"voiceLimiter": "Лимитер голоса",
"preventsClippingPeaksBeforeEncoding": "Предотвращает обрезку пиков перед кодированием",
"micAutoGain": "Автоусиление микрофона",
"letsTheRecorderAdjustInputLevel": "Позволяет рекордеру регулировать уровень входа",
"echoCancellation": "Подавление эха",
"noiseSuppression": "Подавление шума",
"trimSilenceInVoiceMessages": "Обрезать тишину в голосовых сообщениях",
@@ -734,13 +650,10 @@
"staging": "Место сбора",
"object": "Объект",
"quiet": "Тихо",
"moderate": "Умеренно",
"busy": "Занято",
"spectrumScanReturnedNoCandidateFrequencies": "Сканирование спектра не нашло частот-кандидатов",
"searchMessages": "Поиск сообщений",
"sendImageFromGallery": "Отправить изображение из галереи",
"takePhoto": "Сделать фото",
"dmOnly": "Только личные сообщения",
"allMessages": "Все сообщения",
"sendToPublicChannel": "Отправить в публичный канал?",
"selectMarkerTypeAndDestination": "Выберите тип маркера и назначение",
@@ -759,8 +672,6 @@
"wipeDevice": "Стереть устройство",
"destructiveDeviceActions": "Деструктивные действия устройства.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Выберите пресет или настройте радио вручную.",
"chooseTheNameAndLocationThisDeviceShares": "Выберите имя и местоположение, которыми делится устройство.",
"availableSpaceOnThisDevice": "Доступное место на этом устройстве.",
"used": "Использовано",
"total": "Всего",
"renameValue": "Переименовать значение",
@@ -778,8 +689,6 @@
"onlineOnly": "Только онлайн",
"inBoth": "В обоих",
"source": "Источник",
"manualRouteEdit": "Ручное редактирование маршрута",
"observedMeshRoute": "Наблюдаемый mesh-маршрут",
"allMessagesCleared": "Все сообщения очищены",
"onlineTraceDatabaseCleared": "База трассировок очищена",
"packetLogsCleared": "Журналы пакетов очищены",
@@ -810,5 +719,314 @@
"captured": "Захвачено",
"size": "Размер",
"noCustomChannelsToClear": "Нет пользовательских каналов для очистки.",
"noDeviceContactsToClear": "Нет контактов устройства для очистки."
"noDeviceContactsToClear": "Нет контактов устройства для очистки.",
"autoSend": "Автоотправка",
"autoSendDescription": "Отправить текущим маршрутом.",
"sendDirect": "Прямая отправка",
"sendDirectDescription": "Отправить напрямую этому контакту.",
"sendFlood": "Отправка лавиной",
"sendFloodDescription": "Отправить через все ретрансляторы.",
"postConnectDiscoveryTitle": "Обнаружить ретрансляторы сейчас?",
"postConnectDiscoveryDescription": "Запустите обнаружение ретрансляторов сразу после подключения, чтобы увидеть ближайшие узлы MeshCore и быстрее добавить их в свою сеть.",
"aToZ": "А-Я",
"add": "Добавить",
"addAdditionalDetails": "Добавить дополнительные сведения",
"addPeer": "Добавить узел",
"addPeerManually": "Добавить узел вручную",
"addedToContacts": "{name} добавлен в контакты",
"addedToSensors": "{name} добавлен в Датчики",
"allowAll": "Разрешить все",
"anonymousRxStats": "Анонимная статистика RX",
"appearance": "Внешний вид",
"ascii": "ASCII",
"baseTelemetry": "Базовая телеметрия",
"blePin": "BLE PIN",
"buzzerAlerts": "Звуковые оповещения",
"cancelImageReceive": "Отменить получение изображения",
"choose": "Выбрать",
"chooseWhichTabsAndContactSectionsToShow": "Выберите отображаемые вкладки и разделы контактов",
"clearCache": "Очистить кэш",
"clearHistory": "Очистить историю",
"clearLiveView": "Очистить режим реального времени",
"clearLogs": "Очистить журналы",
"clearOfflineCache": "Очистить офлайн-кэш?",
"clearOverlay": "Очистить наложение",
"clearRouteOnlyAfterAllRetriesFail": "Очищать маршрут только после всех неудачных повторов",
"codecBitrateAndAudioProcessing": "Кодек, битрейт и обработка звука",
"connectByIpAddress": "Подключиться по IP-адресу",
"controlWhichAlertsYouReceive": "Управление получаемыми оповещениями",
"copyFullHex": "Копировать полный Hex",
"copyRawResponse": "Копировать необработанный ответ",
"couldNotLoadMetHistory": "Не удалось загрузить историю MET",
"customizeSensor": "Настроить {name}",
"data": "Данные",
"deleteGroup": "Удалить группу",
"deleteStyleConfirm": "Удалить {name}?",
"deleteThisDrawing": "Удалить этот {type}?",
"deny": "Запретить",
"deviceInfo": "Информация об устройстве",
"deviceSettings": "Настройки устройства",
"deviceTimeSynced": "Время устройства синхронизировано с телефоном.",
"disableFastGpsPublishing": "Отключить быструю публикацию GPS",
"displayMarkersAndTraceDatabase": "Отображение, маркеры и база трассировок",
"download": "Скачать",
"environmentalTelemetry": "Телеметрия окружающей среды",
"errorCheckingForUpdates": "Ошибка проверки обновлений: {error}",
"errorGeneric": "Ошибка: {error}",
"errorOpeningDownload": "Ошибка открытия загрузки: {error}",
"exportLogs": "Экспортировать журналы",
"extraAggressiveAvifCompression": "Сверхагрессивное сжатие AVIF",
"failedToAddContact": "Не удалось добавить контакт: {error}",
"failedToAddName": "Не удалось добавить {name}: {error}",
"failedToClearChannels": "Не удалось очистить каналы: {error}",
"failedToClearContacts": "Не удалось очистить контакты: {error}",
"failedToConnectViaSerial": "Не удалось подключиться через последовательный порт",
"failedToLoadPreviewImage": "Не удалось загрузить изображение предпросмотра: {error}",
"failedToLoadTrace": "Не удалось загрузить трассировку: {error}",
"failedToSendSarMarker": "Не удалось отправить маркер SAR: {error}",
"failedToSetBuzzerMode": "Не удалось установить режим зуммера: {error}",
"failedToSetGpsMode": "Не удалось установить режим GPS: {error}",
"failedToSyncDeviceTime": "Не удалось синхронизировать время устройства: {error}",
"failedToWipeDeviceData": "Не удалось стереть данные устройства: {error}",
"fastGpsTargetChannel": "Целевой канал быстрого GPS",
"fastUpdatesThresholdsAndPermissions": "Быстрые обновления, пороги и разрешения",
"fetchingCatalog": "Загрузка каталога...",
"fifteenMinutes": "15 минут",
"fifteenSeconds": "15 секунд",
"filterByDirection": "Фильтр по направлению",
"finish": "Завершить",
"fiveMinutes": "5 минут",
"fiveSeconds": "5 секунд",
"fix": "Фикс",
"gps": "GPS",
"gpsAdvertPolicy": "Политика объявлений GPS",
"gpsAndLocation": "GPS и местоположение",
"gpsDiagnostics": "Диагностика GPS",
"gpsSection": "GPS",
"help": "Помощь",
"hex": "Hex",
"hidden": "Скрыто",
"howTheRadioAutoAddsDiscoveredNodes": "Как радио автоматически добавляет обнаруженные узлы.",
"images": "Изображения",
"importProfile": "Импортировать профиль",
"lastFix": "Последний фикс",
"latest": "Последняя",
"latitude": "Широта",
"loadASavedRegion": "Загрузить сохранённый регион",
"loading": "Загрузка",
"locationSharingHardwareAndUpdateInterval": "Обмен местоположением, оборудование и интервал обновления.",
"locationTelemetry": "Телеметрия местоположения",
"lockDestination": "Зафиксировать назначение",
"longitude": "Долгота",
"mapStyle": "Стиль карты",
"max": "Макс",
"maxZoom": "Макс. масштаб",
"messaging": "Сообщения",
"metHistory": "История MET",
"min": "Мин",
"minZoom": "Мин. масштаб",
"moveDown": "Переместить вниз",
"moveUp": "Переместить вверх",
"multiAckMode": "Режим множественного ACK",
"multiDeviceWorkspaceManagement": "Управление рабочим пространством на нескольких устройствах",
"myLocation": "Моё местоположение",
"nameAndTelemetryShared": "Имя и телеметрия доступны другим устройствам.",
"newVersionAvailable": "Новая версия: {version}",
"newer": "Новее",
"noNeighboursFound": "Соседи не найдены",
"noServersFound": "Серверы не найдены",
"notSet": "Не задано",
"notifications": "Уведомления",
"offZeroSeconds": "Выкл (0 с)",
"offlineMaps": "Офлайн-карты",
"older": "Старее",
"oneByteMode0": "1 байт (режим 0)",
"oneHour": "1 час",
"oneMinute": "1 минута",
"openPacketLogs": "Открыть журналы пакетов",
"packetTypeHelp": "Справка по типам пакетов",
"pasteShareLinkOrHexAdvert": "Вставьте ссылку или Hex-объявление",
"pathHash": "Хеш пути",
"pathSize": "Размер пути",
"ping": "Пинг",
"polygon": "Полигон",
"rawResponseCopied": "Необработанный ответ скопирован",
"resendThroughNearestRepeaterOnFailure": "Повторить через ближайший ретранслятор при ошибке",
"resolveContact": "Разрешить контакт",
"routingRetriesAndDestinationLock": "Маршрутизация, повторы и фиксация назначения",
"samples": "Образцы",
"satellites": "Спутники",
"saving": "Сохранение...",
"search": "Поиск",
"searchByNameOrToken": "Поиск по имени или токену",
"searchDiscoveredNodes": "Поиск обнаруженных узлов",
"searchInCurrentFilter": "Поиск в текущем фильтре",
"searchLogs": "Поиск по журналам...",
"searchSensors": "Поиск датчиков",
"searchThisSection": "Поиск в этом разделе",
"selectedRelays": "Выбранные ретрансляторы",
"sensor": "Датчик",
"serialError": "Ошибка последовательного порта: {error}",
"setPathForContact": "Задать путь для {name}",
"shareLiveGps": "Транслировать GPS",
"shareMyTiles": "Поделиться моими тайлами",
"sharingLocationFromPhone": "Трансляция местоположения на этом канале с телефона.",
"sharingLocationFromRadio": "Трансляция местоположения на этом канале с радио.",
"signalDbm": "Сигнал {rssi} дБм",
"sizeCompressionAndPreview": "Размер, сжатие и предпросмотр",
"skip": "Пропустить",
"smallerFileSize": "Меньший размер файла",
"sort": "Сортировка",
"stoppedSharingLocation": "Трансляция местоположения на этом канале остановлена.",
"suppressNotificationsWhileInForeground": "Отключить уведомления при открытом приложении",
"tabsAndNavigation": "Вкладки и навигация",
"templatesAndTutorials": "Шаблоны и обучение",
"tenMinutes": "10 минут",
"tenSeconds": "10 секунд",
"testSendUpdate": "Тестовая отправка обновления",
"themeLanguageAndDisplayPreferences": "Тема, язык и настройки отображения",
"thirtyMinutes": "30 минут",
"thirtySeconds": "30 секунд",
"threeBytesMode2": "3 байта (режим 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Статистика трафика, история сообщений и инструменты разработчика",
"twoBytesMode1": "2 байта (режим 1)",
"twoMinutes": "2 минуты",
"undo": "Отменить",
"updated": "Обновлено",
"useContactFlags": "Использовать флаги контактов",
"useSavedCoordinates": "Использовать сохранённые координаты",
"view": "Просмотр",
"viewNeighbours": "Просмотр соседей",
"viewPublicStats": "Просмотр публичной статистики",
"setRegionScope": "Установить область региона",
"regionScope": "Область региона",
"regionScopeNone": "Нет (глобально)",
"clearRegionScope": "Очистить область",
"regionScopeWarning": "Только ретрансляторы, разрешающие этот регион, будут пересылать.",
"discoverRegions": "Обнаружить из ретрансляторов",
"discoveringRegions": "Обнаружение регионов...",
"enterRegionName": "Название региона (напр. auckland)",
"noRegionsFound": "Регионы не найдены на этом ретрансляторе.",
"regionScopeSet": "Область региона установлена на {name}",
"regionScopeCleared": "Область региона очищена",
"simpleMode": "Простой режим",
"simpleModeDescription": "Только чат и карта с избранными контактами",
"simpleModeRequiresLockedDestination": "Сначала включите «Зафиксировать назначение» с каналом, чтобы использовать простой режим",
"noFavouriteContacts": "Нет избранных контактов",
"selectDestinationFirst": "Сначала выберите канал, контакт или комнату",
"recipientNoLongerAvailable": "Получатель больше не доступен",
"failedToSendMessage": "Не удалось отправить: {error}",
"tictactoeDirectOnly": "Крестики-нолики работают только в личных сообщениях. Сначала выберите контакт.",
"deviceKeyUnavailable": "Ключ устройства недоступен",
"imageCompressionFailed": "Не удалось сжать изображение",
"imageFragmentationFailed": "Не удалось разделить изображение на фрагменты",
"failedToAnnounceImage": "Не удалось анонсировать изображение",
"noRecipientSelected": "Получатель не выбран",
"imageSendFailed": "Не удалось отправить изображение",
"microphonePermissionRequiredForVoice": "Для голосовых сообщений требуется разрешение на микрофон",
"recordingDiscarded": "Запись отменена",
"publicChannelMediaWarning": "Вы собираетесь отправить {mediaType} в публичный канал. Это не рекомендуется: получить это может любой в mesh-сети. Выберите приватный или тегированный канал, если только это не то, что вы хотите.",
"selectPrivateChannelToShareLocation": "Выберите приватный канал, чтобы поделиться местоположением.",
"stopSharingMyLocation": "Прекратить делиться местоположением",
"shareMyLocation": "Поделиться местоположением",
"stopRecording": "Остановить запись",
"recordVoice": "Записать голосовое сообщение",
"moreActions": "Другие действия",
"noMessagesInFilter": "В этом фильтре нет сообщений",
"noMatchesInFilter": "В этом фильтре нет совпадений",
"syncFailed": "Ошибка синхронизации: {error}",
"invalidLink": "Недействительная ссылка",
"cannotOpenLink": "Не удаётся открыть ссылку",
"failedToOpenLink": "Не удалось открыть ссылку",
"failedToResendMessage": "Не удалось повторно отправить сообщение",
"retryFailed": "Повторная попытка не удалась: {error}",
"deleteDrawingAndMessage": "Удалить рисунок и сообщение",
"lastEchoRelay": "Последнее эхо: ретранслятор",
"lastEchoPath": "Последнее эхо: путь",
"lastEchoBytesReport": "Последнее эхо: отчёт о байтах",
"noGpsCoordinatesAvailable": "Координаты GPS недоступны",
"notASarMarker": "Это не маркер SAR",
"failedToSaveTemplate": "Не удалось сохранить шаблон: {error}",
"drawingNotFound": "Рисунок не найден",
"unknownDrawingType": "Неизвестный тип рисунка",
"customMapMarker": "Пользовательский маркер карты",
"customMapPointLabel": "Точка: {point}",
"mapIdLabel": "ID карты: {id}",
"cannotFetchVoice": "Не удаётся получить голосовое сообщение",
"senderContactUnknown": "Контакт отправителя неизвестен. Сначала синхронизируйте контакты.",
"senderRouteUnknown": "Маршрут отправителя неизвестен. Сначала синхронизируйте контакты/путь.",
"messageTooFar": "Сообщение слишком далеко ({hops} хопов, макс. {maxHops}).",
"senderRouteNoPathResponse": "Маршрут отправителя не ответил на проверку пути. Синхронизируйте контакты/путь и попробуйте снова.",
"senderRouteNoRawResponse": "Маршрут отправителя не ответил на raw-транспортном пути.",
"voiceFetchOverHops": "Получение голоса через {hops} хопов может занять время.",
"voiceReceiveCanceled": "Приём голосового сообщения отменён",
"fetchingMissingVoiceFragments": "Получение недостающих фрагментов голоса",
"receivingVoice": "Приём голоса",
"cannotFetchImage": "Не удаётся получить изображение",
"imageFetchOverHops": "Получение изображения через {hops} хопов может занять время.",
"imageAlreadyBeingReceived": "Изображение уже принимается",
"loadImage": "Загрузить изображение",
"imageFetchFailedToSendRequest": "Не удалось отправить запрос на изображение",
"imageUnavailable": "Изображение сейчас недоступно",
"imageFetchTimedOut": "Время ожидания изображения истекло",
"imageReceiveCanceled": "Приём изображения отменён",
"closeImagePreview": "Закрыть просмотр изображения",
"recordingReleaseToSend": "Запись... отпустите, чтобы отправить",
"sendingVoice": "Отправка голоса...",
"sendLongPressToRecordVoice": "Отправить (удерживайте для записи голоса)",
"discardRecording": "Удалить запись",
"hopCount": "{count, plural, one{{count} хоп} few{{count} хопа} many{{count} хопов} other{{count} хопа}}",
"channelsSectionDescription": "Широковещательные каналы для mesh-трафика поблизости",
"roomsSectionDescription": "Общие пространства для постоянной координации команды",
"contactsSectionDescription": "Люди и устройства в прямой досягаемости",
"noRecentChatters": "Нет недавних собеседников",
"public": "Публичный",
"failedToSendTicTacToeMove": "Не удалось отправить ход в крестики-нолики",
"youWon": "Вы победили",
"opponentWon": "Победил соперник",
"gameDraw": "Ничья",
"yourTurn": "Ваш ход",
"opponentTurn": "Ход соперника",
"pleaseEnterValidCoordinates": "Введите корректные координаты",
"locationNotAvailable": "Местоположение недоступно",
"customCaveMapPoint": "Пользовательская точка карты пещеры",
"mapPoint": "Точка карты",
"fetchingMissingImageFragments": "Получение недостающих фрагментов…",
"loadingImage": "Загрузка…",
"receivingImage": "Приём…",
"tapToLoad": "Нажмите, чтобы загрузить",
"connectDevice": "Подключить устройство",
"chooseTransportSubtitle": "Выберите транспорт: Bluetooth, WiFi или последовательный порт",
"ble": "BLE",
"network": "Сеть",
"serial": "Последовательный порт",
"scan": "Сканировать",
"pressScanToSearchForDevices": "Нажмите «Сканировать», чтобы найти устройства поблизости",
"failedToConnectToDevice": "Не удалось подключиться к {name}",
"unknownDevice": "Неизвестное устройство",
"showingCachedResultsTapRefresh": "Показаны кэшированные результаты. Нажмите «Обновить», чтобы пересканировать.",
"scanningLocalNetworkOnPort": "Сканирование локальной сети на наличие WiFi-устройств MeshCore на порту {port}",
"cancelScanAndAddServer": "Отменить сканирование и добавить сервер",
"addServer": "Добавить сервер",
"scanningProgressIps": "Сканирование... {scanned}/{total} IP-адресов",
"cancelAndEnterManually": "Отменить и ввести вручную",
"noRecentOrDiscoveredServers": "Пока нет недавних или обнаруженных серверов",
"recentlyUsed": "Недавно использованные",
"connecting": "Подключение...",
"discoveredOnThisNetwork": "Обнаружены в этой сети",
"serverNoLongerAvailable": "Сервер {host}:{port} больше недоступен. Выполните сканирование снова, чтобы найти активные серверы.",
"failedToConnectToHost": "Не удалось подключиться к {host}:{port}",
"enterValidIpAddress": "Введите корректный IP-адрес",
"enterValidTcpPort": "Введите корректный TCP-порт",
"ipAddress": "IP-адрес",
"tcpPort": "TCP-порт",
"customServerPort": "Пользовательский порт сервера",
"chat": "Чат",
"restoringPreviousLink": "Восстановление предыдущего подключения",
"noDeviceConnected": "Нет подключённого устройства",
"sendAdvert": "Отправить мой контакт",
"advertMode": "Отправить мой контакт",
"advertModeSubtitle": "Выберите, как далеко должны распространиться ваши контактные данные.",
"floodAdvertSent": "Контакт отправлен по всей mesh-сети",
"directAdvertSent": "Контакт отправлен ближайшим устройствам"
}

View File

@@ -9,7 +9,6 @@
"disconnect": "Prekini",
"noDevicesFound": "Ni najdenih naprav",
"scanAgain": "Ponovi iskanje",
"tapToConnect": "Tapnite za povezavo",
"deviceNotConnected": "Naprava ni povezana",
"locationPermissionDenied": "Dovoljenje za lokacijo zavrnjeno",
"locationPermissionPermanentlyDenied": "Dovoljenje za lokacijo trajno zavrnjeno. Prosimo, omogočite v Nastavitvah.",
@@ -32,9 +31,7 @@
"autoSystem": "Samodejno (Sistem)",
"followSystemTheme": "Sledi sistemski temi",
"showRxTxIndicators": "Prikaži RX/TX kazalnike",
"displayPacketActivity": "Prikaži kazalnike aktivnosti paketov v zgornji vrstici",
"disableMap": "Onemogoči zemljevid",
"disableMapDescription": "Skrij zavihek z zemljevidom za varčevanje z baterijo",
"language": "Jezik",
"chooseLanguage": "Izberite jezik",
"save": "Shrani",
@@ -42,7 +39,6 @@
"close": "Zapri",
"about": "O aplikaciji",
"appVersion": "Različica aplikacije",
"appName": "Ime aplikacije",
"aboutMeshCoreSar": "O MeshCore SAR",
"aboutDescription": "Aplikacija za iskanje in reševanje, zasnovana za ekipe za odzivanje v nujnih primerih. Funkcije vključujejo:\n\n• BLE mesh omrežje za komunikacijo naprava-naprava\n• Brez povezave delujejo zemljevidi z več sloji\n• Sledenje članov ekipe v realnem času\n• SAR taktični označevalci (najdena oseba, ogenj, zbirališče)\n• Upravljanje stikov in sporočanje\n• GPS sledenje s kompasno smerjo\n• Predpomnenje ploščic zemljevida za uporabo brez povezave",
"technologiesUsed": "Uporabljene tehnologije:",
@@ -69,7 +65,6 @@
"viewOnMap": "Poglej na zemljevidu",
"refresh": "Osveži",
"resetPath": "Ponastavi pot (preusmeri)",
"publicKeyCopied": "Javni ključ kopiran v odložišče",
"copiedToClipboard": "{label} kopirano v odložišče",
"pleaseEnterPassword": "Prosimo, vnesite geslo",
"failedToSyncContacts": "Sinhronizacija stikov ni uspela: {error}",
@@ -148,15 +143,9 @@
"type": "Vrsta",
"publicKey": "Javni ključ",
"lastSeen": "Nazadnje viden",
"roomStatus": "Status sobe",
"loginStatus": "Status prijave",
"notLoggedIn": "Ni prijavljen",
"adminAccess": "Administratorski dostop",
"yes": "Da",
"no": "Ne",
"permissions": "Dovoljenja",
"passwordSaved": "Geslo shranjeno",
"locationColon": "Lokacija:",
"telemetry": "Telemetrija",
"voltage": "Napetost",
"battery": "Baterija",
@@ -164,8 +153,6 @@
"humidity": "Vlažnost",
"pressure": "Tlak",
"gpsTelemetry": "GPS (Telemetrija)",
"updated": "Posodobljeno",
"pathResetInfo": "Pot ponastavljena za {name}. Naslednje sporočilo bo našlo novo pot.",
"reLoginToRoom": "Ponovna prijava v sobo",
"heading": "Smer",
"elevation": "Nadmorska višina",
@@ -241,7 +228,6 @@
"tapToViewOnMap": "Tapnite za prikaz na zemljevidu",
"radioSettings": "Nastavitve radia",
"frequencyMHz": "Frekvenca (MHz)",
"frequencyExample": "npr. 869.618",
"bandwidth": "Pasovna širina",
"spreadingFactor": "Faktor razširitve",
"codingRate": "Razmerje kodiranja",
@@ -264,38 +250,20 @@
"noTrailRecorded": "Še ni posnete poti",
"startTrackingToRecord": "Začnite sledenje lokacije za snemanje poti",
"trailControls": "Nadzor poti",
"contactTrails": "Poti stikov",
"showAllContactTrails": "Prikaži vse poti stikov",
"noContactsWithLocationHistory": "Ni stikov z zgodovino lokacije",
"showingTrailsForContacts": "Prikazujem poti za {count} stikov",
"individualContactTrails": "Posamezne poti stikov",
"deviceInformation": "Informacije o napravi",
"bleName": "BLE ime",
"meshName": "Mesh ime",
"notSet": "Ni nastavljeno",
"model": "Model",
"version": "Različica",
"buildDate": "Datum izdelave",
"firmware": "Vdelana programska oprema",
"maxContacts": "Maks. stikov",
"maxChannels": "Maks. kanalov",
"publicInfo": "Javne informacije",
"meshNetworkName": "Ime mesh omrežja",
"nameBroadcastInMesh": "Ime, ki se oddaja v mesh oglasih",
"telemetryAndLocationSharing": "Telemetrija in deljenje lokacije",
"lat": "Šir",
"lon": "Dolž",
"useCurrentLocation": "Uporabi trenutno lokacijo",
"noneUnknown": "Brez/Neznano",
"chatNode": "Vozlišče za klepet",
"repeater": "Ponavljalnik",
"roomChannel": "Soba/Kanal",
"typeNumber": "Tip {number}",
"copiedToClipboardShort": "Kopirano {label} v odložišče",
"failedToSave": "Shranjevanje ni uspelo: {error}",
"failedToGetLocation": "Pridobivanje lokacije ni uspelo: {error}",
"sarTemplates": "SAR predloge",
"manageSarTemplates": "Upravljanje SAR predlog",
"addTemplate": "Dodaj predlogo",
"editTemplate": "Uredi predlogo",
"deleteTemplate": "Izbriši predlogo",
@@ -323,7 +291,6 @@
"noTemplates": "Ni razpoložljivih predlog",
"tapAddToCreate": "Tapnite + za ustvarjanje prve predloge",
"ok": "V redu",
"permissionsSection": "Dovoljenja",
"locationPermission": "Dovoljenje za lokacijo",
"checking": "Preverjanje...",
"locationPermissionGrantedAlways": "Odobreno (Vedno)",
@@ -460,28 +427,6 @@
"wizardNext": "Naprej",
"wizardGetStarted": "Začni",
"wizardWelcomeTitle": "Dobrodošli v MeshCore SAR",
"wizardWelcomeDescription": "Zmogljivo orodje za komunikacijo brez omrežja za reševalne operacije. S svojo ekipo se povežite z mesh radijsko tehnologijo, ko tradicionalna omrežja niso na voljo.",
"wizardConnectingTitle": "Povezava z radijem",
"wizardConnectingDescription": "Svoj telefon povežite z radijsko napravo MeshCore prek Bluetootha in začnite komunicirati brez omrežja.",
"wizardConnectingFeature1": "Poišče bližnje naprave MeshCore",
"wizardConnectingFeature2": "Seznanitev z radijsko napravo prek Bluetootha",
"wizardConnectingFeature3": "Deluje povsem brez povezave — internet ni potreben",
"wizardChannelTitle": "Kanali",
"wizardChannelDescription": "Pošiljajte sporočila vsem na kanalu — idealno za obvestila in koordinacijo ekipe.",
"wizardChannelFeature1": "Javni kanal za splošno komunikacijo ekipe",
"wizardChannelFeature2": "Ustvarite kanale po meri za določene skupine",
"wizardChannelFeature3": "Sporočila se samodejno posredujejo prek mreže",
"wizardContactsTitle": "Stiki",
"wizardContactsDescription": "Člani ekipe se prikažejo samodejno, ko se pridružijo mesh omrežju. Pošiljajte jim neposredna sporočila ali si oglejte njihovo lokacijo.",
"wizardContactsFeature1": "Samodejno odkrivanje stikov",
"wizardContactsFeature2": "Pošiljanje zasebnih neposrednih sporočil",
"wizardContactsFeature3": "Prikaz stanja baterije in časa zadnje aktivnosti",
"wizardMapTitle": "Zemljevid in lokacija",
"wizardMapDescription": "Spremljajte svojo ekipo v realnem času in označujte ključne lokacije za reševalne operacije.",
"wizardMapFeature1": "SAR označevalci za najdene osebe, požare in zbirna mesta",
"wizardMapFeature2": "Sledenje članom ekipe z GPS v realnem času",
"wizardMapFeature3": "Prenesite zemljevide za uporabo brez povezave",
"wizardMapFeature4": "Rišite oblike in delite taktične informacije",
"viewWelcomeTutorial": "Ogled vadnice dobrodošlice",
"allTeamContacts": "Vsi stiki ekipe",
"directMessagesInfo": "Neposredna sporočila s potrditvami. Poslano {count} članom ekipe.",
@@ -587,29 +532,10 @@
"posttxDelay": "Zakasnitev po oddaji",
"bandpass": "Pasovno sito",
"bandpassFilterVoice": "Pasovno sito za glas",
"frequency": "Frekvenca",
"australia": "Avstralija",
"australiaNarrow": "Avstralija (ozko)",
"australiaQld": "Avstralija: QLD",
"australiaSaWa": "Avstralija: SA, WA",
"newZealand": "Nova Zelandija",
"newZealandNarrow": "Nova Zelandija (ozko)",
"switzerland": "Švica",
"portugal433": "Portugalska 433",
"portugal868": "Portugalska 868",
"czechRepublicNarrow": "Češka (ozko)",
"eu433mhzLongRange": "EU 433MHz (dolg doseg)",
"euukDeprecated": "EU/UK (zastarelo)",
"euukNarrow": "EU/UK (ozko)",
"usacanadaRecommended": "ZDA/Kanada (priporočeno)",
"vietnamDeprecated": "Vietnam (zastarelo)",
"vietnamNarrow": "Vietnam (ozko)",
"active": "Aktivno",
"addContact": "Dodaj stik",
"all": "Vse",
"autoResolve": "Samodejno razreši",
"clearAllLabel": "Počisti vse",
"clearRelays": "Počisti posrednike",
"clearFilters": "Počisti filtre",
"clearRoute": "Počisti pot",
"clearMessages": "Počisti sporočila",
@@ -635,10 +561,7 @@
"send": "Pošlji",
"sendAnyway": "Vseeno pošlji",
"share": "Deli",
"shareContact": "Deli stik",
"trace": "Sledenje",
"use": "Uporabi",
"useSelectedFrequency": "Uporabi izbrano frekvenco",
"discovery": "Odkrivanje",
"discoverRepeaters": "Odkrij posrednike",
"discoverSensors": "Odkrij senzorje",
@@ -661,7 +584,6 @@
"gpsModule": "GPS modul",
"liveTraffic": "Promet v živo",
"repeatersMap": "Zemljevid posrednikov",
"spectrumScan": "Spektralno skeniranje",
"blePacketLogs": "Dnevniki BLE paketov",
"onlineTraceDatabase": "Baza sledi",
"routePathByteSize": "Velikost poti v bajtih",
@@ -673,7 +595,6 @@
"disableContacts": "Onemogoči stike",
"enableSensorsTab": "Omogoči zavihek Senzorji",
"enableProfiles": "Omogoči profile",
"autoRouteRotation": "Samodejno kroženje poti",
"nearestRepeaterFallback": "Najbližji posrednik kot rezerva",
"deleteAllStoredMessageHistory": "Izbriši vso shranjeno zgodovino sporočil",
"messageFontSize": "Velikost pisave sporočil",
@@ -681,18 +602,13 @@
"showMapDebugInfo": "Prikaži razhroščevalne info zemljevida",
"openMapInFullscreen": "Odpri zemljevid na cel zaslon",
"showSarMarkersLabel": "Prikaži SAR oznake",
"displaySarMarkersOnTheMainMap": "Prikaži SAR oznake na glavnem zemljevidu",
"showAllContactTrailsLabel": "Prikaži vse sledi stikov",
"hideRepeatersOnMap": "Skrij posrednike na zemljevidu",
"setMapScale": "Nastavi merilo zemljevida",
"customMapScaleSaved": "Merilo zemljevida shranjeno",
"voiceBitrate": "Bitna hitrost glasu",
"voiceCompressor": "Kompresor glasu",
"balancesQuietAndLoudSpeechLevels": "Izravnava tihe in glasne govorne ravni",
"voiceLimiter": "Omejevalnik glasu",
"preventsClippingPeaksBeforeEncoding": "Preprečuje rezanje vrhov pred kodiranjem",
"micAutoGain": "Samodejna ojačitev mikrofona",
"letsTheRecorderAdjustInputLevel": "Omogoči snemalniku prilagoditev vhodne ravni",
"echoCancellation": "Odstranjevanje odmeva",
"noiseSuppression": "Dušenje šuma",
"trimSilenceInVoiceMessages": "Obreži tišino v glasovnih sporočilih",
@@ -734,13 +650,10 @@
"staging": "Zbirno mesto",
"object": "Predmet",
"quiet": "Tiho",
"moderate": "Zmerno",
"busy": "Zasedeno",
"spectrumScanReturnedNoCandidateFrequencies": "Spektralno skeniranje ni našlo primernih frekvenc",
"searchMessages": "Iskanje sporočil",
"sendImageFromGallery": "Pošlji sliko iz galerije",
"takePhoto": "Posnemi fotografijo",
"dmOnly": "Samo neposredno",
"allMessages": "Vsa sporočila",
"sendToPublicChannel": "Pošlji na javni kanal?",
"selectMarkerTypeAndDestination": "Izberite vrsto oznake in cilj",
@@ -759,8 +672,6 @@
"wipeDevice": "Izbriši napravo",
"destructiveDeviceActions": "Destruktivna dejanja na napravi.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Izberite prednastavitev ali natančno prilagodite radijske nastavitve.",
"chooseTheNameAndLocationThisDeviceShares": "Izberite ime in lokacijo, ki ju naprava deli.",
"availableSpaceOnThisDevice": "Razpoložljiv prostor na tej napravi.",
"used": "Uporabljeno",
"total": "Skupaj",
"renameValue": "Preimenuj vrednost",
@@ -778,8 +689,6 @@
"onlineOnly": "Samo povezani",
"inBoth": "V obeh",
"source": "Vir",
"manualRouteEdit": "Ročno urejanje poti",
"observedMeshRoute": "Opazovana mrežna pot",
"allMessagesCleared": "Vsa sporočila počiščena",
"onlineTraceDatabaseCleared": "Baza sledi počiščena",
"packetLogsCleared": "Dnevniki paketov počiščeni",
@@ -810,5 +719,314 @@
"captured": "Zajeto",
"size": "Velikost",
"noCustomChannelsToClear": "Ni prilagojenih kanalov za brisanje.",
"noDeviceContactsToClear": "Ni stikov naprave za brisanje."
"noDeviceContactsToClear": "Ni stikov naprave za brisanje.",
"autoSend": "Samodejno pošiljanje",
"autoSendDescription": "Pošlji po trenutni poti.",
"sendDirect": "Neposredno pošiljanje",
"sendDirectDescription": "Pošlji neposredno temu kontaktu.",
"sendFlood": "Pošiljanje s poplavo",
"sendFloodDescription": "Pošlji prek vseh repetitorjev.",
"postConnectDiscoveryTitle": "Odkriti repetitorje zdaj?",
"postConnectDiscoveryDescription": "Zaženite odkrivanje repetitorjev takoj po povezavi, da vidite bližnja vozlišča MeshCore in jih hitreje dodate v svoje omrežje.",
"aToZ": "A-Ž",
"add": "Dodaj",
"addAdditionalDetails": "Dodaj dodatne podrobnosti",
"addPeer": "Dodaj soležnika",
"addPeerManually": "Ročno dodaj soležnika",
"addedToContacts": "{name} dodan med stike",
"addedToSensors": "{name} dodan med senzorje",
"allowAll": "Dovoli vse",
"anonymousRxStats": "Anonimna RX statistika",
"appearance": "Videz",
"ascii": "ASCII",
"baseTelemetry": "Osnovna telemetrija",
"blePin": "BLE PIN",
"buzzerAlerts": "Zvočni alarmi",
"cancelImageReceive": "Prekliči prejem slike",
"choose": "Izberi",
"chooseWhichTabsAndContactSectionsToShow": "Izberite, katere zavihke in razdelke stikov prikazati",
"clearCache": "Počisti predpomnilnik",
"clearHistory": "Počisti zgodovino",
"clearLiveView": "Počisti pogled v živo",
"clearLogs": "Počisti dnevnike",
"clearOfflineCache": "Počisti predpomnilnik brez povezave?",
"clearOverlay": "Počisti prekrivanje",
"clearRouteOnlyAfterAllRetriesFail": "Počisti pot šele po neuspehu vseh ponovitev",
"codecBitrateAndAudioProcessing": "Kodek, bitna hitrost in obdelava zvoka",
"connectByIpAddress": "Poveži prek IP naslova",
"controlWhichAlertsYouReceive": "Nadzirajte, katera opozorila prejemate",
"copyFullHex": "Kopiraj celoten Hex",
"copyRawResponse": "Kopiraj surov odgovor",
"couldNotLoadMetHistory": "Nalaganje MET zgodovine ni uspelo",
"customizeSensor": "Prilagodi {name}",
"data": "Podatki",
"deleteGroup": "Izbriši skupino",
"deleteStyleConfirm": "Izbriši {name}?",
"deleteThisDrawing": "Izbriši to {type}?",
"deny": "Zavrni",
"deviceInfo": "Informacije o napravi",
"deviceSettings": "Nastavitve naprave",
"deviceTimeSynced": "Čas naprave sinhroniziran s tem telefonom.",
"disableFastGpsPublishing": "Onemogoči hitro GPS objavljanje",
"displayMarkersAndTraceDatabase": "Prikaz, oznake in baza sledenja",
"download": "Prenesi",
"environmentalTelemetry": "Okoljska telemetrija",
"errorCheckingForUpdates": "Napaka pri preverjanju posodobitev: {error}",
"errorGeneric": "Napaka: {error}",
"errorOpeningDownload": "Napaka pri odpiranju prenosa: {error}",
"exportLogs": "Izvozi dnevnike",
"extraAggressiveAvifCompression": "Posebno agresivno AVIF stiskanje",
"failedToAddContact": "Dodajanje stika ni uspelo: {error}",
"failedToAddName": "Dodajanje {name} ni uspelo: {error}",
"failedToClearChannels": "Brisanje kanalov ni uspelo: {error}",
"failedToClearContacts": "Brisanje stikov ni uspelo: {error}",
"failedToConnectViaSerial": "Povezava prek serijske povezave ni uspela",
"failedToLoadPreviewImage": "Nalaganje predogleda slike ni uspelo: {error}",
"failedToLoadTrace": "Nalaganje sledi ni uspelo: {error}",
"failedToSendSarMarker": "Pošiljanje SAR oznake ni uspelo: {error}",
"failedToSetBuzzerMode": "Nastavitev zvočnega alarma ni uspela: {error}",
"failedToSetGpsMode": "Nastavitev GPS načina ni uspela: {error}",
"failedToSyncDeviceTime": "Sinhronizacija časa naprave ni uspela: {error}",
"failedToWipeDeviceData": "Brisanje podatkov naprave ni uspelo: {error}",
"fastGpsTargetChannel": "Ciljni kanal hitrega GPS-a",
"fastUpdatesThresholdsAndPermissions": "Hitre posodobitve, pragovi in dovoljenja",
"fetchingCatalog": "Pridobivanje kataloga...",
"fifteenMinutes": "15 minut",
"fifteenSeconds": "15 sekund",
"filterByDirection": "Filtriraj po smeri",
"finish": "Končaj",
"fiveMinutes": "5 minut",
"fiveSeconds": "5 sekund",
"fix": "Popravi",
"gps": "GPS",
"gpsAdvertPolicy": "Politika GPS oglašanja",
"gpsAndLocation": "GPS in lokacija",
"gpsDiagnostics": "GPS diagnostika",
"gpsSection": "GPS",
"help": "Pomoč",
"hex": "Hex",
"hidden": "Skrito",
"howTheRadioAutoAddsDiscoveredNodes": "Kako radio samodejno dodaja odkrita vozlišča.",
"images": "Slike",
"importProfile": "Uvozi profil",
"lastFix": "Zadnja posneta lokacija",
"latest": "Najnovejše",
"latitude": "Geografska širina",
"loadASavedRegion": "Naloži shranjeno regijo",
"loading": "Nalaganje",
"locationSharingHardwareAndUpdateInterval": "Deljenje lokacije, strojna oprema in interval posodobitev.",
"locationTelemetry": "Telemetrija lokacije",
"lockDestination": "Zakleni cilj",
"longitude": "Geografska dolžina",
"mapStyle": "Slog zemljevida",
"max": "Maks",
"maxZoom": "Maks. povečava",
"messaging": "Sporočanje",
"metHistory": "MET zgodovina",
"min": "Min",
"minZoom": "Min. povečava",
"moveDown": "Premakni navzdol",
"moveUp": "Premakni navzgor",
"multiAckMode": "Način večkratne ACK potrditve",
"multiDeviceWorkspaceManagement": "Upravljanje delovnega prostora z več napravami",
"myLocation": "Moja lokacija",
"nameAndTelemetryShared": "Ime in telemetrija deljena z drugimi napravami.",
"newVersionAvailable": "Nova različica: {version}",
"newer": "Novejše",
"noNeighboursFound": "Ni najdenih sosedov",
"noServersFound": "Ni najdenih strežnikov",
"notSet": "Ni nastavljeno",
"notifications": "Obvestila",
"offZeroSeconds": "Izključeno (0 s)",
"offlineMaps": "Zemljevidi brez povezave",
"older": "Starejše",
"oneByteMode0": "1 bajt (način 0)",
"oneHour": "1 ura",
"oneMinute": "1 minuta",
"openPacketLogs": "Odpri dnevnike paketov",
"packetTypeHelp": "Pomoč za vrsto paketa",
"pasteShareLinkOrHexAdvert": "Prilepite deljeno povezavo ali Hex oglas",
"pathHash": "Zgoščevalna vrednost poti",
"pathSize": "Velikost poti",
"ping": "Ping",
"polygon": "Poligon",
"rawResponseCopied": "Surov odgovor kopiran",
"resendThroughNearestRepeaterOnFailure": "Ponovno pošlji prek najbližjega posrednika ob neuspehu",
"resolveContact": "Razreši stik",
"routingRetriesAndDestinationLock": "Usmerjanje, ponovitve in zaklepanje cilja",
"samples": "Vzorci",
"satellites": "Sateliti",
"saving": "Shranjujem...",
"search": "Iskanje",
"searchByNameOrToken": "Iskanje po imenu ali žetonu",
"searchDiscoveredNodes": "Iskanje odkritih vozlišč",
"searchInCurrentFilter": "Iskanje v trenutnem filtru",
"searchLogs": "Iskanje dnevnikov...",
"searchSensors": "Iskanje senzorjev",
"searchThisSection": "Iskanje v tem razdelku",
"selectedRelays": "Izbrani posredniki",
"sensor": "Senzor",
"serialError": "Napaka serijske povezave: {error}",
"setPathForContact": "Nastavi pot za {name}",
"shareLiveGps": "Deli GPS v živo",
"shareMyTiles": "Deli moje ploščice",
"sharingLocationFromPhone": "Deljenje lokacije na tem kanalu s telefona.",
"sharingLocationFromRadio": "Deljenje lokacije na tem kanalu z radia.",
"signalDbm": "Signal {rssi} dBm",
"sizeCompressionAndPreview": "Velikost, stiskanje in predogled",
"skip": "Preskoči",
"smallerFileSize": "Manjša velikost datoteke",
"sort": "Razvrsti",
"stoppedSharingLocation": "Deljenje lokacije na tem kanalu ustavljeno.",
"suppressNotificationsWhileInForeground": "Zadrži obvestila, ko je aplikacija v ospredju",
"tabsAndNavigation": "Zavihki in navigacija",
"templatesAndTutorials": "Predloge in vadnice",
"tenMinutes": "10 minut",
"tenSeconds": "10 sekund",
"testSendUpdate": "Preizkusno pošlji posodobitev",
"themeLanguageAndDisplayPreferences": "Tema, jezik in nastavitve prikaza",
"thirtyMinutes": "30 minut",
"thirtySeconds": "30 sekund",
"threeBytesMode2": "3 bajti (način 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Statistika prometa, zgodovina sporočil in razvojna orodja",
"twoBytesMode1": "2 bajta (način 1)",
"twoMinutes": "2 minuti",
"undo": "Razveljavi",
"updated": "Posodobljeno",
"useContactFlags": "Uporabi zastavice stikov",
"useSavedCoordinates": "Uporabi shranjene koordinate",
"view": "Pogled",
"viewNeighbours": "Poglej sosede",
"viewPublicStats": "Poglej javno statistiko",
"setRegionScope": "Nastavi obseg regije",
"regionScope": "Obseg regije",
"regionScopeNone": "Brez (globalno)",
"clearRegionScope": "Počisti obseg",
"regionScopeWarning": "Samo repetitorji, ki dovoljujejo to regijo, bodo posredovali.",
"discoverRegions": "Odkrij iz repetitorjev",
"discoveringRegions": "Odkrivanje regij...",
"enterRegionName": "Ime regije (npr. auckland)",
"noRegionsFound": "Na tem repetitorju ni najdenih regij.",
"regionScopeSet": "Obseg regije nastavljen na {name}",
"regionScopeCleared": "Obseg regije počiščen",
"simpleMode": "Enostavni način",
"simpleModeDescription": "Samo klepet in zemljevid s priljubljenimi stiki",
"simpleModeRequiresLockedDestination": "Za uporabo enostavnega načina najprej omogočite »Zakleni cilj« s kanalom",
"noFavouriteContacts": "Ni priljubljenih stikov",
"selectDestinationFirst": "Najprej izberite kanal, stik ali sobo",
"recipientNoLongerAvailable": "Prejemnik ni več na voljo",
"failedToSendMessage": "Pošiljanje ni uspelo: {error}",
"tictactoeDirectOnly": "Križci in krožci delujejo samo v neposrednih sporočilih. Najprej izberite stik.",
"deviceKeyUnavailable": "Ključ naprave ni na voljo",
"imageCompressionFailed": "Stiskanje slike ni uspelo",
"imageFragmentationFailed": "Razdelitev slike ni uspela",
"failedToAnnounceImage": "Najava slike ni uspela",
"noRecipientSelected": "Prejemnik ni izbran",
"imageSendFailed": "Pošiljanje slike ni uspelo",
"microphonePermissionRequiredForVoice": "Za glasovna sporočila je potrebno dovoljenje za mikrofon",
"recordingDiscarded": "Posnetek je zavržen",
"publicChannelMediaWarning": "Pravkar boste poslali {mediaType} v javni kanal. To ni priporočljivo, ker lahko vsebino prejmejo vsi v omrežju mesh. Izberite zaseben ali označen kanal, razen če to res želite.",
"selectPrivateChannelToShareLocation": "Za deljenje lokacije izberite zaseben kanal.",
"stopSharingMyLocation": "Prenehaj deliti mojo lokacijo",
"shareMyLocation": "Deli mojo lokacijo",
"stopRecording": "Ustavi snemanje",
"recordVoice": "Posnemi glasovno sporočilo",
"moreActions": "Več dejanj",
"noMessagesInFilter": "V tem filtru ni sporočil",
"noMatchesInFilter": "V tem filtru ni zadetkov",
"syncFailed": "Sinhronizacija ni uspela: {error}",
"invalidLink": "Neveljavna povezava",
"cannotOpenLink": "Povezave ni mogoče odpreti",
"failedToOpenLink": "Odpiranje povezave ni uspelo",
"failedToResendMessage": "Ponovno pošiljanje sporočila ni uspelo",
"retryFailed": "Ponovni poskus ni uspel: {error}",
"deleteDrawingAndMessage": "Izbriši risbo in sporočilo",
"lastEchoRelay": "Posrednik zadnjega odmeva",
"lastEchoPath": "Pot zadnjega odmeva",
"lastEchoBytesReport": "Poročilo o bajtih zadnjega odmeva",
"noGpsCoordinatesAvailable": "GPS-koordinate niso na voljo",
"notASarMarker": "To ni SAR označevalec",
"failedToSaveTemplate": "Shranjevanje predloge ni uspelo: {error}",
"drawingNotFound": "Risbe ni mogoče najti",
"unknownDrawingType": "Neznana vrsta risbe",
"customMapMarker": "Označevalec karte po meri",
"customMapPointLabel": "Točka: {point}",
"mapIdLabel": "ID karte: {id}",
"cannotFetchVoice": "Glasovnega sporočila ni mogoče prenesti",
"senderContactUnknown": "Stik pošiljatelja ni znan. Najprej sinhronizirajte stike.",
"senderRouteUnknown": "Pot pošiljatelja ni znana. Najprej sinhronizirajte stike/poti.",
"messageTooFar": "Sporočilo je predaleč ({hops} skokov, največ {maxHops}).",
"senderRouteNoPathResponse": "Pot pošiljatelja se ni odzvala na preverjanje poti. Sinhronizirajte stike/poti in poskusite znova.",
"senderRouteNoRawResponse": "Pot pošiljatelja se ni odzvala na neposredni prenosni poti.",
"voiceFetchOverHops": "Prenos glasu prek {hops} skokov lahko traja dlje.",
"voiceReceiveCanceled": "Sprejem glasovnega sporočila je preklican",
"fetchingMissingVoiceFragments": "Pridobivanje manjkajočih glasovnih delov",
"receivingVoice": "Sprejemanje glasu",
"cannotFetchImage": "Slike ni mogoče prenesti",
"imageFetchOverHops": "Prenos slike prek {hops} skokov lahko traja dlje.",
"imageAlreadyBeingReceived": "Slika se že sprejema",
"loadImage": "Naloži sliko",
"imageFetchFailedToSendRequest": "Zahteve za prenos slike ni bilo mogoče poslati",
"imageUnavailable": "Slika trenutno ni na voljo",
"imageFetchTimedOut": "Prenos slike je potekel",
"imageReceiveCanceled": "Sprejem slike je preklican",
"closeImagePreview": "Zapri predogled slike",
"recordingReleaseToSend": "Snemanje ... spustite za pošiljanje glasu",
"sendingVoice": "Pošiljanje glasu ...",
"sendLongPressToRecordVoice": "Pošlji (dolg pritisk za snemanje glasu)",
"discardRecording": "Zavrzi posnetek",
"hopCount": "{count, plural, one{{count} skok} two{{count} skoka} few{{count} skoki} other{{count} skokov}}",
"channelsSectionDescription": "Oddajni kanali za bližnji promet v omrežju mesh",
"roomsSectionDescription": "Skupni prostori za stalno usklajevanje ekipe",
"contactsSectionDescription": "Osebe in naprave, ki jih lahko dosežete neposredno",
"noRecentChatters": "Ni nedavnih klepetalcev",
"public": "Javno",
"failedToSendTicTacToeMove": "Poteze pri križcih in krožcih ni bilo mogoče poslati",
"youWon": "Zmagali ste",
"opponentWon": "Zmagal je nasprotnik",
"gameDraw": "Neodločeno",
"yourTurn": "Vi ste na vrsti",
"opponentTurn": "Na vrsti je nasprotnik",
"pleaseEnterValidCoordinates": "Vnesite veljavne koordinate",
"locationNotAvailable": "Lokacija ni na voljo",
"customCaveMapPoint": "Točka jamske karte po meri",
"mapPoint": "Točka na karti",
"fetchingMissingImageFragments": "Pridobivanje manjkajočih delov …",
"loadingImage": "Nalaganje …",
"receivingImage": "Sprejemanje …",
"tapToLoad": "Tapnite za nalaganje",
"connectDevice": "Poveži napravo",
"chooseTransportSubtitle": "Izberite način povezave: Bluetooth, WiFi ali serijska",
"ble": "BLE",
"network": "Omrežje",
"serial": "Serijsko",
"scan": "Poišči",
"pressScanToSearchForDevices": "Pritisnite Poišči za iskanje naprav v bližini",
"failedToConnectToDevice": "Povezava z napravo {name} ni uspela",
"unknownDevice": "Neznana naprava",
"showingCachedResultsTapRefresh": "Prikazani so predpomnjeni rezultati. Za ponovno iskanje tapnite osveži.",
"scanningLocalNetworkOnPort": "Iskanje naprav MeshCore WiFi v lokalnem omrežju na vratih {port}",
"cancelScanAndAddServer": "Prekliči iskanje in dodaj strežnik",
"addServer": "Dodaj strežnik",
"scanningProgressIps": "Iskanje … {scanned}/{total} IP naslovov",
"cancelAndEnterManually": "Prekliči in vnesi ročno",
"noRecentOrDiscoveredServers": "Še ni nedavnih ali odkritih strežnikov",
"recentlyUsed": "Nedavno uporabljeno",
"connecting": "Povezovanje …",
"discoveredOnThisNetwork": "Odkrito v tem omrežju",
"serverNoLongerAvailable": "Strežnik na {host}:{port} ni več dosegljiv. Ponovite iskanje, da najdete aktivne strežnike.",
"failedToConnectToHost": "Povezava s strežnikom {host}:{port} ni uspela",
"enterValidIpAddress": "Vnesite veljaven IP naslov",
"enterValidTcpPort": "Vnesite veljavna vrata TCP",
"ipAddress": "IP naslov",
"tcpPort": "Vrata TCP",
"customServerPort": "Vrata strežnika po meri",
"chat": "Klepet",
"restoringPreviousLink": "Obnavljanje prejšnje povezave",
"noDeviceConnected": "Ni povezane naprave",
"sendAdvert": "Pošlji moj kontakt",
"advertMode": "Pošlji moj kontakt",
"advertModeSubtitle": "Izberite, kako daleč naj potujejo vaši kontaktni podatki.",
"floodAdvertSent": "Kontakt poslan z razprševanjem po omrežju",
"directAdvertSent": "Kontakt poslan neposredno bližnjim napravam"
}

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Button to restart BLE scanning"
},
"tapToConnect": "Bağlanmak için dokunun",
"@tapToConnect": {
"description": "Subtitle text for device in scan list"
},
"deviceNotConnected": "Cihaz bağlı değil",
"@deviceNotConnected": {
"description": "Error message when device is not connected"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Setting to show RX/TX indicators"
},
"displayPacketActivity": "Üst çubukta paket etkinliği göstergelerini göster",
"@displayPacketActivity": {
"description": "Description for RX/TX indicators setting"
},
"disableMap": "Haritayı devre dışı bırak",
"@disableMap": {
"description": "Setting to disable the map tab"
},
"disableMapDescription": "Pil kullanımını azaltmak için harita sekmesini gizle",
"@disableMapDescription": {
"description": "Description for disable map setting"
},
"language": "Dil",
"@language": {
"description": "Language setting label"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "App version label"
},
"appName": "Uygulama adı",
"@appName": {
"description": "App name label"
},
"aboutMeshCoreSar": "MeshCore SAR hakkında",
"@aboutMeshCoreSar": {
"description": "About dialog title"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Action to reset contact path for re-routing"
},
"publicKeyCopied": "Genel anahtar panoya kopyalandı",
"@publicKeyCopied": {
"description": "Success message when public key is copied"
},
"copiedToClipboard": "{label} panoya kopyalandı",
"@copiedToClipboard": {
"description": "Success message when a value is copied to clipboard",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Last seen label"
},
"roomStatus": "Oda durumu",
"@roomStatus": {
"description": "Room status section header"
},
"loginStatus": "Giriş durumu",
"@loginStatus": {
"description": "Login status label"
},
"notLoggedIn": "Giriş yapılmadı",
"@notLoggedIn": {
"description": "Not logged in status"
},
"adminAccess": "Yönetici erişimi",
"@adminAccess": {
"description": "Admin access label"
},
"yes": "Evet",
"@yes": {
"description": "Yes answer"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Permissions label"
},
"passwordSaved": "Parola kaydedildi",
"@passwordSaved": {
"description": "Password saved label"
},
"locationColon": "Konum:",
"@locationColon": {
"description": "Location section header"
},
"telemetry": "Telemetri",
"@telemetry": {
"description": "Telemetry section header"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "GPS from telemetry label"
},
"updated": "Güncellendi",
"@updated": {
"description": "Updated timestamp label"
},
"pathResetInfo": "{name} için yol sıfırlandı. Sonraki mesaj yeni bir rota bulacak.",
"@pathResetInfo": {
"description": "Info message after path reset",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Odaya yeniden giriş yap",
"@reLoginToRoom": {
"description": "Button to re-login to room"
@@ -1158,10 +1101,6 @@
"@frequencyMHz": {
"description": "Label for radio frequency field"
},
"frequencyExample": "örn. 869.618",
"@frequencyExample": {
"description": "Helper text example for frequency"
},
"bandwidth": "Bant genişliği",
"@bandwidth": {
"description": "Label for bandwidth dropdown"
@@ -1265,47 +1204,6 @@
"@trailControls": {
"description": "Trail controls tooltip"
},
"contactTrails": "Kişi izleri",
"@contactTrails": {
"description": "Contact trails section header"
},
"showAllContactTrails": "Tüm kişi izlerini göster",
"@showAllContactTrails": {
"description": "Toggle label to show all contact trails"
},
"noContactsWithLocationHistory": "Konum geçmişi olan kişi yok",
"@noContactsWithLocationHistory": {
"description": "Subtitle when no contacts have trails"
},
"showingTrailsForContacts": "{count} kişi için izler gösteriliyor",
"@showingTrailsForContacts": {
"description": "Subtitle showing number of contacts with trails",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Tek tek kişi izleri",
"@individualContactTrails": {
"description": "Expansion tile title for individual contact trails"
},
"deviceInformation": "Cihaz bilgileri",
"@deviceInformation": {
"description": "Device information section header"
},
"bleName": "BLE adı",
"@bleName": {
"description": "Bluetooth Low Energy device name label"
},
"meshName": "Mesh adı",
"@meshName": {
"description": "Mesh network name label"
},
"notSet": "Ayarlanmadı",
"@notSet": {
"description": "Label when a value is not set"
},
"model": "Model",
"@model": {
"description": "Device model label"
@@ -1314,14 +1212,6 @@
"@version": {
"description": "Version label"
},
"buildDate": "Derleme tarihi",
"@buildDate": {
"description": "Firmware build date label"
},
"firmware": "Bellenim",
"@firmware": {
"description": "Firmware label"
},
"maxContacts": "Maks kişi",
"@maxContacts": {
"description": "Maximum contacts capacity label"
@@ -1334,26 +1224,6 @@
"@publicInfo": {
"description": "Public information section header"
},
"meshNetworkName": "Mesh ağ adı",
"@meshNetworkName": {
"description": "Mesh network name field label"
},
"nameBroadcastInMesh": "Mesh duyurularında yayınlanan ad",
"@nameBroadcastInMesh": {
"description": "Helper text for mesh network name field"
},
"telemetryAndLocationSharing": "Telemetri ve konum paylaşımı",
"@telemetryAndLocationSharing": {
"description": "Telemetry and location sharing toggle label"
},
"lat": "Enl.",
"@lat": {
"description": "Latitude field label (short form)"
},
"lon": "Boyl.",
"@lon": {
"description": "Longitude field label (short form)"
},
"useCurrentLocation": "Geçerli konumu kullan",
"@useCurrentLocation": {
"description": "Tooltip for use current location button"
@@ -1383,15 +1253,6 @@
}
}
},
"copiedToClipboardShort": "{label} panoya kopyalandı",
"@copiedToClipboardShort": {
"description": "Short success message when copying to clipboard",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Kaydetme başarısız: {error}",
"@failedToSave": {
"description": "Generic error message for save failures",
@@ -1414,10 +1275,6 @@
"@sarTemplates": {
"description": "SAR templates menu title"
},
"manageSarTemplates": "SAR şablonlarını yönet",
"@manageSarTemplates": {
"description": "Subtitle for SAR templates settings"
},
"addTemplate": "Şablon ekle",
"@addTemplate": {
"description": "Button to add new SAR template"
@@ -1541,10 +1398,6 @@
"@ok": {
"description": "OK button label"
},
"permissionsSection": "İzinler",
"@permissionsSection": {
"description": "Permissions section header"
},
"locationPermission": "Konum izni",
"@locationPermission": {
"description": "Location permission label"
@@ -2109,94 +1962,6 @@
"@wizardWelcomeTitle": {
"description": "Welcome wizard first page title"
},
"wizardWelcomeDescription": "Arama ve kurtarma operasyonları için güçlü bir şebeke dışı iletişim aracı. Geleneksel ağlar kullanılamadığında ekibinizle mesh radyo teknolojisi üzerinden bağlantı kurun.",
"@wizardWelcomeDescription": {
"description": "Welcome wizard first page description"
},
"wizardConnectingTitle": "Radyonuza bağlanma",
"@wizardConnectingTitle": {
"description": "Wizard connecting page title"
},
"wizardConnectingDescription": "Şebeke dışı iletişime başlamak için akıllı telefonunuzu Bluetooth üzerinden bir MeshCore radyo cihazına bağlayın.",
"@wizardConnectingDescription": {
"description": "Wizard connecting page description"
},
"wizardConnectingFeature1": "Yakındaki MeshCore cihazlarını tarayın",
"@wizardConnectingFeature1": {
"description": "Wizard connecting feature 1"
},
"wizardConnectingFeature2": "Radyonuzla Bluetooth üzerinden eşleşin",
"@wizardConnectingFeature2": {
"description": "Wizard connecting feature 2"
},
"wizardConnectingFeature3": "Tamamen çevrimdışı çalışır - internet gerekmez",
"@wizardConnectingFeature3": {
"description": "Wizard connecting feature 3"
},
"wizardChannelTitle": "Kanallar",
"@wizardChannelTitle": {
"description": "Wizard channel page title"
},
"wizardChannelDescription": "Bir kanaldaki herkese mesaj yayınlayın; ekip genelindeki duyurular ve koordinasyon için idealdir.",
"@wizardChannelDescription": {
"description": "Wizard channel page description"
},
"wizardChannelFeature1": "Genel ekip iletişimi için herkese açık kanal",
"@wizardChannelFeature1": {
"description": "Wizard channel feature 1"
},
"wizardChannelFeature2": "Belirli gruplar için özel kanallar oluşturun",
"@wizardChannelFeature2": {
"description": "Wizard channel feature 2"
},
"wizardChannelFeature3": "Mesajlar mesh tarafından otomatik iletilir",
"@wizardChannelFeature3": {
"description": "Wizard channel feature 3"
},
"wizardContactsTitle": "Kişiler",
"@wizardContactsTitle": {
"description": "Wizard contacts page title"
},
"wizardContactsDescription": "Ekip üyeleriniz mesh ağına katıldıkça otomatik olarak görünür. Onlara doğrudan mesaj gönderin veya konumlarını görüntüleyin.",
"@wizardContactsDescription": {
"description": "Wizard contacts page description"
},
"wizardContactsFeature1": "Kişiler otomatik bulunur",
"@wizardContactsFeature1": {
"description": "Wizard contacts feature 1"
},
"wizardContactsFeature2": "Özel doğrudan mesaj gönderin",
"@wizardContactsFeature2": {
"description": "Wizard contacts feature 2"
},
"wizardContactsFeature3": "Pil seviyesini ve son görülme zamanını görüntüleyin",
"@wizardContactsFeature3": {
"description": "Wizard contacts feature 3"
},
"wizardMapTitle": "Harita ve konum",
"@wizardMapTitle": {
"description": "Wizard map page title"
},
"wizardMapDescription": "Ekibinizi gerçek zamanlı izleyin ve arama kurtarma operasyonları için önemli konumları işaretleyin.",
"@wizardMapDescription": {
"description": "Wizard map page description"
},
"wizardMapFeature1": "Bulunan kişiler, yangınlar ve toplanma alanları için SAR işaretleri",
"@wizardMapFeature1": {
"description": "Wizard map feature 1"
},
"wizardMapFeature2": "Ekip üyelerinin gerçek zamanlı GPS takibi",
"@wizardMapFeature2": {
"description": "Wizard map feature 2"
},
"wizardMapFeature3": "Uzak bölgeler için çevrimdışı haritalar indirin",
"@wizardMapFeature3": {
"description": "Wizard map feature 3"
},
"wizardMapFeature4": "Şekiller çizin ve taktik bilgileri paylaşın",
"@wizardMapFeature4": {
"description": "Wizard map feature 4"
},
"viewWelcomeTutorial": "Karşılama eğitimini görüntüle",
"@viewWelcomeTutorial": {
"description": "Settings option to re-show welcome wizard"
@@ -2352,29 +2117,10 @@
"posttxDelay": "Gönderim sonrası gecikme",
"bandpass": "Bant geçiren",
"bandpassFilterVoice": "Bant geçiren filtre ses",
"frequency": "Frekans",
"australia": "Avustralya",
"australiaNarrow": "Avustralya (Dar)",
"australiaQld": "Avustralya: QLD",
"australiaSaWa": "Avustralya: SA, WA",
"newZealand": "Yeni Zelanda",
"newZealandNarrow": "Yeni Zelanda (Dar)",
"switzerland": "İsviçre",
"portugal433": "Portekiz 433",
"portugal868": "Portekiz 868",
"czechRepublicNarrow": "Çek Cumhuriyeti (Dar)",
"eu433mhzLongRange": "AB 433MHz (Uzun Menzil)",
"euukDeprecated": "AB/BK (Kullanımdan kalktı)",
"euukNarrow": "AB/BK (Dar)",
"usacanadaRecommended": "ABD/Kanada (Önerilen)",
"vietnamDeprecated": "Vietnam (Kullanımdan kalktı)",
"vietnamNarrow": "Vietnam (Dar)",
"active": "Aktif",
"addContact": "Kişi ekle",
"all": "Tümü",
"autoResolve": "Otomatik çöz",
"clearAllLabel": "Tümünü temizle",
"clearRelays": "Röleleri temizle",
"clearFilters": "Filtreleri temizle",
"clearRoute": "Rotayı temizle",
"clearMessages": "Mesajları temizle",
@@ -2400,10 +2146,7 @@
"send": "Gönder",
"sendAnyway": "Yine de gönder",
"share": "Paylaş",
"shareContact": "Kişiyi paylaş",
"trace": "İz",
"use": "Kullan",
"useSelectedFrequency": "Seçilen frekansı kullan",
"discovery": "Keşif",
"discoverRepeaters": "Tekrarlayıcıları keşfet",
"discoverSensors": "Sensörleri keşfet",
@@ -2426,7 +2169,6 @@
"gpsModule": "GPS Modülü",
"liveTraffic": "Canlı trafik",
"repeatersMap": "Tekrarlayıcılar haritası",
"spectrumScan": "Spektrum taraması",
"blePacketLogs": "BLE paket günlükleri",
"onlineTraceDatabase": "Çevrimiçi iz veritabanı",
"routePathByteSize": "Yol bayt boyutu",
@@ -2438,7 +2180,6 @@
"disableContacts": "Kişileri devre dışı bırak",
"enableSensorsTab": "Sensörler sekmesini etkinleştir",
"enableProfiles": "Profilleri etkinleştir",
"autoRouteRotation": "Otomatik rota rotasyonu",
"nearestRepeaterFallback": "En yakın tekrarlayıcıya geri dönüş",
"deleteAllStoredMessageHistory": "Tüm mesaj geçmişini sil",
"messageFontSize": "Mesaj yazı tipi boyutu",
@@ -2446,18 +2187,13 @@
"showMapDebugInfo": "Harita hata ayıklama bilgisini göster",
"openMapInFullscreen": "Haritayı tam ekranda aç",
"showSarMarkersLabel": "SAR işaretçilerini göster",
"displaySarMarkersOnTheMainMap": "SAR işaretçilerini ana haritada göster",
"showAllContactTrailsLabel": "Tüm kişi izlerini göster",
"hideRepeatersOnMap": "Haritada tekrarlayıcıları gizle",
"setMapScale": "Harita ölçeğini ayarla",
"customMapScaleSaved": "Özel harita ölçeği kaydedildi",
"voiceBitrate": "Ses bit hızı",
"voiceCompressor": "Ses sıkıştırıcı",
"balancesQuietAndLoudSpeechLevels": "Sessiz ve yüksek konuşma seviyelerini dengeler",
"voiceLimiter": "Ses sınırlayıcı",
"preventsClippingPeaksBeforeEncoding": "Kodlama öncesi tepe kırpmasını önler",
"micAutoGain": "Mikrofon otomatik kazancı",
"letsTheRecorderAdjustInputLevel": "Kaydedicinin giriş seviyesini ayarlamasına izin verir",
"echoCancellation": "Yankı iptali",
"noiseSuppression": "Gürültü bastırma",
"trimSilenceInVoiceMessages": "Sesli mesajlarda sessizliği kırp",
@@ -2499,13 +2235,10 @@
"staging": "Toplanma alanı",
"object": "Nesne",
"quiet": "Sessiz",
"moderate": "Orta",
"busy": "Meşgul",
"spectrumScanReturnedNoCandidateFrequencies": "Spektrum taraması aday frekans bulamadı",
"searchMessages": "Mesajlarda ara",
"sendImageFromGallery": "Galeriden resim gönder",
"takePhoto": "Fotoğraf çek",
"dmOnly": "Yalnızca DM",
"allMessages": "Tüm mesajlar",
"sendToPublicChannel": "Genel kanala gönderilsin mi?",
"selectMarkerTypeAndDestination": "İşaretçi türünü ve hedefi seçin",
@@ -2524,8 +2257,6 @@
"wipeDevice": "Cihazı sil",
"destructiveDeviceActions": "Yıkıcı cihaz işlemleri.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Bir ön ayar seçin veya radyo ayarlarını ince ayarlayın.",
"chooseTheNameAndLocationThisDeviceShares": "Bu cihazın paylaştığı ad ve konumu seçin.",
"availableSpaceOnThisDevice": "Bu cihazda kullanılabilir alan.",
"used": "Kullanılan",
"total": "Toplam",
"renameValue": "Değeri yeniden adlandır",
@@ -2543,8 +2274,6 @@
"onlineOnly": "Yalnızca çevrimiçi",
"inBoth": "Her ikisinde",
"source": "Kaynak",
"manualRouteEdit": "Manuel rota düzenle",
"observedMeshRoute": "Gözlemlenen mesh rotası",
"allMessagesCleared": "Tüm mesajlar temizlendi",
"onlineTraceDatabaseCleared": "Çevrimiçi iz veritabanı temizlendi",
"packetLogsCleared": "Paket günlükleri temizlendi",
@@ -2575,5 +2304,314 @@
"captured": "Yakalandı",
"size": "Boyut",
"noCustomChannelsToClear": "Temizlenecek özel kanal yok.",
"noDeviceContactsToClear": "Temizlenecek cihaz kişisi yok."
"noDeviceContactsToClear": "Temizlenecek cihaz kişisi yok.",
"autoSend": "Otomatik Gönder",
"autoSendDescription": "Mevcut yol üzerinden gönder.",
"sendDirect": "Doğrudan Gönder",
"sendDirectDescription": "Bu kişiye doğrudan gönder.",
"sendFlood": "Taşkın Gönder",
"sendFloodDescription": "Tüm aktarıcılar üzerinden gönder.",
"postConnectDiscoveryTitle": "Aktarıcıları şimdi keşfet?",
"postConnectDiscoveryDescription": "Bağlandıktan hemen sonra aktarıcı keşfi çalıştırarak yakındaki MeshCore düğümlerini görün ve ağınıza daha hızlı ekleyin.",
"aToZ": "A-Z",
"add": "Ekle",
"addAdditionalDetails": "Ek ayrıntılar ekle",
"addPeer": "Eş ekle",
"addPeerManually": "Eşi elle ekle",
"addedToContacts": "{name} kişilere eklendi",
"addedToSensors": "{name} Sensörlere eklendi",
"allowAll": "Tümüne izin ver",
"anonymousRxStats": "Anonim RX istatistikleri",
"appearance": "Görünüm",
"ascii": "ASCII",
"baseTelemetry": "Temel telemetri",
"blePin": "BLE PIN",
"buzzerAlerts": "Buzzer uyarıları",
"cancelImageReceive": "Görüntü alımını iptal et",
"choose": "Seç",
"chooseWhichTabsAndContactSectionsToShow": "Gösterilecek sekmeleri ve kişi bölümlerini seçin",
"clearCache": "Önbelleği temizle",
"clearHistory": "Geçmişi temizle",
"clearLiveView": "Canlı görünümü temizle",
"clearLogs": "Günlükleri temizle",
"clearOfflineCache": "Çevrimdışı önbellek temizlensin mi?",
"clearOverlay": "Katmanı temizle",
"clearRouteOnlyAfterAllRetriesFail": "Rotayı yalnızca tüm yeniden denemeler başarısız olduktan sonra temizle",
"codecBitrateAndAudioProcessing": "Codec, bit hızı ve ses işleme",
"connectByIpAddress": "IP adresiyle bağlan",
"controlWhichAlertsYouReceive": "Hangi uyarıları alacağınızı kontrol edin",
"copyFullHex": "Tam Hex kopyala",
"copyRawResponse": "Ham yanıtı kopyala",
"couldNotLoadMetHistory": "MET geçmişi yüklenemedi",
"customizeSensor": "{name} sensörünü özelleştir",
"data": "Veri",
"deleteGroup": "Grubu sil",
"deleteStyleConfirm": "{name} silinsin mi?",
"deleteThisDrawing": "Bu {type} silinsin mi?",
"deny": "Reddet",
"deviceInfo": "Cihaz bilgisi",
"deviceSettings": "Cihaz Ayarları",
"deviceTimeSynced": "Cihaz saati bu telefonla senkronize edildi.",
"disableFastGpsPublishing": "Hızlı GPS yayınını devre dışı bırak",
"displayMarkersAndTraceDatabase": "Ekran, işaretçiler ve iz veritabanı",
"download": "İndir",
"environmentalTelemetry": "Çevresel telemetri",
"errorCheckingForUpdates": "Güncelleme kontrolünde hata: {error}",
"errorGeneric": "Hata: {error}",
"errorOpeningDownload": "İndirme açılırken hata: {error}",
"exportLogs": "Günlükleri dışa aktar",
"extraAggressiveAvifCompression": "Ekstra agresif AVIF sıkıştırma",
"failedToAddContact": "Kişi eklenemedi: {error}",
"failedToAddName": "{name} eklenemedi: {error}",
"failedToClearChannels": "Kanallar temizlenemedi: {error}",
"failedToClearContacts": "Kişiler temizlenemedi: {error}",
"failedToConnectViaSerial": "Seri bağlantı kurulamadı",
"failedToLoadPreviewImage": "Önizleme görüntüsü yüklenemedi: {error}",
"failedToLoadTrace": "İz yüklenemedi: {error}",
"failedToSendSarMarker": "SAR işaretçisi gönderilemedi: {error}",
"failedToSetBuzzerMode": "Buzzer modu ayarlanamadı: {error}",
"failedToSetGpsMode": "GPS modu ayarlanamadı: {error}",
"failedToSyncDeviceTime": "Cihaz saati senkronize edilemedi: {error}",
"failedToWipeDeviceData": "Cihaz verileri silinemedi: {error}",
"fastGpsTargetChannel": "Hızlı GPS hedef kanalı",
"fastUpdatesThresholdsAndPermissions": "Hızlı güncellemeler, eşikler ve izinler",
"fetchingCatalog": "Katalog getiriliyor...",
"fifteenMinutes": "15 dakika",
"fifteenSeconds": "15 saniye",
"filterByDirection": "Yöne göre filtrele",
"finish": "Bitir",
"fiveMinutes": "5 dakika",
"fiveSeconds": "5 saniye",
"fix": "Düzelt",
"gps": "GPS",
"gpsAdvertPolicy": "GPS ilan politikası",
"gpsAndLocation": "GPS ve Konum",
"gpsDiagnostics": "GPS tanılama",
"gpsSection": "GPS",
"help": "Yardım",
"hex": "Hex",
"hidden": "Gizli",
"howTheRadioAutoAddsDiscoveredNodes": "Radyonun keşfedilen düğümleri otomatik olarak nasıl eklediği.",
"images": "Görüntüler",
"importProfile": "Profili içe aktar",
"lastFix": "Son konum",
"latest": "En yeni",
"latitude": "Enlem",
"loadASavedRegion": "Kayıtlı bir bölge yükle",
"loading": "Yükleniyor",
"locationSharingHardwareAndUpdateInterval": "Konum paylaşımı, donanım ve güncelleme aralığı.",
"locationTelemetry": "Konum telemetrisi",
"lockDestination": "Hedefi kilitle",
"longitude": "Boylam",
"mapStyle": "Harita Stili",
"max": "Maks",
"maxZoom": "Maks Yakınlaştırma",
"messaging": "Mesajlaşma",
"metHistory": "MET geçmişi",
"min": "Min",
"minZoom": "Min Yakınlaştırma",
"moveDown": "Aşağı taşı",
"moveUp": "Yukarı taşı",
"multiAckMode": "Çoklu ACK modu",
"multiDeviceWorkspaceManagement": "Çoklu cihaz çalışma alanı yönetimi",
"myLocation": "Konumum",
"nameAndTelemetryShared": "Ad ve telemetri diğer cihazlarla paylaşılır.",
"newVersionAvailable": "Yeni sürüm: {version}",
"newer": "Daha yeni",
"noNeighboursFound": "Komşu bulunamadı",
"noServersFound": "Sunucu bulunamadı",
"notSet": "Ayarlanmadı",
"notifications": "Bildirimler",
"offZeroSeconds": "Kapalı (0 sn)",
"offlineMaps": "Çevrimdışı Haritalar",
"older": "Daha eski",
"oneByteMode0": "1 bayt (mod 0)",
"oneHour": "1 saat",
"oneMinute": "1 dakika",
"openPacketLogs": "Paket günlüklerini aç",
"packetTypeHelp": "Paket türü yardımı",
"pasteShareLinkOrHexAdvert": "Paylaşım bağlantısı veya Hex ilanı yapıştırın",
"pathHash": "Yol hash",
"pathSize": "Yol boyutu",
"ping": "Ping",
"polygon": "Çokgen",
"rawResponseCopied": "Ham yanıt kopyalandı",
"resendThroughNearestRepeaterOnFailure": "Başarısızlık durumunda en yakın aktarıcı üzerinden yeniden gönder",
"resolveContact": "Kişiyi çözümle",
"routingRetriesAndDestinationLock": "Yönlendirme, yeniden denemeler ve hedef kilidi",
"samples": "Örnekler",
"satellites": "Uydular",
"saving": "Kaydediliyor...",
"search": "Ara",
"searchByNameOrToken": "Ada veya jetona göre ara",
"searchDiscoveredNodes": "Keşfedilen düğümleri ara",
"searchInCurrentFilter": "Geçerli filtrede ara",
"searchLogs": "Günlüklerde ara...",
"searchSensors": "Sensörleri ara",
"searchThisSection": "Bu bölümde ara",
"selectedRelays": "Seçili aktarıcılar",
"sensor": "Sensör",
"serialError": "Seri hata: {error}",
"setPathForContact": "{name} için yol ayarla",
"shareLiveGps": "Canlı GPS paylaş",
"shareMyTiles": "Döşemelerimi paylaş",
"sharingLocationFromPhone": "Bu kanalda telefondan konum paylaşılıyor.",
"sharingLocationFromRadio": "Bu kanalda radyodan konum paylaşılıyor.",
"signalDbm": "Sinyal {rssi} dBm",
"sizeCompressionAndPreview": "Boyut, sıkıştırma ve önizleme",
"skip": "Atla",
"smallerFileSize": "Daha küçük dosya boyutu",
"sort": "Sırala",
"stoppedSharingLocation": "Bu kanalda konum paylaşımı durduruldu.",
"suppressNotificationsWhileInForeground": "Ön plandayken bildirimleri bastır",
"tabsAndNavigation": "Sekmeler ve Gezinme",
"templatesAndTutorials": "Şablonlar ve öğreticiler",
"tenMinutes": "10 dakika",
"tenSeconds": "10 saniye",
"testSendUpdate": "Test güncelleme gönder",
"themeLanguageAndDisplayPreferences": "Tema, dil ve görüntüleme tercihleri",
"thirtyMinutes": "30 dakika",
"thirtySeconds": "30 saniye",
"threeBytesMode2": "3 bayt (mod 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Trafik istatistikleri, mesaj geçmişi ve geliştirici araçları",
"twoBytesMode1": "2 bayt (mod 1)",
"twoMinutes": "2 dakika",
"undo": "Geri al",
"updated": "Güncellendi",
"useContactFlags": "Kişi bayraklarını kullan",
"useSavedCoordinates": "Kayıtlı koordinatları kullan",
"view": "Görüntüle",
"viewNeighbours": "Komşuları Görüntüle",
"viewPublicStats": "Herkese açık istatistikleri görüntüle",
"setRegionScope": "Bölge kapsamını ayarla",
"regionScope": "Bölge kapsamı",
"regionScopeNone": "Yok (genel)",
"clearRegionScope": "Kapsamı temizle",
"regionScopeWarning": "Yalnızca bu bölgeye izin veren aktarıcılar iletecektir.",
"discoverRegions": "Aktarıcılardan keşfet",
"discoveringRegions": "Bölgeler keşfediliyor...",
"enterRegionName": "Bölge adı (ör. auckland)",
"noRegionsFound": "Bu aktarıcıda bölge bulunamadı.",
"regionScopeSet": "Bölge kapsamı {name} olarak ayarlandı",
"regionScopeCleared": "Bölge kapsamı temizlendi",
"simpleMode": "Basit mod",
"simpleModeDescription": "Yalnızca favori kişilerle sohbet ve harita",
"simpleModeRequiresLockedDestination": "Basit modu kullanmak için önce bir kanalla \"Hedefi kilitle\" seçeneğini etkinleştirin",
"noFavouriteContacts": "Favori kişi yok",
"selectDestinationFirst": "Önce bir kanal, kişi veya oda seçin",
"recipientNoLongerAvailable": "Alıcı artık mevcut değil",
"failedToSendMessage": "Gönderilemedi: {error}",
"tictactoeDirectOnly": "XOX yalnızca doğrudan mesajlarda çalışır. Önce bir kişi seçin.",
"deviceKeyUnavailable": "Cihaz anahtarı mevcut değil",
"imageCompressionFailed": "Resim sıkıştırma başarısız",
"imageFragmentationFailed": "Resim parçalama başarısız",
"failedToAnnounceImage": "Resim duyurulamadı",
"noRecipientSelected": "Alıcı seçilmedi",
"imageSendFailed": "Resim gönderilemedi",
"microphonePermissionRequiredForVoice": "Sesli mesajlar için mikrofon izni gerekli",
"recordingDiscarded": "Kayıt silindi",
"publicChannelMediaWarning": "Genel kanala {mediaType} göndermek üzeresiniz. Mesh ağındaki herkes bunu alabileceği için bu önerilmez. Bunu özellikle istemiyorsanız özel veya etiketli bir kanal seçin.",
"selectPrivateChannelToShareLocation": "Konumunuzu paylaşmak için özel bir kanal seçin.",
"stopSharingMyLocation": "Konumumu paylaşmayı durdur",
"shareMyLocation": "Konumumu paylaş",
"stopRecording": "Kaydı durdur",
"recordVoice": "Sesli mesaj kaydet",
"moreActions": "Diğer işlemler",
"noMessagesInFilter": "Bu filtrede mesaj yok",
"noMatchesInFilter": "Bu filtrede eşleşme yok",
"syncFailed": "Senkronizasyon başarısız: {error}",
"invalidLink": "Geçersiz bağlantı",
"cannotOpenLink": "Bağlantıılamıyor",
"failedToOpenLink": "Bağlantıılamadı",
"failedToResendMessage": "Mesaj yeniden gönderilemedi",
"retryFailed": "Yeniden deneme başarısız: {error}",
"deleteDrawingAndMessage": "Çizimi ve mesajı sil",
"lastEchoRelay": "Son yankı: röle",
"lastEchoPath": "Son yankı: yol",
"lastEchoBytesReport": "Son yankı: bayt raporu",
"noGpsCoordinatesAvailable": "Kullanılabilir GPS koordinatı yok",
"notASarMarker": "Bu bir SAR işareti değil",
"failedToSaveTemplate": "Şablon kaydedilemedi: {error}",
"drawingNotFound": "Çizim bulunamadı",
"unknownDrawingType": "Bilinmeyen çizim türü",
"customMapMarker": "Özel harita işareti",
"customMapPointLabel": "Nokta: {point}",
"mapIdLabel": "Harita ID: {id}",
"cannotFetchVoice": "Ses alınamıyor",
"senderContactUnknown": "Gönderenin kişisi bilinmiyor. Önce kişileri senkronize edin.",
"senderRouteUnknown": "Gönderenin rotası bilinmiyor. Önce kişileri/yolu senkronize edin.",
"messageTooFar": "Mesaj çok uzakta ({hops} atlama, en fazla {maxHops}).",
"senderRouteNoPathResponse": "Gönderenin rotası yol denetimine yanıt vermedi. Kişileri/yolu senkronize edip yeniden deneyin.",
"senderRouteNoRawResponse": "Gönderenin rotası ham aktarım yolunda yanıt vermedi.",
"voiceFetchOverHops": "{hops} atlama üzerinden ses alma biraz sürebilir.",
"voiceReceiveCanceled": "Ses alımı iptal edildi",
"fetchingMissingVoiceFragments": "Eksik ses parçaları alınıyor",
"receivingVoice": "Ses alınıyor",
"cannotFetchImage": "Resim alınamıyor",
"imageFetchOverHops": "{hops} atlama üzerinden resim alma biraz sürebilir.",
"imageAlreadyBeingReceived": "Resim zaten alınıyor",
"loadImage": "Resmi yükle",
"imageFetchFailedToSendRequest": "Resim isteği gönderilemedi",
"imageUnavailable": "Resim şu anda kullanılamıyor",
"imageFetchTimedOut": "Resim alma zaman aşımına uğradı",
"imageReceiveCanceled": "Resim alımı iptal edildi",
"closeImagePreview": "Resim önizlemesini kapat",
"recordingReleaseToSend": "Kaydediliyor... göndermek için bırakın",
"sendingVoice": "Ses gönderiliyor...",
"sendLongPressToRecordVoice": "Gönder (ses kaydı için basılı tutun)",
"discardRecording": "Kaydı sil",
"hopCount": "{count, plural, other{{count} atlama}}",
"channelsSectionDescription": "Yakındaki mesh trafiği için yayın kanalları",
"roomsSectionDescription": "Sürekli ekip koordinasyonu için ortak alanlar",
"contactsSectionDescription": "Doğrudan ulaşabileceğiniz kişiler ve cihazlar",
"noRecentChatters": "Yakın zamanda konuşan yok",
"public": "Genel",
"failedToSendTicTacToeMove": "XOX hamlesi gönderilemedi",
"youWon": "Kazandınız",
"opponentWon": "Rakip kazandı",
"gameDraw": "Berabere",
"yourTurn": "Sıra sizde",
"opponentTurn": "Sıra rakipte",
"pleaseEnterValidCoordinates": "Geçerli koordinatlar girin",
"locationNotAvailable": "Konum mevcut değil",
"customCaveMapPoint": "Özel mağara haritası noktası",
"mapPoint": "Harita noktası",
"fetchingMissingImageFragments": "Eksik parçalar alınıyor…",
"loadingImage": "Yükleniyor…",
"receivingImage": "Alınıyor…",
"tapToLoad": "Yüklemek için dokunun",
"connectDevice": "Cihaza bağlan",
"chooseTransportSubtitle": "Bluetooth, WiFi veya Seri aktarım seçin",
"ble": "BLE",
"network": "Ağ",
"serial": "Seri",
"scan": "Tara",
"pressScanToSearchForDevices": "Yakındaki cihazları aramak için tara düğmesine basın",
"failedToConnectToDevice": "{name} cihazına bağlanılamadı",
"unknownDevice": "Bilinmeyen cihaz",
"showingCachedResultsTapRefresh": "Önbelleğe alınmış sonuçlar gösteriliyor. Yeniden taramak için yenile düğmesine dokunun.",
"scanningLocalNetworkOnPort": "Yerel ağda {port} bağlantı noktasındaki MeshCore WiFi cihazları taranıyor",
"cancelScanAndAddServer": "Taramayı iptal et ve sunucu ekle",
"addServer": "Sunucu ekle",
"scanningProgressIps": "Taranıyor... {scanned}/{total} IP",
"cancelAndEnterManually": "İptal et ve elle gir",
"noRecentOrDiscoveredServers": "Henüz son kullanılan veya keşfedilen sunucu yok",
"recentlyUsed": "Son kullanılanlar",
"connecting": "Bağlanıyor...",
"discoveredOnThisNetwork": "Bu ağda keşfedildi",
"serverNoLongerAvailable": "{host}:{port} adresindeki sunucu artık kullanılamıyor. Etkin sunucuları bulmak için lütfen yeniden tarayın.",
"failedToConnectToHost": "{host}:{port} adresine bağlanılamadı",
"enterValidIpAddress": "Geçerli bir IP adresi girin",
"enterValidTcpPort": "Geçerli bir TCP bağlantı noktası girin",
"ipAddress": "IP adresi",
"tcpPort": "TCP bağlantı noktası",
"customServerPort": "Özel sunucu bağlantı noktası",
"chat": "Sohbet",
"restoringPreviousLink": "Önceki bağlantı geri yükleniyor",
"noDeviceConnected": "Bağlı cihaz yok",
"sendAdvert": "Kişi bilgimi gönder",
"advertMode": "Kişi bilgimi gönder",
"advertModeSubtitle": "Kişi bilgilerinizin ne kadar uzağa gideceğini seçin.",
"floodAdvertSent": "Kişi bilgisi tüm mesh ağına gönderildi",
"directAdvertSent": "Kişi bilgisi yakındaki cihazlara gönderildi"
}

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "Button to restart BLE scanning"
},
"tapToConnect": "Торкніться, щоб підключитися",
"@tapToConnect": {
"description": "Subtitle text for device in scan list"
},
"deviceNotConnected": "Пристрій не підключено",
"@deviceNotConnected": {
"description": "Error message when device is not connected"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "Setting to show RX/TX indicators"
},
"displayPacketActivity": "Показувати індикатори активності пакетів у верхній панелі",
"@displayPacketActivity": {
"description": "Description for RX/TX indicators setting"
},
"disableMap": "Вимкнути мапу",
"@disableMap": {
"description": "Setting to disable the map tab"
},
"disableMapDescription": "Приховати вкладку мапи для зменшення споживання батареї",
"@disableMapDescription": {
"description": "Description for disable map setting"
},
"language": "Мова",
"@language": {
"description": "Language setting label"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "App version label"
},
"appName": "Назва застосунку",
"@appName": {
"description": "App name label"
},
"aboutMeshCoreSar": "Про MeshCore SAR",
"@aboutMeshCoreSar": {
"description": "About dialog title"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "Action to reset contact path for re-routing"
},
"publicKeyCopied": "Публічний ключ скопійовано в буфер обміну",
"@publicKeyCopied": {
"description": "Success message when public key is copied"
},
"copiedToClipboard": "{label} скопійовано в буфер обміну",
"@copiedToClipboard": {
"description": "Success message when a value is copied to clipboard",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "Last seen label"
},
"roomStatus": "Стан кімнати",
"@roomStatus": {
"description": "Room status section header"
},
"loginStatus": "Стан входу",
"@loginStatus": {
"description": "Login status label"
},
"notLoggedIn": "Не увійшли",
"@notLoggedIn": {
"description": "Not logged in status"
},
"adminAccess": "Доступ адміністратора",
"@adminAccess": {
"description": "Admin access label"
},
"yes": "Так",
"@yes": {
"description": "Yes answer"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "Permissions label"
},
"passwordSaved": "Пароль збережено",
"@passwordSaved": {
"description": "Password saved label"
},
"locationColon": "Місцезнаходження:",
"@locationColon": {
"description": "Location section header"
},
"telemetry": "Телеметрія",
"@telemetry": {
"description": "Telemetry section header"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "GPS from telemetry label"
},
"updated": "Оновлено",
"@updated": {
"description": "Updated timestamp label"
},
"pathResetInfo": "Маршрут для {name} скинуто. Наступне повідомлення знайде новий маршрут.",
"@pathResetInfo": {
"description": "Info message after path reset",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "Повторно увійти до кімнати",
"@reLoginToRoom": {
"description": "Button to re-login to room"
@@ -1158,10 +1101,6 @@
"@frequencyMHz": {
"description": "Label for radio frequency field"
},
"frequencyExample": "напр., 869.618",
"@frequencyExample": {
"description": "Helper text example for frequency"
},
"bandwidth": "Ширина смуги",
"@bandwidth": {
"description": "Label for bandwidth dropdown"
@@ -1265,47 +1204,6 @@
"@trailControls": {
"description": "Trail controls tooltip"
},
"contactTrails": "Сліди контактів",
"@contactTrails": {
"description": "Contact trails section header"
},
"showAllContactTrails": "Показати всі сліди контактів",
"@showAllContactTrails": {
"description": "Toggle label to show all contact trails"
},
"noContactsWithLocationHistory": "Немає контактів з історією місцезнаходження",
"@noContactsWithLocationHistory": {
"description": "Subtitle when no contacts have trails"
},
"showingTrailsForContacts": "Показуються сліди для {count} контактів",
"@showingTrailsForContacts": {
"description": "Subtitle showing number of contacts with trails",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "Окремі сліди контактів",
"@individualContactTrails": {
"description": "Expansion tile title for individual contact trails"
},
"deviceInformation": "Інформація про пристрій",
"@deviceInformation": {
"description": "Device information section header"
},
"bleName": "Назва BLE",
"@bleName": {
"description": "Bluetooth Low Energy device name label"
},
"meshName": "Назва mesh",
"@meshName": {
"description": "Mesh network name label"
},
"notSet": "Не задано",
"@notSet": {
"description": "Label when a value is not set"
},
"model": "Модель",
"@model": {
"description": "Device model label"
@@ -1314,14 +1212,6 @@
"@version": {
"description": "Version label"
},
"buildDate": "Дата збірки",
"@buildDate": {
"description": "Firmware build date label"
},
"firmware": "Прошивка",
"@firmware": {
"description": "Firmware label"
},
"maxContacts": "Макс. контактів",
"@maxContacts": {
"description": "Maximum contacts capacity label"
@@ -1334,26 +1224,6 @@
"@publicInfo": {
"description": "Public information section header"
},
"meshNetworkName": "Назва mesh-мережі",
"@meshNetworkName": {
"description": "Mesh network name field label"
},
"nameBroadcastInMesh": "Ім’я, що транслюється в mesh-оголошеннях",
"@nameBroadcastInMesh": {
"description": "Helper text for mesh network name field"
},
"telemetryAndLocationSharing": "Телеметрія та поширення місцезнаходження",
"@telemetryAndLocationSharing": {
"description": "Telemetry and location sharing toggle label"
},
"lat": "Шир.",
"@lat": {
"description": "Latitude field label (short form)"
},
"lon": "Довг.",
"@lon": {
"description": "Longitude field label (short form)"
},
"useCurrentLocation": "Використати поточне місцезнаходження",
"@useCurrentLocation": {
"description": "Tooltip for use current location button"
@@ -1383,15 +1253,6 @@
}
}
},
"copiedToClipboardShort": "{label} скопійовано в буфер обміну",
"@copiedToClipboardShort": {
"description": "Short success message when copying to clipboard",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "Не вдалося зберегти: {error}",
"@failedToSave": {
"description": "Generic error message for save failures",
@@ -1414,10 +1275,6 @@
"@sarTemplates": {
"description": "SAR templates menu title"
},
"manageSarTemplates": "Керувати шаблонами SAR",
"@manageSarTemplates": {
"description": "Subtitle for SAR templates settings"
},
"addTemplate": "Додати шаблон",
"@addTemplate": {
"description": "Button to add new SAR template"
@@ -1541,10 +1398,6 @@
"@ok": {
"description": "OK button label"
},
"permissionsSection": "Дозволи",
"@permissionsSection": {
"description": "Permissions section header"
},
"locationPermission": "Дозвіл на геолокацію",
"@locationPermission": {
"description": "Location permission label"
@@ -2109,94 +1962,6 @@
"@wizardWelcomeTitle": {
"description": "Welcome wizard first page title"
},
"wizardWelcomeDescription": "Потужний інструмент офлайн-комунікації для операцій пошуку та рятування. Зв’язуйтеся зі своєю командою за допомогою mesh-радіо, коли традиційні мережі недоступні.",
"@wizardWelcomeDescription": {
"description": "Welcome wizard first page description"
},
"wizardConnectingTitle": "Підключення до радіо",
"@wizardConnectingTitle": {
"description": "Wizard connecting page title"
},
"wizardConnectingDescription": "Підключіть смартфон до радіопристрою MeshCore через Bluetooth, щоб почати спілкування поза мережею.",
"@wizardConnectingDescription": {
"description": "Wizard connecting page description"
},
"wizardConnectingFeature1": "Скануйте сусідні пристрої MeshCore",
"@wizardConnectingFeature1": {
"description": "Wizard connecting feature 1"
},
"wizardConnectingFeature2": "Сполучіть свій радіопристрій через Bluetooth",
"@wizardConnectingFeature2": {
"description": "Wizard connecting feature 2"
},
"wizardConnectingFeature3": "Працює повністю офлайн - інтернет не потрібен",
"@wizardConnectingFeature3": {
"description": "Wizard connecting feature 3"
},
"wizardChannelTitle": "Канали",
"@wizardChannelTitle": {
"description": "Wizard channel page title"
},
"wizardChannelDescription": "Транслюйте повідомлення всім у каналі - ідеально для загальнокомандних оголошень і координації.",
"@wizardChannelDescription": {
"description": "Wizard channel page description"
},
"wizardChannelFeature1": "Публічний канал для загального спілкування команди",
"@wizardChannelFeature1": {
"description": "Wizard channel feature 1"
},
"wizardChannelFeature2": "Створюйте власні канали для окремих груп",
"@wizardChannelFeature2": {
"description": "Wizard channel feature 2"
},
"wizardChannelFeature3": "Повідомлення автоматично ретранслюються mesh-мережею",
"@wizardChannelFeature3": {
"description": "Wizard channel feature 3"
},
"wizardContactsTitle": "Контакти",
"@wizardContactsTitle": {
"description": "Wizard contacts page title"
},
"wizardContactsDescription": "Члени вашої команди з’являються автоматично, коли приєднуються до mesh-мережі. Надсилайте їм прямі повідомлення або переглядайте їхнє місцезнаходження.",
"@wizardContactsDescription": {
"description": "Wizard contacts page description"
},
"wizardContactsFeature1": "Контакти виявляються автоматично",
"@wizardContactsFeature1": {
"description": "Wizard contacts feature 1"
},
"wizardContactsFeature2": "Надсилайте приватні прямі повідомлення",
"@wizardContactsFeature2": {
"description": "Wizard contacts feature 2"
},
"wizardContactsFeature3": "Переглядайте рівень батареї та час останньої появи",
"@wizardContactsFeature3": {
"description": "Wizard contacts feature 3"
},
"wizardMapTitle": "Мапа та місцезнаходження",
"@wizardMapTitle": {
"description": "Wizard map page title"
},
"wizardMapDescription": "Відстежуйте команду в реальному часі та позначайте важливі місця для операцій пошуку та рятування.",
"@wizardMapDescription": {
"description": "Wizard map page description"
},
"wizardMapFeature1": "Маркери SAR для знайдених людей, пожеж і зон збору",
"@wizardMapFeature1": {
"description": "Wizard map feature 1"
},
"wizardMapFeature2": "GPS-відстеження членів команди в реальному часі",
"@wizardMapFeature2": {
"description": "Wizard map feature 2"
},
"wizardMapFeature3": "Завантажуйте офлайн-мапи для віддалених районів",
"@wizardMapFeature3": {
"description": "Wizard map feature 3"
},
"wizardMapFeature4": "Малюйте фігури та діліться тактичною інформацією",
"@wizardMapFeature4": {
"description": "Wizard map feature 4"
},
"viewWelcomeTutorial": "Переглянути вступний посібник",
"@viewWelcomeTutorial": {
"description": "Settings option to re-show welcome wizard"
@@ -2352,29 +2117,10 @@
"posttxDelay": "Затримка після передачі",
"bandpass": "Смуговий",
"bandpassFilterVoice": "Смуговий фільтр голосу",
"frequency": "Частота",
"australia": "Австралія",
"australiaNarrow": "Австралія (Вузький)",
"australiaQld": "Австралія: QLD",
"australiaSaWa": "Австралія: SA, WA",
"newZealand": "Нова Зеландія",
"newZealandNarrow": "Нова Зеландія (Вузький)",
"switzerland": "Швейцарія",
"portugal433": "Португалія 433",
"portugal868": "Португалія 868",
"czechRepublicNarrow": "Чехія (Вузький)",
"eu433mhzLongRange": "ЄС 433МГц (Далекий)",
"euukDeprecated": "ЄС/Великобританія (Застаріле)",
"euukNarrow": "ЄС/Великобританія (Вузький)",
"usacanadaRecommended": "США/Канада (Рекомендовано)",
"vietnamDeprecated": "В'єтнам (Застаріле)",
"vietnamNarrow": "В'єтнам (Вузький)",
"active": "Активно",
"addContact": "Додати контакт",
"all": "Усі",
"autoResolve": "Автоматичне вирішення",
"clearAllLabel": "Очистити все",
"clearRelays": "Очистити реле",
"clearFilters": "Очистити фільтри",
"clearRoute": "Очистити маршрут",
"clearMessages": "Очистити повідомлення",
@@ -2400,10 +2146,7 @@
"send": "Надіслати",
"sendAnyway": "Надіслати все одно",
"share": "Поділитися",
"shareContact": "Поділитися контактом",
"trace": "Трасування",
"use": "Використати",
"useSelectedFrequency": "Використати обрану частоту",
"discovery": "Виявлення",
"discoverRepeaters": "Виявити повторювачі",
"discoverSensors": "Виявити датчики",
@@ -2426,7 +2169,6 @@
"gpsModule": "Модуль GPS",
"liveTraffic": "Живий трафік",
"repeatersMap": "Карта повторювачів",
"spectrumScan": "Сканування спектру",
"blePacketLogs": "Журнали BLE-пакетів",
"onlineTraceDatabase": "База трасувань",
"routePathByteSize": "Розмір шляху в байтах",
@@ -2438,7 +2180,6 @@
"disableContacts": "Вимкнути контакти",
"enableSensorsTab": "Увімкнути вкладку Датчики",
"enableProfiles": "Увімкнути профілі",
"autoRouteRotation": "Автоматична ротація маршруту",
"nearestRepeaterFallback": "Найближчий повторювач як резерв",
"deleteAllStoredMessageHistory": "Видалити всю історію повідомлень",
"messageFontSize": "Розмір шрифту повідомлень",
@@ -2446,18 +2187,13 @@
"showMapDebugInfo": "Показати налагоджувальну інфо карти",
"openMapInFullscreen": "Відкрити карту на повний екран",
"showSarMarkersLabel": "Показати SAR-маркери",
"displaySarMarkersOnTheMainMap": "Показувати SAR-маркери на головній карті",
"showAllContactTrailsLabel": "Показати всі сліди контактів",
"hideRepeatersOnMap": "Сховати повторювачі на карті",
"setMapScale": "Встановити масштаб карти",
"customMapScaleSaved": "Користувацький масштаб карти збережено",
"voiceBitrate": "Бітрейт голосу",
"voiceCompressor": "Компресор голосу",
"balancesQuietAndLoudSpeechLevels": "Вирівнює тихий і гучний рівні мови",
"voiceLimiter": "Лімітер голосу",
"preventsClippingPeaksBeforeEncoding": "Запобігає обрізанню піків перед кодуванням",
"micAutoGain": "Автопідсилення мікрофона",
"letsTheRecorderAdjustInputLevel": "Дозволяє рекордеру налаштувати рівень входу",
"echoCancellation": "Придушення ехо",
"noiseSuppression": "Придушення шуму",
"trimSilenceInVoiceMessages": "Обрізати тишу в голосових повідомленнях",
@@ -2499,13 +2235,10 @@
"staging": "Місце збору",
"object": "Об'єкт",
"quiet": "Тихо",
"moderate": "Помірно",
"busy": "Зайнято",
"spectrumScanReturnedNoCandidateFrequencies": "Сканування спектру не знайшло частот-кандидатів",
"searchMessages": "Пошук повідомлень",
"sendImageFromGallery": "Надіслати зображення з галереї",
"takePhoto": "Зробити фото",
"dmOnly": "Лише особисті повідомлення",
"allMessages": "Усі повідомлення",
"sendToPublicChannel": "Надіслати в публічний канал?",
"selectMarkerTypeAndDestination": "Виберіть тип маркера та призначення",
@@ -2524,8 +2257,6 @@
"wipeDevice": "Стерти пристрій",
"destructiveDeviceActions": "Деструктивні дії пристрою.",
"chooseAPresetOrFinetuneCustomRadioSettings": "Оберіть пресет або налаштуйте радіо вручну.",
"chooseTheNameAndLocationThisDeviceShares": "Оберіть ім'я та місцеположення, якими ділиться пристрій.",
"availableSpaceOnThisDevice": "Доступний простір на цьому пристрої.",
"used": "Використано",
"total": "Загалом",
"renameValue": "Перейменувати значення",
@@ -2543,8 +2274,6 @@
"onlineOnly": "Лише онлайн",
"inBoth": "В обох",
"source": "Джерело",
"manualRouteEdit": "Ручне редагування маршруту",
"observedMeshRoute": "Спостережуваний mesh-маршрут",
"allMessagesCleared": "Усі повідомлення очищено",
"onlineTraceDatabaseCleared": "Базу трасувань очищено",
"packetLogsCleared": "Журнали пакетів очищено",
@@ -2575,5 +2304,314 @@
"captured": "Захоплено",
"size": "Розмір",
"noCustomChannelsToClear": "Немає користувацьких каналів для очищення.",
"noDeviceContactsToClear": "Немає контактів пристрою для очищення."
"noDeviceContactsToClear": "Немає контактів пристрою для очищення.",
"autoSend": "Автовідправлення",
"autoSendDescription": "Надіслати поточним маршрутом.",
"sendDirect": "Пряме надсилання",
"sendDirectDescription": "Надіслати безпосередньо цьому контакту.",
"sendFlood": "Надсилання лавиною",
"sendFloodDescription": "Надіслати через усі ретранслятори.",
"postConnectDiscoveryTitle": "Виявити ретранслятори зараз?",
"postConnectDiscoveryDescription": "Запустіть виявлення ретрансляторів одразу після підключення, щоб побачити найближчі вузли MeshCore та швидше додати їх до своєї мережі.",
"aToZ": "А-Я",
"add": "Додати",
"addAdditionalDetails": "Додати додаткові деталі",
"addPeer": "Додати вузол",
"addPeerManually": "Додати вузол вручну",
"addedToContacts": "{name} додано до контактів",
"addedToSensors": "{name} додано до сенсорів",
"allowAll": "Дозволити все",
"anonymousRxStats": "Анонімна статистика RX",
"appearance": "Зовнішній вигляд",
"ascii": "ASCII",
"baseTelemetry": "Базова телеметрія",
"blePin": "BLE PIN",
"buzzerAlerts": "Сповіщення зумером",
"cancelImageReceive": "Скасувати отримання зображення",
"choose": "Обрати",
"chooseWhichTabsAndContactSectionsToShow": "Оберіть, які вкладки та розділи контактів показувати",
"clearCache": "Очистити кеш",
"clearHistory": "Очистити історію",
"clearLiveView": "Очистити живий перегляд",
"clearLogs": "Очистити журнали",
"clearOfflineCache": "Очистити офлайн-кеш?",
"clearOverlay": "Очистити накладання",
"clearRouteOnlyAfterAllRetriesFail": "Очистити маршрут лише після невдачі всіх спроб",
"codecBitrateAndAudioProcessing": "Кодек, бітрейт та обробка звуку",
"connectByIpAddress": "Підключити за IP-адресою",
"controlWhichAlertsYouReceive": "Керуйте сповіщеннями, які ви отримуєте",
"copyFullHex": "Копіювати повний Hex",
"copyRawResponse": "Копіювати необроблену відповідь",
"couldNotLoadMetHistory": "Не вдалося завантажити історію MET",
"customizeSensor": "Налаштувати {name}",
"data": "Дані",
"deleteGroup": "Видалити групу",
"deleteStyleConfirm": "Видалити {name}?",
"deleteThisDrawing": "Видалити цей {type}?",
"deny": "Відхилити",
"deviceInfo": "Інформація про пристрій",
"deviceSettings": "Налаштування пристрою",
"deviceTimeSynced": "Час пристрою синхронізовано з цим телефоном.",
"disableFastGpsPublishing": "Вимкнути швидку публікацію GPS",
"displayMarkersAndTraceDatabase": "Відображення, маркери та база даних трасувань",
"download": "Завантажити",
"environmentalTelemetry": "Телеметрія довкілля",
"errorCheckingForUpdates": "Помилка перевірки оновлень: {error}",
"errorGeneric": "Помилка: {error}",
"errorOpeningDownload": "Помилка відкриття завантаження: {error}",
"exportLogs": "Експортувати журнали",
"extraAggressiveAvifCompression": "Надагресивне стиснення AVIF",
"failedToAddContact": "Не вдалося додати контакт: {error}",
"failedToAddName": "Не вдалося додати {name}: {error}",
"failedToClearChannels": "Не вдалося очистити канали: {error}",
"failedToClearContacts": "Не вдалося очистити контакти: {error}",
"failedToConnectViaSerial": "Не вдалося підключитися через послідовний порт",
"failedToLoadPreviewImage": "Не вдалося завантажити попередній перегляд: {error}",
"failedToLoadTrace": "Не вдалося завантажити трасування: {error}",
"failedToSendSarMarker": "Не вдалося надіслати SAR маркер: {error}",
"failedToSetBuzzerMode": "Не вдалося встановити режим зумера: {error}",
"failedToSetGpsMode": "Не вдалося встановити режим GPS: {error}",
"failedToSyncDeviceTime": "Не вдалося синхронізувати час пристрою: {error}",
"failedToWipeDeviceData": "Не вдалося стерти дані пристрою: {error}",
"fastGpsTargetChannel": "Цільовий канал швидкого GPS",
"fastUpdatesThresholdsAndPermissions": "Швидкі оновлення, пороги та дозволи",
"fetchingCatalog": "Завантаження каталогу...",
"fifteenMinutes": "15 хвилин",
"fifteenSeconds": "15 секунд",
"filterByDirection": "Фільтрувати за напрямком",
"finish": "Завершити",
"fiveMinutes": "5 хвилин",
"fiveSeconds": "5 секунд",
"fix": "Фіксація",
"gps": "GPS",
"gpsAdvertPolicy": "Політика оголошень GPS",
"gpsAndLocation": "GPS та місцезнаходження",
"gpsDiagnostics": "Діагностика GPS",
"gpsSection": "GPS",
"help": "Допомога",
"hex": "Hex",
"hidden": "Приховано",
"howTheRadioAutoAddsDiscoveredNodes": "Як радіо автоматично додає виявлені вузли.",
"images": "Зображення",
"importProfile": "Імпортувати профіль",
"lastFix": "Остання фіксація",
"latest": "Найновіші",
"latitude": "Широта",
"loadASavedRegion": "Завантажити збережений регіон",
"loading": "Завантаження",
"locationSharingHardwareAndUpdateInterval": "Обмін місцезнаходженням, обладнання та інтервал оновлення.",
"locationTelemetry": "Телеметрія місцезнаходження",
"lockDestination": "Зафіксувати призначення",
"longitude": "Довгота",
"mapStyle": "Стиль мапи",
"max": "Макс",
"maxZoom": "Макс. масштаб",
"messaging": "Обмін повідомленнями",
"metHistory": "Історія MET",
"min": "Мін",
"minZoom": "Мін. масштаб",
"moveDown": "Перемістити вниз",
"moveUp": "Перемістити вгору",
"multiAckMode": "Режим мульти-ACK",
"multiDeviceWorkspaceManagement": "Керування робочим простором кількох пристроїв",
"myLocation": "Моє місцезнаходження",
"nameAndTelemetryShared": "Ім'я та телеметрія надсилаються іншим пристроям.",
"newVersionAvailable": "Нова версія: {version}",
"newer": "Новіші",
"noNeighboursFound": "Сусідів не знайдено",
"noServersFound": "Серверів не знайдено",
"notSet": "Не встановлено",
"notifications": "Сповіщення",
"offZeroSeconds": "Вимк (0 с)",
"offlineMaps": "Офлайн-мапи",
"older": "Старіші",
"oneByteMode0": "1 байт (режим 0)",
"oneHour": "1 година",
"oneMinute": "1 хвилина",
"openPacketLogs": "Відкрити журнали пакетів",
"packetTypeHelp": "Довідка типів пакетів",
"pasteShareLinkOrHexAdvert": "Вставте посилання або hex-оголошення",
"pathHash": "Хеш шляху",
"pathSize": "Розмір шляху",
"ping": "Ping",
"polygon": "Полігон",
"rawResponseCopied": "Необроблену відповідь скопійовано",
"resendThroughNearestRepeaterOnFailure": "Повторно надіслати через найближчий ретранслятор у разі невдачі",
"resolveContact": "Розв'язати контакт",
"routingRetriesAndDestinationLock": "Маршрутизація, повторні спроби та фіксація призначення",
"samples": "Зразки",
"satellites": "Супутники",
"saving": "Збереження...",
"search": "Пошук",
"searchByNameOrToken": "Шукати за іменем або токеном",
"searchDiscoveredNodes": "Шукати виявлені вузли",
"searchInCurrentFilter": "Шукати в поточному фільтрі",
"searchLogs": "Шукати в журналах...",
"searchSensors": "Шукати сенсори",
"searchThisSection": "Шукати в цьому розділі",
"selectedRelays": "Обрані ретранслятори",
"sensor": "Сенсор",
"serialError": "Помилка послідовного порту: {error}",
"setPathForContact": "Встановити шлях для {name}",
"shareLiveGps": "Поділитися GPS у реальному часі",
"shareMyTiles": "Поділитися моїми тайлами",
"sharingLocationFromPhone": "Обмін місцезнаходженням на цьому каналі з телефону.",
"sharingLocationFromRadio": "Обмін місцезнаходженням на цьому каналі з радіо.",
"signalDbm": "Сигнал {rssi} дБм",
"sizeCompressionAndPreview": "Розмір, стиснення та попередній перегляд",
"skip": "Пропустити",
"smallerFileSize": "Менший розмір файлу",
"sort": "Сортувати",
"stoppedSharingLocation": "Обмін місцезнаходженням на цьому каналі зупинено.",
"suppressNotificationsWhileInForeground": "Придушити сповіщення, коли застосунок на передньому плані",
"tabsAndNavigation": "Вкладки та навігація",
"templatesAndTutorials": "Шаблони та посібники",
"tenMinutes": "10 хвилин",
"tenSeconds": "10 секунд",
"testSendUpdate": "Тестове надсилання оновлення",
"themeLanguageAndDisplayPreferences": "Тема, мова та налаштування відображення",
"thirtyMinutes": "30 хвилин",
"thirtySeconds": "30 секунд",
"threeBytesMode2": "3 байти (режим 2)",
"trafficStatsMessageHistoryAndDeveloperTools": "Статистика трафіку, історія повідомлень та інструменти розробника",
"twoBytesMode1": "2 байти (режим 1)",
"twoMinutes": "2 хвилини",
"undo": "Скасувати",
"updated": "Оновлено",
"useContactFlags": "Використовувати прапорці контактів",
"useSavedCoordinates": "Використати збережені координати",
"view": "Перегляд",
"viewNeighbours": "Переглянути сусідів",
"viewPublicStats": "Переглянути публічну статистику",
"setRegionScope": "Встановити область регіону",
"regionScope": "Область регіону",
"regionScopeNone": "Немає (глобально)",
"clearRegionScope": "Очистити область",
"regionScopeWarning": "Лише ретранслятори, що дозволяють цей регіон, будуть пересилати.",
"discoverRegions": "Виявити з ретрансляторів",
"discoveringRegions": "Виявлення регіонів...",
"enterRegionName": "Назва регіону (напр. auckland)",
"noRegionsFound": "Регіони не знайдені на цьому ретрансляторі.",
"regionScopeSet": "Область регіону встановлена на {name}",
"regionScopeCleared": "Область регіону очищена",
"simpleMode": "Простий режим",
"simpleModeDescription": "Лише чат і карта з обраними контактами",
"simpleModeRequiresLockedDestination": "Спочатку увімкніть «Зафіксувати призначення» з каналом, щоб використовувати простий режим",
"noFavouriteContacts": "Немає обраних контактів",
"selectDestinationFirst": "Спершу виберіть канал, контакт або кімнату",
"recipientNoLongerAvailable": "Одержувач більше недоступний",
"failedToSendMessage": "Не вдалося надіслати: {error}",
"tictactoeDirectOnly": "Хрестики-нулики працюють лише в особистих повідомленнях. Спершу виберіть контакт.",
"deviceKeyUnavailable": "Ключ пристрою недоступний",
"imageCompressionFailed": "Не вдалося стиснути зображення",
"imageFragmentationFailed": "Не вдалося розділити зображення на фрагменти",
"failedToAnnounceImage": "Не вдалося анонсувати зображення",
"noRecipientSelected": "Одержувача не вибрано",
"imageSendFailed": "Не вдалося надіслати зображення",
"microphonePermissionRequiredForVoice": "Для голосових повідомлень потрібен дозвіл на мікрофон",
"recordingDiscarded": "Запис відхилено",
"publicChannelMediaWarning": "Ви збираєтеся надіслати {mediaType} в публічний канал. Це не рекомендується: отримати це може будь-хто в mesh-мережі. Виберіть приватний або тегований канал, якщо тільки це не те, що ви хочете.",
"selectPrivateChannelToShareLocation": "Виберіть приватний канал, щоб поділитися місцезнаходженням.",
"stopSharingMyLocation": "Припинити ділитися місцезнаходженням",
"shareMyLocation": "Поділитися місцезнаходженням",
"stopRecording": "Зупинити запис",
"recordVoice": "Записати голосове повідомлення",
"moreActions": "Інші дії",
"noMessagesInFilter": "У цьому фільтрі немає повідомлень",
"noMatchesInFilter": "У цьому фільтрі немає збігів",
"syncFailed": "Помилка синхронізації: {error}",
"invalidLink": "Недійсне посилання",
"cannotOpenLink": "Не вдається відкрити посилання",
"failedToOpenLink": "Не вдалося відкрити посилання",
"failedToResendMessage": "Не вдалося повторно надіслати повідомлення",
"retryFailed": "Повторна спроба не вдалася: {error}",
"deleteDrawingAndMessage": "Видалити рисунок і повідомлення",
"lastEchoRelay": "Останнє відлуння: ретранслятор",
"lastEchoPath": "Останнє відлуння: шлях",
"lastEchoBytesReport": "Останнє відлуння: звіт про байти",
"noGpsCoordinatesAvailable": "Координати GPS недоступні",
"notASarMarker": "Це не маркер SAR",
"failedToSaveTemplate": "Не вдалося зберегти шаблон: {error}",
"drawingNotFound": "Рисунок не знайдено",
"unknownDrawingType": "Невідомий тип рисунка",
"customMapMarker": "Власний маркер карти",
"customMapPointLabel": "Точка: {point}",
"mapIdLabel": "ID карти: {id}",
"cannotFetchVoice": "Не вдається отримати голосове повідомлення",
"senderContactUnknown": "Контакт відправника невідомий. Спершу синхронізуйте контакти.",
"senderRouteUnknown": "Маршрут відправника невідомий. Спершу синхронізуйте контакти/шлях.",
"messageTooFar": "Повідомлення задалеко ({hops} хопів, макс. {maxHops}).",
"senderRouteNoPathResponse": "Маршрут відправника не відповів на перевірку шляху. Синхронізуйте контакти/шлях і спробуйте ще раз.",
"senderRouteNoRawResponse": "Маршрут відправника не відповів на raw-транспортному шляху.",
"voiceFetchOverHops": "Отримання голосу через {hops} хопів може зайняти час.",
"voiceReceiveCanceled": "Приймання голосового повідомлення скасовано",
"fetchingMissingVoiceFragments": "Отримання відсутніх фрагментів голосу",
"receivingVoice": "Приймання голосу",
"cannotFetchImage": "Не вдається отримати зображення",
"imageFetchOverHops": "Отримання зображення через {hops} хопів може зайняти час.",
"imageAlreadyBeingReceived": "Зображення вже приймається",
"loadImage": "Завантажити зображення",
"imageFetchFailedToSendRequest": "Не вдалося надіслати запит на зображення",
"imageUnavailable": "Зображення зараз недоступне",
"imageFetchTimedOut": "Час очікування зображення минув",
"imageReceiveCanceled": "Приймання зображення скасовано",
"closeImagePreview": "Закрити перегляд зображення",
"recordingReleaseToSend": "Запис... відпустіть, щоб надіслати",
"sendingVoice": "Надсилання голосу...",
"sendLongPressToRecordVoice": "Надіслати (утримуйте для запису голосу)",
"discardRecording": "Відхилити запис",
"hopCount": "{count, plural, one{{count} хоп} few{{count} хопи} many{{count} хопів} other{{count} хопа}}",
"channelsSectionDescription": "Широкомовні канали для mesh-трафіку поблизу",
"roomsSectionDescription": "Спільні простори для постійної координації команди",
"contactsSectionDescription": "Люди та пристрої в прямій досяжності",
"noRecentChatters": "Немає нещодавніх співрозмовників",
"public": "Публічний",
"failedToSendTicTacToeMove": "Не вдалося надіслати хід у хрестики-нулики",
"youWon": "Ви перемогли",
"opponentWon": "Переміг суперник",
"gameDraw": "Нічия",
"yourTurn": "Ваш хід",
"opponentTurn": "Хід суперника",
"pleaseEnterValidCoordinates": "Введіть коректні координати",
"locationNotAvailable": "Місцезнаходження недоступне",
"customCaveMapPoint": "Власна точка карти печери",
"mapPoint": "Точка карти",
"fetchingMissingImageFragments": "Отримання відсутніх фрагментів…",
"loadingImage": "Завантаження…",
"receivingImage": "Приймання…",
"tapToLoad": "Торкніться, щоб завантажити",
"connectDevice": "Підключити пристрій",
"chooseTransportSubtitle": "Виберіть транспорт: Bluetooth, WiFi або послідовний порт",
"ble": "BLE",
"network": "Мережа",
"serial": "Послідовний порт",
"scan": "Сканувати",
"pressScanToSearchForDevices": "Натисніть «Сканувати», щоб знайти пристрої поблизу",
"failedToConnectToDevice": "Не вдалося підключитися до {name}",
"unknownDevice": "Невідомий пристрій",
"showingCachedResultsTapRefresh": "Показано кешовані результати. Натисніть «Оновити», щоб пересканувати.",
"scanningLocalNetworkOnPort": "Сканування локальної мережі на наявність WiFi-пристроїв MeshCore на порту {port}",
"cancelScanAndAddServer": "Скасувати сканування та додати сервер",
"addServer": "Додати сервер",
"scanningProgressIps": "Сканування... {scanned}/{total} IP-адрес",
"cancelAndEnterManually": "Скасувати та ввести вручну",
"noRecentOrDiscoveredServers": "Поки немає нещодавніх або виявлених серверів",
"recentlyUsed": "Нещодавно використані",
"connecting": "Підключення...",
"discoveredOnThisNetwork": "Виявлені в цій мережі",
"serverNoLongerAvailable": "Сервер {host}:{port} більше недоступний. Виконайте сканування ще раз, щоб знайти активні сервери.",
"failedToConnectToHost": "Не вдалося підключитися до {host}:{port}",
"enterValidIpAddress": "Введіть коректну IP-адресу",
"enterValidTcpPort": "Введіть коректний TCP-порт",
"ipAddress": "IP-адреса",
"tcpPort": "TCP-порт",
"customServerPort": "Власний порт сервера",
"chat": "Чат",
"restoringPreviousLink": "Відновлення попереднього підключення",
"noDeviceConnected": "Немає підключеного пристрою",
"sendAdvert": "Надіслати мій контакт",
"advertMode": "Надіслати мій контакт",
"advertModeSubtitle": "Виберіть, як далеко мають поширитися ваші контактні дані.",
"floodAdvertSent": "Контакт надіслано по всій mesh-мережі",
"directAdvertSent": "Контакт надіслано пристроям поблизу"
}

View File

@@ -36,10 +36,6 @@
"@scanAgain": {
"description": "重新开始 BLE 扫描的按钮"
},
"tapToConnect": "点击连接",
"@tapToConnect": {
"description": "扫描列表中设备的副标题文本"
},
"deviceNotConnected": "设备未连接",
"@deviceNotConnected": {
"description": "设备未连接时的错误消息"
@@ -133,18 +129,10 @@
"@showRxTxIndicators": {
"description": "显示 RX/TX 指示器的设置"
},
"displayPacketActivity": "在顶部栏显示数据包活动指示器",
"@displayPacketActivity": {
"description": "RX/TX 指示器设置的描述"
},
"disableMap": "禁用地图",
"@disableMap": {
"description": "禁用地图标签页的设置"
},
"disableMapDescription": "隐藏地图标签页以减少电池消耗",
"@disableMapDescription": {
"description": "禁用地图设置的描述"
},
"language": "语言",
"@language": {
"description": "语言设置标签"
@@ -173,10 +161,6 @@
"@appVersion": {
"description": "应用版本标签"
},
"appName": "应用名称",
"@appName": {
"description": "应用名称标签"
},
"aboutMeshCoreSar": "关于 MeshCore 搜救助手",
"@aboutMeshCoreSar": {
"description": "关于对话框标题"
@@ -308,10 +292,6 @@
"@resetPath": {
"description": "重置联系人路径以重新路由的操作"
},
"publicKeyCopied": "公钥已复制到剪贴板",
"@publicKeyCopied": {
"description": "复制公钥后的成功消息"
},
"copiedToClipboard": "{label} 已复制到剪贴板",
"@copiedToClipboard": {
"description": "将值复制到剪贴板后的成功消息",
@@ -720,22 +700,6 @@
"@lastSeen": {
"description": "最后在线标签"
},
"roomStatus": "房间状态",
"@roomStatus": {
"description": "房间状态区域标题"
},
"loginStatus": "登录状态",
"@loginStatus": {
"description": "登录状态标签"
},
"notLoggedIn": "未登录",
"@notLoggedIn": {
"description": "未登录状态"
},
"adminAccess": "管理员权限",
"@adminAccess": {
"description": "管理员权限标签"
},
"yes": "是",
"@yes": {
"description": "肯定回答"
@@ -748,14 +712,6 @@
"@permissions": {
"description": "权限标签"
},
"passwordSaved": "密码已保存",
"@passwordSaved": {
"description": "密码已保存标签"
},
"locationColon": "位置:",
"@locationColon": {
"description": "位置区域标题"
},
"telemetry": "遥测",
"@telemetry": {
"description": "遥测区域标题"
@@ -784,19 +740,6 @@
"@gpsTelemetry": {
"description": "来自遥测的 GPS 标签"
},
"updated": "更新于",
"@updated": {
"description": "更新时间戳标签"
},
"pathResetInfo": "已重置 {name} 的路径。下一条消息将寻找新路由。",
"@pathResetInfo": {
"description": "路径重置后的信息消息",
"placeholders": {
"name": {
"type": "String"
}
}
},
"reLoginToRoom": "重新登录到房间",
"@reLoginToRoom": {
"description": "重新登录到房间的按钮"
@@ -1158,10 +1101,6 @@
"@frequencyMHz": {
"description": "无线电频率字段标签"
},
"frequencyExample": "例如 869.618",
"@frequencyExample": {
"description": "频率示例帮助文本"
},
"bandwidth": "带宽",
"@bandwidth": {
"description": "带宽下拉菜单标签"
@@ -1265,47 +1204,6 @@
"@trailControls": {
"description": "轨迹控制工具提示"
},
"contactTrails": "联系人轨迹",
"@contactTrails": {
"description": "联系人轨迹区域标题"
},
"showAllContactTrails": "显示所有联系人轨迹",
"@showAllContactTrails": {
"description": "显示所有联系人轨迹的开关标签"
},
"noContactsWithLocationHistory": "没有带位置历史的联系人",
"@noContactsWithLocationHistory": {
"description": "当没有联系人拥有轨迹时的副标题"
},
"showingTrailsForContacts": "正在显示 {count} 个联系人的轨迹",
"@showingTrailsForContacts": {
"description": "显示拥有轨迹的联系人数量的副标题",
"placeholders": {
"count": {
"type": "int"
}
}
},
"individualContactTrails": "单个联系人轨迹",
"@individualContactTrails": {
"description": "单个联系人轨迹的扩展磁贴标题"
},
"deviceInformation": "设备信息",
"@deviceInformation": {
"description": "设备信息区域标题"
},
"bleName": "BLE 名称",
"@bleName": {
"description": "低功耗蓝牙设备名称标签"
},
"meshName": "Mesh 名称",
"@meshName": {
"description": "Mesh 网络名称标签"
},
"notSet": "未设置",
"@notSet": {
"description": "当值未设置时的标签"
},
"model": "型号",
"@model": {
"description": "设备型号标签"
@@ -1314,14 +1212,6 @@
"@version": {
"description": "版本标签"
},
"buildDate": "构建日期",
"@buildDate": {
"description": "固件构建日期标签"
},
"firmware": "固件",
"@firmware": {
"description": "固件标签"
},
"maxContacts": "最大联系人数量",
"@maxContacts": {
"description": "最大联系人容量标签"
@@ -1334,26 +1224,6 @@
"@publicInfo": {
"description": "公共信息区域标题"
},
"meshNetworkName": "Mesh 网络名称",
"@meshNetworkName": {
"description": "Mesh 网络名称字段标签"
},
"nameBroadcastInMesh": "在 Mesh 广播中公布的名称",
"@nameBroadcastInMesh": {
"description": "Mesh 网络名称字段的帮助文本"
},
"telemetryAndLocationSharing": "遥测与位置共享",
"@telemetryAndLocationSharing": {
"description": "遥测和位置共享开关标签"
},
"lat": "纬度",
"@lat": {
"description": "纬度字段标签(短格式)"
},
"lon": "经度",
"@lon": {
"description": "经度字段标签(短格式)"
},
"useCurrentLocation": "使用当前位置",
"@useCurrentLocation": {
"description": "使用当前位置按钮的工具提示"
@@ -1383,15 +1253,6 @@
}
}
},
"copiedToClipboardShort": "{label} 已复制到剪贴板",
"@copiedToClipboardShort": {
"description": "复制到剪贴板的简短成功消息",
"placeholders": {
"label": {
"type": "String"
}
}
},
"failedToSave": "保存失败:{error}",
"@failedToSave": {
"description": "保存失败的通用错误消息",
@@ -1414,10 +1275,6 @@
"@sarTemplates": {
"description": "搜救模板菜单标题"
},
"manageSarTemplates": "管理光标目标模板",
"@manageSarTemplates": {
"description": "搜救模板设置的副标题"
},
"addTemplate": "添加模板",
"@addTemplate": {
"description": "添加新搜救模板的按钮"
@@ -1541,10 +1398,6 @@
"@ok": {
"description": "确定按钮标签"
},
"permissionsSection": "权限",
"@permissionsSection": {
"description": "权限区域标题"
},
"locationPermission": "位置权限",
"@locationPermission": {
"description": "位置权限标签"
@@ -2109,94 +1962,6 @@
"@wizardWelcomeTitle": {
"description": "欢迎向导第一页标题"
},
"wizardWelcomeDescription": "一个功能强大的离网通信工具,用于搜索和救援行动。当传统网络不可用时,使用 Mesh 无线电技术与您的团队保持联系。",
"@wizardWelcomeDescription": {
"description": "欢迎向导第一页描述"
},
"wizardConnectingTitle": "连接到您的无线电",
"@wizardConnectingTitle": {
"description": "向导连接页面标题"
},
"wizardConnectingDescription": "通过蓝牙将您的智能手机连接到 MeshCore 无线电设备,开始离网通信。",
"@wizardConnectingDescription": {
"description": "向导连接页面描述"
},
"wizardConnectingFeature1": "扫描附近的 MeshCore 设备",
"@wizardConnectingFeature1": {
"description": "向导连接功能 1"
},
"wizardConnectingFeature2": "通过蓝牙与您的无线电配对",
"@wizardConnectingFeature2": {
"description": "向导连接功能 2"
},
"wizardConnectingFeature3": "完全离线工作 - 无需互联网",
"@wizardConnectingFeature3": {
"description": "向导连接功能 3"
},
"wizardChannelTitle": "频道",
"@wizardChannelTitle": {
"description": "向导频道页面标题"
},
"wizardChannelDescription": "向频道上的所有人广播消息,非常适合全队通告和协调。",
"@wizardChannelDescription": {
"description": "向导频道页面描述"
},
"wizardChannelFeature1": "用于一般团队通信的公共频道",
"@wizardChannelFeature1": {
"description": "向导频道功能 1"
},
"wizardChannelFeature2": "为特定小组创建自定义频道",
"@wizardChannelFeature2": {
"description": "向导频道功能 2"
},
"wizardChannelFeature3": "消息由 Mesh 网络自动转发",
"@wizardChannelFeature3": {
"description": "向导频道功能 3"
},
"wizardContactsTitle": "联系人",
"@wizardContactsTitle": {
"description": "向导联系人页面标题"
},
"wizardContactsDescription": "您的团队成员在加入 Mesh 网络时会自动出现。向他们发送直连消息或查看他们的位置。",
"@wizardContactsDescription": {
"description": "向导联系人页面描述"
},
"wizardContactsFeature1": "联系人自动发现",
"@wizardContactsFeature1": {
"description": "向导联系人功能 1"
},
"wizardContactsFeature2": "发送私密的直连消息",
"@wizardContactsFeature2": {
"description": "向导联系人功能 2"
},
"wizardContactsFeature3": "查看电池电量和最后在线时间",
"@wizardContactsFeature3": {
"description": "向导联系人功能 3"
},
"wizardMapTitle": "地图与位置",
"@wizardMapTitle": {
"description": "向导地图页面标题"
},
"wizardMapDescription": "实时跟踪您的团队,并为搜救行动标记重要位置。",
"@wizardMapDescription": {
"description": "向导地图页面描述"
},
"wizardMapFeature1": "用于标记找到的人员、火灾和集结区的搜救标记",
"@wizardMapFeature1": {
"description": "向导地图功能 1"
},
"wizardMapFeature2": "团队成员的实时 GPS 跟踪",
"@wizardMapFeature2": {
"description": "向导地图功能 2"
},
"wizardMapFeature3": "为偏远地区下载离线地图",
"@wizardMapFeature3": {
"description": "向导地图功能 3"
},
"wizardMapFeature4": "绘制形状并共享战术信息",
"@wizardMapFeature4": {
"description": "向导地图功能 4"
},
"viewWelcomeTutorial": "查看欢迎教程",
"@viewWelcomeTutorial": {
"description": "设置中重新显示欢迎向导的选项"
@@ -2352,29 +2117,10 @@
"posttxDelay": "发送后延迟",
"bandpass": "带通",
"bandpassFilterVoice": "带通语音滤波",
"frequency": "频率",
"australia": "澳大利亚",
"australiaNarrow": "澳大利亚(窄带)",
"australiaQld": "澳大利亚QLD",
"australiaSaWa": "澳大利亚SA, WA",
"newZealand": "新西兰",
"newZealandNarrow": "新西兰(窄带)",
"switzerland": "瑞士",
"portugal433": "葡萄牙 433",
"portugal868": "葡萄牙 868",
"czechRepublicNarrow": "捷克(窄带)",
"eu433mhzLongRange": "欧盟 433MHz远距离",
"euukDeprecated": "欧盟/英国(已弃用)",
"euukNarrow": "欧盟/英国(窄带)",
"usacanadaRecommended": "美国/加拿大(推荐)",
"vietnamDeprecated": "越南(已弃用)",
"vietnamNarrow": "越南(窄带)",
"active": "活动",
"addContact": "添加联系人",
"all": "全部",
"autoResolve": "自动解析",
"clearAllLabel": "清除全部",
"clearRelays": "清除中继",
"clearFilters": "清除过滤器",
"clearRoute": "清除路由",
"clearMessages": "清除消息",
@@ -2400,10 +2146,7 @@
"send": "发送",
"sendAnyway": "仍然发送",
"share": "分享",
"shareContact": "分享联系人",
"trace": "追踪",
"use": "使用",
"useSelectedFrequency": "使用选定频率",
"discovery": "发现",
"discoverRepeaters": "发现中继器",
"discoverSensors": "发现传感器",
@@ -2426,7 +2169,6 @@
"gpsModule": "GPS 模块",
"liveTraffic": "实时流量",
"repeatersMap": "中继器地图",
"spectrumScan": "频谱扫描",
"blePacketLogs": "BLE 数据包日志",
"onlineTraceDatabase": "在线追踪数据库",
"routePathByteSize": "路由路径字节大小",
@@ -2438,7 +2180,6 @@
"disableContacts": "禁用联系人",
"enableSensorsTab": "启用传感器标签",
"enableProfiles": "启用配置文件",
"autoRouteRotation": "自动路由轮换",
"nearestRepeaterFallback": "最近中继器回退",
"deleteAllStoredMessageHistory": "删除所有存储的消息历史",
"messageFontSize": "消息字体大小",
@@ -2446,18 +2187,13 @@
"showMapDebugInfo": "显示地图调试信息",
"openMapInFullscreen": "全屏打开地图",
"showSarMarkersLabel": "显示 SAR 标记",
"displaySarMarkersOnTheMainMap": "在主地图上显示 SAR 标记",
"showAllContactTrailsLabel": "显示所有联系人轨迹",
"hideRepeatersOnMap": "在地图上隐藏中继器",
"setMapScale": "设置地图比例",
"customMapScaleSaved": "自定义地图比例已保存",
"voiceBitrate": "语音比特率",
"voiceCompressor": "语音压缩器",
"balancesQuietAndLoudSpeechLevels": "平衡安静和响亮的语音级别",
"voiceLimiter": "语音限制器",
"preventsClippingPeaksBeforeEncoding": "防止编码前的削波",
"micAutoGain": "麦克风自动增益",
"letsTheRecorderAdjustInputLevel": "让录音器调整输入级别",
"echoCancellation": "回声消除",
"noiseSuppression": "噪音抑制",
"trimSilenceInVoiceMessages": "修剪语音消息中的静音",
@@ -2499,13 +2235,10 @@
"staging": "集结区",
"object": "物体",
"quiet": "安静",
"moderate": "中等",
"busy": "繁忙",
"spectrumScanReturnedNoCandidateFrequencies": "频谱扫描未找到候选频率",
"searchMessages": "搜索消息",
"sendImageFromGallery": "从图库发送图片",
"takePhoto": "拍照",
"dmOnly": "仅私信",
"allMessages": "所有消息",
"sendToPublicChannel": "发送到公共频道?",
"selectMarkerTypeAndDestination": "选择标记类型和目标",
@@ -2524,8 +2257,6 @@
"wipeDevice": "擦除设备",
"destructiveDeviceActions": "破坏性设备操作。",
"chooseAPresetOrFinetuneCustomRadioSettings": "选择预设或微调自定义无线电设置。",
"chooseTheNameAndLocationThisDeviceShares": "选择此设备共享的名称和位置。",
"availableSpaceOnThisDevice": "此设备上的可用空间。",
"used": "已使用",
"total": "总计",
"renameValue": "重命名值",
@@ -2543,8 +2274,6 @@
"onlineOnly": "仅在线",
"inBoth": "两者中",
"source": "来源",
"manualRouteEdit": "手动路由编辑",
"observedMeshRoute": "观察到的网格路由",
"allMessagesCleared": "所有消息已清除",
"onlineTraceDatabaseCleared": "在线追踪数据库已清除",
"packetLogsCleared": "数据包日志已清除",
@@ -2575,5 +2304,314 @@
"captured": "已捕获",
"size": "大小",
"noCustomChannelsToClear": "没有自定义频道可清除。",
"noDeviceContactsToClear": "没有设备联系人可清除。"
"noDeviceContactsToClear": "没有设备联系人可清除。",
"autoSend": "自动发送",
"autoSendDescription": "通过当前路径发送。",
"sendDirect": "直接发送",
"sendDirectDescription": "直接发送给此联系人。",
"sendFlood": "泛洪发送",
"sendFloodDescription": "通过所有中继器发送。",
"postConnectDiscoveryTitle": "现在发现中继器?",
"postConnectDiscoveryDescription": "连接后立即运行中继器发现,以查看附近的 MeshCore 节点并更快地将它们添加到您的网络中。",
"aToZ": "A-Z",
"add": "添加",
"addAdditionalDetails": "添加其他详情",
"addPeer": "添加节点",
"addPeerManually": "手动添加节点",
"addedToContacts": "{name} 已添加到联系人",
"addedToSensors": "{name} 已添加到传感器",
"allowAll": "全部允许",
"anonymousRxStats": "匿名接收统计",
"appearance": "外观",
"ascii": "ASCII",
"baseTelemetry": "基础遥测",
"blePin": "BLE PIN",
"buzzerAlerts": "蜂鸣器警报",
"cancelImageReceive": "取消接收图片",
"choose": "选择",
"chooseWhichTabsAndContactSectionsToShow": "选择要显示的标签页和联系人分区",
"clearCache": "清除缓存",
"clearHistory": "清除历史",
"clearLiveView": "清除实时视图",
"clearLogs": "清除日志",
"clearOfflineCache": "清除离线缓存?",
"clearOverlay": "清除叠加层",
"clearRouteOnlyAfterAllRetriesFail": "仅在所有重试失败后清除路由",
"codecBitrateAndAudioProcessing": "编解码器、比特率和音频处理",
"connectByIpAddress": "通过 IP 地址连接",
"controlWhichAlertsYouReceive": "控制接收哪些警报",
"copyFullHex": "复制完整 Hex",
"copyRawResponse": "复制原始响应",
"couldNotLoadMetHistory": "无法加载 MET 历史",
"customizeSensor": "自定义 {name}",
"data": "数据",
"deleteGroup": "删除群组",
"deleteStyleConfirm": "删除 {name}",
"deleteThisDrawing": "删除此{type}",
"deny": "拒绝",
"deviceInfo": "设备信息",
"deviceSettings": "设备设置",
"deviceTimeSynced": "设备时间已同步到此手机。",
"disableFastGpsPublishing": "禁用快速 GPS 发布",
"displayMarkersAndTraceDatabase": "显示、标记和轨迹数据库",
"download": "下载",
"environmentalTelemetry": "环境遥测",
"errorCheckingForUpdates": "检查更新出错:{error}",
"errorGeneric": "错误:{error}",
"errorOpeningDownload": "打开下载出错:{error}",
"exportLogs": "导出日志",
"extraAggressiveAvifCompression": "超强 AVIF 压缩",
"failedToAddContact": "添加联系人失败:{error}",
"failedToAddName": "添加 {name} 失败:{error}",
"failedToClearChannels": "清除频道失败:{error}",
"failedToClearContacts": "清除联系人失败:{error}",
"failedToConnectViaSerial": "通过串口连接失败",
"failedToLoadPreviewImage": "加载预览图片失败:{error}",
"failedToLoadTrace": "加载轨迹失败:{error}",
"failedToSendSarMarker": "发送 SAR 标记失败:{error}",
"failedToSetBuzzerMode": "设置蜂鸣器模式失败:{error}",
"failedToSetGpsMode": "设置 GPS 模式失败:{error}",
"failedToSyncDeviceTime": "同步设备时间失败:{error}",
"failedToWipeDeviceData": "擦除设备数据失败:{error}",
"fastGpsTargetChannel": "快速 GPS 目标频道",
"fastUpdatesThresholdsAndPermissions": "快速更新、阈值和权限",
"fetchingCatalog": "正在获取目录…",
"fifteenMinutes": "15 分钟",
"fifteenSeconds": "15 秒",
"filterByDirection": "按方向筛选",
"finish": "完成",
"fiveMinutes": "5 分钟",
"fiveSeconds": "5 秒",
"fix": "定位",
"gps": "GPS",
"gpsAdvertPolicy": "GPS 广播策略",
"gpsAndLocation": "GPS 与位置",
"gpsDiagnostics": "GPS 诊断",
"gpsSection": "GPS",
"help": "帮助",
"hex": "Hex",
"hidden": "已隐藏",
"howTheRadioAutoAddsDiscoveredNodes": "无线电自动添加已发现节点的方式。",
"images": "图片",
"importProfile": "导入配置文件",
"lastFix": "最后定位",
"latest": "最新",
"latitude": "纬度",
"loadASavedRegion": "加载已保存的区域",
"loading": "加载中",
"locationSharingHardwareAndUpdateInterval": "位置共享、硬件和更新间隔。",
"locationTelemetry": "位置遥测",
"lockDestination": "锁定目的地",
"longitude": "经度",
"mapStyle": "地图样式",
"max": "最大",
"maxZoom": "最大缩放",
"messaging": "消息传递",
"metHistory": "MET 历史",
"min": "最小",
"minZoom": "最小缩放",
"moveDown": "下移",
"moveUp": "上移",
"multiAckMode": "多重 ACK 模式",
"multiDeviceWorkspaceManagement": "多设备工作区管理",
"myLocation": "我的位置",
"nameAndTelemetryShared": "名称和遥测数据已与其他设备共享。",
"newVersionAvailable": "新版本:{version}",
"newer": "较新",
"noNeighboursFound": "未找到邻近节点",
"noServersFound": "未找到服务器",
"notSet": "未设置",
"notifications": "通知",
"offZeroSeconds": "关闭 (0 秒)",
"offlineMaps": "离线地图",
"older": "较旧",
"oneByteMode0": "1 字节(模式 0",
"oneHour": "1 小时",
"oneMinute": "1 分钟",
"openPacketLogs": "打开数据包日志",
"packetTypeHelp": "数据包类型帮助",
"pasteShareLinkOrHexAdvert": "粘贴分享链接或 Hex 广播",
"pathHash": "路径哈希",
"pathSize": "路径大小",
"ping": "Ping",
"polygon": "多边形",
"rawResponseCopied": "原始响应已复制",
"resendThroughNearestRepeaterOnFailure": "失败时通过最近的中继器重新发送",
"resolveContact": "解析联系人",
"routingRetriesAndDestinationLock": "路由、重试和目的地锁定",
"samples": "采样",
"satellites": "卫星",
"saving": "保存中…",
"search": "搜索",
"searchByNameOrToken": "按名称或令牌搜索",
"searchDiscoveredNodes": "搜索已发现的节点",
"searchInCurrentFilter": "在当前筛选中搜索",
"searchLogs": "搜索日志…",
"searchSensors": "搜索传感器",
"searchThisSection": "搜索此分区",
"selectedRelays": "已选中继器",
"sensor": "传感器",
"serialError": "串口错误:{error}",
"setPathForContact": "为 {name} 设置路径",
"shareLiveGps": "共享实时 GPS",
"shareMyTiles": "共享我的地图瓦片",
"sharingLocationFromPhone": "正在从手机共享此频道的位置。",
"sharingLocationFromRadio": "正在从无线电共享此频道的位置。",
"signalDbm": "信号 {rssi} dBm",
"sizeCompressionAndPreview": "大小、压缩和预览",
"skip": "跳过",
"smallerFileSize": "更小的文件大小",
"sort": "排序",
"stoppedSharingLocation": "已停止在此频道上共享位置。",
"suppressNotificationsWhileInForeground": "前台运行时抑制通知",
"tabsAndNavigation": "标签页与导航",
"templatesAndTutorials": "模板和教程",
"tenMinutes": "10 分钟",
"tenSeconds": "10 秒",
"testSendUpdate": "测试发送更新",
"themeLanguageAndDisplayPreferences": "主题、语言和显示偏好",
"thirtyMinutes": "30 分钟",
"thirtySeconds": "30 秒",
"threeBytesMode2": "3 字节(模式 2",
"trafficStatsMessageHistoryAndDeveloperTools": "流量统计、消息历史和开发者工具",
"twoBytesMode1": "2 字节(模式 1",
"twoMinutes": "2 分钟",
"undo": "撤销",
"updated": "已更新",
"useContactFlags": "使用联系人标志",
"useSavedCoordinates": "使用已保存的坐标",
"view": "查看",
"viewNeighbours": "查看邻近节点",
"viewPublicStats": "查看公开统计",
"setRegionScope": "设置区域范围",
"regionScope": "区域范围",
"regionScopeNone": "无(全局)",
"clearRegionScope": "清除范围",
"regionScopeWarning": "只有允许此区域的中继器会转发。",
"discoverRegions": "从中继器发现",
"discoveringRegions": "正在发现区域...",
"enterRegionName": "区域名称(例如 auckland",
"noRegionsFound": "此中继器上未找到区域。",
"regionScopeSet": "区域范围已设置为 {name}",
"regionScopeCleared": "区域范围已清除",
"simpleMode": "简单模式",
"simpleModeDescription": "仅与收藏联系人聊天和查看地图",
"simpleModeRequiresLockedDestination": "请先启用“锁定目的地”并选择一个频道,再使用简单模式",
"noFavouriteContacts": "暂无收藏联系人",
"selectDestinationFirst": "请先选择频道、联系人或房间",
"recipientNoLongerAvailable": "收件人已不可用",
"failedToSendMessage": "发送失败:{error}",
"tictactoeDirectOnly": "井字棋仅适用于私聊消息。请先选择联系人。",
"deviceKeyUnavailable": "设备密钥不可用",
"imageCompressionFailed": "图片压缩失败",
"imageFragmentationFailed": "图片分片失败",
"failedToAnnounceImage": "图片通告失败",
"noRecipientSelected": "未选择收件人",
"imageSendFailed": "图片发送失败",
"microphonePermissionRequiredForVoice": "语音消息需要麦克风权限",
"recordingDiscarded": "已丢弃录音",
"publicChannelMediaWarning": "您即将向公共频道发送{mediaType}。不建议这样做,因为 mesh 网络中的所有人都可能收到。除非确有需要,请选择私有或带标签的频道。",
"selectPrivateChannelToShareLocation": "请选择私有频道来分享您的位置。",
"stopSharingMyLocation": "停止分享我的位置",
"shareMyLocation": "分享我的位置",
"stopRecording": "停止录音",
"recordVoice": "录制语音",
"moreActions": "更多操作",
"noMessagesInFilter": "此筛选条件下没有消息",
"noMatchesInFilter": "此筛选条件下没有匹配项",
"syncFailed": "同步失败:{error}",
"invalidLink": "无效链接",
"cannotOpenLink": "无法打开链接",
"failedToOpenLink": "打开链接失败",
"failedToResendMessage": "重新发送消息失败",
"retryFailed": "重试失败:{error}",
"deleteDrawingAndMessage": "删除绘图和消息",
"lastEchoRelay": "最后回声:中继",
"lastEchoPath": "最后回声:路径",
"lastEchoBytesReport": "最后回声:字节报告",
"noGpsCoordinatesAvailable": "没有可用的 GPS 坐标",
"notASarMarker": "不是搜救标记",
"failedToSaveTemplate": "保存模板失败:{error}",
"drawingNotFound": "未找到绘图",
"unknownDrawingType": "未知绘图类型",
"customMapMarker": "自定义地图标记",
"customMapPointLabel": "坐标点:{point}",
"mapIdLabel": "地图 ID{id}",
"cannotFetchVoice": "无法获取语音",
"senderContactUnknown": "发送者联系人未知。请先同步联系人。",
"senderRouteUnknown": "发送者路由未知。请先同步联系人/路径。",
"messageTooFar": "消息距离过远({hops} 跳,最多 {maxHops} 跳)。",
"senderRouteNoPathResponse": "发送者路由未响应路径检测。请同步联系人/路径后重试。",
"senderRouteNoRawResponse": "发送者路由在原始传输路径上未响应。",
"voiceFetchOverHops": "通过 {hops} 跳获取语音可能需要一些时间。",
"voiceReceiveCanceled": "已取消接收语音",
"fetchingMissingVoiceFragments": "正在获取缺失的语音分片",
"receivingVoice": "正在接收语音",
"cannotFetchImage": "无法获取图片",
"imageFetchOverHops": "通过 {hops} 跳获取图片可能需要一些时间。",
"imageAlreadyBeingReceived": "图片正在接收中",
"loadImage": "加载图片",
"imageFetchFailedToSendRequest": "图片获取请求发送失败",
"imageUnavailable": "图片暂时不可用",
"imageFetchTimedOut": "图片获取超时",
"imageReceiveCanceled": "已取消接收图片",
"closeImagePreview": "关闭图片预览",
"recordingReleaseToSend": "正在录音……松开发送",
"sendingVoice": "正在发送语音……",
"sendLongPressToRecordVoice": "发送(长按录制语音)",
"discardRecording": "丢弃录音",
"hopCount": "{count, plural, other{{count} 跳}}",
"channelsSectionDescription": "用于附近 mesh 通信的广播频道",
"roomsSectionDescription": "用于团队持续协调的共享空间",
"contactsSectionDescription": "可直接联系的人员和设备",
"noRecentChatters": "最近没有人发言",
"public": "公共",
"failedToSendTicTacToeMove": "井字棋走子发送失败",
"youWon": "您赢了",
"opponentWon": "对手赢了",
"gameDraw": "平局",
"yourTurn": "轮到您",
"opponentTurn": "轮到对手",
"pleaseEnterValidCoordinates": "请输入有效坐标",
"locationNotAvailable": "位置不可用",
"customCaveMapPoint": "自定义洞穴地图点",
"mapPoint": "地图点",
"fetchingMissingImageFragments": "正在获取缺失分片……",
"loadingImage": "加载中……",
"receivingImage": "接收中……",
"tapToLoad": "点按加载",
"connectDevice": "连接设备",
"chooseTransportSubtitle": "选择 Bluetooth、WiFi 或串口传输",
"ble": "BLE",
"network": "网络",
"serial": "串口",
"scan": "扫描",
"pressScanToSearchForDevices": "点按扫描以搜索附近设备",
"failedToConnectToDevice": "连接 {name} 失败",
"unknownDevice": "未知设备",
"showingCachedResultsTapRefresh": "正在显示缓存结果。点按刷新以重新扫描。",
"scanningLocalNetworkOnPort": "正在扫描本地网络中端口 {port} 上的 MeshCore WiFi 设备",
"cancelScanAndAddServer": "取消扫描并添加服务器",
"addServer": "添加服务器",
"scanningProgressIps": "正在扫描……{scanned}/{total} 个 IP",
"cancelAndEnterManually": "取消并手动输入",
"noRecentOrDiscoveredServers": "暂无最近使用或发现的服务器",
"recentlyUsed": "最近使用",
"connecting": "正在连接……",
"discoveredOnThisNetwork": "在此网络中发现",
"serverNoLongerAvailable": "{host}:{port} 上的服务器已不可用。请重新扫描以查找活跃的服务器。",
"failedToConnectToHost": "连接 {host}:{port} 失败",
"enterValidIpAddress": "请输入有效的 IP 地址",
"enterValidTcpPort": "请输入有效的 TCP 端口",
"ipAddress": "IP 地址",
"tcpPort": "TCP 端口",
"customServerPort": "自定义服务器端口",
"chat": "聊天",
"restoringPreviousLink": "正在恢复先前的连接",
"noDeviceConnected": "未连接设备",
"sendAdvert": "发送我的联系人信息",
"advertMode": "发送我的联系人信息",
"advertModeSubtitle": "选择您的联系人信息应传播多远。",
"floodAdvertSent": "联系人信息已发送至整个 mesh 网络",
"directAdvertSent": "联系人信息已发送至附近设备"
}

View File

@@ -1,209 +1 @@
{
"de": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"el": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"es": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"fr": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"hr": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"it": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"pl": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"pt": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"ru": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"sl": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"tr": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"uk": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
],
"zh": [
"postConnectDiscoveryTitle",
"postConnectDiscoveryDescription",
"setRegionScope",
"regionScope",
"regionScopeNone",
"clearRegionScope",
"regionScopeWarning",
"discoverRegions",
"discoveringRegions",
"enterRegionName",
"noRegionsFound",
"regionScopeSet",
"regionScopeCleared"
]
}
{}

View File

@@ -18,6 +18,7 @@ import 'providers/channels_provider.dart';
import 'providers/voice_provider.dart';
import 'providers/image_provider.dart' as ip;
import 'providers/app_provider.dart';
import 'providers/offline_tiles_provider.dart';
import 'providers/sensors_provider.dart';
import 'services/voice_codec_service.dart';
import 'services/voice_player_service.dart';
@@ -33,6 +34,7 @@ import 'screens/discovery_screen.dart';
import 'screens/home_screen.dart';
import 'screens/welcome_wizard_screen.dart';
import 'theme/app_theme.dart';
import 'utils/toast_logger.dart';
import 'l10n/app_localizations.dart';
Future<void> main() async {
@@ -49,6 +51,9 @@ class MeshCoreSarApp extends StatefulWidget {
}
class _MeshCoreSarAppState extends State<MeshCoreSarApp> {
static const bool _isScreenshotRun = bool.fromEnvironment(
'MESHCORE_SCREENSHOTS',
);
final GlobalKey<NavigatorState> _navigatorKey = GlobalKey<NavigatorState>();
AppThemeMode _themeMode = AppThemeMode.system;
Locale? _locale;
@@ -86,7 +91,9 @@ class _MeshCoreSarAppState extends State<MeshCoreSarApp> {
_pendingNotificationPayload = NotificationService().consumeLaunchPayload();
// Check if we need to request location permissions
await _checkLocationPermissions();
if (!_isScreenshotRun) {
await _checkLocationPermissions();
}
// Check for app updates (Android only) - runs in background
// Shows notification if update is available
@@ -285,6 +292,7 @@ class _MeshCoreSarAppState extends State<MeshCoreSarApp> {
),
ChangeNotifierProvider(create: (_) => ChannelsProvider()),
ChangeNotifierProvider(create: (_) => SensorsProvider()),
ChangeNotifierProvider(create: (_) => OfflineTilesProvider()),
ChangeNotifierProvider(
create: (_) {
final manager = ProfileManager();
@@ -388,10 +396,11 @@ class _MeshCoreSarAppState extends State<MeshCoreSarApp> {
final systemBrightness = MediaQuery.platformBrightnessOf(context);
final materialApp = MaterialApp(
navigatorKey: _navigatorKey,
scaffoldMessengerKey: rootScaffoldMessengerKey,
key: ValueKey<String?>(
'${_locale?.languageCode ?? 'system'}_${_themeMode.name}',
),
title: 'MeshCore SAR',
onGenerateTitle: (context) => AppLocalizations.of(context)?.appTitle ?? 'MeshCore SAR',
debugShowCheckedModeBanner: false,
theme: AppTheme.getTheme(_themeMode, systemBrightness),
locale: _locale,

View File

@@ -122,6 +122,15 @@ class Channel {
/// Base64-encoded PSK for sharing with firmware CLI and related tooling.
String get pskBase64 => base64.encode(secret);
/// MeshCore group packets carry the first byte of SHA256(channel secret).
int get hashByte {
final digest = sha256.convert(secret);
return digest.bytes.first;
}
String get hashHex =>
hashByte.toRadixString(16).padLeft(2, '0').toUpperCase();
/// Display name for the channel
/// Returns "Public" for channel 0, otherwise returns the custom name or "Channel N"
String get displayName {

View File

@@ -116,7 +116,6 @@ class AppSettingsProfileSection {
final bool? voiceEchoCancellationEnabled;
final bool? voiceNoiseSuppressionEnabled;
final double? messageFontScale;
final bool? autoRouteRotationEnabled;
final bool? clearPathOnMaxRetry;
final bool? nearestRelayFallbackEnabled;
final int? voiceBitrate;
@@ -142,7 +141,6 @@ class AppSettingsProfileSection {
this.voiceEchoCancellationEnabled,
this.voiceNoiseSuppressionEnabled,
this.messageFontScale,
this.autoRouteRotationEnabled,
this.clearPathOnMaxRetry,
this.nearestRelayFallbackEnabled,
this.voiceBitrate,
@@ -169,7 +167,6 @@ class AppSettingsProfileSection {
voiceEchoCancellationEnabled == null &&
voiceNoiseSuppressionEnabled == null &&
messageFontScale == null &&
autoRouteRotationEnabled == null &&
clearPathOnMaxRetry == null &&
nearestRelayFallbackEnabled == null &&
voiceBitrate == null &&
@@ -195,7 +192,6 @@ class AppSettingsProfileSection {
'voiceEchoCancellationEnabled': voiceEchoCancellationEnabled,
'voiceNoiseSuppressionEnabled': voiceNoiseSuppressionEnabled,
'messageFontScale': messageFontScale,
'autoRouteRotationEnabled': autoRouteRotationEnabled,
'clearPathOnMaxRetry': clearPathOnMaxRetry,
'nearestRelayFallbackEnabled': nearestRelayFallbackEnabled,
'voiceBitrate': voiceBitrate,
@@ -225,7 +221,6 @@ class AppSettingsProfileSection {
voiceNoiseSuppressionEnabled:
json['voiceNoiseSuppressionEnabled'] as bool?,
messageFontScale: (json['messageFontScale'] as num?)?.toDouble(),
autoRouteRotationEnabled: json['autoRouteRotationEnabled'] as bool?,
clearPathOnMaxRetry: json['clearPathOnMaxRetry'] as bool?,
nearestRelayFallbackEnabled: json['nearestRelayFallbackEnabled'] as bool?,
voiceBitrate: json['voiceBitrate'] as int?,

View File

@@ -196,6 +196,54 @@ class ContactRouteCodec {
final hopCount = raw & 0x3F;
return hopCount * hashSize <= maxPathBytes;
}
/// Converts an encoded MeshCore route descriptor + path into the legacy raw
/// path format expected by the `CMD_SEND_RAW_DATA` (0x19) handler in
/// companion firmware v1.15.
///
/// The raw-data handler treats the path-length byte as a *literal* hop count
/// (one byte per hop) rather than as an encoded descriptor, so a 1-hop route
/// using 2-byte hashes (descriptor `0x41`) would otherwise be misread as
/// "65 path bytes" and rejected with `ERROR: Unsupported command`. We
/// down-sample every hop to its first hash byte and emit a plain hop count.
///
/// Routes that are already legacy (hash size 1, descriptor `< 0x40`) pass
/// through unchanged. Unknown/flood descriptors collapse to a zero-hop
/// direct path (raw transport does not support flood routing).
static LegacyRawPath toLegacyRawPath(int descriptor, Uint8List path) {
final raw = toUnsignedDescriptor(descriptor);
if (raw == _unknownDescriptor) {
return const LegacyRawPath(length: 0, path: <int>[]);
}
if (raw < 0x40) {
// Hash size 1: the encoded path is already one byte per hop.
final hopCount = raw;
final available = math.min(hopCount, path.length);
return LegacyRawPath(
length: hopCount,
path: Uint8List.fromList(path.sublist(0, available)),
);
}
final hopCount = raw & 0x3F;
final hashSize = ((raw >> 6) & 0x03) + 1;
final legacy = Uint8List(hopCount);
for (var hop = 0; hop < hopCount; hop++) {
final srcIndex = hop * hashSize;
if (srcIndex < path.length) {
legacy[hop] = path[srcIndex];
}
}
return LegacyRawPath(length: hopCount, path: legacy);
}
}
/// Legacy raw-transport path: a literal hop count plus one byte per hop, as
/// expected by the firmware `CMD_SEND_RAW_DATA` handler.
class LegacyRawPath {
const LegacyRawPath({required this.length, required this.path});
final int length;
final List<int> path;
}
extension ContactLocalization on Contact {

View File

@@ -12,6 +12,8 @@ enum MapLayerType {
// Kept for stored preference compatibility after MBTiles removal.
vectorMbtiles,
wmsBase,
// Appended last: stored layer preference is the enum index.
mapyOutdoor,
}
class MapLayer {
@@ -21,6 +23,9 @@ class MapLayer {
final String attribution;
final double maxZoom;
/// Extra HTTP headers required by the tile server (e.g. Referer).
final Map<String, String>? headers;
// WMS specific properties
final bool isWms;
final String? wmsBaseUrl;
@@ -36,6 +41,7 @@ class MapLayer {
required this.urlTemplate,
required this.attribution,
required this.maxZoom,
this.headers,
this.isWms = false,
this.wmsBaseUrl,
this.wmsLayers,
@@ -64,6 +70,9 @@ class MapLayer {
case MapLayerType.vectorMbtiles:
// Legacy value kept only for preference migration compatibility.
return name;
case MapLayerType.mapyOutdoor:
// Brand name, not translated.
return name;
case MapLayerType.wmsBase:
// For WMS layers, use the name (will be localized separately)
return name;
@@ -86,6 +95,17 @@ class MapLayer {
maxZoom: 17.49, // OpenTopoMap maximum (just below level 18)
);
/// Mapy.cz outdoor map: OSM data with LIDAR-based shaded relief.
/// The tile server rejects requests without a mapy.com Referer.
static const mapyOutdoor = MapLayer(
type: MapLayerType.mapyOutdoor,
name: 'Mapy.cz Outdoor (OSM + LIDAR)',
urlTemplate: 'https://mapserver.mapy.cz/turist-en/retina/{z}-{x}-{y}',
attribution: '© Seznam.cz, a.s., © OpenStreetMap contributors',
maxZoom: 19,
headers: {'Referer': 'https://mapy.com/'},
);
static const esriWorldImagery = MapLayer(
type: MapLayerType.esriWorldImagery,
name: 'ESRI Satellite',
@@ -160,6 +180,7 @@ class MapLayer {
static const List<MapLayer> allLayers = [
openStreetMap,
openTopoMap,
mapyOutdoor,
esriWorldImagery,
googleHybrid,
googleRoadmap,

View File

@@ -15,10 +15,14 @@ class MessageContactLocation {
String get technicalSourceLabel {
switch (source) {
case 'shared':
return 'shared location';
case 'gps':
return 'shared location';
case 'telemetry':
return 'telemetry';
return 'live telemetry';
case 'advert':
return 'advert';
return 'shared advert';
default:
return source;
}

View File

@@ -1,229 +0,0 @@
enum PathRecordSource { learned, observed }
class PathRecord {
final List<int> pathBytes;
final int hopCount;
final int hashSize;
final PathRecordSource source;
final int successCount;
final int failureCount;
final int lastRoundTripTimeMs;
final DateTime lastUsedAt;
final DateTime? lastSucceededAt;
final double? senderLatitude;
final double? senderLongitude;
final double? recipientLatitude;
final double? recipientLongitude;
const PathRecord({
required this.pathBytes,
required this.hopCount,
required this.hashSize,
required this.source,
required this.successCount,
required this.failureCount,
required this.lastRoundTripTimeMs,
required this.lastUsedAt,
required this.lastSucceededAt,
required this.senderLatitude,
required this.senderLongitude,
required this.recipientLatitude,
required this.recipientLongitude,
});
String get signature =>
pathBytes.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join();
double get successRate =>
(successCount + 1) / (successCount + failureCount + 2);
PathRecord copyWith({
List<int>? pathBytes,
int? hopCount,
int? hashSize,
PathRecordSource? source,
int? successCount,
int? failureCount,
int? lastRoundTripTimeMs,
DateTime? lastUsedAt,
DateTime? lastSucceededAt,
double? senderLatitude,
double? senderLongitude,
double? recipientLatitude,
double? recipientLongitude,
}) {
return PathRecord(
pathBytes: pathBytes ?? this.pathBytes,
hopCount: hopCount ?? this.hopCount,
hashSize: hashSize ?? this.hashSize,
source: source ?? this.source,
successCount: successCount ?? this.successCount,
failureCount: failureCount ?? this.failureCount,
lastRoundTripTimeMs: lastRoundTripTimeMs ?? this.lastRoundTripTimeMs,
lastUsedAt: lastUsedAt ?? this.lastUsedAt,
lastSucceededAt: lastSucceededAt ?? this.lastSucceededAt,
senderLatitude: senderLatitude ?? this.senderLatitude,
senderLongitude: senderLongitude ?? this.senderLongitude,
recipientLatitude: recipientLatitude ?? this.recipientLatitude,
recipientLongitude: recipientLongitude ?? this.recipientLongitude,
);
}
Map<String, dynamic> toJson() {
return {
'path_bytes': pathBytes,
'hop_count': hopCount,
'hash_size': hashSize,
'source': source.name,
'success_count': successCount,
'failure_count': failureCount,
'last_round_trip_time_ms': lastRoundTripTimeMs,
'last_used_at': lastUsedAt.toIso8601String(),
'last_succeeded_at': lastSucceededAt?.toIso8601String(),
'sender_latitude': senderLatitude,
'sender_longitude': senderLongitude,
'recipient_latitude': recipientLatitude,
'recipient_longitude': recipientLongitude,
};
}
factory PathRecord.fromJson(Map<String, dynamic> json) {
return PathRecord(
pathBytes: (json['path_bytes'] as List<dynamic>? ?? const <dynamic>[])
.map((value) => value as int)
.toList(),
hopCount: json['hop_count'] as int? ?? 0,
hashSize: json['hash_size'] as int? ?? 1,
source: PathRecordSource.values.firstWhere(
(value) => value.name == (json['source'] as String? ?? 'learned'),
orElse: () => PathRecordSource.learned,
),
successCount: json['success_count'] as int? ?? 0,
failureCount: json['failure_count'] as int? ?? 0,
lastRoundTripTimeMs: json['last_round_trip_time_ms'] as int? ?? 0,
lastUsedAt:
DateTime.tryParse(json['last_used_at'] as String? ?? '') ??
DateTime.fromMillisecondsSinceEpoch(0),
lastSucceededAt: DateTime.tryParse(
json['last_succeeded_at'] as String? ?? '',
),
senderLatitude: (json['sender_latitude'] as num?)?.toDouble(),
senderLongitude: (json['sender_longitude'] as num?)?.toDouble(),
recipientLatitude: (json['recipient_latitude'] as num?)?.toDouble(),
recipientLongitude: (json['recipient_longitude'] as num?)?.toDouble(),
);
}
}
class FloodPathStats {
final int successCount;
final int failureCount;
final int lastRoundTripTimeMs;
final DateTime? lastUsedAt;
const FloodPathStats({
required this.successCount,
required this.failureCount,
required this.lastRoundTripTimeMs,
required this.lastUsedAt,
});
const FloodPathStats.empty()
: successCount = 0,
failureCount = 0,
lastRoundTripTimeMs = 0,
lastUsedAt = null;
FloodPathStats copyWith({
int? successCount,
int? failureCount,
int? lastRoundTripTimeMs,
DateTime? lastUsedAt,
}) {
return FloodPathStats(
successCount: successCount ?? this.successCount,
failureCount: failureCount ?? this.failureCount,
lastRoundTripTimeMs: lastRoundTripTimeMs ?? this.lastRoundTripTimeMs,
lastUsedAt: lastUsedAt ?? this.lastUsedAt,
);
}
Map<String, dynamic> toJson() {
return {
'success_count': successCount,
'failure_count': failureCount,
'last_round_trip_time_ms': lastRoundTripTimeMs,
'last_used_at': lastUsedAt?.toIso8601String(),
};
}
factory FloodPathStats.fromJson(Map<String, dynamic> json) {
return FloodPathStats(
successCount: json['success_count'] as int? ?? 0,
failureCount: json['failure_count'] as int? ?? 0,
lastRoundTripTimeMs: json['last_round_trip_time_ms'] as int? ?? 0,
lastUsedAt: DateTime.tryParse(json['last_used_at'] as String? ?? ''),
);
}
}
class ContactPathHistory {
final String contactPublicKeyHex;
final List<PathRecord> directPaths;
final FloodPathStats floodStats;
final int rotationIndex;
const ContactPathHistory({
required this.contactPublicKeyHex,
required this.directPaths,
required this.floodStats,
required this.rotationIndex,
});
const ContactPathHistory.empty(this.contactPublicKeyHex)
: directPaths = const <PathRecord>[],
floodStats = const FloodPathStats.empty(),
rotationIndex = 0;
ContactPathHistory copyWith({
List<PathRecord>? directPaths,
FloodPathStats? floodStats,
int? rotationIndex,
}) {
return ContactPathHistory(
contactPublicKeyHex: contactPublicKeyHex,
directPaths: directPaths ?? this.directPaths,
floodStats: floodStats ?? this.floodStats,
rotationIndex: rotationIndex ?? this.rotationIndex,
);
}
Map<String, dynamic> toJson() {
return {
'direct_paths': directPaths.map((record) => record.toJson()).toList(),
'flood_stats': floodStats.toJson(),
'rotation_index': rotationIndex,
};
}
List<PathRecord> get observedPaths => directPaths
.where((record) => record.source == PathRecordSource.observed)
.toList();
factory ContactPathHistory.fromJson(
String contactPublicKeyHex,
Map<String, dynamic> json,
) {
return ContactPathHistory(
contactPublicKeyHex: contactPublicKeyHex,
directPaths: (json['direct_paths'] as List<dynamic>? ?? const <dynamic>[])
.whereType<Map<String, dynamic>>()
.map(PathRecord.fromJson)
.toList(),
floodStats: json['flood_stats'] is Map<String, dynamic>
? FloodPathStats.fromJson(json['flood_stats'] as Map<String, dynamic>)
: const FloodPathStats.empty(),
rotationIndex: json['rotation_index'] as int? ?? 0,
);
}
}

View File

@@ -2,6 +2,7 @@ import 'dart:async';
import 'dart:convert';
import 'dart:math' as math;
import 'package:flutter/foundation.dart';
import '../l10n/app_localizations.dart';
import 'package:meshcore_client/meshcore_client.dart'
show BufferReader, MeshCoreConstants;
import 'package:shared_preferences/shared_preferences.dart';
@@ -19,6 +20,7 @@ import '../services/messaging_route_preferences.dart';
import '../services/nearest_router_selector.dart';
import '../services/packet_capture_storage_service.dart';
import '../services/path_history_service.dart';
import '../services/traffic_stats_reporting_service.dart';
import '../utils/rssi_location_estimator.dart';
import '../services/profiles_feature_service.dart';
import '../services/route_hash_preferences.dart';
@@ -117,6 +119,34 @@ enum ContactsTabSection {
channels,
}
enum ChannelLocationSharingMode { hardware, appFallback }
class ChannelLocationSharingState {
final ChannelLocationSharingMode mode;
final bool isSharing;
final bool hardwareSupported;
final bool isConnected;
const ChannelLocationSharingState({
required this.mode,
required this.isSharing,
required this.hardwareSupported,
required this.isConnected,
});
bool get usesHardware => mode == ChannelLocationSharingMode.hardware;
}
class ChannelLocationSharingResult {
final ChannelLocationSharingState state;
final String message;
const ChannelLocationSharingResult({
required this.state,
required this.message,
});
}
/// Main App Provider - coordinates all other providers
class AppProvider with ChangeNotifier {
static const int _maxDirectPayloadHops = 3;
@@ -159,12 +189,15 @@ class AppProvider with ChangeNotifier {
LocationTrackingService();
final PacketCaptureStorageService packetCaptureStorageService =
PacketCaptureStorageService();
final TrafficStatsReportingService trafficStatsReportingService =
TrafficStatsReportingService();
final NotificationService _notificationService = NotificationService();
bool _isInitialized = false;
bool get isInitialized => _isInitialized;
bool get isSimpleMode => true;
bool _isSimpleMode = false;
bool get isSimpleMode => _isSimpleMode;
bool _isMapEnabled = true;
bool get isMapEnabled => _isMapEnabled;
@@ -192,9 +225,6 @@ class AppProvider with ChangeNotifier {
bool get isVoiceNoiseSuppressionEnabled => _isVoiceNoiseSuppressionEnabled;
double _messageFontScale = 1.0;
double get messageFontScale => _messageFontScale;
bool _autoRouteRotationEnabled =
MessagingRoutePreferences.defaultAutoRouteRotationEnabled;
bool get autoRouteRotationEnabled => _autoRouteRotationEnabled;
bool _clearPathOnMaxRetry =
MessagingRoutePreferences.defaultClearPathOnMaxRetry;
bool get clearPathOnMaxRetry => _clearPathOnMaxRetry;
@@ -206,6 +236,7 @@ class AppProvider with ChangeNotifier {
const NearestRouterSelector();
final Map<String, _DirectMessageRouteSession> _directMessageRouteSessions =
{};
final Set<String> _pendingDeliveredRouteRefreshContacts = <String>{};
static const Duration _packetRetryDelay = Duration(milliseconds: 1200);
static const Duration _mediaSwarmResponseWindow = Duration(seconds: 10);
@@ -218,6 +249,8 @@ class AppProvider with ChangeNotifier {
final Map<String, int> _voiceMissingRetryAttempts = {};
final Map<String, Timer> _imageMissingRetryTimers = {};
final Map<String, int> _imageMissingRetryAttempts = {};
bool _hardwareChannelLocationSharingSupported = false;
int? _hardwareChannelLocationSharingChannelIdx;
final FragmentAckWaitRegistry _rawProbeWaiters = FragmentAckWaitRegistry();
final Map<String, Future<bool>> _pendingRawRouteProbes = {};
final Map<String, Future<bool>> _pendingMediaSwarmFetches = {};
@@ -251,6 +284,7 @@ class AppProvider with ChangeNotifier {
_canStartAutomaticMessageSync;
_wasDeviceConnected = connectionProvider.deviceInfo.isConnected;
_initializeLocationTracking();
_loadSimpleMode();
_loadMapEnabled();
_loadContactsEnabled();
_loadContactsSectionVisibility();
@@ -264,6 +298,11 @@ class AppProvider with ChangeNotifier {
_loadVoiceNoiseSuppressionEnabled();
_loadMessageFontScale();
_loadMessagingRouteSettings();
unawaited(
trafficStatsReportingService.initialize(
deviceKey6Provider: _deviceKey6Hex,
),
);
unawaited(_pathHistoryService.initialize());
_startPacketCapturePersistence();
_startLowBatteryWatcher();
@@ -397,6 +436,7 @@ class AppProvider with ChangeNotifier {
if (toPersist.isNotEmpty) {
await packetCaptureStorageService.appendLogs(toPersist);
await trafficStatsReportingService.processLogs(toPersist);
}
_lastPersistedPacketSignature = _packetLogSignature(logs.last);
} catch (e) {
@@ -555,6 +595,29 @@ class AppProvider with ChangeNotifier {
return true;
}
/// Load simple mode setting from shared preferences
Future<void> _loadSimpleMode() async {
try {
final prefs = await SharedPreferences.getInstance();
_isSimpleMode = prefs.getBool(_scopedKey('simple_mode_enabled')) ?? false;
notifyListeners();
} catch (e) {
debugPrint('Error loading simple mode setting: $e');
}
}
/// Toggle simple mode on/off
Future<void> toggleSimpleMode(bool enabled) async {
try {
_isSimpleMode = enabled;
final prefs = await SharedPreferences.getInstance();
await prefs.setBool(_scopedKey('simple_mode_enabled'), enabled);
notifyListeners();
} catch (e) {
debugPrint('Error saving simple mode setting: $e');
}
}
/// Load map enabled setting from shared preferences
Future<void> _loadMapEnabled() async {
try {
@@ -860,8 +923,7 @@ class AppProvider with ChangeNotifier {
Future<void> _loadMessagingRouteSettings() async {
try {
_autoRouteRotationEnabled =
await MessagingRoutePreferences.getAutoRouteRotationEnabled();
await MessagingRoutePreferences.cleanupLegacySettings();
_clearPathOnMaxRetry =
await MessagingRoutePreferences.getClearPathOnMaxRetry();
_nearestRelayFallbackEnabled =
@@ -872,16 +934,6 @@ class AppProvider with ChangeNotifier {
}
}
Future<void> toggleAutoRouteRotationEnabled(bool enabled) async {
try {
_autoRouteRotationEnabled = enabled;
await MessagingRoutePreferences.setAutoRouteRotationEnabled(enabled);
notifyListeners();
} catch (e) {
debugPrint('Error saving auto route rotation setting: $e');
}
}
Future<void> toggleClearPathOnMaxRetry(bool enabled) async {
try {
_clearPathOnMaxRetry = enabled;
@@ -1035,7 +1087,14 @@ class AppProvider with ChangeNotifier {
contact,
devicePublicKey: devicePublicKey,
);
unawaited(_pathHistoryService.recordLearnedPath(contact));
final updatedContact =
contactsProvider.findContactByKey(contact.publicKey) ?? contact;
if (_pendingDeliveredRouteRefreshContacts.remove(
updatedContact.publicKeyHex,
)) {
messagesProvider.applyDeliveredMessageRouteFromContact(updatedContact);
}
};
// When all contacts are received
@@ -1045,9 +1104,6 @@ class AppProvider with ChangeNotifier {
contacts,
devicePublicKey: connectionProvider.deviceInfo.publicKey,
);
for (final contact in contacts) {
unawaited(_pathHistoryService.recordLearnedPath(contact));
}
debugPrint('Received ${contacts.length} contacts');
};
@@ -1110,9 +1166,22 @@ class AppProvider with ChangeNotifier {
}
if (isEmptyChannelInfo) {
// The device channel list is authoritative: an empty slot means
// any locally retained channel in that slot was deleted on the
// device, so drop it from the channel list and the contacts UI.
// Message history is kept (only app-initiated deletes clear it).
debugPrint(
' ⏭️ Ignoring empty channel slot $channelIdx during sync',
' 🧹 Empty channel slot $channelIdx - dropping stale local channel if present',
);
channelsProvider.removeChannel(channelIdx);
final publicKeyBytes = Uint8List(32);
publicKeyBytes[0] = 0xFF; // Special marker for channels
publicKeyBytes[1] = channelIdx; // Channel index
final publicKeyHex = publicKeyBytes
.map((b) => b.toRadixString(16).padLeft(2, '0'))
.join('');
contactsProvider.removeContact(publicKeyHex);
return;
}
@@ -1245,18 +1314,6 @@ class AppProvider with ChangeNotifier {
enrichedMessage,
);
final receivedPathBytes = receptionDetailsSnapshot?.pathBytes;
if (senderContact != null &&
enrichedMessage.isChannelMessage &&
receivedPathBytes != null &&
receivedPathBytes.isNotEmpty) {
unawaited(
_learnPathFromPublicMessage(
contact: senderContact,
pathBytes: receivedPathBytes,
),
);
}
// Estimate location for contacts without GPS using received path
if (senderContact != null &&
senderContact.displayLocation == null &&
@@ -1676,6 +1733,7 @@ class AppProvider with ChangeNotifier {
// When a contact's routing path is updated in the mesh network
connectionProvider.onPathUpdated = (publicKey) {
_pendingDeliveredRouteRefreshContacts.add(_publicKeyHex(publicKey));
debugPrint(
'🔄 [AppProvider] Path updated for contact: ${publicKey.sublist(0, 6).map((b) => b.toRadixString(16).padLeft(2, '0')).join(':')}...',
);
@@ -1753,7 +1811,13 @@ class AppProvider with ChangeNotifier {
debugPrint(
'🔊 [AppProvider] Echo detected - Message: $messageId, Count: $echoCount',
);
messagesProvider.handleMessageEcho(messageId, echoCount, snrRaw, rssiDbm);
messagesProvider.handleMessageEcho(
messageId,
echoCount,
snrRaw,
rssiDbm,
pathBytes: _latestChannelEchoPathBytes(),
);
};
connectionProvider.prepareDirectMessageSendCallback =
@@ -1837,17 +1901,11 @@ class AppProvider with ChangeNotifier {
contactsProvider.findContactByKey(contact.publicKey) ?? contact;
var session = _directMessageRouteSessions[messageId];
if (session == null) {
final selection = latestContact.routeHasPath && latestContact.routeHopCount > 0
? PathSelection(
mode: PathSelectionMode.directCurrent,
pathBytes: Uint8List.fromList(latestContact.routePathBytes),
hopCount: latestContact.routeHopCount,
hashSize: latestContact.routeHashSize,
)
: await _pathHistoryService.getSelectionForContact(
latestContact,
autoRouteRotationEnabled: _autoRouteRotationEnabled,
);
final manualSelection = await _pathHistoryService
.getManualSelectionForContact(latestContact);
final selection =
manualSelection ??
await _pathHistoryService.getSelectionForContact(latestContact);
session = _DirectMessageRouteSession(
currentSelection: selection,
originalRoute: ContactRouteCodec.fromContact(latestContact),
@@ -1856,16 +1914,9 @@ class AppProvider with ChangeNotifier {
}
if (!session.routerFallbackAttempted) {
final currentSignature =
latestContact.routeHasPath && latestContact.routeHopCount > 0
? latestContact.routePathBytes
.map((byte) => byte.toRadixString(16).padLeft(2, '0'))
.join()
: null;
final selection = await _resolveDirectMessageSelectionForRetry(
latestContact,
retryAttempt: retryAttempt,
currentSignature: currentSignature,
fallbackSelection: session.currentSelection,
);
session = session.copyWith(currentSelection: selection);
@@ -1885,35 +1936,17 @@ class AppProvider with ChangeNotifier {
Future<PathSelection> _resolveDirectMessageSelectionForRetry(
Contact contact, {
required int retryAttempt,
required String? currentSignature,
required PathSelection fallbackSelection,
}) async {
if (contact.routeHasPath && contact.routeHopCount > 0 && retryAttempt <= 1) {
return PathSelection(
mode: PathSelectionMode.directCurrent,
pathBytes: Uint8List.fromList(contact.routePathBytes),
hopCount: contact.routeHopCount,
hashSize: contact.routeHashSize,
);
}
if (retryAttempt == 2) {
return PathSelection.flood();
}
if (retryAttempt >= 3) {
final historicalSelection = await _pathHistoryService
.getLastSuccessfulDirectSelection(
contact,
excludeSignature: currentSignature,
senderLatitude: locationTrackingService.currentPosition?.latitude,
senderLongitude: locationTrackingService.currentPosition?.longitude,
recipientLatitude: contact.displayLocation?.latitude,
recipientLongitude: contact.displayLocation?.longitude,
);
if (historicalSelection != null) {
return historicalSelection;
}
if (retryAttempt < 2 &&
!fallbackSelection.hasDirectPath &&
contact.routeHasPath &&
contact.routeHopCount > 0) {
return _pathHistoryService.getSelectionForContact(contact);
}
return fallbackSelection;
@@ -2023,27 +2056,18 @@ class AppProvider with ChangeNotifier {
final latestContact =
contactsProvider.findContactByKey(contact.publicKey) ?? contact;
final manualSelection = await _pathHistoryService
.getManualSelectionForContact(latestContact);
final session =
_directMessageRouteSessions[messageId] ??
_DirectMessageRouteSession(
currentSelection: latestContact.routeHasPath
? PathSelection(
mode: PathSelectionMode.directCurrent,
pathBytes: Uint8List.fromList(latestContact.routePathBytes),
hopCount: latestContact.routeHopCount,
hashSize: latestContact.routeHashSize,
)
: PathSelection.flood(),
currentSelection:
manualSelection ??
await _pathHistoryService.getSelectionForContact(latestContact),
originalRoute: ContactRouteCodec.fromContact(latestContact),
routerFallbackAttempted: false,
);
await _pathHistoryService.recordPathResult(
latestContact.publicKeyHex,
session.currentSelection,
success: false,
);
final repeater = _nearestRouterSelector.select(
senderPosition: locationTrackingService.currentPosition,
repeaters: contactsProvider.repeaters,
@@ -2087,18 +2111,10 @@ class AppProvider with ChangeNotifier {
return;
}
unawaited(
_pathHistoryService.recordPathResult(
contact.publicKeyHex,
session.currentSelection,
success: true,
roundTripTimeMs: roundTripTimeMs,
senderLatitude: locationTrackingService.currentPosition?.latitude,
senderLongitude: locationTrackingService.currentPosition?.longitude,
recipientLatitude: contact.displayLocation?.latitude,
recipientLongitude: contact.displayLocation?.longitude,
),
);
if (session.currentSelection.usesFlood ||
session.currentSelection.mode == PathSelectionMode.nearestRouter) {
messagesProvider.queueDeliveredMessageRouteRefresh(messageId, contact);
}
}
Future<void> _handleDirectMessageFinalFailure({
@@ -2109,11 +2125,6 @@ class AppProvider with ChangeNotifier {
contactsProvider.findContactByKey(contact.publicKey) ?? contact;
final session = _directMessageRouteSessions.remove(messageId);
if (session != null) {
await _pathHistoryService.recordPathResult(
latestContact.publicKeyHex,
session.currentSelection,
success: false,
);
if (session.routerFallbackAttempted) {
await _restoreRouteOnDevice(latestContact, session.originalRoute);
}
@@ -2135,6 +2146,12 @@ class AppProvider with ChangeNotifier {
return bytes.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join();
}
String _publicKeyHex(Uint8List publicKey) {
return publicKey
.map((byte) => byte.toRadixString(16).padLeft(2, '0'))
.join();
}
/// Estimate contact location from the received message path.
///
/// When we receive a message, the path bytes describe how it traveled:
@@ -2185,22 +2202,6 @@ class AppProvider with ChangeNotifier {
);
}
Future<void> _learnPathFromPublicMessage({
required Contact contact,
required List<int> pathBytes,
}) async {
final preferred = await RouteHashPreferences.getHashSize();
final inferredHashSize = _inferReceivedPathHashSize(
pathBytes,
preferredHashSize: preferred,
);
await _pathHistoryService.recordReceivedBytePath(
contact.publicKeyHex,
pathBytes,
inferredHashSize,
);
}
Future<void> _retainAdvertRxPath(Uint8List publicKey) async {
final decoded = _findBestMatchingAdvertRxRoute(publicKey);
if (decoded == null || decoded.pathBytes.isEmpty) {
@@ -2226,11 +2227,6 @@ class AppProvider with ChangeNotifier {
paddedPathBytes: parsedRoute.paddedPathBytes,
devicePublicKey: connectionProvider.deviceInfo.publicKey,
);
await _pathHistoryService.recordReceivedBytePath(
publicKey.map((byte) => byte.toRadixString(16).padLeft(2, '0')).join(),
decoded.pathBytes,
decoded.hashSize,
);
}
/// Handle pushAdvert (0x80) — matches the official MeshCore app flow:
@@ -2571,22 +2567,6 @@ class AppProvider with ChangeNotifier {
}
}
int _inferReceivedPathHashSize(
List<int> pathBytes, {
required int preferredHashSize,
}) {
final preferred = preferredHashSize;
final candidates = {preferred, 3, 2, 1}.toList();
for (final candidate in candidates) {
if (candidate >= 1 &&
candidate <= 3 &&
pathBytes.length % candidate == 0) {
return candidate;
}
}
return 1;
}
/// Initialize the app (load contacts, sync time, etc.)
Future<void> initialize() async {
if (!connectionProvider.deviceInfo.isConnected) return;
@@ -2605,8 +2585,13 @@ class AppProvider with ChangeNotifier {
// Get battery and storage information
await connectionProvider.getBatteryAndStorage();
// Load contacts (waits for device to finish sending all contacts)
await connectionProvider.getContacts();
// Load contacts (waits for device to finish sending all contacts).
// The device list is authoritative: contacts it no longer has are
// deleted locally once a complete list was received.
final contactListComplete = await connectionProvider.getContacts();
contactsProvider.finalizeDeviceContactSync(
deviceListComplete: contactListComplete,
);
// Sync all channels so slot assignment and channel state mirror the device.
final channelsToSync = connectionProvider.deviceInfo.maxChannels;
@@ -2624,9 +2609,10 @@ class AppProvider with ChangeNotifier {
debugPrint(
'🔄 [AppProvider] Performing initial message sync (fallback for missed pushes)',
);
final initialMessageCount = await connectionProvider.syncAllMessages(
force: true,
);
final initialMessageCount = await messagesProvider
.withReceivedNotificationsSuppressed(
() => connectionProvider.syncAllMessages(force: true),
);
debugPrint(
'📥 [AppProvider] Initial sync retrieved $initialMessageCount message(s)',
);
@@ -2638,6 +2624,7 @@ class AppProvider with ChangeNotifier {
'📍 [AppProvider] Starting location tracking after successful initialization',
);
await _startLocationTracking();
await refreshChannelLocationSharingState();
// Sync drawing messages with DrawingProvider
// This restores any drawings that may be missing from storage
@@ -2677,14 +2664,19 @@ class AppProvider with ChangeNotifier {
devicePublicKey: connectionProvider.deviceInfo.publicKey,
);
channelsProvider.prepareForDeviceSync();
await connectionProvider.getContacts();
final contactListComplete = await connectionProvider.getContacts();
contactsProvider.finalizeDeviceContactSync(
deviceListComplete: contactListComplete,
);
await connectionProvider.syncChannels(
maxChannels: connectionProvider.deviceInfo.maxChannels,
);
await refreshChannelLocationSharingState();
final messageCount = await connectionProvider.syncAllMessages(
force: true,
);
final messageCount = await messagesProvider
.withReceivedNotificationsSuppressed(
() => connectionProvider.syncAllMessages(force: true),
);
debugPrint(
'📥 [AppProvider] Reconnect sync retrieved $messageCount message(s)',
);
@@ -2838,6 +2830,250 @@ class AppProvider with ChangeNotifier {
]);
}
Future<void> refreshChannelLocationSharingState() async {
if (!connectionProvider.deviceInfo.isConnected) {
return;
}
final vars = await connectionProvider.getCustomVars();
final hardwareSupported = _supportsHardwareChannelLocationSharing(vars);
final rawChannelIdx = hardwareSupported
? int.tryParse(vars['fast_gps_channel'] ?? '')
: null;
final normalizedChannelIdx = rawChannelIdx != null && rawChannelIdx > 0
? rawChannelIdx
: null;
if (_hardwareChannelLocationSharingSupported == hardwareSupported &&
_hardwareChannelLocationSharingChannelIdx == normalizedChannelIdx) {
return;
}
_hardwareChannelLocationSharingSupported = hardwareSupported;
_hardwareChannelLocationSharingChannelIdx = normalizedChannelIdx;
notifyListeners();
}
ChannelLocationSharingMode? channelLocationSharingModeForChannel(
int channelIdx,
) {
if (channelIdx <= 0) {
return null;
}
if (_hardwareChannelLocationSharingChannelIdx == channelIdx) {
return ChannelLocationSharingMode.hardware;
}
if (_isAppFallbackLocationSharingActiveForChannel(channelIdx)) {
return ChannelLocationSharingMode.appFallback;
}
return null;
}
void notifyChannelLocationSharingChanged() {
notifyListeners();
}
Future<void> _clearAppFallbackChannelLocationSharingState() async {
await locationTrackingService.updateFastLocationChannelIdx(null);
await locationTrackingService.setFastLocationUpdatesEnabled(false);
notifyListeners();
}
bool _isAppFallbackLocationSharingActiveForChannel(int channelIdx) {
return locationTrackingService.fastLocationUpdatesEnabled &&
locationTrackingService.fastLocationChannelIdx == channelIdx;
}
bool _supportsHardwareChannelLocationSharing(Map<String, String> vars) {
return vars.containsKey('gps') && vars.containsKey('fast_gps_channel');
}
int? _hardwareChannelLocationSharingIdxFromVars(Map<String, String> vars) {
final rawChannelIdx = int.tryParse(vars['fast_gps_channel'] ?? '');
return rawChannelIdx != null && rawChannelIdx > 0 ? rawChannelIdx : null;
}
Future<void> _setDeviceCustomVarOrThrow(String key, String value) async {
connectionProvider.clearError();
await connectionProvider.setCustomVar(key, value);
final error = connectionProvider.error;
if (error != null) {
connectionProvider.clearError();
throw StateError(error);
}
}
Future<ChannelLocationSharingState> getChannelLocationSharingState(
int channelIdx,
) async {
if (channelIdx <= 0) {
return const ChannelLocationSharingState(
mode: ChannelLocationSharingMode.appFallback,
isSharing: false,
hardwareSupported: false,
isConnected: false,
);
}
if (connectionProvider.deviceInfo.isConnected) {
await refreshChannelLocationSharingState();
}
final sharingMode = channelLocationSharingModeForChannel(channelIdx);
return ChannelLocationSharingState(
mode:
sharingMode ??
(_hardwareChannelLocationSharingSupported
? ChannelLocationSharingMode.hardware
: ChannelLocationSharingMode.appFallback),
isSharing: sharingMode != null,
hardwareSupported: _hardwareChannelLocationSharingSupported,
isConnected: connectionProvider.deviceInfo.isConnected,
);
}
Future<ChannelLocationSharingResult> setChannelLocationSharingEnabled(
int channelIdx,
bool enabled, {
AppLocalizations? l10n,
}) async {
if (channelIdx <= 0) {
throw ArgumentError.value(
channelIdx,
'channelIdx',
'Location sharing requires a non-public channel',
);
}
if (!connectionProvider.deviceInfo.isConnected) {
throw StateError('Connect to a device first');
}
final vars = await connectionProvider.getCustomVars();
final hardwareSupported = _supportsHardwareChannelLocationSharing(vars);
if (enabled) {
if (hardwareSupported) {
await _setDeviceCustomVarOrThrow('gps', '1');
await _setDeviceCustomVarOrThrow(
'fast_gps_channel',
channelIdx.toString(),
);
_hardwareChannelLocationSharingSupported = true;
_hardwareChannelLocationSharingChannelIdx = channelIdx;
await locationTrackingService.updateFastLocationChannelIdx(null);
await locationTrackingService.setFastLocationUpdatesEnabled(false);
await refreshChannelLocationSharingState();
if (_hardwareChannelLocationSharingChannelIdx != channelIdx) {
throw StateError(
'Radio location sharing did not enable for this channel',
);
}
notifyListeners();
return ChannelLocationSharingResult(
state: const ChannelLocationSharingState(
mode: ChannelLocationSharingMode.hardware,
isSharing: true,
hardwareSupported: true,
isConnected: true,
),
message:
l10n?.sharingLocationFromRadio ??
'Sharing location on this channel from the radio.',
);
}
_hardwareChannelLocationSharingSupported = false;
_hardwareChannelLocationSharingChannelIdx = null;
final previousEnabled =
locationTrackingService.fastLocationUpdatesEnabled;
final previousChannelIdx = locationTrackingService.fastLocationChannelIdx;
try {
await locationTrackingService.updateFastLocationChannelIdx(channelIdx);
await locationTrackingService.setFastLocationUpdatesEnabled(true);
if (!locationTrackingService.isTracking) {
final started = await locationTrackingService.startTracking();
if (!started) {
throw StateError('Phone location tracking could not be started');
}
}
} catch (e) {
await locationTrackingService.updateFastLocationChannelIdx(
previousChannelIdx,
);
await locationTrackingService.setFastLocationUpdatesEnabled(
previousEnabled,
);
rethrow;
}
notifyListeners();
return ChannelLocationSharingResult(
state: const ChannelLocationSharingState(
mode: ChannelLocationSharingMode.appFallback,
isSharing: true,
hardwareSupported: false,
isConnected: true,
),
message:
l10n?.sharingLocationFromPhone ??
'Sharing location on this channel from the phone.',
);
}
final activeHardwareChannelIdx = _hardwareChannelLocationSharingIdxFromVars(
vars,
);
final shouldAttemptHardwareStop =
hardwareSupported ||
_hardwareChannelLocationSharingSupported ||
activeHardwareChannelIdx == channelIdx ||
_hardwareChannelLocationSharingChannelIdx == channelIdx;
if (locationTrackingService.fastLocationChannelIdx == channelIdx) {
await locationTrackingService.updateFastLocationChannelIdx(null);
await locationTrackingService.setFastLocationUpdatesEnabled(false);
}
if (shouldAttemptHardwareStop) {
await _setDeviceCustomVarOrThrow('fast_gps_channel', '-1');
_hardwareChannelLocationSharingSupported = true;
_hardwareChannelLocationSharingChannelIdx = null;
await refreshChannelLocationSharingState();
if (_hardwareChannelLocationSharingChannelIdx == channelIdx) {
throw StateError(
'Radio location sharing is still enabled for this channel',
);
}
notifyListeners();
return ChannelLocationSharingResult(
state: const ChannelLocationSharingState(
mode: ChannelLocationSharingMode.hardware,
isSharing: false,
hardwareSupported: true,
isConnected: true,
),
message:
l10n?.stoppedSharingLocation ??
'Stopped sharing location on this channel.',
);
}
_hardwareChannelLocationSharingSupported = false;
_hardwareChannelLocationSharingChannelIdx = null;
notifyListeners();
return ChannelLocationSharingResult(
state: const ChannelLocationSharingState(
mode: ChannelLocationSharingMode.appFallback,
isSharing: false,
hardwareSupported: false,
isConnected: true,
),
message:
l10n?.stoppedSharingLocation ??
'Stopped sharing location on this channel.',
);
}
Future<void> _sendFastLocationUpdate(
dynamic position, {
required String reason,
@@ -3887,6 +4123,23 @@ class AppProvider with ChangeNotifier {
return decoded.pathBytes;
}
Uint8List? _latestChannelEchoPathBytes() {
for (final log in connectionProvider.bleService.packetLogs.reversed) {
if (log.responseCode != 0x88) continue;
final decoded = LogRxRouteDecoder.decode(log.rawData);
if (decoded == null ||
decoded.payloadType != 0x05 ||
decoded.pathBytes.isEmpty) {
continue;
}
return Uint8List.fromList(decoded.pathBytes);
}
return null;
}
// Removed _syncMessages() - messages are automatically synced via PUSH_CODE_MSG_WAITING events
// The ConnectionProvider's onMessageWaiting callback handles automatic message fetching
@@ -3895,8 +4148,15 @@ class AppProvider with ChangeNotifier {
if (!connectionProvider.deviceInfo.isConnected) return;
try {
// Sync contacts
await connectionProvider.getContacts();
// Sync contacts. The device list is authoritative: contacts it no
// longer has are deleted locally once a complete list was received.
await contactsProvider.prepareForDeviceContactSync(
devicePublicKey: connectionProvider.deviceInfo.publicKey,
);
final contactListComplete = await connectionProvider.getContacts();
contactsProvider.finalizeDeviceContactSync(
deviceListComplete: contactListComplete,
);
// Sync all channels so refresh reflects the full device state.
channelsProvider.prepareForDeviceSync();
@@ -3942,6 +4202,10 @@ class AppProvider with ChangeNotifier {
_wasDeviceConnected = isConnected;
final wasTracking = locationTrackingService.isTracking;
if (isConnected != wasConnected) {
unawaited(_clearAppFallbackChannelLocationSharingState());
}
// Only stop tracking on disconnect - DON'T start on connect
// Location tracking will be started AFTER initialization completes
if (!isConnected && wasTracking) {
@@ -4135,6 +4399,7 @@ class AppProvider with ChangeNotifier {
}
_pendingChannelVoicePackets.clear();
_pendingChannelImageFragments.clear();
trafficStatsReportingService.dispose();
super.dispose();
}
}

View File

@@ -29,6 +29,16 @@ class ChannelsProvider with ChangeNotifier {
return index == 0 ? 'Public' : 'Channel $index';
}
List<Channel> getChannelsByHashByte(int hashByte) {
return _channels.values.where((channel) => channel.hashByte == hashByte).toList()
..sort((a, b) => a.index.compareTo(b.index));
}
String? getUniqueChannelDisplayNameByHashByte(int hashByte) {
final matches = getChannelsByHashByte(hashByte);
return matches.length == 1 ? matches.single.displayName : null;
}
/// Add or update a channel
void addOrUpdateChannel({
required int index,

View File

@@ -47,6 +47,23 @@ class PingResult {
});
}
/// Result of a relay ping (trace path) operation
class RelayPingResult {
final bool success;
final int durationMs;
final double snrThere;
final double snrBack;
final int hopCount;
const RelayPingResult({
required this.success,
required this.durationMs,
required this.snrThere,
required this.snrBack,
required this.hopCount,
});
}
/// Scanned device with RSSI information
class ScannedDevice {
final BluetoothDevice device;
@@ -146,6 +163,10 @@ class ConnectionProvider with ChangeNotifier {
// Completer to wait for contacts sync to finish
Completer<void>? _contactsSyncCompleter;
// True only when the device signaled end-of-contacts for the last sync
// (false on timeout or disconnect, i.e. a possibly partial list).
bool _contactsSyncEndedNormally = false;
// Lightweight guards for other commands that can be double-tapped
bool _isLoginInProgress = false;
DateTime? _lastLoginRequestedAt;
@@ -172,6 +193,8 @@ class ConnectionProvider with ChangeNotifier {
MessageDeliveryTracker();
final PingTracker _pingTracker = PingTracker();
final Map<String, Future<PingResult>> _pendingSmartPings = {};
final Map<int, Completer<RelayPingResult>> _pendingRelayPings = {};
final Map<int, int> _relayPingStartTimes = {};
// Expose room login states
Map<String, RoomLoginState> get roomLoginStates =>
@@ -425,6 +448,7 @@ class ConnectionProvider with ChangeNotifier {
service.onContactsComplete = (contacts) {
debugPrint('📥 [Provider] Contacts sync complete: ${contacts.length}');
_isContactsSyncInProgress = false;
_contactsSyncEndedNormally = true;
if (_contactsSyncCompleter != null &&
!_contactsSyncCompleter!.isCompleted) {
_contactsSyncCompleter!.complete();
@@ -631,6 +655,10 @@ class ConnectionProvider with ChangeNotifier {
notifyListeners();
};
service.onTraceDataReceived = (nonce, hopCount, snrThere, snrBack) {
_handleTraceDataReceived(nonce, hopCount, snrThere, snrBack);
};
service.onTxActivity = () {
_txActivity = true;
notifyListeners();
@@ -969,15 +997,20 @@ class ConnectionProvider with ChangeNotifier {
///
/// Waits for the device to finish sending all contacts (up to 5 s timeout)
/// so callers don't need an arbitrary delay.
Future<void> getContacts() async {
///
/// Returns true only when the device signaled end-of-contacts, i.e. the
/// received list is complete and can be treated as authoritative. Returns
/// false on timeout, disconnect, or error (possibly partial list).
Future<bool> getContacts() async {
if (!_activeService.isConnected) {
_error = 'Not connected to device';
notifyListeners();
return;
return false;
}
try {
_isContactsSyncInProgress = true;
_contactsSyncEndedNormally = false;
_contactsSyncCompleter = Completer<void>();
await _activeService.getContacts();
await _contactsSyncCompleter!.future.timeout(
@@ -988,10 +1021,12 @@ class ConnectionProvider with ChangeNotifier {
);
},
);
return _contactsSyncEndedNormally;
} catch (e) {
_isContactsSyncInProgress = false;
_error = 'Failed to get contacts: $e';
notifyListeners();
return false;
} finally {
_isContactsSyncInProgress = false;
_contactsSyncCompleter = null;
@@ -1798,15 +1833,23 @@ class ConnectionProvider with ChangeNotifier {
/// Send a raw binary voice packet directly to a contact (cmdSendRawData, code 25).
/// Only works for contacts with a known direct route (outPathLen >= 0).
///
/// Callers pass the contact's *encoded* route descriptor ([routeEncodedPathLen])
/// and encoded [outPath]. The `CMD_SEND_RAW_DATA` handler in companion firmware
/// v1.15 misinterprets encoded descriptors as a literal path-byte count, so we
/// normalise to the legacy raw path format (literal hop count + one byte per
/// hop) before handing the frame to the transport. See
/// [ContactRouteCodec.toLegacyRawPath].
Future<void> sendRawVoicePacket({
required Uint8List contactPath,
required int contactPathLen,
required Uint8List payload,
}) async {
if (!_activeService.isConnected) return;
final legacy = ContactRouteCodec.toLegacyRawPath(contactPathLen, contactPath);
await _activeService.sendRawVoicePacket(
contactPathLen: contactPathLen,
contactPath: contactPath,
contactPathLen: legacy.length,
contactPath: Uint8List.fromList(legacy.path),
payload: payload,
);
}
@@ -2036,6 +2079,70 @@ class ConnectionProvider with ChangeNotifier {
}
}
/// Ping a relay/repeater using trace path (command 36).
/// Returns RTT, SNR there/back, and hop count.
Future<RelayPingResult> pingRelay(Contact contact) async {
if (!_activeService.isConnected) {
return const RelayPingResult(
success: false, durationMs: 0, snrThere: 0, snrBack: 0, hopCount: 0,
);
}
final nonce = Random().nextInt(0xFFFFFFFF);
final completer = Completer<RelayPingResult>();
_pendingRelayPings[nonce] = completer;
_relayPingStartTimes[nonce] = DateTime.now().millisecondsSinceEpoch;
// Timeout after 10 seconds
final timer = Timer(const Duration(seconds: 10), () {
_pendingRelayPings.remove(nonce);
_relayPingStartTimes.remove(nonce);
if (!completer.isCompleted) {
completer.complete(const RelayPingResult(
success: false, durationMs: 0, snrThere: 0, snrBack: 0, hopCount: 0,
));
}
});
try {
// Zero-hop ping: prefixSize=1 sends 1 byte of public key, hopType=0
await _activeService.sendTracePath(
nonce: nonce,
prefixSize: 1,
contactPublicKey: contact.publicKey,
);
final result = await completer.future;
timer.cancel();
return result;
} catch (e) {
timer.cancel();
_pendingRelayPings.remove(nonce);
_relayPingStartTimes.remove(nonce);
return const RelayPingResult(
success: false, durationMs: 0, snrThere: 0, snrBack: 0, hopCount: 0,
);
}
}
void _handleTraceDataReceived(
int nonce, int hopCount, double snrThere, double snrBack,
) {
final completer = _pendingRelayPings.remove(nonce);
final startTime = _relayPingStartTimes.remove(nonce);
if (completer != null && !completer.isCompleted) {
final durationMs = startTime != null
? DateTime.now().millisecondsSinceEpoch - startTime
: 0;
completer.complete(RelayPingResult(
success: true,
durationMs: durationMs,
snrThere: snrThere,
snrBack: snrBack,
hopCount: hopCount,
));
}
}
String _publicKeyToHex(Uint8List publicKey) {
return publicKey.map((b) => b.toRadixString(16).padLeft(2, '0')).join('');
}
@@ -2880,6 +2987,32 @@ class ConnectionProvider with ChangeNotifier {
}
}
/// Set a contact to zero-hop direct mode (no mesh forwarding).
///
/// This forces the firmware to send directly to this contact without
/// using any repeaters, matching the "Send Direct" option in the
/// official MeshCore client.
Future<void> setContactDirect(Contact contact) async {
if (!_activeService.isConnected) {
_error = 'Not connected to device';
notifyListeners();
return;
}
try {
_error = null;
final updatedContact = contact.copyWith(
outPathLen: 0, // descriptor: hashSize=1, hopCount=0 → zero-hop direct
outPath: Uint8List(64),
);
await _activeService.addOrUpdateContact(updatedContact);
} catch (e) {
_error = 'Failed to set direct path: $e';
notifyListeners();
rethrow;
}
}
/// Remove a contact from the companion radio
///
/// Deletes the contact from the device's internal contact table.

View File

@@ -275,10 +275,10 @@ class ContactsProvider with ChangeNotifier {
/// Clear runtime contact state before a live device contact sync begins.
///
/// This intentionally does not touch persisted storage. It keeps any saved
/// contact groups for the active profile, but removes stale in-memory device
/// contacts and discovery state so a newly connected device starts from an
/// empty list while sync is in progress.
/// This intentionally does not touch persisted storage. It snapshots the
/// current in-memory contacts so sync updates can still merge against the
/// latest local state, but keeps the visible list intact so reconnects do
/// not blank the UI while the device is resyncing.
Future<void> prepareForDeviceContactSync({Uint8List? devicePublicKey}) async {
_setSelfDevicePublicKey(devicePublicKey);
if (!_isInitialized) {
@@ -292,7 +292,7 @@ class ContactsProvider with ChangeNotifier {
}
debugPrint(
'🧹 [ContactsProvider] Clearing runtime contacts before device sync',
'🧹 [ContactsProvider] Preparing retained contact state for device sync',
);
_retainedContactsForSync
..clear()
@@ -301,12 +301,45 @@ class ContactsProvider with ChangeNotifier {
(contact) => MapEntry(contact.publicKeyHex, contact),
),
);
_contacts.clear();
_pendingAdverts.clear();
_estimatedLocations.clear();
_rssiObservations.clear();
_ensurePublicChannelExists();
notifyListeners();
}
/// Finish a device contact sync started with [prepareForDeviceContactSync].
///
/// The device contact list is authoritative: when [deviceListComplete] is
/// true, any contact still left in the retained snapshot (i.e. not sent by
/// the device during this sync) is deleted locally. Channel pseudo-contacts
/// are excluded — they mirror device channel slots and are reconciled by the
/// channel sync instead. When the sync was partial (timeout/disconnect),
/// nothing is deleted so a flaky link can't wipe valid contacts.
void finalizeDeviceContactSync({required bool deviceListComplete}) {
if (!deviceListComplete) {
if (_retainedContactsForSync.isNotEmpty) {
debugPrint(
' [ContactsProvider] Partial contact sync - keeping '
'${_retainedContactsForSync.length} unconfirmed contact(s)',
);
}
_retainedContactsForSync.clear();
return;
}
final staleKeys = _retainedContactsForSync.keys
.where((key) => _contacts[key]?.type != ContactType.channel)
.where(_contacts.containsKey)
.toList();
for (final key in staleKeys) {
final removed = _contacts.remove(key);
debugPrint(
'🗑️ [ContactsProvider] Removing contact no longer on device: '
'${removed?.advName} (${key.substring(0, 8)}...)',
);
}
_retainedContactsForSync.clear();
if (staleKeys.isNotEmpty) {
_persistContacts();
notifyListeners();
}
}
/// Remove self-contact from loaded contacts (called after BLE connection established)
@@ -392,6 +425,10 @@ class ContactsProvider with ChangeNotifier {
ContactTelemetry? get selfTelemetry => _selfTelemetry;
List<Contact> get favouriteContacts =>
_contacts.values.where((c) => c.isFavourite).toList();
List<Contact> get favouriteChatContacts =>
chatContacts.where((c) => c.isFavourite).toList();
List<Contact> get favouriteContactsWithLocation =>
favouriteContacts.where((c) => effectiveLocationFor(c) != null).toList();
List<SavedContactGroup> get savedContactGroups =>
List<SavedContactGroup>.from(_savedContactGroups)
..sort((a, b) => b.createdAt.compareTo(a.createdAt));
@@ -1269,11 +1306,17 @@ class ContactsProvider with ChangeNotifier {
Map<String, dynamic>? existingExtraSensorData,
Map<String, dynamic>? incomingExtraSensorData,
) {
final merged = <String, dynamic>{...?existingExtraSensorData};
if (incomingExtraSensorData == null || incomingExtraSensorData.isEmpty) {
return merged;
return <String, dynamic>{...?existingExtraSensorData};
}
final isFullTelemetryRefresh = incomingExtraSensorData.containsKey(
_rawTelemetryHexKey,
);
final merged = <String, dynamic>{
if (!isFullTelemetryRefresh) ...?existingExtraSensorData,
};
final incomingMetricFamilies = incomingExtraSensorData.keys
.map(_telemetryMetricFamilyForKey)
.whereType<String>()

View File

@@ -9,6 +9,11 @@ typedef RawPacketSender =
required Uint8List payload,
});
/// Pacing between consecutive raw fragments. Firmware v1.15 rejects bursts of
/// raw packets with `ERROR: Table full` when fragments are blasted too quickly,
/// so we space them out to keep the radio's raw transmit queue from overflowing.
const Duration _interFragmentDelay = Duration(milliseconds: 350);
Future<bool> serveCachedSessionFragments<T>({
required String providerLabel,
required String sessionId,
@@ -19,6 +24,7 @@ Future<bool> serveCachedSessionFragments<T>({
required Uint8List Function(T fragment) encodeBinary,
required RawPacketSender? sendRawPacket,
Set<int>? requestedIndices,
Duration interFragmentDelay = _interFragmentDelay,
}) async {
if (fragments.isEmpty) {
debugPrint('⚠️ [$providerLabel] No cached fragments for $sessionId');
@@ -56,6 +62,9 @@ Future<bool> serveCachedSessionFragments<T>({
continue;
}
try {
if (servedCount > 0 && interFragmentDelay > Duration.zero) {
await Future<void>.delayed(interFragmentDelay);
}
await sendRawPacket(
contactPath: requester.outPath,
contactPathLen: requester.routeEncodedPathLen,

View File

@@ -39,6 +39,7 @@ class MapProvider with ChangeNotifier {
LocationTrail? _currentTrail;
bool _isTrailVisible = true;
bool _isTrailRecordingEnabled = true;
final List<LocationTrail> _trailHistory = [];
bool _showCadastralOverlay = false;
@@ -71,6 +72,7 @@ class MapProvider with ChangeNotifier {
String? get targetMapId => _targetMapId;
LocationTrail? get currentTrail => _currentTrail;
bool get isTrailVisible => _isTrailVisible;
bool get isTrailRecordingEnabled => _isTrailRecordingEnabled;
List<LocationTrail> get trailHistory => List.unmodifiable(_trailHistory);
bool get isTrailActive => _currentTrail?.isActive ?? false;
@@ -373,6 +375,10 @@ class MapProvider with ChangeNotifier {
}
void addTrailPoint(LatLng position, {double? accuracy, double? speed}) {
if (!_isTrailRecordingEnabled) {
return;
}
if (_currentTrail == null || !_currentTrail!.isActive) {
startTrail();
}
@@ -405,6 +411,24 @@ class MapProvider with ChangeNotifier {
notifyListeners();
}
void setTrailRecordingEnabled(bool enabled) {
if (_isTrailRecordingEnabled == enabled) {
return;
}
_isTrailRecordingEnabled = enabled;
if (!enabled) {
if (_currentTrail != null) {
endTrail();
} else {
notifyListeners();
}
return;
}
notifyListeners();
}
void clearCurrentTrail() {
if (_currentTrail != null) {
_currentTrail = null;
@@ -698,6 +722,7 @@ class MapProvider with ChangeNotifier {
'trailHistory': _trailHistory.map((trail) => trail.toJson()).toList(),
'importedTrail': _importedTrail?.toJson(),
'isTrailVisible': _isTrailVisible,
'isTrailRecordingEnabled': _isTrailRecordingEnabled,
'showCadastralOverlay': _showCadastralOverlay,
'showForestRoadsOverlay': _showForestRoadsOverlay,
'showHikingTrailsOverlay': _showHikingTrailsOverlay,
@@ -728,6 +753,8 @@ class MapProvider with ChangeNotifier {
? LocationTrail.fromJson(json['importedTrail'] as Map<String, dynamic>)
: null;
_isTrailVisible = json['isTrailVisible'] as bool? ?? true;
_isTrailRecordingEnabled =
json['isTrailRecordingEnabled'] as bool? ?? true;
_showCadastralOverlay = json['showCadastralOverlay'] as bool? ?? false;
_showForestRoadsOverlay = json['showForestRoadsOverlay'] as bool? ?? false;
_showHikingTrailsOverlay =

View File

@@ -1,5 +1,6 @@
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:latlong2/latlong.dart';
import '../models/message.dart';
import '../models/contact.dart';
import '../models/message_contact_location.dart';
@@ -10,6 +11,7 @@ import '../models/path_selection.dart';
import '../models/sar_marker.dart';
import '../models/map_drawing.dart';
import '../services/message_storage_service.dart';
import '../services/location_tracking_service.dart';
import '../services/notification_service.dart';
import '../utils/sar_message_parser.dart';
import '../utils/drawing_message_parser.dart';
@@ -23,6 +25,8 @@ typedef DisplayMessageEntry = ({Message message, int occurrenceCount});
/// Messages Provider - manages message history and SAR markers
class MessagesProvider with ChangeNotifier {
static const Duration _channelEchoWarningDelay = Duration(seconds: 12);
static const Duration _receivedDuplicateWindow = Duration(seconds: 5);
static const Duration _deliveredRouteRefreshWindow = Duration(seconds: 30);
final List<Message> _messages = [];
final Map<String, SarMarker> _sarMarkers = {};
@@ -32,11 +36,15 @@ class MessagesProvider with ChangeNotifier {
bool _isInitialized = false;
bool _isPersisting = false;
bool _persistRequested = false;
bool _suppressReceivedNotifications = false;
AppLocalizations? _localizations;
final Map<String, MessageContactLocation> _messageContactLocations = {};
final Map<String, MessageReceptionDetails> _messageReceptionDetails = {};
final Map<String, MessageTransferDetails> _messageTransferDetails = {};
final Map<String, MessageRouteMetadata> _messageRouteMetadata = {};
final Map<String, List<_PendingDeliveredRouteRefresh>>
_pendingDeliveredRouteRefreshByContact =
<String, List<_PendingDeliveredRouteRefresh>>{};
String? _storageNamespace;
// Track pending sent messages by expected ACK/TAG
@@ -191,6 +199,9 @@ class MessagesProvider with ChangeNotifier {
_messages[index] = _messages[index].copyWith(
usedFloodFallback: selection.usesFlood,
pathLen: nextPathLen,
pathBytes: selection.hasDirectPath
? Uint8List.fromList(selection.pathBytes)
: Uint8List(0),
);
}
@@ -198,6 +209,83 @@ class MessagesProvider with ChangeNotifier {
notifyListeners();
}
void queueDeliveredMessageRouteRefresh(String messageId, Contact contact) {
if (messageId.isEmpty || contact.publicKeyHex.isEmpty) {
return;
}
_prunePendingDeliveredRouteRefresh();
final queue = _pendingDeliveredRouteRefreshByContact.putIfAbsent(
contact.publicKeyHex,
() => <_PendingDeliveredRouteRefresh>[],
);
queue.removeWhere((entry) => entry.messageId == messageId);
queue.add(
_PendingDeliveredRouteRefresh(
messageId: messageId,
queuedAt: DateTime.now(),
),
);
}
bool applyDeliveredMessageRouteFromContact(Contact contact) {
if (!contact.routeHasPath ||
contact.routeHopCount <= 0 ||
contact.publicKeyHex.isEmpty) {
return false;
}
_prunePendingDeliveredRouteRefresh();
final queue = _pendingDeliveredRouteRefreshByContact[contact.publicKeyHex];
if (queue == null || queue.isEmpty) {
return false;
}
while (queue.isNotEmpty) {
final pending = queue.removeAt(0);
final index = _messages.indexWhere(
(message) => message.id == pending.messageId,
);
if (index == -1) {
continue;
}
final message = _messages[index];
if (!message.isContactMessage ||
message.deliveryStatus != MessageDeliveryStatus.delivered) {
continue;
}
final existingMetadata = _messageRouteMetadata[pending.messageId];
_messageRouteMetadata[pending.messageId] = MessageRouteMetadata(
mode: PathSelectionMode.directCurrent,
routerFallbackAttempted:
existingMetadata?.routerFallbackAttempted ?? false,
canonicalPath: contact.routeCanonicalText.isEmpty
? null
: contact.routeCanonicalText,
hopCount: contact.routeHopCount,
);
_messages[index] = message.copyWith(
pathLen: contact.routeHopCount,
usedFloodFallback: false,
);
if (queue.isEmpty) {
_pendingDeliveredRouteRefreshByContact.remove(contact.publicKeyHex);
}
_persistMessages();
notifyListeners();
return true;
}
if (queue.isEmpty) {
_pendingDeliveredRouteRefreshByContact.remove(contact.publicKeyHex);
}
return false;
}
/// Set localizations for notifications
void setLocalizations(AppLocalizations localizations) {
_localizations = localizations;
@@ -375,23 +463,12 @@ class MessagesProvider with ChangeNotifier {
.loadMessageRouteMetadata(namespace: _storageNamespace);
final storedRemovedSarMarkerIds = await _storageService
.loadRemovedSarMarkerIds(namespace: _storageNamespace);
_messageContactLocations
..clear()
..addAll(storedContactLocations);
_messageReceptionDetails
..clear()
..addAll(storedReceptionDetails);
_messageTransferDetails
..clear()
..addAll(storedTransferDetails);
_messageRouteMetadata
..clear()
..addAll(storedRouteMetadata);
_removedSarMarkerIds
..clear()
..addAll(storedRemovedSarMarkerIds);
// Add stored messages with enhancement to ensure SAR detection
// Rebuild the in-memory list through the normal duplicate rules so
// stale duplicate rows already persisted on-device are collapsed.
for (final message in storedMessages) {
// Re-enhance each message to ensure SAR markers are properly detected
// This handles cases where messages were stored before enhancement logic
@@ -432,7 +509,66 @@ class MessagesProvider with ChangeNotifier {
}
}
enhancedMessage = _resolveSenderNameIfNeeded(enhancedMessage);
final duplicateIndex = _findDuplicateMessageIndex(enhancedMessage);
if (duplicateIndex != -1) {
final existingId = _messages[duplicateIndex].id;
final incomingReceptionDetails = storedReceptionDetails[message.id];
final existingMessage = _messages[duplicateIndex];
final duplicatePathBytes = incomingReceptionDetails?.pathBytes;
final storedLocation = storedContactLocations[message.id];
if (storedLocation != null &&
!_messageContactLocations.containsKey(existingId)) {
_messageContactLocations[existingId] = storedLocation;
}
_messageReceptionDetails[existingId] =
MessageReceptionDetails.mergeDuplicate(
existing: _messageReceptionDetails[existingId],
incoming: incomingReceptionDetails,
);
final storedTransferDetailsForMessage = storedTransferDetails[message.id];
if (storedTransferDetailsForMessage != null &&
!_messageTransferDetails.containsKey(existingId)) {
_messageTransferDetails[existingId] = storedTransferDetailsForMessage;
}
final storedRouteMetadataForMessage = storedRouteMetadata[message.id];
if (storedRouteMetadataForMessage != null &&
!_messageRouteMetadata.containsKey(existingId)) {
_messageRouteMetadata[existingId] = storedRouteMetadataForMessage;
}
if (existingMessage.pathBytes == null &&
duplicatePathBytes != null &&
duplicatePathBytes.isNotEmpty) {
_messages[duplicateIndex] = existingMessage.copyWith(
pathBytes: Uint8List.fromList(duplicatePathBytes),
);
}
continue;
}
_messages.add(enhancedMessage);
final storedLocation = storedContactLocations[message.id];
if (storedLocation != null) {
_messageContactLocations[message.id] = storedLocation;
}
final storedReception = storedReceptionDetails[message.id];
if (storedReception != null) {
_messageReceptionDetails[message.id] = storedReception;
}
final storedTransfer = storedTransferDetails[message.id];
if (storedTransfer != null) {
_messageTransferDetails[message.id] = storedTransfer;
}
final storedRoute = storedRouteMetadata[message.id];
if (storedRoute != null) {
_messageRouteMetadata[message.id] = storedRoute;
}
// Extract SAR markers
if (enhancedMessage.isSarMarker) {
@@ -666,7 +802,38 @@ class MessagesProvider with ChangeNotifier {
final matchingSentReplayIndex = _findMatchingSentReplayIndex(finalMessage);
if (matchingSentReplayIndex != -1) {
_clearChannelSendWarning(_messages[matchingSentReplayIndex].id);
final existingId = _messages[matchingSentReplayIndex].id;
_clearChannelSendWarning(existingId);
if (contactLocationSnapshot != null) {
_messageContactLocations[existingId] = contactLocationSnapshot;
}
final mergedReceptionDetails = MessageReceptionDetails.mergeDuplicate(
existing: _messageReceptionDetails[existingId],
incoming: receptionDetailsSnapshot,
);
_messageReceptionDetails[existingId] = mergedReceptionDetails;
final existingMessage = _messages[matchingSentReplayIndex];
final routeMetadata = _messageRouteMetadata[existingId];
_messages[matchingSentReplayIndex] = existingMessage.copyWith(
echoCount: _mergeSentReplayEchoCount(
existingMessage,
mergedReceptionDetails,
),
pathLen: _mergeSentReplayPathLen(
existingMessage,
finalMessage,
routeMetadata,
),
pathBytes: _mergeSentReplayPathBytes(
existingMessage,
finalMessage,
routeMetadata,
),
firstEchoAt: existingMessage.firstEchoAt ?? DateTime.now(),
lastEchoAt: DateTime.now(),
);
_persistMessages();
return;
}
_messages.add(finalMessage);
@@ -684,11 +851,13 @@ class MessagesProvider with ChangeNotifier {
_sarMarkers[marker.id] = marker;
// Trigger urgent notification for received SAR messages (not sent by user)
if (!finalMessage.isSentMessage) {
if (!finalMessage.isSentMessage && !_suppressReceivedNotifications) {
_triggerSarNotification(finalMessage, marker);
}
}
} else if (!finalMessage.isSentMessage && !finalMessage.isSystemMessage) {
} else if (!finalMessage.isSentMessage &&
!finalMessage.isSystemMessage &&
!_suppressReceivedNotifications) {
// Trigger notification for regular messages (not SAR, not sent by user, not system)
_triggerMessageNotification(finalMessage);
}
@@ -699,6 +868,18 @@ class MessagesProvider with ChangeNotifier {
notifyListeners();
}
Future<T> withReceivedNotificationsSuppressed<T>(
Future<T> Function() action,
) async {
final previous = _suppressReceivedNotifications;
_suppressReceivedNotifications = true;
try {
return await action();
} finally {
_suppressReceivedNotifications = previous;
}
}
/// Check if a message is a duplicate
///
/// Messages are considered duplicates if they have:
@@ -715,11 +896,27 @@ class MessagesProvider with ChangeNotifier {
return -1;
}
final exactDuplicateIndex = _findExactDuplicateMessageIndex(message);
if (exactDuplicateIndex != -1) {
return exactDuplicateIndex;
}
final lastConversationDuplicateIndex =
_findLastConversationDuplicateMessageIndex(message);
if (lastConversationDuplicateIndex != -1) {
return lastConversationDuplicateIndex;
}
return -1;
}
int _findExactDuplicateMessageIndex(Message message) {
final normalizedIncomingText = _normalizedDuplicateText(message.text);
for (int index = 0; index < _messages.length; index++) {
final existing = _messages[index];
if (existing.isSentMessage ||
!_matchesDuplicateScope(existing, message) ||
existing.text != message.text) {
!_matchesExactDuplicateScope(existing, message) ||
_normalizedDuplicateText(existing.text) != normalizedIncomingText) {
continue;
}
if (message.isChannelMessage) {
@@ -735,23 +932,42 @@ class MessagesProvider with ChangeNotifier {
return -1;
}
bool _matchesDuplicateScope(Message existing, Message message) {
int _findLastConversationDuplicateMessageIndex(Message message) {
final normalizedIncomingText = _normalizedDuplicateText(message.text);
for (int index = _messages.length - 1; index >= 0; index--) {
final existing = _messages[index];
if (!_isSameConversation(existing, message)) {
continue;
}
final receivedDelta = existing.receivedAt.difference(message.receivedAt).abs();
if (receivedDelta > _receivedDuplicateWindow) {
continue;
}
if (existing.isSentMessage || existing.isSystemMessage) {
continue;
}
if (_normalizedDuplicateText(existing.text) != normalizedIncomingText) {
continue;
}
if (_matchesDuplicateSenderIdentity(existing, message)) {
return index;
}
}
return -1;
}
bool _matchesExactDuplicateScope(Message existing, Message message) {
if (existing.messageType != message.messageType) {
return false;
}
if (message.isContactMessage) {
// Match by sender key + sender timestamp (matches official app's DB
// uniqueness: contactPublicKey + senderTimestamp + text + txtType).
if (existing.senderKeyShort == message.senderKeyShort &&
existing.senderTimestamp == message.senderTimestamp) {
return true;
if (!_isSameConversation(existing, message)) {
return false;
}
// Fallback dedup when retransmits surface as separate inbound rows
// without a stable timestamp/message id, but still carry the same
// visible sender identity and payload.
return _matchesDuplicateSenderIdentity(existing, message);
return existing.senderTimestamp == message.senderTimestamp &&
_matchesDuplicateSenderIdentity(existing, message);
}
if (message.isChannelMessage) {
@@ -759,27 +975,40 @@ class MessagesProvider with ChangeNotifier {
return false;
}
// Primary dedup: same senderTimestamp = same message from mesh repeats.
// Matches official app's DB uniqueness: (channelSecret, senderTimestamp, text).
if (existing.senderTimestamp == message.senderTimestamp) {
return true;
}
// Secondary: catch near-duplicate repeats within a 30s window
// (clock drift between nodes).
final withinChannelRepeatWindow =
(existing.senderTimestamp - message.senderTimestamp).abs() <= 30;
if (!withinChannelRepeatWindow) {
return false;
}
return _matchesDuplicateSenderIdentity(existing, message);
return false;
}
// System messages and other types: never deduplicate by scope alone.
return false;
}
bool _isSameConversation(Message existing, Message message) {
if (existing.messageType != message.messageType) {
return false;
}
if (message.isChannelMessage) {
return existing.channelIdx == message.channelIdx;
}
if (!message.isContactMessage) {
return false;
}
if (existing.recipientPublicKey != null && message.recipientPublicKey != null) {
return _listEquals(existing.recipientPublicKey!, message.recipientPublicKey!);
}
if (existing.recipientPublicKey == null && message.recipientPublicKey == null) {
return true;
}
return false;
}
bool _matchesDuplicateSenderIdentity(Message existing, Message message) {
final existingSenderKey = existing.senderKeyShort;
final incomingSenderKey = message.senderKeyShort;
@@ -801,15 +1030,16 @@ class MessagesProvider with ChangeNotifier {
return -1;
}
final normalizedIncomingText = _normalizedDuplicateText(message.text);
for (int index = 0; index < _messages.length; index++) {
final existing = _messages[index];
if (!existing.isSentMessage ||
!existing.isChannelMessage ||
existing.text != message.text) {
_normalizedDuplicateText(existing.text) != normalizedIncomingText) {
continue;
}
if (_matchesDuplicateScope(existing, message)) {
if (_matchesSentReplayScope(existing, message)) {
return index;
}
}
@@ -817,6 +1047,69 @@ class MessagesProvider with ChangeNotifier {
return -1;
}
bool _matchesSentReplayScope(Message existing, Message message) {
if (!_isSameConversation(existing, message)) {
return false;
}
if (existing.senderTimestamp == message.senderTimestamp) {
return true;
}
final withinChannelRepeatWindow =
(existing.senderTimestamp - message.senderTimestamp).abs() <= 30;
if (!withinChannelRepeatWindow) {
return false;
}
return _matchesDuplicateSenderIdentity(existing, message);
}
int _mergeSentReplayEchoCount(
Message existing,
MessageReceptionDetails mergedReceptionDetails,
) {
final replayCount = mergedReceptionDetails.receivedCopies > 0
? mergedReceptionDetails.receivedCopies - 1
: 0;
return replayCount > existing.echoCount ? replayCount : existing.echoCount;
}
int _mergeSentReplayPathLen(
Message existing,
Message incoming,
MessageRouteMetadata? routeMetadata,
) {
if (routeMetadata?.mode == PathSelectionMode.flood ||
existing.usedFloodFallback) {
return existing.pathLen;
}
final routeHopCount = routeMetadata?.hopCount;
if (routeHopCount != null && routeHopCount > 0) {
return routeHopCount;
}
if (existing.pathLen > 0) {
return existing.pathLen;
}
return incoming.pathLen > 0 ? incoming.pathLen : existing.pathLen;
}
Uint8List? _mergeSentReplayPathBytes(
Message existing,
Message incoming,
MessageRouteMetadata? routeMetadata,
) {
if (routeMetadata?.mode == PathSelectionMode.flood ||
existing.usedFloodFallback) {
return existing.pathBytes;
}
return existing.pathBytes ?? incoming.pathBytes;
}
/// Add multiple messages
void addMessages(List<Message> messages) {
int addedCount = 0;
@@ -930,6 +1223,10 @@ class MessagesProvider with ChangeNotifier {
return _normalizeSenderName(resolved);
}
String _normalizedDuplicateText(String value) {
return value.replaceAll('\r\n', '\n').trim();
}
void _scheduleChannelEchoWarning(String messageId) {
_channelEchoWarningTimers[messageId]?.cancel();
_channelEchoWarningMessageIds.remove(messageId);
@@ -1214,9 +1511,7 @@ class MessagesProvider with ChangeNotifier {
for (final message in messages) {
final occurrenceCount = _messageOccurrenceCount(message);
final existingIndex = entries.indexWhere(
(entry) =>
entry.message.text == message.text &&
_matchesDuplicateScope(entry.message, message),
(entry) => _shouldCollapseDisplayMessage(entry.message, message),
);
if (existingIndex == -1) {
@@ -1234,6 +1529,20 @@ class MessagesProvider with ChangeNotifier {
return entries;
}
bool _shouldCollapseDisplayMessage(Message existing, Message message) {
if (existing.isSentMessage || message.isSentMessage) {
return false;
}
final receivedDelta = existing.receivedAt.difference(message.receivedAt).abs();
return _normalizedDuplicateText(existing.text) ==
_normalizedDuplicateText(message.text) &&
(_matchesExactDuplicateScope(existing, message) ||
(receivedDelta <= _receivedDuplicateWindow &&
_isSameConversation(existing, message) &&
_matchesDuplicateSenderIdentity(existing, message)));
}
int _messageOccurrenceCount(Message message) =>
_messageReceptionDetails[message.id]?.receivedCopies ?? 1;
@@ -1640,12 +1949,17 @@ class MessagesProvider with ChangeNotifier {
}
}
enhancedMessage = _resolveSenderNameIfNeeded(enhancedMessage);
final senderLocationSnapshot = _buildSentMessageLocationSnapshot();
// Check for duplicates (shouldn't happen for sent messages, but be safe)
if (_findDuplicateMessageIndex(enhancedMessage) != -1) {
debugPrint(
'⚠️ [MessagesProvider] Duplicate sent message detected, skipping: ${enhancedMessage.id}',
);
if (senderLocationSnapshot != null) {
_messageContactLocations[enhancedMessage.id] = senderLocationSnapshot;
_persistMessages();
}
return;
}
@@ -1655,6 +1969,9 @@ class MessagesProvider with ChangeNotifier {
isRead: true, // Sent messages are always marked as read
);
_messages.add(sendingMessage);
if (senderLocationSnapshot != null) {
_messageContactLocations[sendingMessage.id] = senderLocationSnapshot;
}
debugPrint(' ✅ Message added to list at index ${_messages.length - 1}');
debugPrint(' Total messages in list: ${_messages.length}');
@@ -1682,6 +1999,20 @@ class MessagesProvider with ChangeNotifier {
debugPrint(' ✅ notifyListeners() called - UI should update');
}
MessageContactLocation? _buildSentMessageLocationSnapshot() {
final position = LocationTrackingService().currentPosition;
if (position == null) {
return null;
}
return MessageContactLocation(
location: LatLng(position.latitude, position.longitude),
source: 'gps',
capturedAt: DateTime.now(),
sourceTimestamp: position.timestamp,
);
}
/// Register an individual message ID as part of a grouped message
void registerGroupedMessageSend(
String individualMessageId,
@@ -1913,7 +2244,9 @@ class MessagesProvider with ChangeNotifier {
int echoCount,
int snrRaw,
int rssiDbm,
) {
{
Uint8List? pathBytes,
}) {
debugPrint('🔊 [MessagesProvider] handleMessageEcho called');
debugPrint(' Message ID: $messageId');
debugPrint(' Echo count: $echoCount');
@@ -1928,18 +2261,35 @@ class MessagesProvider with ChangeNotifier {
' ✅ Found message: ${message.text.substring(0, message.text.length > 30 ? 30 : message.text.length)}...',
);
final nextEchoCount = echoCount > message.echoCount
? echoCount
: message.echoCount + 1;
// Update echo count
final updatedMessage = message.copyWith(
echoCount: echoCount,
echoCount: nextEchoCount,
firstEchoAt: message.firstEchoAt ?? DateTime.now(),
lastEchoSnrRaw: snrRaw.toSigned(8),
lastEchoRssiDbm: rssiDbm.toSigned(8),
lastEchoAt: DateTime.now(),
);
_messages[index] = updatedMessage;
_messageReceptionDetails[messageId] = _messageReceptionDetails[messageId]
?.copyWith(
capturedAt: DateTime.now(),
rssiDbm: rssiDbm.toSigned(8),
snrDb: snrRaw.toSigned(8) / 4.0,
pathBytes: pathBytes?.toList(),
) ??
MessageReceptionDetails(
capturedAt: DateTime.now(),
rssiDbm: rssiDbm.toSigned(8),
snrDb: snrRaw.toSigned(8) / 4.0,
pathBytes: pathBytes?.toList(),
);
_clearChannelSendWarning(messageId);
debugPrint(' Updated echo count to: $echoCount');
debugPrint(' Updated echo count to: $nextEchoCount');
_persistMessages();
notifyListeners();
debugPrint(' ✅ Echo update complete, UI notified');
@@ -2468,6 +2818,7 @@ class MessagesProvider with ChangeNotifier {
_pendingSentMessages.remove(message.expectedAckTag);
}
_clearAckHistoryForMessage(messageId);
_removePendingDeliveredRouteRefresh(messageId);
// Clear retry tracking
_retryManager.clearRetry(messageId);
@@ -2508,6 +2859,7 @@ class MessagesProvider with ChangeNotifier {
_pendingSentMessages.remove(message.expectedAckTag);
}
_clearAckHistoryForMessage(messageId);
_removePendingDeliveredRouteRefresh(messageId);
_retryManager.clearRetry(messageId);
_messageRouteMetadata.remove(messageId);
onManualRetryPreparedCallback?.call(messageId);
@@ -2680,4 +3032,51 @@ class MessagesProvider with ChangeNotifier {
}
}
}
void _prunePendingDeliveredRouteRefresh() {
if (_pendingDeliveredRouteRefreshByContact.isEmpty) {
return;
}
final cutoff = DateTime.now().subtract(_deliveredRouteRefreshWindow);
final emptyKeys = <String>[];
for (final entry in _pendingDeliveredRouteRefreshByContact.entries) {
entry.value.removeWhere(
(pending) => pending.queuedAt.isBefore(cutoff),
);
if (entry.value.isEmpty) {
emptyKeys.add(entry.key);
}
}
for (final key in emptyKeys) {
_pendingDeliveredRouteRefreshByContact.remove(key);
}
}
void _removePendingDeliveredRouteRefresh(String messageId) {
if (_pendingDeliveredRouteRefreshByContact.isEmpty) {
return;
}
final emptyKeys = <String>[];
for (final entry in _pendingDeliveredRouteRefreshByContact.entries) {
entry.value.removeWhere((pending) => pending.messageId == messageId);
if (entry.value.isEmpty) {
emptyKeys.add(entry.key);
}
}
for (final key in emptyKeys) {
_pendingDeliveredRouteRefreshByContact.remove(key);
}
}
}
class _PendingDeliveredRouteRefresh {
final String messageId;
final DateTime queuedAt;
const _PendingDeliveredRouteRefresh({
required this.messageId,
required this.queuedAt,
});
}

View File

@@ -0,0 +1,582 @@
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:latlong2/latlong.dart';
import '../models/map_layer.dart';
import '../services/offline_tile_cache_service.dart';
import '../services/tile_download_service.dart';
import '../services/tile_math_service.dart';
import '../services/tile_sharing_service.dart';
export '../services/tile_sharing_service.dart' show TilePeer, PeerCatalog;
export '../services/offline_tile_cache_service.dart'
show StyleInfo, DownloadRegion;
/// Download progress state.
class DownloadProgress {
final int downloaded;
final int skipped;
final int failed;
final int total;
const DownloadProgress({
this.downloaded = 0,
this.skipped = 0,
this.failed = 0,
this.total = 0,
});
int get processed => downloaded + skipped + failed;
double get percent => total == 0 ? 0 : processed / total;
bool get isComplete => total > 0 && processed >= total;
}
/// A downloaded/skipped tile rectangle for map overlay.
class TileOverlay {
final double north, south, east, west;
final bool isSkipped;
const TileOverlay({
required this.north,
required this.south,
required this.east,
required this.west,
this.isSkipped = false,
});
}
/// Drawing mode for polygon selection.
enum DrawingMode { none, polygon, rectangle }
/// State management for offline tile downloading.
class OfflineTilesProvider extends ChangeNotifier {
final OfflineTileCacheService _cache = OfflineTileCacheService.instance;
final TileSharingService _sharing = TileSharingService.instance;
TileDownloadService? _downloadService;
StreamSubscription<TileDownloadEvent>? _downloadSubscription;
StreamSubscription<Set<TilePeer>>? _peersSubscription;
bool _isDisposed = false;
// Drawing state
DrawingMode _drawingMode = DrawingMode.none;
DrawingMode _downloadSelectionMode = DrawingMode.none;
final List<List<LatLng>> _polygons = [];
List<LatLng> _currentVertices = [];
LatLng? _rectangleFirstCorner;
// Download settings
int _minZoom = 8;
int _maxZoom = 14;
MapLayer _selectedLayer = MapLayer.openStreetMap;
// Download progress
bool _isDownloading = false;
DownloadProgress _progress = const DownloadProgress();
final List<TileOverlay> _tileOverlays = [];
// Cache info
int _cacheSizeBytes = 0;
// Sharing state
bool _isServerRunning = false;
Set<TilePeer> _discoveredPeers = {};
List<PeerCatalog> _peerCatalogs = [];
bool _isFetchingCatalogs = false;
bool _isSyncing = false;
String _syncStatus = '';
double _syncProgress = 0;
// Local style info
List<StyleInfo> _localStyles = [];
// Coverage overlay — which cached style's tiles to show on the map
StyleInfo? _coverageStyle;
List<TileOverlay> _coverageOverlays = [];
// Getters
DrawingMode get drawingMode => _drawingMode;
DrawingMode get downloadSelectionMode => _downloadSelectionMode;
List<List<LatLng>> get polygons => List.unmodifiable(_polygons);
List<LatLng> get currentVertices => List.unmodifiable(_currentVertices);
LatLng? get rectangleFirstCorner => _rectangleFirstCorner;
int get minZoom => _minZoom;
int get maxZoom => _maxZoom;
MapLayer get selectedLayer => _selectedLayer;
bool get isDownloading => _isDownloading;
DownloadProgress get progress => _progress;
List<TileOverlay> get tileOverlays => _tileOverlays;
int get cacheSizeBytes => _cacheSizeBytes;
bool get hasPolygons => _polygons.isNotEmpty;
bool get isServerRunning => _isServerRunning;
Set<TilePeer> get discoveredPeers => _discoveredPeers;
List<PeerCatalog> get peerCatalogs => _peerCatalogs;
bool get isFetchingCatalogs => _isFetchingCatalogs;
bool get isSyncing => _isSyncing;
String get syncStatus => _syncStatus;
double get syncProgress => _syncProgress;
List<StyleInfo> get localStyles => _localStyles;
StyleInfo? get coverageStyle => _coverageStyle;
List<TileOverlay> get coverageOverlays => _coverageOverlays;
/// Estimated tile count for the current selection.
int get estimatedTileCount {
if (_polygons.isEmpty) return 0;
return TileMathService.estimateTileCount(_polygons, _minZoom, _maxZoom);
}
// Drawing methods
void setDrawingMode(DrawingMode mode) {
_drawingMode = mode;
_currentVertices = [];
_rectangleFirstCorner = null;
notifyListeners();
}
void startDownloadSelectionMode(DrawingMode mode) {
_polygons.clear();
_currentVertices = [];
_rectangleFirstCorner = null;
_downloadSelectionMode = mode;
_drawingMode = mode;
notifyListeners();
}
void addVertex(LatLng point) {
if (_drawingMode == DrawingMode.polygon) {
_currentVertices = [..._currentVertices, point];
notifyListeners();
} else if (_drawingMode == DrawingMode.rectangle) {
if (_rectangleFirstCorner == null) {
_rectangleFirstCorner = point;
notifyListeners();
} else {
// Complete rectangle
final corner1 = _rectangleFirstCorner!;
final corner2 = point;
final rect = [
LatLng(corner1.latitude, corner1.longitude),
LatLng(corner1.latitude, corner2.longitude),
LatLng(corner2.latitude, corner2.longitude),
LatLng(corner2.latitude, corner1.longitude),
];
_polygons.add(rect);
_rectangleFirstCorner = null;
_drawingMode = DrawingMode.none;
notifyListeners();
}
}
}
void finishPolygon() {
if (_drawingMode == DrawingMode.polygon && _currentVertices.length >= 3) {
_polygons.add(List.from(_currentVertices));
_currentVertices = [];
_drawingMode = DrawingMode.none;
notifyListeners();
}
}
void removePolygon(int index) {
if (index >= 0 && index < _polygons.length) {
_polygons.removeAt(index);
notifyListeners();
}
}
void clearPolygons() {
_polygons.clear();
_currentVertices = [];
_rectangleFirstCorner = null;
_drawingMode = DrawingMode.none;
notifyListeners();
}
void setCurrentViewBounds({
required double north,
required double south,
required double east,
required double west,
}) {
_polygons
..clear()
..add([
LatLng(north, west),
LatLng(north, east),
LatLng(south, east),
LatLng(south, west),
]);
_currentVertices = [];
_rectangleFirstCorner = null;
_downloadSelectionMode = DrawingMode.none;
_drawingMode = DrawingMode.none;
notifyListeners();
}
void undoLastVertex() {
if (_currentVertices.isNotEmpty) {
_currentVertices = _currentVertices.sublist(0, _currentVertices.length - 1);
notifyListeners();
}
}
// Download settings
void setMinZoom(int zoom) {
_minZoom = zoom.clamp(0, 19);
if (_maxZoom < _minZoom) _maxZoom = _minZoom;
notifyListeners();
}
void setMaxZoom(int zoom) {
_maxZoom = zoom.clamp(0, 19);
if (_minZoom > _maxZoom) _minZoom = _maxZoom;
notifyListeners();
}
void setSelectedLayer(MapLayer layer) {
_selectedLayer = layer;
notifyListeners();
}
void setSelectedLayerIfDifferent(MapLayer layer) {
if (_selectedLayer.type == layer.type &&
_selectedLayer.urlTemplate == layer.urlTemplate) {
return;
}
_selectedLayer = layer;
notifyListeners();
}
// Download control
Future<void> startDownload() async {
if (_isDownloading || _polygons.isEmpty) return;
_isDownloading = true;
_progress = const DownloadProgress();
_tileOverlays.clear();
notifyListeners();
_downloadService = TileDownloadService();
final stream = _downloadService!.downloadTiles(
polygons: _polygons,
minZoom: _minZoom,
maxZoom: _maxZoom,
urlTemplate: _selectedLayer.urlTemplate,
displayName: _selectedLayer.name,
headers: _selectedLayer.headers,
);
await for (final event in stream) {
switch (event) {
case TileDownloadStarted(:final totalTiles):
_progress = DownloadProgress(total: totalTiles);
notifyListeners();
case TileDownloaded(:final north, :final south, :final east, :final west):
_progress = DownloadProgress(
downloaded: _progress.downloaded + 1,
skipped: _progress.skipped,
failed: _progress.failed,
total: _progress.total,
);
_addOverlay(TileOverlay(
north: north, south: south, east: east, west: west,
));
notifyListeners();
case TileSkipped():
_progress = DownloadProgress(
downloaded: _progress.downloaded,
skipped: _progress.skipped + 1,
failed: _progress.failed,
total: _progress.total,
);
notifyListeners();
case TileBatchSkipped(:final count):
_progress = DownloadProgress(
downloaded: _progress.downloaded,
skipped: _progress.skipped + count,
failed: _progress.failed,
total: _progress.total,
);
notifyListeners();
case TileFailed():
_progress = DownloadProgress(
downloaded: _progress.downloaded,
skipped: _progress.skipped,
failed: _progress.failed + 1,
total: _progress.total,
);
notifyListeners();
case TileDownloadComplete():
_isDownloading = false;
_tileOverlays.clear();
notifyListeners();
case TileDownloadCancelled():
_isDownloading = false;
_tileOverlays.clear();
notifyListeners();
}
}
_isDownloading = false;
_downloadService?.dispose();
_downloadService = null;
notifyListeners();
}
void cancelDownload() {
_downloadService?.cancel();
}
void clearOverlays() {
_tileOverlays.clear();
notifyListeners();
}
void _addOverlay(TileOverlay overlay) {
_tileOverlays.add(overlay);
// Limit overlays to prevent OOM
if (_tileOverlays.length > 500) {
_tileOverlays.removeRange(0, _tileOverlays.length - 500);
}
}
// Cache management
Future<void> refreshCacheSize() async {
_cacheSizeBytes = await _cache.getCacheSize();
notifyListeners();
}
Future<void> deleteStyle(StyleInfo style) async {
if (_coverageStyle?.hash == style.hash) hideCoverage();
await _cache.deleteStyle(style.hash);
await refreshCacheSize();
await refreshLocalStyles();
}
Future<void> clearCache() async {
hideCoverage();
await _cache.clearCache();
_cacheSizeBytes = 0;
_localStyles = [];
notifyListeners();
}
// Coverage overlay — show cached tile bounds on the map
/// Show the coverage of a cached style on the map.
/// Loads tile coordinates from the manifest and converts to bounds.
Future<void> showCoverage(StyleInfo style) async {
if (_coverageStyle?.hash == style.hash) {
// Toggle off if same style tapped again
hideCoverage();
return;
}
_coverageStyle = style;
_coverageOverlays = [];
notifyListeners();
final tiles = await _cache.listTilesForStyle(style.hash);
// Convert cached tile coordinates to bound overlays
final overlays = <TileOverlay>[];
for (final tile in tiles) {
final bounds = TileMathService.tileBounds(tile.x, tile.y, tile.z);
overlays.add(TileOverlay(
north: bounds.north,
south: bounds.south,
east: bounds.east,
west: bounds.west,
isSkipped: true, // green color
));
}
_coverageOverlays = overlays;
notifyListeners();
}
void hideCoverage() {
_coverageStyle = null;
_coverageOverlays = [];
notifyListeners();
}
// Sharing controls
Future<void> toggleServer() async {
if (_isServerRunning) {
await _sharing.stopServer();
_isServerRunning = false;
} else {
await _sharing.startServer();
_isServerRunning = _sharing.isRunning;
}
notifyListeners();
}
Future<void> startPeerDiscovery() async {
_peersSubscription?.cancel();
_peersSubscription = _sharing.peersStream.listen((peers) {
_discoveredPeers = peers;
notifyListeners();
});
await _sharing.startDiscovery();
}
Future<void> stopPeerDiscovery() async {
_peersSubscription?.cancel();
_peersSubscription = null;
await _sharing.stopPeerDiscovery();
_discoveredPeers = {};
if (!_isDisposed) {
notifyListeners();
}
}
void addManualPeer(String ipAddress) {
_sharing.addManualPeer(ipAddress);
_discoveredPeers = _sharing.discoveredPeers;
notifyListeners();
}
void removePeer(TilePeer peer) {
_sharing.removePeer(peer);
_discoveredPeers = _sharing.discoveredPeers;
notifyListeners();
}
// Peer catalog & P2P sync
/// Refresh local style info.
Future<void> refreshLocalStyles() async {
_localStyles = await _cache.listStylesDetailed();
notifyListeners();
}
/// Fetch catalogs from all discovered peers to see what they have.
Future<void> refreshPeerCatalogs() async {
_isFetchingCatalogs = true;
notifyListeners();
_peerCatalogs = await _sharing.fetchAllPeerCatalogs();
_isFetchingCatalogs = false;
notifyListeners();
}
/// Sync a style from one or more peers that have it.
/// Finds all peers offering [styleHash] and pulls missing tiles.
Future<void> syncStyleFromPeers(StyleInfo style) async {
if (_isSyncing) return;
// Find all peers that have this style
final peersWithStyle = <TilePeer>[];
for (final catalog in _peerCatalogs) {
if (catalog.styles.any((s) => s.hash == style.hash)) {
peersWithStyle.add(catalog.peer);
}
}
if (peersWithStyle.isEmpty) return;
_isSyncing = true;
_syncStatus = 'Starting sync of ${style.displayName}...';
_syncProgress = 0;
notifyListeners();
final stream = _sharing.syncStyleFromPeers(
peers: peersWithStyle,
styleHash: style.hash,
styleMeta: style,
);
await for (final event in stream) {
switch (event) {
case PeerSyncStarted(:final totalTiles):
_syncStatus = 'Syncing ${style.displayName}: 0/$totalTiles tiles';
_syncProgress = 0;
notifyListeners();
case PeerSyncTileDownloaded(:final downloaded, :final total):
_syncStatus =
'Syncing ${style.displayName}: $downloaded/$total tiles';
_syncProgress = total > 0 ? downloaded / total : 0;
notifyListeners();
case PeerSyncTileSkipped(:final skipped, :final total):
_syncProgress = total > 0 ? skipped / total : 0;
notifyListeners();
case PeerSyncComplete(:final downloaded, :final skipped, :final failed):
_syncStatus =
'Done! $downloaded new, $skipped cached, $failed failed';
_isSyncing = false;
notifyListeners();
await refreshCacheSize();
await refreshLocalStyles();
case PeerSyncCancelled():
_syncStatus = 'Sync cancelled';
_isSyncing = false;
notifyListeners();
}
}
}
void cancelSync() {
_sharing.cancelSync();
}
// Presets — load a previously downloaded region for quick re-download
/// Load a saved download region as the current selection.
/// Restores polygons, zoom range, and map layer.
void loadPreset(StyleInfo style) {
if (style.region == null) return;
final region = style.region!;
// Restore polygons
_polygons.clear();
for (final polyData in region.polygons) {
final poly = polyData.map((v) => LatLng(v[0], v[1])).toList();
if (poly.length >= 3) _polygons.add(poly);
}
// Restore zoom range
_minZoom = region.minZoom;
_maxZoom = region.maxZoom;
// Try to find the matching map layer
if (style.urlTemplate.isNotEmpty) {
final matchingLayer = MapLayer.allLayers.where(
(l) => l.urlTemplate == style.urlTemplate,
);
if (matchingLayer.isNotEmpty) {
_selectedLayer = matchingLayer.first;
}
}
_currentVertices = [];
_rectangleFirstCorner = null;
_drawingMode = DrawingMode.none;
notifyListeners();
}
@override
void dispose() {
_isDisposed = true;
_downloadSubscription?.cancel();
_downloadService?.dispose();
_peersSubscription?.cancel();
super.dispose();
}
}

View File

@@ -12,15 +12,43 @@ import 'contacts_provider.dart';
enum SensorRefreshState { idle, refreshing, success, timeout, unavailable }
class SensorHistorySample {
final DateTime timestamp;
final Map<String, double> values;
const SensorHistorySample({required this.timestamp, required this.values});
factory SensorHistorySample.fromJson(Map<String, dynamic> json) {
final rawValues = json['values'] as Map<String, dynamic>? ?? const {};
return SensorHistorySample(
timestamp: DateTime.fromMillisecondsSinceEpoch(
(json['timestampMillis'] as num?)?.toInt() ?? 0,
),
values: rawValues.map(
(key, value) => MapEntry(key, (value as num).toDouble()),
),
);
}
Map<String, dynamic> toJson() => {
'timestampMillis': timestamp.millisecondsSinceEpoch,
'values': values,
};
}
class SensorsProvider with ChangeNotifier {
static const Duration _successStateRetention = Duration(minutes: 1);
static const int selfAutoRefreshMinutes = 1;
static const Duration selfAutoRefreshInterval = Duration(seconds: 30);
static const String _watchedSensorsKey = 'watched_sensor_keys';
static const String _visibleSensorMetricsKey = 'visible_sensor_metrics';
static const String _fieldSpanKey = 'sensor_field_spans';
static const String _metricLabelKey = 'sensor_metric_labels';
static const String _metricOrderKey = 'sensor_metric_order';
static const String _autoRefreshMinutesKey = 'sensor_auto_refresh_minutes';
static const String _historyKey = 'sensor_history_v1';
static const String _telemetrySourceChannelPrefix = '__source_channel:';
static const String _rawTelemetryHexKey = '__raw_lpp_hex';
static const int _maxHistorySamplesPerSensor = 288;
static const List<int> supportedAutoRefreshIntervals = <int>[
0,
5,
@@ -62,6 +90,8 @@ class SensorsProvider with ChangeNotifier {
<String, List<String>>{};
final Map<String, int> _autoRefreshMinutesBySensor = <String, int>{};
final Map<String, DateTime> _lastRefreshAttemptAt = <String, DateTime>{};
final Map<String, List<SensorHistorySample>> _historyBySensor =
<String, List<SensorHistorySample>>{};
bool _isLoaded = false;
bool _isRefreshingAll = false;
bool _isRunningAutoRefreshTick = false;
@@ -91,6 +121,7 @@ class SensorsProvider with ChangeNotifier {
final storedAutoRefreshJson = prefs.getString(
_key(_autoRefreshMinutesKey),
);
final storedHistoryJson = prefs.getString(_key(_historyKey));
_watchedSensorKeys
..clear()
..addAll(stored);
@@ -102,6 +133,7 @@ class SensorsProvider with ChangeNotifier {
_metricOrderBySensor.clear();
_autoRefreshMinutesBySensor.clear();
_lastRefreshAttemptAt.clear();
_historyBySensor.clear();
if (storedMetricsJson != null && storedMetricsJson.isNotEmpty) {
final decoded = jsonDecode(storedMetricsJson) as Map<String, dynamic>;
for (final entry in decoded.entries) {
@@ -146,6 +178,21 @@ class SensorsProvider with ChangeNotifier {
}
}
}
if (storedHistoryJson != null && storedHistoryJson.isNotEmpty) {
final decoded = jsonDecode(storedHistoryJson) as Map<String, dynamic>;
for (final entry in decoded.entries) {
final rawSamples = entry.value as List<dynamic>? ?? const [];
final samples = rawSamples
.whereType<Map<String, dynamic>>()
.map(SensorHistorySample.fromJson)
.where((sample) => sample.values.isNotEmpty)
.toList()
..sort((a, b) => a.timestamp.compareTo(b.timestamp));
if (samples.isNotEmpty) {
_historyBySensor[entry.key] = samples;
}
}
}
_autoRefreshMinutesBySensor.removeWhere(
(key, _) => !_watchedSensorKeys.contains(key),
);
@@ -247,6 +294,24 @@ class SensorsProvider with ChangeNotifier {
}
}
Future<void> _persistHistory() async {
try {
final prefs = await SharedPreferences.getInstance();
final encoded = <String, dynamic>{};
for (final entry in _historyBySensor.entries) {
if (entry.value.isEmpty) {
continue;
}
encoded[entry.key] = entry.value
.map((sample) => sample.toJson())
.toList(growable: false);
}
await prefs.setString(_key(_historyKey), jsonEncode(encoded));
} catch (e) {
debugPrint('Error saving sensor history: $e');
}
}
Set<String> visibleFieldsFor(String publicKeyHex) => Set<String>.unmodifiable(
_visibleFieldsBySensor[publicKeyHex] ?? _defaultVisibleFields,
);
@@ -312,6 +377,11 @@ class SensorsProvider with ChangeNotifier {
int autoRefreshMinutesFor(String publicKeyHex) =>
_autoRefreshMinutesBySensor[publicKeyHex] ?? 0;
List<SensorHistorySample> historyFor(String publicKeyHex) =>
List<SensorHistorySample>.unmodifiable(
_historyBySensor[publicKeyHex] ?? const <SensorHistorySample>[],
);
Future<void> setAutoRefreshMinutes(String publicKeyHex, int minutes) async {
final normalizedMinutes = _normalizeAutoRefreshMinutes(minutes);
final currentMinutes = autoRefreshMinutesFor(publicKeyHex);
@@ -374,18 +444,18 @@ class SensorsProvider with ChangeNotifier {
return List<String>.unmodifiable(dueKeys);
}
bool _isRefreshDue(
bool _isRefreshDueForInterval(
String publicKeyHex, {
required int minutes,
required Duration interval,
required DateTime refreshTime,
}) {
if (minutes <= 0) {
if (interval <= Duration.zero) {
return false;
}
final lastRefreshAt = _lastRefreshAttemptAt[publicKeyHex];
return lastRefreshAt == null ||
refreshTime.difference(lastRefreshAt) >= Duration(minutes: minutes);
refreshTime.difference(lastRefreshAt) >= interval;
}
Future<void> toggleMetric(
@@ -577,12 +647,14 @@ class SensorsProvider with ChangeNotifier {
_metricOrderBySensor.remove(publicKeyHex);
_autoRefreshMinutesBySensor.remove(publicKeyHex);
_lastRefreshAttemptAt.remove(publicKeyHex);
_historyBySensor.remove(publicKeyHex);
await _persistWatchedSensors();
await _persistVisibleMetrics();
await _persistFieldSpans();
await _persistMetricLabels();
await _persistMetricOrder();
await _persistAutoRefreshMinutes();
await _persistHistory();
notifyListeners();
}
@@ -769,9 +841,9 @@ class SensorsProvider with ChangeNotifier {
final self = selfContact(contactsProvider, connectionProvider);
if (self != null &&
!dueKeys.contains(self.publicKeyHex) &&
_isRefreshDue(
_isRefreshDueForInterval(
self.publicKeyHex,
minutes: selfAutoRefreshMinutes,
interval: selfAutoRefreshInterval,
refreshTime: refreshTime,
)) {
dueKeys.insert(0, self.publicKeyHex);
@@ -795,6 +867,42 @@ class SensorsProvider with ChangeNotifier {
}
}
Future<void> captureTrackedTelemetryHistory({
required ContactsProvider contactsProvider,
required ConnectionProvider connectionProvider,
}) async {
final trackedKeys = <String>{
..._watchedSensorKeys.where((key) => autoRefreshMinutesFor(key) > 0),
};
final self = selfContact(contactsProvider, connectionProvider);
if (self != null && _lastRefreshAttemptAt.containsKey(self.publicKeyHex)) {
trackedKeys.add(self.publicKeyHex);
}
if (trackedKeys.isEmpty) {
return;
}
var changed = false;
for (final key in trackedKeys) {
final contact = contactForDisplay(
key,
contactsProvider: contactsProvider,
connectionProvider: connectionProvider,
);
if (contact == null) {
continue;
}
changed = _captureTelemetryHistory(contact) || changed;
}
if (!changed) {
return;
}
await _persistHistory();
notifyListeners();
}
void clearExpiredRefreshStates({DateTime? now}) {
final cutoff = (now ?? DateTime.now()).subtract(_successStateRetention);
final keysToClear = <String>[];
@@ -851,4 +959,100 @@ class SensorsProvider with ChangeNotifier {
telemetry: telemetry,
);
}
bool _captureTelemetryHistory(Contact contact) {
final telemetry = contact.telemetry;
if (telemetry == null) {
return false;
}
final values = _historyValuesForTelemetry(telemetry);
if (values.isEmpty) {
return false;
}
final samples = _historyBySensor.putIfAbsent(
contact.publicKeyHex,
() => <SensorHistorySample>[],
);
final timestamp = telemetry.timestamp;
final existingIndex = samples.lastIndexWhere(
(sample) => sample.timestamp.millisecondsSinceEpoch ==
timestamp.millisecondsSinceEpoch,
);
final nextSample = SensorHistorySample(timestamp: timestamp, values: values);
if (existingIndex >= 0) {
final current = samples[existingIndex];
if (mapEquals(current.values, values)) {
return false;
}
samples[existingIndex] = nextSample;
return true;
}
samples.add(nextSample);
samples.sort((a, b) => a.timestamp.compareTo(b.timestamp));
if (samples.length > _maxHistorySamplesPerSensor) {
samples.removeRange(0, samples.length - _maxHistorySamplesPerSensor);
}
return true;
}
Map<String, double> _historyValuesForTelemetry(ContactTelemetry telemetry) {
final values = <String, double>{};
if (telemetry.batteryMilliVolts != null) {
values['voltage'] = telemetry.batteryMilliVolts! / 1000;
}
if (telemetry.batteryPercentage != null) {
values['battery'] = telemetry.batteryPercentage!;
}
if (telemetry.temperature != null) {
values['temperature'] = telemetry.temperature!;
}
if (telemetry.humidity != null) {
values['humidity'] = telemetry.humidity!;
}
if (telemetry.pressure != null) {
values['pressure'] = telemetry.pressure!;
}
final extraSensorData = telemetry.extraSensorData;
if (extraSensorData != null) {
for (final entry in extraSensorData.entries) {
if (_isTelemetryMetadataKey(entry.key)) {
continue;
}
final numericValue = _historyNumericValue(entry.value);
if (numericValue == null) {
continue;
}
values[_extraFieldKey(entry.key)] = numericValue;
}
}
return values;
}
double? _historyNumericValue(dynamic value) {
if (value is num) {
return value.toDouble();
}
if (value is bool) {
return value ? 1 : 0;
}
return null;
}
bool _isTelemetryMetadataKey(String key) {
return key.startsWith(_telemetrySourceChannelPrefix) ||
key == _rawTelemetryHexKey;
}
String _extraFieldKey(String key) {
return 'extra:$key';
}
}

View File

@@ -272,7 +272,7 @@ class _AddContactScreenState extends State<AddContactScreen> {
},
decoration: InputDecoration(
labelText: 'Contact advert',
hintText: 'Paste a share link or hex advert',
hintText: AppLocalizations.of(context)!.pasteShareLinkOrHexAdvert,
alignLabelWithHint: true,
border: const OutlineInputBorder(),
errorText: _validationError,

View File

@@ -38,6 +38,9 @@ class ContactsTab extends StatefulWidget {
}
class _ContactsTabState extends State<ContactsTab> {
static const bool _isScreenshotRun = bool.fromEnvironment(
'MESHCORE_SCREENSHOTS',
);
Position? _currentPosition;
final Map<ContactSection, String> _sectionFilters = {
ContactSection.teamMembers: '',
@@ -62,7 +65,9 @@ class _ContactsTabState extends State<ContactsTab> {
for (final section in ContactSection.values)
section: TextEditingController(text: _sectionFilters[section] ?? ''),
};
_getCurrentLocation();
if (!_isScreenshotRun) {
_getCurrentLocation();
}
// Mark all contacts as viewed when tab is opened
WidgetsBinding.instance.addPostFrameCallback((_) {
context.read<ContactsProvider>().markAllAsViewed();
@@ -516,73 +521,181 @@ class _ContactsTabState extends State<ContactsTab> {
messenger.showSnackBar(SnackBar(content: Text(copiedMessage)));
}
String _locationSharingErrorMessage(Object error) {
final message = error.toString();
if (message.startsWith('Bad state: ')) {
return message.substring('Bad state: '.length);
}
return message;
}
Future<void> _setChannelLocationSharing(
BuildContext context,
Contact channel,
bool enabled,
) async {
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
try {
final result = await context
.read<AppProvider>()
.setChannelLocationSharingEnabled(
channelIdx,
enabled,
l10n: AppLocalizations.of(context),
);
if (!context.mounted) return;
ToastLogger.success(context, result.message);
} catch (error) {
if (!context.mounted) return;
ToastLogger.error(context, _locationSharingErrorMessage(error));
}
}
Future<void> _handleChannelLocationSharingAction(
BuildContext context,
Contact channel,
) async {
if (channel.isPublicChannel) {
if (!context.mounted) return;
ToastLogger.error(
context,
'Select a private channel to share your location.',
);
return;
}
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
if (channelIdx <= 0) {
if (!context.mounted) return;
ToastLogger.error(
context,
'Select a private channel to share your location.',
);
return;
}
try {
final sharingState = await context
.read<AppProvider>()
.getChannelLocationSharingState(channelIdx);
if (!context.mounted) return;
await _setChannelLocationSharing(
context,
channel,
!sharingState.isSharing,
);
} catch (error) {
if (!context.mounted) return;
ToastLogger.error(context, _locationSharingErrorMessage(error));
}
}
void _showChannelActionSheet(BuildContext context, Contact channel) {
final l10n = AppLocalizations.of(context)!;
final canExportHashChannelPsk = Channel.isHashChannelName(
channel.advName.trim(),
);
final actions = <_ChannelSheetAction>[
_ChannelSheetAction(
icon: Icons.message_outlined,
label: l10n.messages,
onTap: () async {
Navigator.pop(context);
await _openMessagesForChannel(context, channel);
},
),
if (channel.displayLocation != null)
_ChannelSheetAction(
icon: Icons.map_outlined,
label: l10n.viewOnMap,
onTap: () async {
Navigator.pop(context);
_showChannelOnMap(context, channel);
},
),
if (canExportHashChannelPsk)
_ChannelSheetAction(
icon: Icons.key_outlined,
label: '${l10n.exportToClipboard} psk_base64',
onTap: () async {
Navigator.pop(context);
await _exportHashChannelPskBase64(context, channel);
},
),
_ChannelSheetAction(
icon: Icons.language_rounded,
label: l10n.setRegionScope,
onTap: () async {
Navigator.pop(context);
if (!context.mounted) return;
_showRegionScopeForChannel(context, channel);
},
),
if (!channel.isPublicChannel)
_ChannelSheetAction(
icon: Icons.delete_outline_rounded,
label: l10n.deleteChannel,
destructive: true,
onTap: () async {
Navigator.pop(context);
await Future<void>.delayed(Duration.zero);
if (!context.mounted) return;
WidgetsBinding.instance.addPostFrameCallback((_) {
if (!context.mounted) return;
_showDeleteChannelDialog(context, channel);
});
},
),
];
final channelLocationSharingFuture =
!channel.isPublicChannel && channel.publicKey.length > 1
? context.read<AppProvider>().getChannelLocationSharingState(
channel.publicKey[1],
)
: null;
showModalBottomSheet<void>(
context: context,
isScrollControlled: true,
backgroundColor: Colors.transparent,
builder: (sheetContext) => _ChannelActionSheet(
channel: channel,
actions: actions,
onClose: () => Navigator.pop(sheetContext),
),
builder: (sheetContext) {
List<_ChannelSheetAction> buildActions(
ChannelLocationSharingState? sharingState,
) {
return <_ChannelSheetAction>[
_ChannelSheetAction(
icon: Icons.message_outlined,
label: l10n.messages,
onTap: () async {
Navigator.pop(context);
await _openMessagesForChannel(context, channel);
},
),
if (!channel.isPublicChannel)
_ChannelSheetAction(
icon: sharingState?.isSharing == true
? Icons.location_off_rounded
: Icons.share_location_rounded,
label: sharingState?.isSharing == true
? 'Stop sharing my location'
: 'Share my location',
onTap: () async {
Navigator.pop(context);
await _handleChannelLocationSharingAction(context, channel);
},
),
if (channel.displayLocation != null)
_ChannelSheetAction(
icon: Icons.map_outlined,
label: l10n.viewOnMap,
onTap: () async {
Navigator.pop(context);
_showChannelOnMap(context, channel);
},
),
if (canExportHashChannelPsk)
_ChannelSheetAction(
icon: Icons.key_outlined,
label: '${l10n.exportToClipboard} psk_base64',
onTap: () async {
Navigator.pop(context);
await _exportHashChannelPskBase64(context, channel);
},
),
_ChannelSheetAction(
icon: Icons.language_rounded,
label: l10n.setRegionScope,
onTap: () async {
Navigator.pop(context);
if (!context.mounted) return;
_showRegionScopeForChannel(context, channel);
},
),
if (!channel.isPublicChannel)
_ChannelSheetAction(
icon: Icons.delete_outline_rounded,
label: l10n.deleteChannel,
destructive: true,
onTap: () async {
Navigator.pop(context);
await Future<void>.delayed(Duration.zero);
if (!context.mounted) return;
WidgetsBinding.instance.addPostFrameCallback((_) {
if (!context.mounted) return;
_showDeleteChannelDialog(context, channel);
});
},
),
];
}
Widget buildSheet(ChannelLocationSharingState? sharingState) {
return _ChannelActionSheet(
channel: channel,
actions: buildActions(sharingState),
onClose: () => Navigator.pop(sheetContext),
);
}
if (channelLocationSharingFuture == null) {
return buildSheet(null);
}
return FutureBuilder<ChannelLocationSharingState>(
future: channelLocationSharingFuture,
builder: (context, snapshot) {
return buildSheet(snapshot.data);
},
);
},
);
}
@@ -1341,7 +1454,9 @@ class _ContactsTabState extends State<ContactsTab> {
height: 1.1,
),
decoration: InputDecoration(
hintText: 'Search this section',
hintText: AppLocalizations.of(
context,
)!.searchThisSection,
hintStyle: theme.textTheme.bodyMedium?.copyWith(
color: colorScheme.onSurfaceVariant.withValues(
alpha: 0.85,
@@ -1500,7 +1615,7 @@ class _ContactsTabState extends State<ContactsTab> {
final availableModes = _availableSortModes(section);
return PopupMenuButton<ContactSortMode>(
tooltip: 'Sort',
tooltip: AppLocalizations.of(context)!.sort,
initialValue: selectedMode,
onSelected: (sortMode) {
setState(() {
@@ -1716,81 +1831,90 @@ class _InferredContactGroupCard extends StatelessWidget {
return Container(
margin: const EdgeInsets.only(bottom: 10),
decoration: BoxDecoration(
child: Material(
color: colorScheme.surfaceContainerLow,
borderRadius: BorderRadius.circular(16),
border: Border.all(
color: colorScheme.outlineVariant.withValues(alpha: 0.35),
),
),
child: Theme(
data: Theme.of(context).copyWith(dividerColor: Colors.transparent),
child: ExpansionTile(
tilePadding: const EdgeInsets.symmetric(horizontal: 10, vertical: 0),
childrenPadding: const EdgeInsets.fromLTRB(10, 0, 10, 6),
minTileHeight: 44,
initiallyExpanded: false,
leading: Icon(
Icons.folder_copy_outlined,
size: 16,
color: colorScheme.primary,
clipBehavior: Clip.antiAlias,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(16),
side: BorderSide(
color: colorScheme.outlineVariant.withValues(alpha: 0.35),
),
title: Row(
children: [
Expanded(
child: Text(
label,
style: Theme.of(context).textTheme.titleSmall?.copyWith(
fontWeight: FontWeight.w800,
fontSize: 13,
),
child: Theme(
data: Theme.of(context).copyWith(dividerColor: Colors.transparent),
child: ExpansionTile(
tilePadding: const EdgeInsets.symmetric(
horizontal: 10,
vertical: 0,
),
childrenPadding: const EdgeInsets.fromLTRB(10, 0, 10, 6),
minTileHeight: 44,
initiallyExpanded: false,
leading: Icon(
Icons.folder_copy_outlined,
size: 16,
color: colorScheme.primary,
),
title: Row(
children: [
Expanded(
child: Text(
label,
style: Theme.of(context).textTheme.titleSmall?.copyWith(
fontWeight: FontWeight.w800,
fontSize: 13,
),
),
),
),
const SizedBox(width: 6),
Container(
padding: const EdgeInsets.symmetric(horizontal: 7, vertical: 1),
decoration: BoxDecoration(
color: colorScheme.primaryContainer,
borderRadius: BorderRadius.circular(999),
),
child: Text(
contacts.length.toString(),
style: Theme.of(context).textTheme.labelSmall,
),
),
if (onDelete != null) ...[
const SizedBox(width: 2),
IconButton(
tooltip: 'Delete group',
onPressed: onDelete,
visualDensity: VisualDensity.compact,
constraints: const BoxConstraints.tightFor(
width: 32,
height: 32,
const SizedBox(width: 6),
Container(
padding: const EdgeInsets.symmetric(
horizontal: 7,
vertical: 1,
),
padding: EdgeInsets.zero,
icon: Icon(
Icons.delete_outline_rounded,
size: 16,
color: colorScheme.error,
decoration: BoxDecoration(
color: colorScheme.primaryContainer,
borderRadius: BorderRadius.circular(999),
),
child: Text(
contacts.length.toString(),
style: Theme.of(context).textTheme.labelSmall,
),
),
if (onDelete != null) ...[
const SizedBox(width: 2),
IconButton(
tooltip: AppLocalizations.of(context)!.deleteGroup,
onPressed: onDelete,
visualDensity: VisualDensity.compact,
constraints: const BoxConstraints.tightFor(
width: 32,
height: 32,
),
padding: EdgeInsets.zero,
icon: Icon(
Icons.delete_outline_rounded,
size: 16,
color: colorScheme.error,
),
),
],
],
),
children: [
...contacts.map(
(contact) => ContactTile(
contact: contact,
compact: compactContacts,
currentPosition: currentPosition,
calculateDistance: calculateDistance,
formatDistance: formatDistance,
onNavigateToMap: onNavigateToMap,
onNavigateToMessages: onNavigateToMessages,
),
),
],
),
children: [
...contacts.map(
(contact) => ContactTile(
contact: contact,
compact: compactContacts,
currentPosition: currentPosition,
calculateDistance: calculateDistance,
formatDistance: formatDistance,
onNavigateToMap: onNavigateToMap,
onNavigateToMessages: onNavigateToMessages,
),
),
],
),
),
);
@@ -1820,6 +1944,23 @@ class _ChannelActivityCard extends StatelessWidget {
return l10n.daysAgo(diff.inDays);
}
Widget _buildChannelLocationSharingMarker(
BuildContext context,
ChannelLocationSharingMode mode,
) {
const accent = Color(0xFF16A34A);
return Container(
padding: const EdgeInsets.all(3),
decoration: BoxDecoration(
color: accent,
shape: BoxShape.circle,
border: Border.all(color: Colors.white, width: 2),
),
child: Icon(Icons.location_pin, size: 11, color: Colors.white),
);
}
@override
Widget build(BuildContext context) {
final colorScheme = Theme.of(context).colorScheme;
@@ -1828,6 +1969,9 @@ class _ChannelActivityCard extends StatelessWidget {
letterSpacing: -0.3,
);
final channelIdx = channel.publicKey.length > 1 ? channel.publicKey[1] : 0;
final channelLocationSharingMode = context
.watch<AppProvider>()
.channelLocationSharingModeForChannel(channelIdx);
final channelMessages = messagesProvider.getMessagesForChannel(channelIdx)
..sort((a, b) => b.sentAt.compareTo(a.sentAt));
final lastActivityAt = messagesProvider.getLastActivityForDestination(
@@ -1870,7 +2014,21 @@ class _ChannelActivityCard extends StatelessWidget {
child: Row(
crossAxisAlignment: CrossAxisAlignment.center,
children: [
ContactAvatar(contact: channel, radius: 24),
Stack(
clipBehavior: Clip.none,
children: [
ContactAvatar(contact: channel, radius: 24),
if (channelLocationSharingMode != null)
Positioned(
right: -2,
bottom: -2,
child: _buildChannelLocationSharingMarker(
context,
channelLocationSharingMode,
),
),
],
),
const SizedBox(width: 10),
Expanded(
child: Column(
@@ -2454,8 +2612,7 @@ class _ContactsRegionScopeSheet extends StatefulWidget {
_ContactsRegionScopeSheetState();
}
class _ContactsRegionScopeSheetState
extends State<_ContactsRegionScopeSheet> {
class _ContactsRegionScopeSheetState extends State<_ContactsRegionScopeSheet> {
final TextEditingController _nameController = TextEditingController();
@override

File diff suppressed because it is too large Load Diff

View File

@@ -35,9 +35,7 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
@override
void initState() {
super.initState();
_cachedNodesFuture = MeshMapNodesService.loadCachedNodes(
cacheTtl: MeshMapNodesService.traceCacheTtl,
);
_cachedNodesFuture = MeshMapNodesService.loadCachedNodes();
if (widget.autoDiscoverRepeatersOnOpen) {
WidgetsBinding.instance.addPostFrameCallback((_) {
@@ -69,7 +67,7 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
actions: [
TextButton(
onPressed: () => Navigator.of(dialogContext).pop(false),
child: const Text('Cancel'),
child: Text(AppLocalizations.of(context)!.cancel),
),
FilledButton(
onPressed: () => Navigator.of(dialogContext).pop(true),
@@ -102,10 +100,21 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
});
try {
await context.read<ConnectionProvider>().discoverNodeType(
advertType: advertType,
);
final connectionProvider = context.read<ConnectionProvider>();
connectionProvider.clearError();
await connectionProvider.discoverNodeType(advertType: advertType);
if (!mounted) return;
final discoveryError = connectionProvider.error;
if (discoveryError != null) {
connectionProvider.clearError();
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(discoveryError),
backgroundColor: Colors.red,
),
);
return;
}
final l10n = AppLocalizations.of(context)!;
final label = switch (advertType) {
_repeaterAdvertType => l10n.repeaterDiscoverySent,
@@ -155,8 +164,10 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
return;
}
} else {
connectionProvider.clearError();
await connectionProvider.getContact(advert.publicKey);
if (connectionProvider.error == 'Not found') {
final resolveError = connectionProvider.error;
if (resolveError == 'Not found') {
connectionProvider.clearError();
final added = await _addPendingAdvertToRadio(
advert,
@@ -166,6 +177,23 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
if (!added) {
return;
}
} else if (resolveError != null) {
// Other failures (timeout, disconnect, ...): surface the error and
// leave the advert pending so the user can retry.
connectionProvider.clearError();
if (mounted) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(
AppLocalizations.of(
context,
)!.failedToAddContact(resolveError),
),
backgroundColor: Colors.red,
),
);
}
return;
}
}
if ((advert.typeValue ?? 0) == _sensorAdvertType) {
@@ -250,13 +278,15 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
required ContactsProvider contactsProvider,
}) async {
final contact = _contactFromPendingAdvert(advert);
connectionProvider.clearError();
await connectionProvider.addOrUpdateContact(contact);
final addError = connectionProvider.error;
if (addError != null) {
connectionProvider.clearError();
if (mounted) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(content: Text('Failed to add contact: $addError')),
SnackBar(content: Text(AppLocalizations.of(context)!.failedToAddContact(addError.toString()))),
);
}
return false;
@@ -775,7 +805,7 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
IconButton(
visualDensity: VisualDensity.compact,
icon: const Icon(Icons.person_add_alt_1),
tooltip: 'Resolve contact',
tooltip: AppLocalizations.of(context)!.resolveContact,
onPressed: isConnected
? () => _resolveAdvert(advert)
: null,
@@ -848,7 +878,7 @@ class _DiscoveryScreenState extends State<DiscoveryScreen> {
height: 1.1,
),
decoration: InputDecoration(
hintText: 'Search discovered nodes',
hintText: AppLocalizations.of(context)!.searchDiscoveredNodes,
hintStyle: theme.textTheme.bodyMedium?.copyWith(
color: colorScheme.onSurfaceVariant.withValues(
alpha: 0.85,

View File

@@ -1,16 +1,14 @@
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:provider/provider.dart';
import 'package:geolocator/geolocator.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:vibration/vibration.dart';
import '../providers/connection_provider.dart';
import '../providers/app_provider.dart';
import '../models/device_info.dart' show ConnectionMode, DeviceInfo;
import '../providers/messages_provider.dart';
import '../providers/contacts_provider.dart';
import '../providers/sensors_provider.dart';
import '../theme/app_theme.dart';
import 'messages_tab.dart';
import 'contacts_tab.dart';
@@ -23,7 +21,6 @@ import 'device_config_screen.dart';
import 'packet_log_screen.dart';
import 'live_traffic_screen.dart';
import 'profiles_screen.dart';
import '../utils/toast_logger.dart';
import '../l10n/app_localizations.dart';
import '../widgets/permission_request_dialog.dart';
import '../widgets/connection_dialog.dart';
@@ -36,8 +33,6 @@ import '../services/profiles_feature_service.dart';
enum _HomeTab { messages, contacts, sensors, map }
enum _AdvertMode { flood, direct }
class HomeScreen extends StatefulWidget {
final Function(AppThemeMode) onThemeChanged;
final Function(Locale?) onLocaleChanged;
@@ -69,10 +64,15 @@ class _HomeScreenState extends State<HomeScreen>
bool _isMapEnabled = true;
bool _isContactsEnabled = true;
bool _isSensorsEnabled = false;
bool _isSimpleMode = false;
AppLifecycleState _lifecycleState = AppLifecycleState.resumed;
String? _lastProfileDeviceKey;
Timer? _sensorAutoRefreshTicker;
List<_HomeTab> get _enabledTabs {
if (_isSimpleMode) {
return const [_HomeTab.messages, _HomeTab.map];
}
return [
_HomeTab.messages,
if (_isContactsEnabled) _HomeTab.contacts,
@@ -99,6 +99,7 @@ class _HomeScreenState extends State<HomeScreen>
_isMapEnabled = _appProvider.isMapEnabled;
_isContactsEnabled = _appProvider.isContactsEnabled;
_isSensorsEnabled = _appProvider.isSensorsEnabled;
_isSimpleMode = _appProvider.isSimpleMode;
_appProvider.addListener(_handleAppProviderChanged);
// Initialize synchronously so first build always has a valid controller.
@@ -116,6 +117,7 @@ class _HomeScreenState extends State<HomeScreen>
WidgetsBinding.instance.addPostFrameCallback((_) {
_handleConnectionProviderChanged();
});
_configureSensorAutoRefreshTicker();
}
void _initTabController() {
@@ -134,6 +136,7 @@ class _HomeScreenState extends State<HomeScreen>
mapEnabled: _appProvider.isMapEnabled,
contactsEnabled: _appProvider.isContactsEnabled,
sensorsEnabled: _appProvider.isSensorsEnabled,
simpleMode: _appProvider.isSimpleMode,
);
}
@@ -158,10 +161,12 @@ class _HomeScreenState extends State<HomeScreen>
required bool mapEnabled,
required bool contactsEnabled,
required bool sensorsEnabled,
required bool simpleMode,
}) {
if (_isMapEnabled == mapEnabled &&
_isContactsEnabled == contactsEnabled &&
_isSensorsEnabled == sensorsEnabled) {
_isSensorsEnabled == sensorsEnabled &&
_isSimpleMode == simpleMode) {
return;
}
@@ -179,9 +184,11 @@ class _HomeScreenState extends State<HomeScreen>
_isMapEnabled = mapEnabled;
_isContactsEnabled = contactsEnabled;
_isSensorsEnabled = sensorsEnabled;
_isSimpleMode = simpleMode;
if (!_isMapEnabled) {
_isMapFullscreen = false;
}
_configureSensorAutoRefreshTicker();
final newTabs = _enabledTabs;
final newIndex = newTabs.indexOf(oldTab);
@@ -252,6 +259,7 @@ class _HomeScreenState extends State<HomeScreen>
@override
void dispose() {
_sensorAutoRefreshTicker?.cancel();
_connectionProvider.removeListener(_handleConnectionProviderChanged);
WidgetsBinding.instance.removeObserver(this);
_appProvider.setFastLocationUiActive(false);
@@ -269,11 +277,50 @@ class _HomeScreenState extends State<HomeScreen>
void didChangeAppLifecycleState(AppLifecycleState state) {
_lifecycleState = state;
_syncFastLocationUiState();
_configureSensorAutoRefreshTicker();
if (state == AppLifecycleState.resumed) {
MeshMapNodesService.syncInBackgroundIfStale();
}
}
void _configureSensorAutoRefreshTicker() {
_sensorAutoRefreshTicker?.cancel();
if (!_isSensorsEnabled || _lifecycleState != AppLifecycleState.resumed) {
_sensorAutoRefreshTicker = null;
return;
}
unawaited(_runSensorAutoRefreshTick());
_sensorAutoRefreshTicker = Timer.periodic(
SensorsProvider.selfAutoRefreshInterval,
(_) {
unawaited(_runSensorAutoRefreshTick());
},
);
}
Future<void> _runSensorAutoRefreshTick() async {
if (!mounted ||
!_isSensorsEnabled ||
_lifecycleState != AppLifecycleState.resumed) {
return;
}
final sensorsProvider = context.read<SensorsProvider>();
final contactsProvider = context.read<ContactsProvider>();
final connectionProvider = context.read<ConnectionProvider>();
sensorsProvider.clearExpiredRefreshStates();
await sensorsProvider.refreshDueSensors(
contactsProvider: contactsProvider,
connectionProvider: connectionProvider,
now: DateTime.now(),
);
await sensorsProvider.captureTrackedTelemetryHistory(
contactsProvider: contactsProvider,
connectionProvider: connectionProvider,
);
}
Future<void> _loadRxTxPreference() async {
final prefs = await SharedPreferences.getInstance();
if (mounted) {
@@ -315,113 +362,6 @@ class _HomeScreenState extends State<HomeScreen>
);
}
Future<void> _triggerAdvertFeedback() async {
final platform = Theme.of(context).platform;
try {
if (platform == TargetPlatform.iOS) {
await HapticFeedback.lightImpact();
await Future.delayed(const Duration(milliseconds: 50));
await HapticFeedback.lightImpact();
} else {
if (await Vibration.hasVibrator()) {
await Vibration.vibrate(duration: 50);
} else {
await HapticFeedback.mediumImpact();
}
}
} catch (e) {
debugPrint('Haptic feedback error: $e');
await HapticFeedback.vibrate();
}
}
Future<_AdvertMode?> _showAdvertModeSheet(BuildContext context) {
final l10n = AppLocalizations.of(context)!;
final theme = Theme.of(context);
return showModalBottomSheet<_AdvertMode>(
context: context,
showDragHandle: true,
builder: (context) => SafeArea(
child: Padding(
padding: const EdgeInsets.fromLTRB(20, 8, 20, 20),
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'Advert mode',
style: theme.textTheme.titleLarge?.copyWith(
fontWeight: FontWeight.w700,
),
),
const SizedBox(height: 6),
Text(
'Choose how far this announcement should travel.',
style: theme.textTheme.bodyMedium?.copyWith(
color: theme.colorScheme.onSurfaceVariant,
),
),
const SizedBox(height: 16),
ListTile(
contentPadding: const EdgeInsets.symmetric(
horizontal: 4,
vertical: 4,
),
leading: Container(
width: 40,
height: 40,
decoration: BoxDecoration(
color: theme.colorScheme.primaryContainer,
borderRadius: BorderRadius.circular(14),
),
child: Icon(
Icons.hub_rounded,
color: theme.colorScheme.onPrimaryContainer,
),
),
title: Text(l10n.flood),
subtitle: Text(l10n.relayThroughRepeatersAcrossTheMesh),
trailing: const Icon(Icons.chevron_right_rounded),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(20),
),
onTap: () => Navigator.of(context).pop(_AdvertMode.flood),
),
const SizedBox(height: 8),
ListTile(
contentPadding: const EdgeInsets.symmetric(
horizontal: 4,
vertical: 4,
),
leading: Container(
width: 40,
height: 40,
decoration: BoxDecoration(
color: theme.colorScheme.secondaryContainer,
borderRadius: BorderRadius.circular(14),
),
child: Icon(
Icons.near_me_rounded,
color: theme.colorScheme.onSecondaryContainer,
),
),
title: Text(l10n.direct),
subtitle: Text(l10n.nearbyOnlyWithoutRepeaterFlooding),
trailing: const Icon(Icons.chevron_right_rounded),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(20),
),
onTap: () => Navigator.of(context).pop(_AdvertMode.direct),
),
],
),
),
),
);
}
void _showDeviceInfoSheet(BuildContext context, DeviceInfo deviceInfo) {
// Request self telemetry so it's fresh
context.read<ConnectionProvider>().requestSelfTelemetry();
@@ -635,108 +575,6 @@ class _HomeScreenState extends State<HomeScreen>
);
}
Future<void> _advertiseDevice(
BuildContext context, {
bool floodMode = true,
}) async {
final connectionProvider = context.read<ConnectionProvider>();
if (!connectionProvider.deviceInfo.isConnected) {
if (context.mounted) {
ToastLogger.error(
context,
AppLocalizations.of(context)!.deviceNotConnected,
);
}
return;
}
try {
// Check if location services are enabled
bool serviceEnabled = await Geolocator.isLocationServiceEnabled();
if (!serviceEnabled) {
if (context.mounted) {
ToastLogger.error(
context,
AppLocalizations.of(context)!.locationServicesDisabled,
);
}
return;
}
// Check location permissions
LocationPermission permission = await Geolocator.checkPermission();
if (permission == LocationPermission.denied) {
permission = await Geolocator.requestPermission();
if (permission == LocationPermission.denied) {
if (context.mounted) {
ToastLogger.error(
context,
AppLocalizations.of(context)!.locationPermissionDenied,
);
}
return;
}
}
if (permission == LocationPermission.deniedForever) {
if (context.mounted) {
ToastLogger.error(
context,
AppLocalizations.of(context)!.locationPermissionPermanentlyDenied,
);
}
return;
}
// Get current GPS position
Position? position;
try {
position = await Geolocator.getCurrentPosition(
locationSettings: const LocationSettings(
accuracy: LocationAccuracy.best,
distanceFilter: 0,
),
).timeout(const Duration(seconds: 5));
} catch (e) {
debugPrint('❌ Failed to get GPS position: $e');
if (context.mounted) {
ToastLogger.error(
context,
AppLocalizations.of(context)!.failedToGetGpsLocation,
);
}
return;
}
// Update lat/lon on device
await connectionProvider.setAdvertLatLon(
latitude: position.latitude,
longitude: position.longitude,
);
// Small delay to ensure the lat/lon is set
await Future.delayed(const Duration(milliseconds: 100));
await connectionProvider.sendSelfAdvert(floodMode: floodMode);
if (context.mounted) {
ToastLogger.success(
context,
floodMode ? 'Flood advert sent' : 'Direct advert sent',
);
}
} catch (e) {
debugPrint('❌ Failed to advertise device: $e');
if (context.mounted) {
ToastLogger.error(
context,
AppLocalizations.of(context)!.failedToAdvertise(e.toString()),
);
}
}
}
Future<void> _showConnectionDialog(BuildContext context) async {
await showConnectionDialogFlow(
context,
@@ -793,102 +631,105 @@ class _HomeScreenState extends State<HomeScreen>
icon: const Icon(Icons.more_vert),
itemBuilder: (context) {
final items = <PopupMenuEntry<void>>[];
final profilesEnabled = context
.read<ProfileManager>()
.profilesEnabled;
final profilesEnabled =
!_isSimpleMode &&
context.read<ProfileManager>().profilesEnabled;
items.add(
PopupMenuItem(
child: Row(
children: [
const Icon(Icons.radar_outlined),
const SizedBox(width: 8),
Text(AppLocalizations.of(context)!.liveTraffic),
],
),
onTap: () {
final navigator = Navigator.of(context);
final provider = context.read<ConnectionProvider>();
Future.delayed(Duration.zero, () {
if (!mounted) return;
navigator.push(
MaterialPageRoute(
builder: (_) => LiveTrafficScreen.fromProvider(
provider,
openPacketLogs: () {
navigator.push(
MaterialPageRoute(
builder: (_) => PacketLogScreen(
bleService: provider.bleService,
),
if (!_isSimpleMode) {
items.add(
PopupMenuItem(
child: Row(
children: [
const Icon(Icons.radar_outlined),
const SizedBox(width: 8),
Text(AppLocalizations.of(context)!.liveTraffic),
],
),
onTap: () {
final navigator = Navigator.of(context);
final provider = context.read<ConnectionProvider>();
Future.delayed(Duration.zero, () {
if (!mounted) return;
navigator.push(
MaterialPageRoute(
builder: (_) =>
LiveTrafficScreen.fromProvider(
provider,
openPacketLogs: () {
navigator.push(
MaterialPageRoute(
builder: (_) => PacketLogScreen(
bleService: provider.bleService,
),
),
);
},
),
);
},
),
),
);
});
},
),
);
items.add(
PopupMenuItem(
child: Row(
children: [
const Icon(Icons.router_outlined),
const SizedBox(width: 8),
Text(AppLocalizations.of(context)!.repeatersMap),
],
);
});
},
),
onTap: () {
final navigator = Navigator.of(context);
Future.delayed(Duration.zero, () {
if (!mounted) return;
navigator.push(
MaterialPageRoute(
builder: (context) =>
const RepeatersMapScreen(),
fullscreenDialog: true,
),
);
});
},
),
);
);
items.add(
PopupMenuItem(
child: Row(
children: [
const Icon(Icons.person_search),
const SizedBox(width: 8),
Consumer<ContactsProvider>(
builder: (context, contactsProvider, child) {
final pendingCount =
contactsProvider.pendingAdverts.length;
return Text(
pendingCount > 0
? 'Discovery ($pendingCount)'
: 'Discovery',
);
},
),
],
items.add(
PopupMenuItem(
child: Row(
children: [
const Icon(Icons.router_outlined),
const SizedBox(width: 8),
Text(AppLocalizations.of(context)!.repeatersMap),
],
),
onTap: () {
final navigator = Navigator.of(context);
Future.delayed(Duration.zero, () {
if (!mounted) return;
navigator.push(
MaterialPageRoute(
builder: (context) =>
const RepeatersMapScreen(),
fullscreenDialog: true,
),
);
});
},
),
onTap: () {
final navigator = Navigator.of(context);
Future.delayed(Duration.zero, () {
if (!mounted) return;
navigator.push(
MaterialPageRoute(
builder: (context) => const DiscoveryScreen(),
);
items.add(
PopupMenuItem(
child: Row(
children: [
const Icon(Icons.person_search),
const SizedBox(width: 8),
Consumer<ContactsProvider>(
builder: (context, contactsProvider, child) {
final pendingCount =
contactsProvider.pendingAdverts.length;
return Text(
pendingCount > 0
? 'Discovery ($pendingCount)'
: 'Discovery',
);
},
),
);
});
},
),
);
],
),
onTap: () {
final navigator = Navigator.of(context);
Future.delayed(Duration.zero, () {
if (!mounted) return;
navigator.push(
MaterialPageRoute(
builder: (context) => const DiscoveryScreen(),
),
);
});
},
),
);
}
items.add(
PopupMenuItem(
@@ -1022,7 +863,7 @@ class _HomeScreenState extends State<HomeScreen>
Icons.message,
unreadCount,
),
text: 'Chat',
text: AppLocalizations.of(context)!.chat,
);
case _HomeTab.contacts:
return Tab(
@@ -1038,9 +879,9 @@ class _HomeScreenState extends State<HomeScreen>
text: AppLocalizations.of(context)!.map,
);
case _HomeTab.sensors:
return const Tab(
icon: Icon(Icons.sensors),
text: 'Sensors',
return Tab(
icon: const Icon(Icons.sensors),
text: AppLocalizations.of(context)!.sensors,
);
}
}).toList(),
@@ -1078,8 +919,8 @@ class _HomeScreenState extends State<HomeScreen>
),
Text(
provider.isReconnecting
? 'Restoring previous link'
: 'No device connected',
? AppLocalizations.of(context)!.restoringPreviousLink
: AppLocalizations.of(context)!.noDeviceConnected,
style: Theme.of(context).textTheme.bodySmall?.copyWith(
color: Theme.of(context).colorScheme.onSurfaceVariant,
),
@@ -1263,50 +1104,6 @@ class _HomeScreenState extends State<HomeScreen>
padding: EdgeInsets.zero,
),
),
const SizedBox(width: 4),
GestureDetector(
onTap: () async {
await _triggerAdvertFeedback();
if (!mounted || !context.mounted) return;
await _advertiseDevice(context);
},
onLongPress: () async {
await _triggerAdvertFeedback();
if (!mounted || !context.mounted) return;
final mode = await _showAdvertModeSheet(context);
if (!mounted || !context.mounted || mode == null) {
return;
}
await _advertiseDevice(
context,
floodMode: mode == _AdvertMode.flood,
);
},
child: Container(
width: isTight ? 38 : 40,
height: isTight ? 38 : 40,
decoration: BoxDecoration(
gradient: LinearGradient(
colors: [
theme.colorScheme.primary,
theme.colorScheme.primary.withValues(
alpha: 0.78,
),
],
begin: Alignment.topLeft,
end: Alignment.bottomRight,
),
borderRadius: BorderRadius.circular(12),
),
child: Icon(
Icons.campaign_rounded,
color: Colors.white,
size: isTight ? 18 : 20,
),
),
),
],
),
),

View File

@@ -3,17 +3,19 @@ import 'package:crypto/crypto.dart';
import 'package:flutter/material.dart';
import 'package:geolocator/geolocator.dart';
import 'package:provider/provider.dart';
import 'package:url_launcher/url_launcher.dart';
import '../models/ble_packet_log.dart';
import '../models/contact.dart';
import '../providers/channels_provider.dart';
import '../providers/contacts_provider.dart';
import '../providers/connection_provider.dart';
import '../services/live_traffic_summary.dart';
import '../services/location_tracking_service.dart';
import '../services/route_hash_preferences.dart';
import '../services/traffic_stats_reporting_service.dart';
import '../utils/log_rx_route_decoder.dart';
import '../widgets/compact_signal_indicator.dart';
import '../widgets/messages/message_trace_sheet.dart';
import 'packet_log_screen.dart';
import '../l10n/app_localizations.dart';
@@ -152,16 +154,26 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
if (widget.openPacketLogs != null)
IconButton(
onPressed: widget.openPacketLogs,
tooltip: 'Open packet logs',
tooltip: AppLocalizations.of(context)!.openPacketLogs,
icon: const Icon(Icons.list_alt_rounded),
),
IconButton(
onPressed: _openStatsDashboard,
tooltip: AppLocalizations.of(context)!.viewPublicStats,
icon: const Icon(Icons.open_in_new),
),
IconButton(
onPressed: () => _showPacketTypeHelpSheet(context),
tooltip: AppLocalizations.of(context)!.packetTypeHelp,
icon: const Icon(Icons.help_outline),
),
IconButton(
onPressed: () {
setState(() {
_clearedAt = widget.now();
});
},
tooltip: 'Clear live view',
tooltip: AppLocalizations.of(context)!.clearLiveView,
icon: const Icon(Icons.cleaning_services_outlined),
),
],
@@ -250,6 +262,13 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
);
}
Future<void> _openStatsDashboard() async {
final url = TrafficStatsReportingService.dashboardUri;
if (await canLaunchUrl(url)) {
await launchUrl(url, mode: LaunchMode.externalApplication);
}
}
Future<void> _showWindowPicker(BuildContext context) async {
final selected = await showModalBottomSheet<Duration>(
context: context,
@@ -278,6 +297,68 @@ class _LiveTrafficScreenState extends State<LiveTrafficScreen> {
_selectedWindow = selected;
});
}
Future<void> _showPacketTypeHelpSheet(BuildContext context) {
final packetTypes = LiveTrafficEntry.knownPayloadTypes;
return showModalBottomSheet<void>(
context: context,
showDragHandle: true,
isScrollControlled: true,
builder: (context) {
final scheme = Theme.of(context).colorScheme;
return SafeArea(
child: Padding(
padding: const EdgeInsets.fromLTRB(16, 0, 16, 16),
child: ListView(
shrinkWrap: true,
children: [
Text(
'Packet Types',
style: Theme.of(context).textTheme.titleMedium,
),
const SizedBox(height: 6),
Text(
'Descriptions below follow the current MeshCore payload definitions.',
style: TextStyle(color: scheme.onSurfaceVariant),
),
const SizedBox(height: 16),
for (final packetType in packetTypes) ...[
Container(
padding: const EdgeInsets.all(12),
decoration: BoxDecoration(
color: scheme.surfaceContainerHigh,
borderRadius: BorderRadius.circular(14),
),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
packetType.title,
style: const TextStyle(
fontSize: 14,
fontWeight: FontWeight.w800,
),
),
const SizedBox(height: 4),
Text(
packetType.description,
style: TextStyle(
fontSize: 13,
color: scheme.onSurfaceVariant,
),
),
],
),
),
const SizedBox(height: 10),
],
],
),
),
);
},
);
}
}
class _SummaryPanel extends StatelessWidget {
@@ -676,14 +757,17 @@ class _LiveTrafficCard extends StatelessWidget {
final accent = isRx ? Colors.green : Colors.blue;
final rxInfo = log.logRxDataInfo;
final originDistance = _originDistanceLabel(context, entry);
final packetDetails = _LiveTrafficPacketDetails.fromEntry(entry);
final channelsProvider = _maybeProvider<ChannelsProvider>(context);
final packetDetails = _LiveTrafficPacketDetails.fromEntry(
entry,
channelsProvider: channelsProvider,
);
final signalMetric = SignalMetric.fromRxInfo(rxInfo);
return Material(
color: Colors.transparent,
child: InkWell(
onTap: () => _showPacketBytesSheet(context, log.rawData),
onLongPress: () => _showTraceSheet(context, entry),
borderRadius: BorderRadius.circular(18),
child: Container(
padding: const EdgeInsets.all(14),
@@ -730,7 +814,7 @@ class _LiveTrafficCard extends StatelessWidget {
if (entry.payloadMeaning != null)
Text(
entry.payloadMeaning!,
maxLines: 1,
maxLines: 2,
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 11,
@@ -900,7 +984,7 @@ class _LiveTrafficCard extends StatelessWidget {
style: TextStyle(color: scheme.onSurfaceVariant),
),
const SizedBox(height: 16),
Text('Hex', style: Theme.of(context).textTheme.titleSmall),
Text(AppLocalizations.of(context)!.hex, style: Theme.of(context).textTheme.titleSmall),
const SizedBox(height: 8),
Container(
width: double.infinity,
@@ -920,7 +1004,7 @@ class _LiveTrafficCard extends StatelessWidget {
),
),
const SizedBox(height: 16),
Text('ASCII', style: Theme.of(context).textTheme.titleSmall),
Text(AppLocalizations.of(context)!.ascii, style: Theme.of(context).textTheme.titleSmall),
const SizedBox(height: 8),
Container(
width: double.infinity,
@@ -948,30 +1032,6 @@ class _LiveTrafficCard extends StatelessWidget {
);
}
static Future<void> _showTraceSheet(
BuildContext context,
LiveTrafficEntry entry,
) {
final route = entry.route;
if (route == null || route.pathBytes.isEmpty) {
return Future.value();
}
return showModalBottomSheet<void>(
context: context,
isScrollControlled: true,
backgroundColor: Theme.of(context).colorScheme.surface,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(top: Radius.circular(16)),
),
builder: (context) => MessageTraceSheet.packetPath(
packetPath: route.pathBytes,
descriptionOverride:
'Relay path from packet path bytes (${route.hopHashes.length} hop${route.hopHashes.length == 1 ? '' : 's'})',
noRelayMatchTextOverride:
'No named nodes could be matched for this packet path.',
),
);
}
}
class _LiveTrafficPacketDetails {
@@ -989,27 +1049,22 @@ class _LiveTrafficPacketDetails {
required this.endpointLine,
});
factory _LiveTrafficPacketDetails.fromEntry(LiveTrafficEntry entry) {
factory _LiveTrafficPacketDetails.fromEntry(
LiveTrafficEntry entry, {
ChannelsProvider? channelsProvider,
}) {
final route = entry.route;
final payloadType = route?.payloadType;
final parsedPayload = _ParsedTrafficPayload.tryParse(
entry.log.rawData,
route,
channelsProvider: channelsProvider,
);
final title = switch (payloadType) {
0x00 => 'FLOOD REQUEST',
0x01 => 'FLOOD RESPONSE',
0x02 => 'FLOOD TEXT',
0x03 => 'FLOOD ACK',
0x04 => 'FLOOD ADVERTISEMENT',
0x05 => 'FLOOD GROUP_TEXT',
0x06 => 'FLOOD GROUP_DATA',
0x07 => 'FLOOD ANON_REQUEST',
0x08 => 'FLOOD RETURNED_PATH',
0x09 => 'FLOOD TRACE_PATH',
0x0A => 'FLOOD MULTIPART',
0x0B => 'FLOOD CONTROL',
_ => entry.payloadLabel.toUpperCase(),
0x05 => parsedPayload?.channelDisplayName ?? LiveTrafficEntry.payloadTypeTitle(0x05),
0x06 => parsedPayload?.channelDisplayName ?? LiveTrafficEntry.payloadTypeTitle(0x06),
null => entry.payloadLabel.toUpperCase(),
_ => LiveTrafficEntry.payloadTypeTitle(payloadType),
};
final hopHashes = route?.hopHashes ?? const <String>[];
@@ -1041,13 +1096,15 @@ class _LiveTrafficPacketDetails {
class _ParsedTrafficPayload {
final String? endpointLine;
final String? channelDisplayName;
const _ParsedTrafficPayload({this.endpointLine});
const _ParsedTrafficPayload({this.endpointLine, this.channelDisplayName});
static _ParsedTrafficPayload? tryParse(
List<int> rawData,
DecodedLogRxRoute? route,
) {
DecodedLogRxRoute? route, {
ChannelsProvider? channelsProvider,
}) {
if (rawData.length < 5 ||
rawData.first != LiveTrafficSummary.logRxDataResponseCode) {
return null;
@@ -1084,9 +1141,18 @@ class _ParsedTrafficPayload {
case 0x05:
case 0x06:
if (payload.isEmpty) return const _ParsedTrafficPayload();
final channelHash = payload.first;
final channelHashHex = channelHash
.toRadixString(16)
.padLeft(2, '0')
.toUpperCase();
final channelDisplayName = channelsProvider
?.getUniqueChannelDisplayNameByHashByte(channelHash);
return _ParsedTrafficPayload(
endpointLine:
'Channel Hash: ${payload.first.toRadixString(16).padLeft(2, '0').toUpperCase()}',
channelDisplayName: channelDisplayName,
endpointLine: channelDisplayName == null
? 'Channel Hash: $channelHashHex'
: 'Channel: $channelDisplayName ($channelHashHex)',
);
case 0x00:
case 0x01:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,846 @@
import 'package:flutter/material.dart';
import '../l10n/app_localizations.dart';
import 'package:flutter_map/flutter_map.dart';
import 'package:latlong2/latlong.dart';
import 'package:provider/provider.dart';
import '../models/map_layer.dart';
import '../providers/offline_tiles_provider.dart';
import '../widgets/map/polygon_draw_handler.dart';
/// Screen for downloading offline map tiles.
///
/// Allows drawing polygons/rectangles to select areas, choosing zoom levels,
/// and downloading tiles with real-time progress visualization.
class OfflineMapScreen extends StatefulWidget {
const OfflineMapScreen({super.key});
@override
State<OfflineMapScreen> createState() => _OfflineMapScreenState();
}
class _OfflineMapScreenState extends State<OfflineMapScreen> {
final MapController _mapController = MapController();
late OfflineTilesProvider _provider;
double _currentZoom = 8;
@override
void initState() {
super.initState();
_provider = context.read<OfflineTilesProvider>();
_provider.refreshCacheSize();
_provider.refreshLocalStyles();
_provider.startPeerDiscovery();
}
@override
void dispose() {
_provider.stopPeerDiscovery();
super.dispose();
}
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(AppLocalizations.of(context)!.offlineMaps),
actions: [
Consumer<OfflineTilesProvider>(
builder: (context, provider, _) {
return IconButton(
icon: Badge(
isLabelVisible: provider.discoveredPeers.isNotEmpty,
label: Text('${provider.discoveredPeers.length}'),
child: Icon(
provider.isServerRunning
? Icons.wifi_tethering
: Icons.wifi_tethering_off,
),
),
tooltip: provider.isServerRunning
? 'Sharing tiles'
: 'Tile sharing off',
onPressed: () => _showSharingSheet(context, provider),
);
},
),
Consumer<OfflineTilesProvider>(
builder: (context, provider, _) {
return PopupMenuButton<MapLayer>(
icon: const Icon(Icons.layers),
tooltip: AppLocalizations.of(context)!.mapStyle,
onSelected: (layer) => provider.setSelectedLayer(layer),
itemBuilder: (_) => [
for (final layer in MapLayer.allLayers)
PopupMenuItem(
value: layer,
child: Row(
children: [
if (layer.type == provider.selectedLayer.type)
const Icon(Icons.check, size: 18)
else
const SizedBox(width: 18),
const SizedBox(width: 8),
Text(layer.name),
],
),
),
],
);
},
),
],
),
body: Stack(
children: [
Consumer<OfflineTilesProvider>(
builder: (context, provider, _) {
return FlutterMap(
mapController: _mapController,
options: MapOptions(
initialCenter: const LatLng(46.05, 14.5), // Slovenia
initialZoom: 8,
onPositionChanged: (camera, hasGesture) {
if (camera.zoom != _currentZoom) {
setState(() => _currentZoom = camera.zoom);
}
},
onTap: (tapPosition, point) {
if (provider.drawingMode != DrawingMode.none) {
provider.addVertex(point);
}
},
),
children: [
TileLayer(
urlTemplate: provider.selectedLayer.urlTemplate,
tileProvider: NetworkTileProvider(
headers: provider.selectedLayer.headers ?? const {},
),
userAgentPackageName: 'com.meshcore.sar',
maxZoom: provider.selectedLayer.maxZoom,
),
CoverageLayer(currentZoom: _currentZoom),
const PolygonDrawLayer(),
const DownloadProgressLayer(),
],
);
},
),
const DrawingToolbar(),
Positioned(
left: 16,
top: 16,
child: Container(
padding: const EdgeInsets.symmetric(horizontal: 10, vertical: 6),
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.surface.withValues(alpha: 0.85),
borderRadius: BorderRadius.circular(8),
boxShadow: [
BoxShadow(
color: Colors.black.withValues(alpha: 0.15),
blurRadius: 4,
),
],
),
child: Text(
'Z ${_currentZoom.toStringAsFixed(1)}',
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
fontWeight: FontWeight.bold,
),
),
),
),
_buildBottomPanel(),
],
),
);
}
Widget _buildBottomPanel() {
return Positioned(
left: 0,
right: 0,
bottom: 0,
child: Consumer<OfflineTilesProvider>(
builder: (context, provider, _) {
return Container(
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.surface,
borderRadius:
const BorderRadius.vertical(top: Radius.circular(16)),
boxShadow: [
BoxShadow(
color: Colors.black.withValues(alpha: 0.15),
blurRadius: 10,
offset: const Offset(0, -2),
),
],
),
child: SafeArea(
top: false,
child: Padding(
padding: const EdgeInsets.all(16),
child: Column(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
// Saved region presets dropdown
if (!provider.isDownloading &&
provider.localStyles
.any((s) => s.region != null)) ...[
DropdownButtonFormField<StyleInfo>(
decoration: const InputDecoration(
prefixIcon: Icon(Icons.bookmark, size: 20),
labelText: 'Saved regions',
isDense: true,
contentPadding: EdgeInsets.symmetric(
horizontal: 12, vertical: 8),
border: OutlineInputBorder(),
),
isExpanded: true,
hint: Text(AppLocalizations.of(context)!.loadASavedRegion),
items: provider.localStyles
.where((s) => s.region != null)
.map((style) => DropdownMenuItem(
value: style,
child: Text(
'${style.displayName} '
'(z${style.region!.minZoom}-${style.region!.maxZoom}, '
'${_formatNumber(style.tileCount)} tiles)',
overflow: TextOverflow.ellipsis,
),
))
.toList(),
onChanged: (style) {
if (style != null) {
provider.loadPreset(style);
_fitMapToPolygons(provider);
}
},
),
const SizedBox(height: 8),
],
// Zoom range
if (!provider.isDownloading) ...[
Row(
children: [
Expanded(
child: _ZoomSelector(
label: AppLocalizations.of(context)!.minZoom,
value: provider.minZoom,
onChanged: provider.setMinZoom,
),
),
const SizedBox(width: 16),
Expanded(
child: _ZoomSelector(
label: AppLocalizations.of(context)!.maxZoom,
value: provider.maxZoom,
onChanged: provider.setMaxZoom,
),
),
],
),
const SizedBox(height: 8),
// Tile estimate
Text(
provider.hasPolygons
? '~${_formatNumber(provider.estimatedTileCount)} tiles'
: 'Draw an area to download',
style: Theme.of(context).textTheme.bodySmall,
textAlign: TextAlign.center,
),
const SizedBox(height: 4),
Text(
'Cache: ${_formatBytes(provider.cacheSizeBytes)}',
style: Theme.of(context).textTheme.bodySmall?.copyWith(
color: Theme.of(context)
.colorScheme
.onSurface
.withValues(alpha: 0.6),
),
textAlign: TextAlign.center,
),
],
// Progress
if (provider.isDownloading) ...[
LinearProgressIndicator(
value: provider.progress.percent,
),
const SizedBox(height: 8),
Text(
'${(provider.progress.percent * 100).toStringAsFixed(1)}% — '
'Downloaded: ${provider.progress.downloaded}, '
'Cached: ${provider.progress.skipped}, '
'Failed: ${provider.progress.failed} / '
'${provider.progress.total}',
style: Theme.of(context).textTheme.bodySmall,
textAlign: TextAlign.center,
),
],
// Download complete summary
if (!provider.isDownloading &&
provider.progress.isComplete) ...[
const SizedBox(height: 4),
Text(
'Done! ${provider.progress.downloaded} downloaded, '
'${provider.progress.skipped} cached, '
'${provider.progress.failed} failed',
style: Theme.of(context).textTheme.bodySmall?.copyWith(
color: Colors.green,
),
textAlign: TextAlign.center,
),
],
const SizedBox(height: 12),
// Action buttons
Row(
children: [
if (!provider.isDownloading) ...[
Expanded(
child: FilledButton.icon(
onPressed: provider.hasPolygons
? () => provider.startDownload()
: null,
icon: const Icon(Icons.download),
label: Text(AppLocalizations.of(context)!.download),
),
),
if (provider.tileOverlays.isNotEmpty) ...[
const SizedBox(width: 8),
IconButton(
onPressed: provider.clearOverlays,
icon: const Icon(Icons.layers_clear),
tooltip: AppLocalizations.of(context)!.clearOverlay,
),
],
if (provider.cacheSizeBytes > 0) ...[
const SizedBox(width: 8),
IconButton(
onPressed: () => _confirmClearCache(provider),
icon: const Icon(Icons.delete_forever),
tooltip: AppLocalizations.of(context)!.clearCache,
),
],
],
if (provider.isDownloading) ...[
Expanded(
child: OutlinedButton.icon(
onPressed: () => provider.cancelDownload(),
icon: const Icon(Icons.cancel),
label: Text(AppLocalizations.of(context)!.cancel),
style: OutlinedButton.styleFrom(
foregroundColor: Colors.red,
),
),
),
],
],
),
],
),
),
),
);
},
),
);
}
void _showSharingSheet(BuildContext context, OfflineTilesProvider provider) {
// Refresh catalogs and local styles when opening
provider.refreshPeerCatalogs();
provider.refreshLocalStyles();
showModalBottomSheet(
context: context,
isScrollControlled: true,
builder: (sheetContext) {
return DraggableScrollableSheet(
initialChildSize: 0.65,
minChildSize: 0.3,
maxChildSize: 0.9,
expand: false,
builder: (context, scrollController) {
return Consumer<OfflineTilesProvider>(
builder: (context, provider, _) {
return ListView(
controller: scrollController,
padding: const EdgeInsets.all(16),
children: [
// Header
Center(
child: Container(
width: 32,
height: 4,
margin: const EdgeInsets.only(bottom: 16),
decoration: BoxDecoration(
color: Colors.grey[400],
borderRadius: BorderRadius.circular(2),
),
),
),
Text(
'Tile Sharing',
style: Theme.of(context).textTheme.titleMedium,
),
const SizedBox(height: 12),
// Server toggle
SwitchListTile(
title: Text(AppLocalizations.of(context)!.shareMyTiles),
subtitle: Text(
provider.isServerRunning
? 'Other devices can fetch tiles from this device'
: 'Start serving cached tiles to nearby devices',
),
secondary: Icon(
provider.isServerRunning
? Icons.wifi_tethering
: Icons.wifi_tethering_off,
),
value: provider.isServerRunning,
onChanged: (_) => provider.toggleServer(),
),
// My cached maps
if (provider.localStyles.isNotEmpty) ...[
const Divider(),
Padding(
padding: const EdgeInsets.symmetric(vertical: 8),
child: Text(
'My Cached Maps',
style: Theme.of(context).textTheme.titleSmall,
),
),
...provider.localStyles.map((style) {
final isShowing =
provider.coverageStyle?.hash == style.hash;
return ListTile(
dense: true,
leading: const Icon(Icons.map, size: 20),
title: Text(style.displayName),
subtitle: Text(
'${_formatNumber(style.tileCount)} tiles, '
'${_formatBytes(style.sizeBytes)}',
),
trailing: Row(
mainAxisSize: MainAxisSize.min,
children: [
IconButton(
icon: Icon(
isShowing
? Icons.visibility
: Icons.visibility_off,
size: 20,
color: isShowing
? Colors.blue
: null,
),
tooltip: isShowing
? 'Hide on map'
: 'Show on map',
onPressed: () {
provider.showCoverage(style);
},
),
IconButton(
icon: const Icon(Icons.delete_outline,
size: 20),
tooltip: AppLocalizations.of(context)!.delete,
onPressed: () => _confirmDeleteStyle(
context, provider, style),
),
],
),
);
}),
],
// Peers section
const Divider(),
Padding(
padding: const EdgeInsets.symmetric(vertical: 8),
child: Row(
children: [
Expanded(
child: Text(
'Nearby Devices',
style: Theme.of(context).textTheme.titleSmall,
),
),
if (provider.isFetchingCatalogs)
const SizedBox(
width: 16,
height: 16,
child:
CircularProgressIndicator(strokeWidth: 2),
)
else
IconButton(
icon: const Icon(Icons.refresh, size: 20),
tooltip: AppLocalizations.of(context)!.refresh,
onPressed: () =>
provider.refreshPeerCatalogs(),
),
IconButton(
icon: const Icon(Icons.add, size: 20),
tooltip: AppLocalizations.of(context)!.addPeerManually,
onPressed: () =>
_showAddPeerDialog(context, provider),
),
],
),
),
if (provider.discoveredPeers.isEmpty)
Padding(
padding: const EdgeInsets.symmetric(vertical: 8),
child: Text(
'No peers found on the local network.\n'
'Make sure other devices have tile sharing enabled.',
style: Theme.of(context)
.textTheme
.bodySmall
?.copyWith(
color: Theme.of(context)
.colorScheme
.onSurface
.withValues(alpha: 0.6),
),
),
),
// Peer catalogs — show each peer and their available styles
...provider.peerCatalogs.map((catalog) => _buildPeerCard(
context, provider, catalog)),
// Peers without catalogs yet (just discovered, not queried)
...provider.discoveredPeers
.where((peer) => !provider.peerCatalogs
.any((c) => c.peer == peer))
.map((peer) => ListTile(
leading: const Icon(Icons.devices),
title: Text(peer.ipAddress),
subtitle: Text(AppLocalizations.of(context)!.fetchingCatalog),
trailing: IconButton(
icon: const Icon(
Icons.remove_circle_outline,
size: 20),
onPressed: () =>
provider.removePeer(peer),
),
)),
// Sync progress
if (provider.isSyncing || provider.syncStatus.isNotEmpty) ...[
const Divider(),
if (provider.isSyncing)
LinearProgressIndicator(
value: provider.syncProgress > 0
? provider.syncProgress
: null,
),
Padding(
padding: const EdgeInsets.symmetric(vertical: 8),
child: Row(
children: [
Expanded(
child: Text(
provider.syncStatus,
style: Theme.of(context).textTheme.bodySmall,
),
),
if (provider.isSyncing)
TextButton(
onPressed: () => provider.cancelSync(),
child: Text(AppLocalizations.of(context)!.cancel),
),
],
),
),
],
],
);
},
);
},
);
},
);
}
Widget _buildPeerCard(
BuildContext context,
OfflineTilesProvider provider,
PeerCatalog catalog,
) {
return Card(
margin: const EdgeInsets.symmetric(vertical: 4),
child: Padding(
padding: const EdgeInsets.all(12),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(
children: [
const Icon(Icons.devices, size: 18),
const SizedBox(width: 8),
Expanded(
child: Text(
catalog.peer.ipAddress,
style: Theme.of(context).textTheme.titleSmall,
),
),
IconButton(
icon: const Icon(Icons.remove_circle_outline, size: 18),
onPressed: () => provider.removePeer(catalog.peer),
visualDensity: VisualDensity.compact,
),
],
),
if (catalog.styles.isEmpty)
Padding(
padding: const EdgeInsets.only(top: 4),
child: Text(
'No cached tiles on this device',
style: Theme.of(context).textTheme.bodySmall?.copyWith(
color: Theme.of(context)
.colorScheme
.onSurface
.withValues(alpha: 0.6),
),
),
),
...catalog.styles.map((style) {
// Check if we already have this style locally
final localMatch = provider.localStyles
.where((s) => s.hash == style.hash);
final localCount =
localMatch.isNotEmpty ? localMatch.first.tileCount : 0;
final missingTiles = style.tileCount - localCount;
return ListTile(
dense: true,
contentPadding: EdgeInsets.zero,
leading: const Icon(Icons.map_outlined, size: 20),
title: Text(style.displayName),
subtitle: Text(
'${_formatNumber(style.tileCount)} tiles, '
'${_formatBytes(style.sizeBytes)}'
'${localCount > 0 ? ' (you have ${_formatNumberInline(localCount)})' : ''}',
),
trailing: missingTiles > 0
? TextButton.icon(
onPressed: provider.isSyncing
? null
: () => provider.syncStyleFromPeers(style),
icon: const Icon(Icons.download, size: 16),
label: Text(
missingTiles == style.tileCount
? 'Get all'
: '+${_formatNumber(missingTiles)}',
),
)
: const Icon(Icons.check_circle,
color: Colors.green, size: 20),
);
}),
],
),
),
);
}
String _formatNumberInline(int n) {
if (n < 1000) return '$n';
if (n < 1000000) return '${(n / 1000).toStringAsFixed(1)}K';
return '${(n / 1000000).toStringAsFixed(1)}M';
}
void _fitMapToPolygons(OfflineTilesProvider provider) {
if (provider.polygons.isEmpty) return;
var minLat = 90.0, maxLat = -90.0;
var minLng = 180.0, maxLng = -180.0;
for (final poly in provider.polygons) {
for (final p in poly) {
if (p.latitude < minLat) minLat = p.latitude;
if (p.latitude > maxLat) maxLat = p.latitude;
if (p.longitude < minLng) minLng = p.longitude;
if (p.longitude > maxLng) maxLng = p.longitude;
}
}
_mapController.fitCamera(
CameraFit.bounds(
bounds: LatLngBounds(
LatLng(minLat, minLng),
LatLng(maxLat, maxLng),
),
padding: const EdgeInsets.all(50),
),
);
}
void _showAddPeerDialog(
BuildContext context, OfflineTilesProvider provider) {
final controller = TextEditingController();
showDialog(
context: context,
builder: (context) => AlertDialog(
title: Text(AppLocalizations.of(context)!.addPeer),
content: TextField(
controller: controller,
decoration: const InputDecoration(
labelText: 'IP Address',
hintText: '192.168.1.100',
),
keyboardType: TextInputType.number,
autofocus: true,
onSubmitted: (value) {
if (value.trim().isNotEmpty) {
provider.addManualPeer(value.trim());
Navigator.pop(context);
}
},
),
actions: [
TextButton(
onPressed: () => Navigator.pop(context),
child: Text(AppLocalizations.of(context)!.cancel),
),
TextButton(
onPressed: () {
final ip = controller.text.trim();
if (ip.isNotEmpty) {
provider.addManualPeer(ip);
Navigator.pop(context);
}
},
child: Text(AppLocalizations.of(context)!.add),
),
],
),
);
}
void _confirmDeleteStyle(
BuildContext context,
OfflineTilesProvider provider,
StyleInfo style,
) {
showDialog(
context: context,
builder: (dialogContext) => AlertDialog(
title: Text(AppLocalizations.of(context)!.deleteStyleConfirm(style.displayName)),
content: Text(
'${_formatNumber(style.tileCount)} tiles, '
'${_formatBytes(style.sizeBytes)} will be deleted.',
),
actions: [
TextButton(
onPressed: () => Navigator.pop(dialogContext),
child: Text(AppLocalizations.of(context)!.cancel),
),
TextButton(
onPressed: () {
provider.deleteStyle(style);
Navigator.pop(dialogContext);
},
child:
Text(AppLocalizations.of(context)!.delete, style: const TextStyle(color: Colors.red)),
),
],
),
);
}
void _confirmClearCache(OfflineTilesProvider provider) {
showDialog(
context: context,
builder: (context) => AlertDialog(
title: Text(AppLocalizations.of(context)!.clearOfflineCache),
content: Text(
'This will delete ${_formatBytes(provider.cacheSizeBytes)} of cached tiles.'),
actions: [
TextButton(
onPressed: () => Navigator.pop(context),
child: Text(AppLocalizations.of(context)!.cancel),
),
TextButton(
onPressed: () {
provider.clearCache();
Navigator.pop(context);
},
child:
Text(AppLocalizations.of(context)!.delete, style: const TextStyle(color: Colors.red)),
),
],
),
);
}
String _formatBytes(int bytes) {
if (bytes < 1024) return '$bytes B';
if (bytes < 1024 * 1024) return '${(bytes / 1024).toStringAsFixed(1)} KB';
if (bytes < 1024 * 1024 * 1024) {
return '${(bytes / (1024 * 1024)).toStringAsFixed(1)} MB';
}
return '${(bytes / (1024 * 1024 * 1024)).toStringAsFixed(1)} GB';
}
String _formatNumber(int n) {
if (n < 1000) return '$n';
if (n < 1000000) return '${(n / 1000).toStringAsFixed(1)}K';
return '${(n / 1000000).toStringAsFixed(1)}M';
}
}
class _ZoomSelector extends StatelessWidget {
final String label;
final int value;
final ValueChanged<int> onChanged;
const _ZoomSelector({
required this.label,
required this.value,
required this.onChanged,
});
@override
Widget build(BuildContext context) {
return Row(
children: [
Text(label, style: Theme.of(context).textTheme.bodySmall),
const SizedBox(width: 8),
Expanded(
child: Slider(
value: value.toDouble(),
min: 0,
max: 19,
divisions: 19,
label: '$value',
onChanged: (v) => onChanged(v.round()),
),
),
SizedBox(
width: 24,
child: Text(
'$value',
style: Theme.of(context).textTheme.bodyMedium?.copyWith(
fontWeight: FontWeight.bold,
),
textAlign: TextAlign.center,
),
),
],
);
}
}

View File

@@ -96,7 +96,7 @@ class _PacketLogScreenState extends State<PacketLogScreen> {
if (context.mounted) {
ScaffoldMessenger.of(
context,
).showSnackBar(SnackBar(content: Text('Export failed: $e')));
).showSnackBar(SnackBar(content: Text(AppLocalizations.of(context)!.exportFailed(e.toString()))));
}
}
}
@@ -147,7 +147,7 @@ class _PacketLogScreenState extends State<PacketLogScreen> {
if (context.mounted) {
ScaffoldMessenger.of(
context,
).showSnackBar(SnackBar(content: Text('Export failed: $e')));
).showSnackBar(SnackBar(content: Text(AppLocalizations.of(context)!.exportFailed(e.toString()))));
}
}
}
@@ -222,7 +222,7 @@ class _PacketLogScreenState extends State<PacketLogScreen> {
? Icons.arrow_downward
: Icons.arrow_upward,
),
tooltip: 'Filter by direction',
tooltip: AppLocalizations.of(context)!.filterByDirection,
onSelected: (direction) {
setState(() {
_filterDirection = direction;
@@ -314,7 +314,7 @@ class _PacketLogScreenState extends State<PacketLogScreen> {
// Export menu
PopupMenuButton(
icon: const Icon(Icons.share),
tooltip: 'Export logs',
tooltip: AppLocalizations.of(context)!.exportLogs,
itemBuilder: (context) => [
PopupMenuItem(
value: 'csv',
@@ -348,7 +348,7 @@ class _PacketLogScreenState extends State<PacketLogScreen> {
// Clear logs
IconButton(
icon: const Icon(Icons.delete_outline),
tooltip: 'Clear logs',
tooltip: AppLocalizations.of(context)!.clearLogs,
onPressed: () => _clearLogs(context),
),
],
@@ -360,7 +360,7 @@ class _PacketLogScreenState extends State<PacketLogScreen> {
padding: const EdgeInsets.all(8.0),
child: TextField(
decoration: InputDecoration(
hintText: 'Search logs...',
hintText: AppLocalizations.of(context)!.searchLogs,
prefixIcon: const Icon(Icons.search),
suffixIcon: _searchQuery.isNotEmpty
? IconButton(
@@ -615,7 +615,7 @@ class _PacketLogCard extends StatelessWidget {
const Spacer(),
IconButton(
onPressed: onCopy,
tooltip: 'Copy full hex',
tooltip: AppLocalizations.of(context)!.copyFullHex,
icon: const Icon(Icons.copy_all_rounded, size: 18),
visualDensity: VisualDensity.compact,
),
@@ -750,9 +750,7 @@ class _DecodedRouteSection extends StatelessWidget {
return FutureBuilder<List<dynamic>>(
future: Future.wait<dynamic>([
RouteHashPreferences.getHashSize(),
MeshMapNodesService.loadCachedNodes(
cacheTtl: MeshMapNodesService.traceCacheTtl,
),
MeshMapNodesService.loadCachedNodes(),
]),
builder: (context, snapshot) {
final decodedRoute = LogRxRouteDecoder.decode(

View File

@@ -19,13 +19,9 @@ class ProfilesScreen extends StatelessWidget {
title: Text(AppLocalizations.of(context)!.profiles),
actions: [
IconButton(
onPressed: () async {
await context
.read<ProfileWorkspaceCoordinator>()
.importProfileFromFile();
},
onPressed: () => _importProfile(context),
icon: const Icon(Icons.file_open),
tooltip: 'Import profile',
tooltip: AppLocalizations.of(context)!.importProfile,
),
],
),
@@ -126,9 +122,11 @@ class ProfilesScreen extends StatelessWidget {
await _renameProfile(context, profile);
break;
case 'delete':
await context
.read<ProfileWorkspaceCoordinator>()
.deleteProfile(profile);
await _deleteProfile(
context,
profile,
isActive: isActive,
);
break;
}
},
@@ -143,9 +141,9 @@ class ProfilesScreen extends StatelessWidget {
child: Text(AppLocalizations.of(context)!.rename),
),
if (!profile.isDefault)
const PopupMenuItem(
PopupMenuItem(
value: 'delete',
child: Text('Delete'),
child: Text(AppLocalizations.of(context)!.delete),
),
],
),
@@ -183,6 +181,67 @@ class ProfilesScreen extends StatelessWidget {
return sections.isEmpty ? 'Empty profile' : sections.join(' | ');
}
Future<void> _importProfile(BuildContext context) async {
final messenger = ScaffoldMessenger.of(context);
final errorColor = Theme.of(context).colorScheme.error;
final coordinator = context.read<ProfileWorkspaceCoordinator>();
try {
final imported = await coordinator.importProfileFromFile();
if (imported == null) {
messenger.showSnackBar(
SnackBar(
content: const Text('Could not import profile — invalid file'),
backgroundColor: errorColor,
),
);
return;
}
messenger.showSnackBar(
SnackBar(content: Text('Imported profile "${imported.name}"')),
);
} catch (_) {
messenger.showSnackBar(
SnackBar(
content: const Text('Could not import profile — invalid file'),
backgroundColor: errorColor,
),
);
}
}
Future<void> _deleteProfile(
BuildContext context,
ConfigProfile profile, {
required bool isActive,
}) async {
final confirmed = await showDialog<bool>(
context: context,
builder: (context) => AlertDialog(
title: const Text('Delete Profile'),
content: Text(
'Delete "${profile.name}"? Its messages and contacts will be '
'permanently erased.'
'${isActive ? '\n\nThis profile is currently active. The app will switch to the Default profile.' : ''}',
),
actions: [
TextButton(
onPressed: () => Navigator.of(context).pop(false),
child: Text(AppLocalizations.of(context)!.cancel),
),
TextButton(
onPressed: () => Navigator.of(context).pop(true),
style: TextButton.styleFrom(foregroundColor: Colors.red),
child: Text(AppLocalizations.of(context)!.delete),
),
],
),
);
if (confirmed != true || !context.mounted) {
return;
}
await context.read<ProfileWorkspaceCoordinator>().deleteProfile(profile);
}
Future<void> _createProfile(BuildContext context) async {
final controller = TextEditingController();
final name = await showDialog<String>(
@@ -197,7 +256,7 @@ class ProfilesScreen extends StatelessWidget {
actions: [
TextButton(
onPressed: () => Navigator.of(context).pop(),
child: const Text('Cancel'),
child: Text(AppLocalizations.of(context)!.cancel),
),
FilledButton(
onPressed: () => Navigator.of(context).pop(controller.text.trim()),
@@ -231,11 +290,11 @@ class ProfilesScreen extends StatelessWidget {
actions: [
TextButton(
onPressed: () => Navigator.of(context).pop(),
child: const Text('Cancel'),
child: Text(AppLocalizations.of(context)!.cancel),
),
FilledButton(
onPressed: () => Navigator.of(context).pop(controller.text.trim()),
child: const Text('Save'),
child: Text(AppLocalizations.of(context)!.save),
),
],
),

View File

@@ -269,12 +269,12 @@ class _RepeatersMapScreenState extends State<RepeatersMapScreen> {
await connectionProvider.getContact(_hexToBytes(repeater.publicKey));
if (!mounted) return;
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(content: Text('${repeater.name} added to contacts')),
SnackBar(content: Text(AppLocalizations.of(context)!.addedToContacts(repeater.name))),
);
} catch (error) {
if (!mounted) return;
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(content: Text('Failed to add ${repeater.name}: $error')),
SnackBar(content: Text(AppLocalizations.of(context)!.failedToAddName(repeater.name, error.toString()))),
);
} finally {
if (mounted) {
@@ -374,7 +374,7 @@ class _RepeatersMapScreenState extends State<RepeatersMapScreen> {
? null
: () => _loadRepeaters(forceRefresh: true),
icon: const Icon(Icons.refresh),
tooltip: 'Refresh',
tooltip: AppLocalizations.of(context)!.refresh,
),
],
),
@@ -491,7 +491,7 @@ class _RepeatersMapScreenState extends State<RepeatersMapScreen> {
),
floatingActionButton: FloatingActionButton(
onPressed: _jumpToMyLocation,
tooltip: 'My location',
tooltip: AppLocalizations.of(context)!.myLocation,
child: const Icon(Icons.my_location),
),
);

View File

@@ -1,13 +1,14 @@
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../models/contact.dart';
import '../providers/connection_provider.dart';
import '../providers/contacts_provider.dart';
import '../providers/map_provider.dart';
import '../providers/sensors_provider.dart';
import '../widgets/contacts/ping_contact_sheet.dart';
import '../widgets/sensors/bthome_met_history_sheet.dart';
import '../widgets/sensors/sensor_history_sheet.dart';
import '../widgets/sensors/sensor_telemetry_card.dart';
import '../l10n/app_localizations.dart';
@@ -21,83 +22,19 @@ class SensorsTab extends StatefulWidget {
}
class _SensorsTabState extends State<SensorsTab> {
Timer? _minuteTicker;
final Map<String, DateTime> _lastCenteredTelemetryAtBySensor =
<String, DateTime>{};
@override
void initState() {
super.initState();
if (widget.isActive) {
unawaited(_handleMinuteTick());
_scheduleMinuteTicker();
}
}
@override
void dispose() {
_minuteTicker?.cancel();
super.dispose();
}
@override
void didUpdateWidget(covariant SensorsTab oldWidget) {
super.didUpdateWidget(oldWidget);
if (oldWidget.isActive == widget.isActive) {
return;
}
if (widget.isActive) {
unawaited(_handleMinuteTick());
_scheduleMinuteTicker();
return;
}
_minuteTicker?.cancel();
_minuteTicker = null;
}
void _scheduleMinuteTicker() {
_minuteTicker?.cancel();
if (!widget.isActive) {
return;
}
final now = DateTime.now();
final nextMinute = DateTime(
now.year,
now.month,
now.day,
now.hour,
now.minute + 1,
);
final delay = nextMinute.difference(now);
_minuteTicker = Timer(delay, () {
if (!mounted) return;
unawaited(_handleMinuteTick());
_minuteTicker = Timer.periodic(const Duration(minutes: 1), (_) {
unawaited(_handleMinuteTick());
});
});
}
Future<void> _handleMinuteTick() async {
if (!mounted || !widget.isActive) {
return;
}
final sensorsProvider = context.read<SensorsProvider>();
sensorsProvider.clearExpiredRefreshStates();
await sensorsProvider.refreshDueSensors(
contactsProvider: context.read<ContactsProvider>(),
connectionProvider: context.read<ConnectionProvider>(),
now: DateTime.now(),
);
if (!mounted) {
return;
}
setState(() {});
}
Future<void> _showAddSensorSheet(BuildContext context) async {
final sensorsProvider = context.read<SensorsProvider>();
final contactsProvider = context.read<ContactsProvider>();
@@ -117,7 +54,7 @@ class _SensorsTabState extends State<SensorsTab> {
if (!sheetContext.mounted) return;
Navigator.of(sheetContext).pop();
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(content: Text('${contact.displayName} added to Sensors')),
SnackBar(content: Text(AppLocalizations.of(context)!.addedToSensors(contact.displayName))),
);
},
),
@@ -192,14 +129,14 @@ class _SensorsTabState extends State<SensorsTab> {
actions: [
if (sensorsProvider.labelOverrideFor(publicKeyHex, option.key) !=
null)
TextButton(onPressed: controller.clear, child: const Text('Reset')),
TextButton(onPressed: controller.clear, child: Text(AppLocalizations.of(dialogContext)!.reset)),
TextButton(
onPressed: () => Navigator.of(dialogContext).pop(false),
child: const Text('Cancel'),
child: Text(AppLocalizations.of(dialogContext)!.cancel),
),
FilledButton(
onPressed: () => Navigator.of(dialogContext).pop(true),
child: const Text('Save'),
child: Text(AppLocalizations.of(dialogContext)!.save),
),
],
),
@@ -225,6 +162,65 @@ class _SensorsTabState extends State<SensorsTab> {
);
}
void _maybeCenterMapOnTelemetryUpdate(
Iterable<String> sensorKeys, {
required SensorsProvider sensorsProvider,
required ContactsProvider contactsProvider,
required ConnectionProvider connectionProvider,
}) {
if (!widget.isActive) {
return;
}
Contact? latestContact;
DateTime? latestTimestamp;
for (final key in sensorKeys) {
final contact = sensorsProvider.contactForDisplay(
key,
contactsProvider: contactsProvider,
connectionProvider: connectionProvider,
);
final timestamp = contact?.telemetry?.timestamp;
final location = contact?.displayLocation;
if (contact == null || timestamp == null || location == null) {
continue;
}
final previousTimestamp = _lastCenteredTelemetryAtBySensor[key];
if (previousTimestamp != null && !timestamp.isAfter(previousTimestamp)) {
continue;
}
if (latestTimestamp == null || timestamp.isAfter(latestTimestamp)) {
latestContact = contact;
latestTimestamp = timestamp;
}
}
if (latestContact == null || latestTimestamp == null) {
return;
}
_lastCenteredTelemetryAtBySensor[latestContact.publicKeyHex] =
latestTimestamp;
WidgetsBinding.instance.addPostFrameCallback((_) {
if (!mounted || !widget.isActive) {
return;
}
final location = latestContact!.displayLocation;
if (location == null) {
return;
}
context.read<MapProvider>().navigateToLocation(
location: location,
zoom: 15.0,
);
});
}
@override
Widget build(BuildContext context) {
return Scaffold(
@@ -247,6 +243,16 @@ class _SensorsTabState extends State<SensorsTab> {
contactsProvider: contactsProvider,
connectionProvider: connectionProvider,
);
final displayKeys = <String>[
...?selfDisplayKey == null ? null : <String>[selfDisplayKey],
...watchedKeys,
];
_maybeCenterMapOnTelemetryUpdate(
displayKeys,
sensorsProvider: sensorsProvider,
contactsProvider: contactsProvider,
connectionProvider: connectionProvider,
);
final hasAnyCards =
selfDisplayKey != null || watchedKeys.isNotEmpty;
@@ -278,6 +284,7 @@ class _SensorsTabState extends State<SensorsTab> {
child: SensorTelemetryCard(
contact: contact,
state: sensorsProvider.stateFor(key),
showActionSheetOnTap: true,
visibleFields: visibleFields,
fieldOrder: sensorsProvider.metricOrderFor(
key,
@@ -295,6 +302,20 @@ class _SensorsTabState extends State<SensorsTab> {
: null,
onCustomize: () =>
_showMetricSelector(context, key, contact),
onMetricTap: (fieldKey) async {
final history = sensorsProvider.historyFor(key);
final hasHistoryForField = history.any(
(sample) => sample.values.containsKey(fieldKey),
);
if (!hasHistoryForField) {
return;
}
await showSensorHistorySheet(
context,
publicKeyHex: key,
initialFieldKey: fieldKey,
);
},
onShowMetHistory: (contact) =>
showBTHomeMetHistorySheet(context, contact: contact),
onMoveUp: isWatchedCard && index > 0
@@ -310,6 +331,23 @@ class _SensorsTabState extends State<SensorsTab> {
contactsProvider: contactsProvider,
connectionProvider: connectionProvider,
),
onPing: contact == null
? null
: () async {
await showModalBottomSheet<void>(
context: context,
isScrollControlled: true,
backgroundColor:
Theme.of(context).colorScheme.surface,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(
top: Radius.circular(16),
),
),
builder: (context) =>
PingContactSheet(contact: contact),
);
},
),
),
);
@@ -465,10 +503,10 @@ class _AddSensorSheetState extends State<AddSensorSheet> {
child: TextField(
controller: _searchController,
onChanged: (_) => setState(() {}),
decoration: const InputDecoration(
prefixIcon: Icon(Icons.search),
hintText: 'Search sensors',
border: OutlineInputBorder(),
decoration: InputDecoration(
prefixIcon: const Icon(Icons.search),
hintText: AppLocalizations.of(context)!.searchSensors,
border: const OutlineInputBorder(),
),
),
),
@@ -577,7 +615,7 @@ class SensorCustomizeView extends StatelessWidget {
return Scaffold(
appBar: AppBar(
title: Text('Customize ${contact?.displayName ?? 'Sensor'}'),
title: Text(AppLocalizations.of(context)!.customizeSensor(contact?.displayName ?? AppLocalizations.of(context)!.sensor)),
),
body: ListView(
padding: EdgeInsets.fromLTRB(16, 16, 16, 24),
@@ -1016,12 +1054,12 @@ class SensorMetricSelectorItem extends StatelessWidget {
),
const Spacer(),
IconButton(
tooltip: 'Move up',
tooltip: AppLocalizations.of(context)!.moveUp,
onPressed: canMoveUp ? onMoveUp : null,
icon: const Icon(Icons.arrow_upward),
),
IconButton(
tooltip: 'Move down',
tooltip: AppLocalizations.of(context)!.moveDown,
onPressed: canMoveDown ? onMoveDown : null,
icon: const Icon(Icons.arrow_downward),
),
@@ -1181,7 +1219,7 @@ class _SelfOnlySensorsCta extends StatelessWidget {
child: FilledButton.icon(
onPressed: onAddSensor,
icon: const Icon(Icons.add, size: 18),
label: const Text('Choose'),
label: Text(AppLocalizations.of(context)!.choose),
),
),
],

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import '../l10n/app_localizations.dart';
import '../models/device_info.dart';
import '../providers/connection_provider.dart';
import '../services/wizard_preferences.dart';
import '../widgets/connection_dialog.dart';
@@ -168,7 +169,9 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
codingRate: 5,
),
];
_RadioPreset _selectedPreset = _radioPresets[4];
/// Null means "keep the device's current radio settings" (no preset write).
_RadioPreset? _selectedPreset;
bool _userSelectedPreset = false;
@override
void initState() {
@@ -176,6 +179,77 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
final deviceInfo = context.read<ConnectionProvider>().deviceInfo;
_deviceNameController.text =
deviceInfo.selfName ?? deviceInfo.deviceName ?? '';
_selectedPreset = _matchRadioPreset(deviceInfo);
}
static const Map<int, int> _bandwidthHzToValue = {
7800: 0,
10400: 1,
15600: 2,
20800: 3,
31250: 4,
41700: 5,
62500: 6,
125000: 7,
250000: 8,
500000: 9,
};
static int? _normalizeBandwidthValue(int? bw) {
if (bw == null) {
return null;
}
if (bw >= 0 && bw <= 9) {
return bw;
}
return _bandwidthHzToValue[bw];
}
static int? _normalizeSpreadingFactor(int? spreadingFactor) {
if (spreadingFactor == null ||
spreadingFactor < 7 ||
spreadingFactor > 12) {
return null;
}
return spreadingFactor;
}
static int? _normalizeCodingRate(int? codingRate) {
if (codingRate == null) {
return null;
}
if (codingRate >= 5 && codingRate <= 8) {
return codingRate;
}
if (codingRate >= 1 && codingRate <= 4) {
return codingRate + 4;
}
return null;
}
/// Find the preset matching the device's current radio settings, if any.
static _RadioPreset? _matchRadioPreset(DeviceInfo deviceInfo) {
final frequencyKhz = deviceInfo.radioFreq;
final bandwidth = _normalizeBandwidthValue(deviceInfo.radioBw);
final spreadingFactor = _normalizeSpreadingFactor(deviceInfo.radioSf);
final codingRate = _normalizeCodingRate(deviceInfo.radioCr);
if (frequencyKhz == null ||
bandwidth == null ||
spreadingFactor == null ||
codingRate == null) {
return null;
}
for (final preset in _radioPresets) {
if (preset.frequencyKhz == frequencyKhz &&
preset.bandwidth == bandwidth &&
preset.spreadingFactor == spreadingFactor &&
preset.codingRate == codingRate) {
return preset;
}
}
return null;
}
@override
@@ -233,13 +307,14 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
if (!mounted) return;
final deviceInfo = connectionProvider.deviceInfo;
final fetchedName = deviceInfo.selfName ?? deviceInfo.deviceName ?? '';
if (fetchedName.isNotEmpty) {
setState(() {
setState(() {
if (fetchedName.isNotEmpty) {
_deviceNameController.text = fetchedName;
});
} else {
setState(() {});
}
}
if (!_userSelectedPreset) {
_selectedPreset = _matchRadioPreset(deviceInfo);
}
});
}
Future<void> _handleDeviceSetupAction() async {
@@ -263,21 +338,49 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
_isApplyingDeviceSetup = true;
});
final selectedPreset = _selectedPreset;
try {
connectionProvider.clearError();
await connectionProvider.setAdvertName(trimmedName);
await connectionProvider.setRadioParams(
frequency: _selectedPreset.frequencyKhz,
bandwidth: _selectedPreset.bandwidth,
spreadingFactor: _selectedPreset.spreadingFactor,
codingRate: _selectedPreset.codingRate,
);
var saveError = connectionProvider.error;
// Only write radio params when the user picked a preset that differs
// from the device's current settings.
if (saveError == null &&
selectedPreset != null &&
selectedPreset != _matchRadioPreset(deviceInfo)) {
await connectionProvider.setRadioParams(
frequency: selectedPreset.frequencyKhz,
bandwidth: selectedPreset.bandwidth,
spreadingFactor: selectedPreset.spreadingFactor,
codingRate: selectedPreset.codingRate,
);
saveError = connectionProvider.error;
}
if (saveError != null) {
connectionProvider.clearError();
if (!mounted) return;
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(l10n.failedToSave(saveError)),
backgroundColor: Colors.red,
),
);
return;
}
await connectionProvider.refreshDeviceInfo();
if (!mounted) return;
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(
l10n.wizardDeviceSetupSaved(trimmedName, _selectedPreset.label),
l10n.wizardDeviceSetupSaved(
trimmedName,
selectedPreset?.label ?? 'current radio settings',
),
),
backgroundColor: Colors.green,
),
@@ -555,7 +658,8 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
),
),
const SizedBox(height: 12),
DropdownButtonFormField<_RadioPreset>(
DropdownButtonFormField<_RadioPreset?>(
key: ValueKey(_selectedPreset?.id ?? 'keep_current'),
initialValue: _selectedPreset,
isExpanded: true,
decoration: InputDecoration(
@@ -563,21 +667,28 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
border: OutlineInputBorder(),
helperText: l10n.wizardConfigRegionHelp,
),
items: _radioPresets
.map(
(preset) => DropdownMenuItem<_RadioPreset>(
value: preset,
child: Text(
preset.label,
overflow: TextOverflow.ellipsis,
),
items: [
const DropdownMenuItem<_RadioPreset?>(
value: null,
child: Text(
'Keep current settings',
overflow: TextOverflow.ellipsis,
),
),
..._radioPresets.map(
(preset) => DropdownMenuItem<_RadioPreset?>(
value: preset,
child: Text(
preset.label,
overflow: TextOverflow.ellipsis,
),
)
.toList(),
),
),
],
onChanged: (preset) {
if (preset == null) return;
setState(() {
_selectedPreset = preset;
_userSelectedPreset = true;
});
},
),
@@ -591,13 +702,14 @@ class _WelcomeWizardScreenState extends State<WelcomeWizardScreen> {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
_selectedPreset.label,
_selectedPreset?.label ?? 'Keep current settings',
style: Theme.of(context).textTheme.titleMedium
?.copyWith(fontWeight: FontWeight.w700),
),
const SizedBox(height: 4),
Text(
_selectedPreset.summary,
_selectedPreset?.summary ??
'Saving will not change the radio settings on your device.',
style: Theme.of(context).textTheme.bodyMedium,
),
SizedBox(height: 14),

View File

@@ -23,7 +23,6 @@ class AppConfigSnapshotService {
voiceEchoCancellationEnabled: appProvider.isVoiceEchoCancellationEnabled,
voiceNoiseSuppressionEnabled: appProvider.isVoiceNoiseSuppressionEnabled,
messageFontScale: appProvider.messageFontScale,
autoRouteRotationEnabled: appProvider.autoRouteRotationEnabled,
clearPathOnMaxRetry: appProvider.clearPathOnMaxRetry,
nearestRelayFallbackEnabled: appProvider.nearestRelayFallbackEnabled,
voiceBitrate: await VoiceBitratePreferences.getBitrate(),
@@ -98,11 +97,6 @@ class AppConfigSnapshotService {
if (section.messageFontScale != null) {
await appProvider.setMessageFontScale(section.messageFontScale!);
}
if (section.autoRouteRotationEnabled != null) {
await appProvider.toggleAutoRouteRotationEnabled(
section.autoRouteRotationEnabled!,
);
}
if (section.clearPathOnMaxRetry != null) {
await appProvider.toggleClearPathOnMaxRetry(section.clearPathOnMaxRetry!);
}

View File

@@ -1,5 +1,8 @@
import 'dart:async';
import 'dart:io';
import 'dart:ui';
import 'package:flutter_background_service/flutter_background_service.dart';
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
import 'package:flutter/widgets.dart';
import 'package:geolocator/geolocator.dart';
import 'package:shared_preferences/shared_preferences.dart';
@@ -14,8 +17,13 @@ class BackgroundLocationService {
static const String _prefKeyDistance = 'background_tracking_distance';
static const String _prefKeyLastLat = 'background_last_lat';
static const String _prefKeyLastLon = 'background_last_lon';
static const String _notificationChannelId =
'meshcore_sar_background_tracking';
static const int _notificationId = 9101;
MeshCoreBleService? _bleService;
final FlutterBackgroundService _service = FlutterBackgroundService();
bool _serviceConfigured = false;
String _scopedKey(String baseKey) {
return ProfileStorageScope.scopedKey(baseKey);
@@ -33,8 +41,6 @@ class BackgroundLocationService {
/// Start location tracking and automatic advertisement
/// Returns true if successful, false otherwise
///
/// Note: This is foreground tracking. For true background operation,
/// additional platform-specific configuration is required.
Future<bool> startTracking({double distanceThreshold = 10.0}) async {
if (!_isInitialized || _bleService == null) {
debugPrint(
@@ -80,6 +86,8 @@ class BackgroundLocationService {
await prefs.setBool(_scopedKey(_prefKeyEnabled), true);
await prefs.setDouble(_scopedKey(_prefKeyDistance), distanceThreshold);
await _startForegroundService(distanceThreshold);
// Start listening to position updates
Position? lastPosition;
try {
@@ -171,12 +179,87 @@ class BackgroundLocationService {
debugPrint('🛑 [BackgroundLocation] Stopping tracking');
await _positionSubscription?.cancel();
_positionSubscription = null;
await _stopForegroundService();
final prefs = await SharedPreferences.getInstance();
await prefs.setBool(_scopedKey(_prefKeyEnabled), false);
debugPrint('✅ [BackgroundLocation] Tracking stopped');
}
Future<void> _startForegroundService(double distanceThreshold) async {
if (!Platform.isAndroid && !Platform.isIOS) {
return;
}
try {
if (!_serviceConfigured) {
await _configureForegroundService();
}
final running = await _service.isRunning();
if (!running) {
await _service.startService();
}
_service.invoke('trackingUpdate', {
'distanceThreshold': distanceThreshold,
});
} catch (e) {
debugPrint('⚠️ [BackgroundLocation] Foreground service start failed: $e');
}
}
Future<void> _stopForegroundService() async {
if (!Platform.isAndroid && !Platform.isIOS) {
return;
}
try {
if (await _service.isRunning()) {
_service.invoke('stopService');
}
} catch (e) {
debugPrint('⚠️ [BackgroundLocation] Foreground service stop failed: $e');
}
}
Future<void> _configureForegroundService() async {
const channel = AndroidNotificationChannel(
_notificationChannelId,
'Background tracking',
description:
'Keeps MeshCore SAR location sharing active while the app is in the background.',
importance: Importance.low,
);
final notifications = FlutterLocalNotificationsPlugin();
await notifications
.resolvePlatformSpecificImplementation<
AndroidFlutterLocalNotificationsPlugin
>()
?.createNotificationChannel(channel);
await _service.configure(
androidConfiguration: AndroidConfiguration(
onStart: meshCoreSarBackgroundServiceStart,
autoStart: false,
autoStartOnBoot: false,
isForegroundMode: true,
notificationChannelId: _notificationChannelId,
initialNotificationTitle: 'MeshCore SAR',
initialNotificationContent: 'Maintaining background tracking',
foregroundServiceNotificationId: _notificationId,
foregroundServiceTypes: [AndroidForegroundType.location],
),
iosConfiguration: IosConfiguration(
autoStart: false,
onForeground: meshCoreSarBackgroundServiceStart,
onBackground: meshCoreSarBackgroundServiceIos,
),
);
_serviceConfigured = true;
}
/// Update the distance threshold for location updates
/// Note: This will restart tracking with the new threshold
Future<void> updateDistanceThreshold(double distance) async {
@@ -212,3 +295,40 @@ class BackgroundLocationService {
);
}
}
@pragma('vm:entry-point')
Future<bool> meshCoreSarBackgroundServiceIos(ServiceInstance service) async {
WidgetsFlutterBinding.ensureInitialized();
DartPluginRegistrant.ensureInitialized();
return true;
}
@pragma('vm:entry-point')
void meshCoreSarBackgroundServiceStart(ServiceInstance service) {
DartPluginRegistrant.ensureInitialized();
if (service is AndroidServiceInstance) {
service.setAsForegroundService();
service.setForegroundNotificationInfo(
title: 'MeshCore SAR',
content: 'Maintaining background tracking',
);
}
service.on('trackingUpdate').listen((event) {
if (service is AndroidServiceInstance) {
final threshold = event?['distanceThreshold'];
final suffix = threshold is num
? ' (${threshold.toStringAsFixed(0)} m updates)'
: '';
service.setForegroundNotificationInfo(
title: 'MeshCore SAR',
content: 'Maintaining background tracking$suffix',
);
}
});
service.on('stopService').listen((event) {
service.stopSelf();
});
}

View File

@@ -3,12 +3,136 @@ import '../utils/log_rx_route_decoder.dart';
enum LiveTrafficBusyness { quiet, active, busy }
class LiveTrafficPacketTypeDetails {
final int payloadType;
final String title;
final String label;
final String summary;
final String description;
const LiveTrafficPacketTypeDetails({
required this.payloadType,
required this.title,
required this.label,
required this.summary,
required this.description,
});
}
class LiveTrafficEntry {
final BlePacketLog log;
final DecodedLogRxRoute? route;
const LiveTrafficEntry({required this.log, required this.route});
static const List<LiveTrafficPacketTypeDetails> _knownPayloadTypes = [
LiveTrafficPacketTypeDetails(
payloadType: 0x00,
title: 'FLOOD REQUEST',
label: 'Request',
summary: 'Encrypted request to a known peer',
description:
'Encrypted request to a known peer. The wire payload carries destination and source hashes plus a MAC, and the decrypted body starts with a timestamp followed by application-defined request data such as stats or keepalive requests.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x01,
title: 'FLOOD RESPONSE',
label: 'Response',
summary: 'Encrypted reply to a request',
description:
'Encrypted reply to a Request or Anonymous request. After decryption, the body is application-defined response data with no single generic response envelope.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x02,
title: 'FLOOD TEXT',
label: 'Text message',
summary: 'Encrypted direct text with timestamp and retry flags',
description:
'Encrypted direct text message to a known peer. The decrypted body contains a timestamp, a flags and attempt byte, and the message text.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x03,
title: 'FLOOD ACK',
label: 'Ack',
summary: '4-byte acknowledgement for an earlier message',
description:
'Short acknowledgement proving that a prior message was received. It carries a 4-byte checksum derived from the original message data.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x04,
title: 'FLOOD ADVERTISEMENT',
label: 'Advertisement',
summary: 'Signed node identity broadcast',
description:
'Signed node advertisement announcing a device identity plus app data such as a name or location. Receivers verify the signature before accepting it.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x05,
title: 'FLOOD GROUP_TEXT',
label: 'Group text',
summary: 'Encrypted channel text matched by channel hash',
description:
'Encrypted channel text message. It is matched by the first byte of SHA256(channel secret), then decrypted with the channel key. The plaintext is usually in the form "<sender name>: <message body>".',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x06,
title: 'FLOOD GROUP_DATA',
label: 'Group datagram',
summary: 'Encrypted channel data with type and length',
description:
'Encrypted channel datagram. After channel-hash matching and decryption, the body starts with a 16-bit data type and a 1-byte data length before the application payload.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x07,
title: 'FLOOD ANON_REQUEST',
label: 'Anonymous request',
summary: 'Request using an ephemeral sender key',
description:
'Encrypted request to a destination hash without using a stored sender identity. The packet includes the sender\'s ephemeral public key so the receiver can derive the shared secret.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x08,
title: 'FLOOD RETURNED_PATH',
label: 'Returned path',
summary:
'Return route back to the sender, with optional bundled ACK or response',
description:
'Path reply sent back to the original author to describe the route a received packet took. MeshCore stores that returned path as the peer\'s direct out-path and can bundle an ACK or response in the same payload.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x09,
title: 'FLOOD TRACE_PATH',
label: 'Trace path',
summary: 'Direct trace that records SNR at each hop',
description:
'Direct diagnostic packet that walks a supplied path and appends one SNR sample per hop. When it reaches the end of the path, the initiator can inspect hop-by-hop link quality.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x0A,
title: 'FLOOD MULTIPART',
label: 'Multipart packet',
summary: 'Wrapper for one packet in a multipart sequence',
description:
'Packet wrapper used when a logical message is split into a sequence. Current MeshCore code uses it for multipart ACKs, where the first nibble says how many parts remain.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x0B,
title: 'FLOOD CONTROL',
label: 'Control packet',
summary: 'Discovery or other control data',
description:
'Control or discovery payload, typically unencrypted. Current documented subtypes are discovery request and response packets used to find nearby nodes and report SNR.',
),
LiveTrafficPacketTypeDetails(
payloadType: 0x0F,
title: 'RAW CUSTOM',
label: 'Custom packet',
summary: 'Application-defined custom packet',
description:
'Application-defined raw packet bytes for custom encryption or custom payload formats. MeshCore leaves the inner format up to the higher-level application.',
),
];
bool get isMultiHop => (route?.hopCount ?? 0) > 1;
int? get hopCount => route?.hopCount;
@@ -37,66 +161,39 @@ class LiveTrafficEntry {
.join(' -> ');
}
static String payloadTypeLabel(int payloadType) {
switch (payloadType) {
case 0x00:
return 'Request';
case 0x01:
return 'Response';
case 0x02:
return 'Text message';
case 0x03:
return 'Ack';
case 0x04:
return 'Advertisement';
case 0x05:
return 'Group text';
case 0x06:
return 'Group datagram';
case 0x07:
return 'Anonymous request';
case 0x08:
return 'Returned path';
case 0x09:
return 'Trace path';
case 0x0A:
return 'Multipart packet';
case 0x0B:
return 'Control packet';
default:
return '0x${payloadType.toRadixString(16).padLeft(2, '0')}';
static List<LiveTrafficPacketTypeDetails> get knownPayloadTypes =>
_knownPayloadTypes;
static LiveTrafficPacketTypeDetails payloadTypeDetails(int payloadType) {
for (final details in _knownPayloadTypes) {
if (details.payloadType == payloadType) {
return details;
}
}
return LiveTrafficPacketTypeDetails(
payloadType: payloadType,
title: '0x${payloadType.toRadixString(16).padLeft(2, '0').toUpperCase()}',
label: '0x${payloadType.toRadixString(16).padLeft(2, '0')}',
summary: 'Unknown or application-specific protocol payload',
description:
'Unknown or application-specific packet type. Check the current MeshCore firmware or app-specific protocol docs for the exact payload format.',
);
}
static String payloadTypeLabel(int payloadType) {
return payloadTypeDetails(payloadType).label;
}
static String payloadTypeTitle(int payloadType) {
return payloadTypeDetails(payloadType).title;
}
static String payloadTypeMeaning(int payloadType) {
switch (payloadType) {
case 0x00:
return 'Request (destination/source hashes + MAC)';
case 0x01:
return 'Response to Request or Anonymous request';
case 0x02:
return 'Plain text message';
case 0x03:
return 'Simple acknowledgement';
case 0x04:
return 'Node advertisement';
case 0x05:
return 'Unverified group text message';
case 0x06:
return 'Unverified group datagram';
case 0x07:
return 'Generic anonymous request';
case 0x08:
return 'Returned path payload';
case 0x09:
return 'Trace path collecting hop SNR';
case 0x0A:
return 'One packet from a multipart set';
case 0x0B:
return 'Control or discovery packet';
default:
return 'protocol payload';
}
return payloadTypeDetails(payloadType).summary;
}
static String payloadTypeDescription(int payloadType) {
return payloadTypeDetails(payloadType).description;
}
}

View File

@@ -22,12 +22,18 @@ import 'profiles_feature_service.dart';
class LocationTrackingService {
static const double _defaultFastLocationMovementThresholdMeters = 10.0;
static const double _minFastLocationMovementThresholdMeters = 10.0;
static const int _defaultFastLocationActiveCadenceSeconds = 10;
static const int _minFastLocationActiveCadenceSeconds = 10;
static const int _maxFastLocationActiveCadenceSeconds = 31;
static const Duration _fastLocationMinimumUpdateInterval = Duration(
seconds: 31,
static const int _defaultFastLocationActiveCadenceSeconds = 60;
static const int _minFastLocationActiveCadenceSeconds = 60;
static const int _maxFastLocationActiveCadenceSeconds = 60;
static const Duration _fastLocationSlowInterval = Duration(
seconds: 60,
);
static const Duration _fastLocationWalkingInterval = Duration(seconds: 30);
static const Duration _fastLocationFastInterval = Duration(seconds: 15);
static const Duration _fastLocationVeryFastInterval = Duration(seconds: 5);
static const double _fastLocationIdleSpeedMaxMetersPerSecond = 0.75;
static const double _fastLocationWalkingSpeedMaxMetersPerSecond = 1.8;
static const double _fastLocationFastSpeedMaxMetersPerSecond = 4.0;
// ============================================================================
// Singleton Pattern
// ============================================================================
@@ -599,11 +605,6 @@ class LocationTrackingService {
final now = DateTime.now();
final previous = _lastFastLocationSentPosition;
final previousTime = _lastFastLocationSentAt;
if (previousTime != null &&
now.difference(previousTime) < _fastLocationMinimumUpdateInterval) {
return;
}
if (previous != null && previousTime != null) {
final distance = Geolocator.distanceBetween(
previous.latitude,
@@ -612,9 +613,19 @@ class LocationTrackingService {
position.longitude,
);
final elapsedMs = now.difference(previousTime).inMilliseconds;
final minimumInterval = _fastLocationMinimumIntervalFor(
distanceMeters: distance,
elapsedMs: elapsedMs,
);
if (elapsedMs < minimumInterval.inMilliseconds) {
return;
}
if (distance < 1.0 && elapsedMs < 3000) {
return;
}
} else if (previousTime != null &&
now.difference(previousTime) < _fastLocationSlowInterval) {
return;
}
_lastFastLocationSentPosition = position;
@@ -622,6 +633,26 @@ class LocationTrackingService {
onFastLocationUpdate?.call(position, reason);
}
Duration _fastLocationMinimumIntervalFor({
required double distanceMeters,
required int elapsedMs,
}) {
if (elapsedMs <= 0) {
return _fastLocationSlowInterval;
}
final speedMetersPerSecond = distanceMeters / (elapsedMs / 1000.0);
if (speedMetersPerSecond < _fastLocationIdleSpeedMaxMetersPerSecond) {
return _fastLocationSlowInterval;
}
if (speedMetersPerSecond < _fastLocationWalkingSpeedMaxMetersPerSecond) {
return _fastLocationWalkingInterval;
}
if (speedMetersPerSecond < _fastLocationFastSpeedMaxMetersPerSecond) {
return _fastLocationFastInterval;
}
return _fastLocationVeryFastInterval;
}
// ============================================================================
// Mesh Network Broadcasting
// ============================================================================

View File

@@ -45,8 +45,7 @@ class MeshMapNodesService {
'https://api.meshcore.nz/api/v1/map/nodes';
static const int repeaterType = 1;
static const Duration _cacheTtl = Duration(hours: 24);
static const Duration traceCacheTtl = _cacheTtl;
static const Duration traceTimeout = Duration(seconds: 30);
static const Duration _requestTimeout = Duration(seconds: 30);
static const String _cacheKey = 'mesh_map_nodes_cache_v1';
static const String _cacheTimestampKey = 'mesh_map_nodes_cache_timestamp_v1';
static List<MeshMapNode>? _cachedNodes;
@@ -74,7 +73,7 @@ class MeshMapNodesService {
final response = await (client ?? http.Client())
.get(Uri.parse(_nodesEndpoint))
.timeout(traceTimeout);
.timeout(_requestTimeout);
if (response.statusCode < 200 || response.statusCode >= 300) {
throw Exception('Map nodes API returned ${response.statusCode}');
}

Some files were not shown because too many files have changed in this diff Show More