mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-08-12 18:29:48 +00:00
i18n: add the 48 UI strings no language file had, as empty rows for translators
The firmware asked for these keys and no .lang file carried them, so they
rendered English in all 13 languages with nothing to show a translator that
they were missing. Mostly strings that shipped with a feature whose PR did not
touch the language files: the SD arbitration and migration warnings, the
Wi-Fi/BLE coexistence messages, the keyboard-navigation vocabulary
(Up/Down/Left/Right/Select/Scroll) and section names (General, Clock & time,
Sensors, Screen, Home, Messages, Keys, Compact, Snake).
They go in with an EMPTY translation, which is the format's own way of saying
'not translated yet': the runtime loader requires a non-empty value
(`if (*p && tab[1])`) and gen-lang-builtin.py requires `if k and v`, so both
skip these rows and the English falls through exactly as before. Confirmed:
i18n_builtin.h regenerates byte-identical. No `# ver:` bump for the same
reason — device behaviour is unchanged, so there is nothing to re-download.
Also fixes the audit's own row parser to match the loader: a line is a comment
only when it has NO tab. Testing for a leading '#' hid every key starting with
LVGL recolor markup ("#7A7F87 Wardrive: …#"), the exact class the loader has a
comment warning about.
Every language is now at 0 missing keys.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
69bace7c15
commit
d4ade2e616
@@ -69,6 +69,7 @@ Auto repeater Авто ретранслатор
|
||||
Auto room Авто стая
|
||||
Auto sensor Авто сензор
|
||||
Auto-Join Авто-присъединяване
|
||||
Auto-add
|
||||
Auto-add contacts Автоматично добавяне на контакти
|
||||
Auto-add saved Авто-добавянето е запазено
|
||||
Auto-add settings Настройки за автодобавяне
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Синьо — батерия Оран
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth вече е изкл
|
||||
Bluetooth already on Bluetooth вече е вкл
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth изкл
|
||||
Bluetooth on Bluetooth вкл
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Bluetooth сдвояване не е налично на това устройство.\n\nФабричният фърмуер на радиочипа не го поддържа.\n\nСвържи приложението през Wi-Fi: включи устройството в мрежата и го добави в приложението по IP адрес (TCP, порт 5000) — показан в Настройки > Мрежа. USB също работи.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Хост / IP на брокера
|
||||
Buffered receive (experimental) Буфериран прием (експериментално)
|
||||
Built-in Вграден
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Изчистване на историята на бат
|
||||
Clear history Изчисти историята
|
||||
Clear telemetry history for this node? Изчистване на телеметрията за този възел?
|
||||
Client repeat Повтаряне от клиент
|
||||
Clock & time
|
||||
Clock synced Часовникът е синхронизиран
|
||||
Clock: 12-hour Часовник: 12-часов
|
||||
Clock: 24-hour Часовник: 24-часов
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Цветни чат балончета
|
||||
Commands Команди
|
||||
Community Preset Готова настройка на общността
|
||||
Community preset (meshcomod web) Пресет на общността (meshcomod web)
|
||||
Compact
|
||||
Compact messages Компактни съобщения
|
||||
Compact messages (IRC style) Компактни съобщения (IRC стил)
|
||||
Connect Свързване
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Управлявай устройството
|
||||
Copied %s %s копирано
|
||||
Copied - Paste in a folder Копирано - поставете в папка
|
||||
Copy Копирай
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Копирането не успя (няма вътрешна идентичност)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Копирай данните на SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Копирай тайната
|
||||
Copying internal data to SD... Копиране на вътрешните данни към SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Неуспешно добавяне
|
||||
Could not save the crash report Докладът за срив не се записа
|
||||
Couldn't delete Изтриването неуспешно
|
||||
@@ -206,6 +219,7 @@ Create QR Създай QR
|
||||
Create a private channel Създай частен канал
|
||||
Create failed Създаването неуспешно
|
||||
Create private channel Създай частен канал
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Собствено UTC отместване (часове)
|
||||
Cut Изрежи
|
||||
Cut - Paste in a folder Изрязано - поставете в папка
|
||||
@@ -245,6 +259,7 @@ Distance: miles Разстояние: мили
|
||||
Do Not Disturb Не безпокой
|
||||
Do Not Disturb off «Не безпокой» изкл.
|
||||
Do Not Disturb on «Не безпокой» вкл.
|
||||
Down
|
||||
Download failed Изтеглянето се провали
|
||||
Download failed (network?) Изтеглянето се провали (мрежа?)
|
||||
Download mode Режим за изтегляне
|
||||
@@ -287,6 +302,9 @@ Export settings Експорт на настройки
|
||||
Exporting settings… Експортиране на настройки…
|
||||
External antenna selected Избрана е външна антена
|
||||
Factory reset Фабрични настройки
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Фабричен ресет?\n\nИзтрива идентичност, контакти, канали, съобщения, Wi-Fi и всички настройки. Необратимо.
|
||||
Failed to save channel. Каналът не можа да се запази.
|
||||
Favorites full (max %d) Любимите са пълни (макс %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: фикс
|
||||
GPS: off GPS: изкл
|
||||
GPS: searching GPS: търсене
|
||||
Game over — score %d (tap to restart) Край на играта — точки %d (докоснете за рестарт)
|
||||
General
|
||||
Get Изтегли
|
||||
Get Started Започни
|
||||
Get test builds (beta) Получаване на тестови версии (бета)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Да скрия ли това приложени
|
||||
High-gain receiver (FEM LNA) Приемник с високо усилване (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Изключително експериментално. Препраща текста, името на подателя и времевия печат на всяко съобщение, което възелът ви получава, към MQTT брокер, където всеки с достъп до брокера може да ги чете. Директните съобщения са лични, от хора, които никога не са се съгласили да бъдат споделяни. Използвайте брокер, който контролирате, задайте ключ за криптиране по-долу и никога публичен брокер.
|
||||
History limit off Лимитът на историята е изключен
|
||||
Home
|
||||
Hotkey saved Клавишът е запазен
|
||||
How you'll appear to other nodes. You can change this later in Settings. Как ще изглеждате за други възли. Промяна в Настройки.
|
||||
Humidity Влажност
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Подсветката на клавиатурата е вкл
|
||||
Keyboard nav: WASDZ on Клавиатурна навиг.: WASDZ вкл.
|
||||
Keyboard nav: off Клавиатурна навиг.: изкл.
|
||||
Keyboard navigation Навигация с клавиатура
|
||||
Keys
|
||||
LOS → %s Пряка видимост → %s
|
||||
Landscape (desktop) Пейзаж (десктоп)
|
||||
Landscape set - applies when remote mode starts. Пейзажът е зададен - прилага се при стартиране на отдалечения режим.
|
||||
@@ -393,9 +414,11 @@ Language Език
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Каталогът с езици е недостъпен - провери Wi-Fi и отвори раздела отново.
|
||||
Language updated - restarting to apply it… Езикът е обновен - рестартиране за прилагане…
|
||||
Languages Езици
|
||||
Large (bigger icons)
|
||||
Latitude Географска ширина
|
||||
Leave empty if not required Оставете празно, ако не е нужно
|
||||
Leaving remote mode - rebooting... Излизане от отдалечен режим - рестартиране...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Нека настроим устройството ви.\n\nЩе изберете име и вашия LoRa регион. Отнема около минута.
|
||||
Letters only Само букви
|
||||
LoRa antenna (P4) LoRa антена (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Съобщението е изтрито
|
||||
Message didn't get through.\nResend it? Съобщението не стигна.\nДа го изпратя ли пак?
|
||||
Message info Информация за съобщението
|
||||
Message sound Звук на съобщения
|
||||
Messages
|
||||
Min zoom for this pack Мин. мащаб за този пакет
|
||||
Mode: BLE starting / low memory Режим: BLE стартира / малко памет
|
||||
Model: Модел:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Нулиране
|
||||
Reset path Нулирай маршрута
|
||||
Restarting to apply the language… Рестартиране за прилагане на езика…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Повтаряй изпращането, докато бъде чуто
|
||||
Reverse scrollball Обръщане на скролбол
|
||||
Right
|
||||
Roll to highlight • click to insert Превъртете за маркиране • щракнете за вмъкване
|
||||
Room is read-only for you.\nJoin with the room password to post. Стаята е само за четене за вас.\nВлезте с паролата на стаята, за да публикувате.
|
||||
Rotating - reconnecting... Завъртане - повторно свързване...
|
||||
@@ -659,8 +687,14 @@ SD card inserted SD картата е поставена
|
||||
SD card lost - reinsert to recover SD картата е изгубена - поставете я отново
|
||||
SD card remounted SD картата е монтирана отново
|
||||
SD card removed SD картата е извадена
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Изтеглянето на SD е неуспешно: %s
|
||||
SD formatted - %s (MESHCOMOD) SD форматирана - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB използвани
|
||||
@@ -684,6 +718,7 @@ Saved backups Запазени копия
|
||||
Saved network Запазена мрежа
|
||||
Saved profiles Запазени профили
|
||||
Saved to slot %d Запазено в слот %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Запазено — рестарт
|
||||
Saved — reconnecting… Запазено — повторно свързване…
|
||||
Saved: %s\nFlash it from the Launcher. Запазено: %s\nФлашнете го от Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Запис на SD… 0%
|
||||
Scan to open on phone Сканирай, за да отвориш на телефона
|
||||
Scanning… Сканиране…
|
||||
Scope direct msgs to region Ограничи директните съобщения до региона
|
||||
Screen
|
||||
Screen locked Екранът е заключен
|
||||
Screen timeout (s, 0 = never) Изключване на екрана (с, 0 = никога)
|
||||
Screen timeout (s, 0 = never, min 10) Изключване на екрана (с, 0 = никога, мин 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Екранната снимка изисква SD к
|
||||
Screenshot: low memory Екранна снимка: малко памет
|
||||
Screenshot: no SD card Екранна снимка: няма SD карта
|
||||
Screenshot: write failed Екранна снимка: записът е неуспешен
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Скролбол: нормален
|
||||
Scrollball: reversed Скролбол: обърнат
|
||||
Search Търсене
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Допълнителни клавиатури
|
||||
Secret (32 hex chars) Тайна (32 hex)
|
||||
Secret (32 hex, optional) Тайна (32 hex, по избор)
|
||||
Secret must be 32 hex chars (or empty). Тайната трябва да е 32 hex (или празно).
|
||||
Select
|
||||
Select a DM thread Изберете ЛС разговор
|
||||
Select all Избери всичко
|
||||
Select network Избери мрежа
|
||||
@@ -718,6 +757,7 @@ Send advert now Изпрати advert
|
||||
Send an advert now, or set how often you re-advertise. Изпратете advert сега или задайте колко често го повтаряте.
|
||||
Send failed Изпращането неуспешно
|
||||
Sender blocked Подателят е блокиран
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Раздел сензори: изключен (рестарт за прилагане)
|
||||
Sensors tab: on (restart to apply) Раздел сензори: включен (рестарт за прилагане)
|
||||
Sent Изпратено
|
||||
@@ -749,6 +789,7 @@ Sleep ready Готов за заспиване
|
||||
Slot %d cleared Слот %d изчистен
|
||||
Slot empty Слотът е празен
|
||||
Small\nMedium\nLarge Малък\nСреден\nГолям
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — плъзни или завърти трекбола
|
||||
Sort Сортирай
|
||||
Sound Звук
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Възстанови съобщ.
|
||||
Unread %d Непроч. %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Непроч. %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) Неподдържан WAV (нужен 16-битов PCM)
|
||||
Up
|
||||
Update Обнови
|
||||
Update bin saved to SD Файлът за обновяване е записан на SD
|
||||
Update complete.\nRebooting... Обновяването завърши.\nРестартиране...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Добре дошли в WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Докато е включено, всеки в твоята Wi-Fi мрежа може да гледа и управлява устройството. Използва обикновен HTTP (само локална мрежа).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi и Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Wi-Fi не е разрешен в тази компилация.
|
||||
Wi-Fi isn't available on this build. Wi-Fi не е наличен в тази компилация.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Нужен е Wi-Fi за профила на\nтерена за този път.\nСвържете в Настройки → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi не е свързан
|
||||
Wi-Fi off Wi-Fi изкл
|
||||
Wi-Fi on Wi-Fi вкл
|
||||
Wi-Fi on, scanning… Wi-Fi вкл, сканиране…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi запазен (радио изкл)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi запазен, повторно свързване
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Вчера
|
||||
You can run setup later in Settings → Device Можете да стартирате настройката по-късно в Настройки → Устройство
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Местоположението е неизвестно.\nПърво задайте GPS / позиция в\nНастройки → Профил.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock задръж d-pad за отключване
|
||||
hold the trackball to unlock задръжте топчето за отключване
|
||||
kHz kHz
|
||||
keep holding задръжте
|
||||
last wake:
|
||||
last wake: последно събуждане:
|
||||
leave empty to generate оставете празно за генериране
|
||||
lights the keyboard + wakes the screen on an incoming message осветява клавиатурата + събужда екрана при входящо съобщение
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Auto-Repeater
|
||||
Auto room Auto-Raum
|
||||
Auto sensor Auto-Sensor
|
||||
Auto-Join Auto-Beitritt
|
||||
Auto-add
|
||||
Auto-add contacts Kontakte automatisch hinzufügen
|
||||
Auto-add saved Auto-Hinzufügen gespeichert
|
||||
Auto-add settings Auto-Hinzufügen-Einstellungen
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Blau Akku Orange Temp. Cyan Feuchte
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth bereits aus
|
||||
Bluetooth already on Bluetooth bereits ein
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth aus
|
||||
Bluetooth on Bluetooth ein
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Bluetooth-Kopplung ist auf diesem Gerät nicht verfügbar.\n\nDie Werksfirmware des Funkchips unterstützt sie nicht.\n\nStattdessen die Handy-App über Wi-Fi koppeln: Gerät ins Netzwerk bringen und in der App per IP-Adresse hinzufügen (TCP, Port 5000) — zu finden unter Einstellungen > Netzwerk. USB geht auch.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Broker-Host / IP
|
||||
Buffered receive (experimental) Gepufferter Empfang (experimentell)
|
||||
Built-in Integriert
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Akkuverlauf löschen?
|
||||
Clear history Verlauf löschen
|
||||
Clear telemetry history for this node? Telemetrieverlauf dieses Nodes löschen?
|
||||
Client repeat Client-Wiederholung
|
||||
Clock & time
|
||||
Clock synced Uhr synchronisiert
|
||||
Clock: 12-hour Uhr: 12-Stunden
|
||||
Clock: 24-hour Uhr: 24-Stunden
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Bunte Chat-Blasen
|
||||
Commands Befehle
|
||||
Community Preset Community-Voreinstellung
|
||||
Community preset (meshcomod web) Community-Vorgabe (meshcomod web)
|
||||
Compact
|
||||
Compact messages Kompakte Nachrichten
|
||||
Compact messages (IRC style) Kompakte Nachrichten (IRC-Stil)
|
||||
Connect Verbinden
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Dieses Gerät im Browser steuern
|
||||
Copied %s %s kopiert
|
||||
Copied - Paste in a folder Kopiert - in einen Ordner einfügen
|
||||
Copy Kopieren
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Kopieren fehlgeschlagen (keine interne Identität)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Interne Daten auf SD kopieren
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Geheimnis kopieren
|
||||
Copying internal data to SD... Interne Daten werden auf SD kopiert...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Hinzufügen fehlgeschlagen
|
||||
Could not save the crash report Absturzbericht konnte nicht gespeichert werden
|
||||
Couldn't delete Löschen fehlgeschlagen
|
||||
@@ -206,6 +219,7 @@ Create QR QR erstellen
|
||||
Create a private channel Privaten Kanal erstellen
|
||||
Create failed Erstellen fehlgeschlagen
|
||||
Create private channel Privaten Kanal erstellen
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Eigener UTC-Versatz (Stunden)
|
||||
Cut Ausschneiden
|
||||
Cut - Paste in a folder Ausgeschnitten - in einen Ordner einfügen
|
||||
@@ -245,6 +259,7 @@ Distance: miles Entfernung: Meilen
|
||||
Do Not Disturb Nicht stören
|
||||
Do Not Disturb off Nicht stören aus
|
||||
Do Not Disturb on Nicht stören ein
|
||||
Down
|
||||
Download failed Download fehlgeschlagen
|
||||
Download failed (network?) Download fehlgeschlagen (Netzwerk?)
|
||||
Download mode Download-Modus
|
||||
@@ -287,6 +302,9 @@ Export settings Einstellungen exportieren
|
||||
Exporting settings… Einstellungen werden exportiert…
|
||||
External antenna selected Externe Antenne gewählt
|
||||
Factory reset Werksreset
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Werksreset?\n\nLöscht Identität, Kontakte, Kanäle, Nachrichten, WLAN und alle Einstellungen. Unwiderruflich.
|
||||
Failed to save channel. Kanal konnte nicht gespeichert werden.
|
||||
Favorites full (max %d) Favoriten voll (max %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: Fix
|
||||
GPS: off GPS: aus
|
||||
GPS: searching GPS: Suche
|
||||
Game over — score %d (tap to restart) Game over — Punkte %d (tippen für Neustart)
|
||||
General
|
||||
Get Laden
|
||||
Get Started Loslegen
|
||||
Get test builds (beta) Test-Builds erhalten (Beta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Diese App aus dem Menü ausblenden?
|
||||
High-gain receiver (FEM LNA) Hochverstärkungs-Empfänger (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Hochgradig experimentell. Dies leitet Text, Absendername und Zeitstempel jeder Nachricht, die dein Knoten empfängt, an einen MQTT-Broker weiter, wo jeder, der den Broker lesen kann, sie lesen kann. Direktnachrichten sind private Nachrichten anderer, die einer Weitergabe nie zugestimmt haben. Nutze einen Broker, den du selbst kontrollierst, setze unten einen Verschlüsselungsschlüssel und niemals einen öffentlichen Broker.
|
||||
History limit off Verlaufslimit aus
|
||||
Home
|
||||
Hotkey saved Hotkey gespeichert
|
||||
How you'll appear to other nodes. You can change this later in Settings. Wie Sie für andere Knoten erscheinen. Später in den Einstellungen änderbar.
|
||||
Humidity Luftfeuchtigkeit
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Tastaturlicht ein
|
||||
Keyboard nav: WASDZ on Tastaturnav.: WASDZ an
|
||||
Keyboard nav: off Tastaturnav.: aus
|
||||
Keyboard navigation Tastaturnavigation
|
||||
Keys
|
||||
LOS → %s Sichtlinie → %s
|
||||
Landscape (desktop) Querformat (Desktop)
|
||||
Landscape set - applies when remote mode starts. Querformat gesetzt - gilt beim Start des Fernmodus.
|
||||
@@ -393,9 +414,11 @@ Language Sprache
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Sprachkatalog nicht verfügbar - Wi-Fi prüfen, dann den Tab neu öffnen.
|
||||
Language updated - restarting to apply it… Sprache aktualisiert - Neustart zum Anwenden…
|
||||
Languages Sprachen
|
||||
Large (bigger icons)
|
||||
Latitude Breitengrad
|
||||
Leave empty if not required Leer lassen, wenn nicht nötig
|
||||
Leaving remote mode - rebooting... Fernmodus wird beendet - Neustart...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Richten wir dein Gerät ein.\n\nDu wählst einen Namen und deine LoRa-Region. Dauert etwa eine Minute.
|
||||
Letters only Nur Buchstaben
|
||||
LoRa antenna (P4) LoRa-Antenne (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Nachricht gelöscht
|
||||
Message didn't get through.\nResend it? Nachricht kam nicht an.\nErneut senden?
|
||||
Message info Nachrichteninfo
|
||||
Message sound Nachrichtenton
|
||||
Messages
|
||||
Min zoom for this pack Min. Zoom für dieses Paket
|
||||
Mode: BLE starting / low memory Modus: BLE startet / wenig Speicher
|
||||
Model: Modell:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Zurücksetzen
|
||||
Reset path Pfad zurücksetzen
|
||||
Restarting to apply the language… Neustart, um die Sprache anzuwenden…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Erneut senden, bis gehört
|
||||
Reverse scrollball Scrollball umkehren
|
||||
Right
|
||||
Roll to highlight • click to insert Rollen zum Hervorheben • Klick zum Einfügen
|
||||
Room is read-only for you.\nJoin with the room password to post. Der Raum ist für dich schreibgeschützt.\nMit dem Raumpasswort beitreten, um zu posten.
|
||||
Rotating - reconnecting... Drehen - neu verbinden...
|
||||
@@ -659,8 +687,14 @@ SD card inserted SD-Karte eingelegt
|
||||
SD card lost - reinsert to recover SD-Karte verloren - neu einstecken
|
||||
SD card remounted SD-Karte neu eingebunden
|
||||
SD card removed SD-Karte entfernt
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s SD-Download fehlgeschlagen: %s
|
||||
SD formatted - %s (MESHCOMOD) SD formatiert - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB belegt
|
||||
@@ -684,6 +718,7 @@ Saved backups Gespeicherte Backups
|
||||
Saved network Gespeichertes Netzwerk
|
||||
Saved profiles Gespeicherte Profile
|
||||
Saved to slot %d In Slot %d gespeichert
|
||||
Saved — applying…
|
||||
Saved — rebooting Gespeichert — Neustart
|
||||
Saved — reconnecting… Gespeichert — verbinde neu…
|
||||
Saved: %s\nFlash it from the Launcher. Gespeichert: %s\nFlashe es über den Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Speichern auf SD… 0%
|
||||
Scan to open on phone Scannen, um am Handy zu öffnen
|
||||
Scanning… Suche…
|
||||
Scope direct msgs to region Direktnachrichten auf Region begrenzen
|
||||
Screen
|
||||
Screen locked Bildschirm gesperrt
|
||||
Screen timeout (s, 0 = never) Bildschirm-Timeout (s, 0 = nie)
|
||||
Screen timeout (s, 0 = never, min 10) Bildschirm-Timeout (s, 0 = nie, min 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Screenshot benötigt eine SD-Karte
|
||||
Screenshot: low memory Screenshot: wenig Speicher
|
||||
Screenshot: no SD card Screenshot: keine SD-Karte
|
||||
Screenshot: write failed Screenshot: Schreiben fehlgeschlagen
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: normal
|
||||
Scrollball: reversed Scrollball: umgekehrt
|
||||
Search Suchen
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Sekundäre Tastaturen
|
||||
Secret (32 hex chars) Geheimnis (32 Hex)
|
||||
Secret (32 hex, optional) Geheimnis (32 Hex, optional)
|
||||
Secret must be 32 hex chars (or empty). Geheimnis muss 32 Hex-Zeichen sein (oder leer).
|
||||
Select
|
||||
Select a DM thread DN-Unterhaltung wählen
|
||||
Select all Alles auswählen
|
||||
Select network Netzwerk wählen
|
||||
@@ -718,6 +757,7 @@ Send advert now Advert jetzt senden
|
||||
Send an advert now, or set how often you re-advertise. Jetzt einen Advert senden oder festlegen, wie oft du neu advertisest.
|
||||
Send failed Senden fehlgeschlagen
|
||||
Sender blocked Absender blockiert
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Sensoren-Tab: aus (Neustart zum Anwenden)
|
||||
Sensors tab: on (restart to apply) Sensoren-Tab: an (Neustart zum Anwenden)
|
||||
Sent Gesendet
|
||||
@@ -749,6 +789,7 @@ Sleep ready Bereit zum Schlafen
|
||||
Slot %d cleared Slot %d gelöscht
|
||||
Slot empty Slot leer
|
||||
Small\nMedium\nLarge Klein\nMittel\nGroß
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — wischen oder Trackball rollen
|
||||
Sort Sortieren
|
||||
Sound Ton
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Nachrichten an
|
||||
Unread %d Ungelesen %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Ungelesen %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) Nicht unterstütztes WAV (16-Bit PCM nötig)
|
||||
Up
|
||||
Update Update
|
||||
Update bin saved to SD Update-Bin auf SD gespeichert
|
||||
Update complete.\nRebooting... Update fertig.\nNeustart...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Willkommen bei WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Solange dies aktiv ist, kann jeder im Wi-Fi dieses Gerät sehen und steuern. Nutzt einfaches HTTP (nur lokales Netz).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth WLAN & Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. WLAN ist in diesem Build nicht aktiviert.
|
||||
Wi-Fi isn't available on this build. WLAN ist in diesem Build nicht verfügbar.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. WLAN nötig, um das Geländeprofil\nfür diesen Pfad zu laden.\nVerbinden in Einstellungen → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi nicht verbunden
|
||||
Wi-Fi off WLAN aus
|
||||
Wi-Fi on WLAN ein
|
||||
Wi-Fi on, scanning… Wi-Fi an, suche…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) WLAN gespeichert (Funk aus)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting WLAN gespeichert, verbinde neu
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Gestern
|
||||
You can run setup later in Settings → Device Sie können die Einrichtung später in Einstellungen → Gerät ausführen
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Ihr Standort ist unbekannt.\nGPS / Position zuerst in\nEinstellungen → Profil festlegen.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock D-Pad halten zum Entsperren
|
||||
hold the trackball to unlock Trackball halten zum Entsperren
|
||||
kHz kHz
|
||||
keep holding weiter halten
|
||||
last wake:
|
||||
last wake: Letztes Wecken:
|
||||
leave empty to generate leer lassen zum Erzeugen
|
||||
lights the keyboard + wakes the screen on an incoming message beleuchtet die Tastatur + weckt den Bildschirm bei einer Nachricht
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Αυτόματος αναμεταδότης
|
||||
Auto room Αυτόματο δωμάτιο
|
||||
Auto sensor Αυτόματος αισθητήρας
|
||||
Auto-Join Αυτόματη συμμετοχή
|
||||
Auto-add
|
||||
Auto-add contacts Αυτόματη προσθήκη επαφών
|
||||
Auto-add saved Η αυτόματη προσθήκη αποθηκεύτηκε
|
||||
Auto-add settings Ρυθμίσεις αυτόματης προσθήκης
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Μπλε μπαταρία Πορτοκ
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Το Bluetooth είναι ήδη ανενεργό
|
||||
Bluetooth already on Το Bluetooth είναι ήδη ενεργό
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth όχι
|
||||
Bluetooth on Bluetooth ναι
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Η σύζευξη Bluetooth δεν είναι διαθέσιμη σε αυτή τη συσκευή.\n\nΤο εργοστασιακό firmware του chip δεν την υποστηρίζει.\n\nΣυζεύξτε την εφαρμογή μέσω Wi-Fi: συνδέστε τη συσκευή στο δίκτυο και προσθέστε την στην εφαρμογή με τη διεύθυνση IP (TCP, θύρα 5000) — φαίνεται στις Ρυθμίσεις > Δίκτυο. Λειτουργεί και το USB.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Host / IP του broker
|
||||
Buffered receive (experimental) Λήψη με buffer (πειραματικό)
|
||||
Built-in Ενσωματωμένο
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Διαγραφή ιστορικού μπαταρίας;
|
||||
Clear history Εκκαθάριση ιστορικού
|
||||
Clear telemetry history for this node? Διαγραφή ιστορικού τηλεμετρίας του κόμβου;
|
||||
Client repeat Επανάληψη πελάτη
|
||||
Clock & time
|
||||
Clock synced Το ρολόι συγχρονίστηκε
|
||||
Clock: 12-hour Ρολόι: 12ωρο
|
||||
Clock: 24-hour Ρολόι: 24ωρο
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Χρωματιστές φούσκες
|
||||
Commands Εντολές
|
||||
Community Preset Προεπιλογή κοινότητας
|
||||
Community preset (meshcomod web) Προεπιλογή κοινότητας (meshcomod web)
|
||||
Compact
|
||||
Compact messages Συμπαγή μηνύματα
|
||||
Compact messages (IRC style) Συμπαγή μηνύματα (στυλ IRC)
|
||||
Connect Σύνδεση
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Ελέγξτε τη συσκευή από π
|
||||
Copied %s Αντιγράφηκε %s
|
||||
Copied - Paste in a folder Αντιγράφηκε - επικολλήστε σε φάκελο
|
||||
Copy Αντιγραφή
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Αποτυχία αντιγραφής (χωρίς εσωτερική ταυτότητα)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Αντιγραφή δεδομένων στην SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Αντιγραφή μυστικού
|
||||
Copying internal data to SD... Αντιγραφή εσωτερικών δεδομένων στην SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Αδύνατη η προσθήκη
|
||||
Could not save the crash report Η αναφορά σφάλματος δεν αποθηκεύτηκε
|
||||
Couldn't delete Αδυναμία διαγραφής
|
||||
@@ -206,6 +219,7 @@ Create QR Δημιουργία QR
|
||||
Create a private channel Δημιουργία ιδιωτικού καναλιού
|
||||
Create failed Αποτυχία δημιουργίας
|
||||
Create private channel Δημιουργία ιδιωτικού καναλιού
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Προσαρμοσμένη μετατόπιση UTC (ώρες)
|
||||
Cut Αποκοπή
|
||||
Cut - Paste in a folder Αποκόπηκε - επικολλήστε σε φάκελο
|
||||
@@ -245,6 +259,7 @@ Distance: miles Απόσταση: μίλια
|
||||
Do Not Disturb Μην ενοχλείτε
|
||||
Do Not Disturb off Μην ενοχλείτε: ανενεργό
|
||||
Do Not Disturb on Μην ενοχλείτε: ενεργό
|
||||
Down
|
||||
Download failed Η λήψη απέτυχε
|
||||
Download failed (network?) Η λήψη απέτυχε (δίκτυο;)
|
||||
Download mode Λειτουργία λήψης
|
||||
@@ -287,6 +302,9 @@ Export settings Εξαγωγή ρυθμίσεων
|
||||
Exporting settings… Εξαγωγή ρυθμίσεων…
|
||||
External antenna selected Επιλέχθηκε εξωτερική κεραία
|
||||
Factory reset Επαναφορά εργοστ.
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Επαναφορά εργοστασίου;\n\nΔιαγράφει ταυτότητα, επαφές, κανάλια, μηνύματα, Wi-Fi και κάθε ρύθμιση. Μη αναστρέψιμο.
|
||||
Failed to save channel. Αποτυχία αποθήκευσης καναλιού.
|
||||
Favorites full (max %d) Αγαπημένα γεμάτα (μέγ %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: στίγμα
|
||||
GPS: off GPS: ανενεργό
|
||||
GPS: searching GPS: αναζήτηση
|
||||
Game over — score %d (tap to restart) Τέλος παιχνιδιού — σκορ %d (πατήστε για επανεκκίνηση)
|
||||
General
|
||||
Get Λήψη
|
||||
Get Started Ξεκινήστε
|
||||
Get test builds (beta) Λήψη δοκιμαστικών εκδόσεων (beta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Απόκρυψη της εφαρμογής από
|
||||
High-gain receiver (FEM LNA) Δέκτης υψηλής ενίσχυσης (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Άκρως πειραματικό. Προωθεί το κείμενο, το όνομα αποστολέα και τη χρονική σήμανση κάθε μηνύματος που λαμβάνει ο κόμβος σας σε έναν broker MQTT, όπου οποιοσδήποτε μπορεί να διαβάσει τον broker μπορεί να τα διαβάσει. Τα άμεσα μηνύματα είναι ιδιωτικά, από άλλους που ποτέ δεν συμφώνησαν να κοινοποιηθούν. Χρησιμοποιήστε broker που ελέγχετε, ορίστε κλειδί κρυπτογράφησης παρακάτω, και ποτέ δημόσιο broker.
|
||||
History limit off Όριο ιστορικού ανενεργό
|
||||
Home
|
||||
Hotkey saved Το πλήκτρο αποθηκεύτηκε
|
||||
How you'll appear to other nodes. You can change this later in Settings. Πώς θα εμφανίζεστε σε άλλους κόμβους. Αλλαγή στις Ρυθμίσεις.
|
||||
Humidity Υγρασία
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Φωτισμός πληκτρολογίου ενεργός
|
||||
Keyboard nav: WASDZ on Πλοήγηση πληκτρ.: WASDZ ενεργό
|
||||
Keyboard nav: off Πλοήγηση πληκτρ.: κλειστό
|
||||
Keyboard navigation Πλοήγηση με πληκτρολόγιο
|
||||
Keys
|
||||
LOS → %s Οπτική επαφή → %s
|
||||
Landscape (desktop) Οριζόντια (desktop)
|
||||
Landscape set - applies when remote mode starts. Ορίστηκε οριζόντια - ισχύει όταν ξεκινήσει η απομακρυσμένη λειτουργία.
|
||||
@@ -393,9 +414,11 @@ Language Γλώσσα
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Ο κατάλογος γλωσσών δεν είναι διαθέσιμος - ελέγξτε το Wi-Fi και ξανανοίξτε την καρτέλα.
|
||||
Language updated - restarting to apply it… Η γλώσσα ενημερώθηκε - επανεκκίνηση για εφαρμογή…
|
||||
Languages Γλώσσες
|
||||
Large (bigger icons)
|
||||
Latitude Γεωγραφικό πλάτος
|
||||
Leave empty if not required Αφήστε κενό αν δεν απαιτείται
|
||||
Leaving remote mode - rebooting... Έξοδος από απομακρυσμένη λειτουργία - επανεκκίνηση...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Ας ρυθμίσουμε τη συσκευή σας.\n\nΘα επιλέξετε όνομα και την περιοχή LoRa. Διαρκεί περίπου ένα λεπτό.
|
||||
Letters only Μόνο γράμματα
|
||||
LoRa antenna (P4) Κεραία LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Το μήνυμα διαγράφηκε
|
||||
Message didn't get through.\nResend it? Το μήνυμα δεν έφτασε.\nΝα σταλεί ξανά;
|
||||
Message info Πληροφορίες μηνύματος
|
||||
Message sound Ήχος μηνυμάτων
|
||||
Messages
|
||||
Min zoom for this pack Ελάχ. ζουμ για αυτό το πακέτο
|
||||
Mode: BLE starting / low memory Λειτουργία: BLE εκκινεί / λίγη μνήμη
|
||||
Model: Μοντέλο:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Επαναφορά
|
||||
Reset path Επαναφορά διαδρομής
|
||||
Restarting to apply the language… Επανεκκίνηση για εφαρμογή της γλώσσας…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Επανάληψη αποστολής μέχρι να ακουστεί
|
||||
Reverse scrollball Αντιστροφή scrollball
|
||||
Right
|
||||
Roll to highlight • click to insert Κυλήστε για επισήμανση • κλικ για εισαγωγή
|
||||
Room is read-only for you.\nJoin with the room password to post. Το δωμάτιο είναι μόνο για ανάγνωση για εσάς.\nΣυνδεθείτε με τον κωδικό του δωματίου για δημοσίευση.
|
||||
Rotating - reconnecting... Περιστροφή - επανασύνδεση...
|
||||
@@ -659,8 +687,14 @@ SD card inserted Η κάρτα SD εισήχθη
|
||||
SD card lost - reinsert to recover Η κάρτα SD χάθηκε - επανατοποθετήστε
|
||||
SD card remounted Η κάρτα SD επανασυνδέθηκε
|
||||
SD card removed Η κάρτα SD αφαιρέθηκε
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Η λήψη στην SD απέτυχε: %s
|
||||
SD formatted - %s (MESHCOMOD) SD διαμορφώθηκε - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB σε χρήση
|
||||
@@ -684,6 +718,7 @@ Saved backups Αποθηκευμένα αντίγραφα
|
||||
Saved network Αποθηκευμένο δίκτυο
|
||||
Saved profiles Αποθηκευμένα προφίλ
|
||||
Saved to slot %d Αποθηκεύτηκε στη θέση %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Αποθηκεύτηκε — επανεκκίνηση
|
||||
Saved — reconnecting… Αποθηκεύτηκε — επανασύνδεση…
|
||||
Saved: %s\nFlash it from the Launcher. Αποθηκεύτηκε: %s\nΕγκαταστήστε το από τον Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Αποθήκευση στην SD… 0%
|
||||
Scan to open on phone Σαρώστε για άνοιγμα στο κινητό
|
||||
Scanning… Σάρωση…
|
||||
Scope direct msgs to region Περιορισμός άμεσων μηνυμάτων στην περιοχή
|
||||
Screen
|
||||
Screen locked Η οθόνη κλειδώθηκε
|
||||
Screen timeout (s, 0 = never) Λήξη οθόνης (s, 0 = ποτέ)
|
||||
Screen timeout (s, 0 = never, min 10) Λήξη οθόνης (δ, 0 = ποτέ, ελάχ 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Το στιγμιότυπο χρειάζεται κ
|
||||
Screenshot: low memory Στιγμιότυπο: λίγη μνήμη
|
||||
Screenshot: no SD card Στιγμιότυπο: καμία κάρτα SD
|
||||
Screenshot: write failed Στιγμιότυπο: αποτυχία εγγραφής
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: κανονικό
|
||||
Scrollball: reversed Scrollball: αντεστραμμένο
|
||||
Search Αναζήτηση
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Δευτερεύοντα πληκτρολόγια
|
||||
Secret (32 hex chars) Μυστικό (32 hex)
|
||||
Secret (32 hex, optional) Μυστικό (32 hex, προαιρ.)
|
||||
Secret must be 32 hex chars (or empty). Το μυστικό πρέπει 32 hex (ή κενό).
|
||||
Select
|
||||
Select a DM thread Επιλέξτε νήμα ΠΜ
|
||||
Select all Επιλογή όλων
|
||||
Select network Επιλογή δικτύου
|
||||
@@ -718,6 +757,7 @@ Send advert now Αποστολή advert
|
||||
Send an advert now, or set how often you re-advertise. Στείλτε ένα advert τώρα ή ορίστε πόσο συχνά επαναλαμβάνετε.
|
||||
Send failed Αποτυχία αποστολής
|
||||
Sender blocked Ο αποστολέας αποκλείστηκε
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Καρτέλα αισθητήρων: κλειστή (επανεκκίνηση για εφαρμογή)
|
||||
Sensors tab: on (restart to apply) Καρτέλα αισθητήρων: ανοιχτή (επανεκκίνηση για εφαρμογή)
|
||||
Sent Στάλθηκε
|
||||
@@ -749,6 +789,7 @@ Sleep ready Έτοιμο για ύπνο
|
||||
Slot %d cleared Η θέση %d εκκαθαρίστηκε
|
||||
Slot empty Κενή θέση
|
||||
Small\nMedium\nLarge Μικρό\nΜεσαίο\nΜεγάλο
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — σύρετε ή κυλήστε το trackball
|
||||
Sort Ταξινόμηση
|
||||
Sound Ήχος
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Ενεργοποίηση μηνυμ.
|
||||
Unread %d Μη αναγν. %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Μη αναγν. %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) Μη υποστηριζόμενο WAV (χρειάζεται 16-bit PCM)
|
||||
Up
|
||||
Update Ενημέρωση
|
||||
Update bin saved to SD Το αρχείο ενημέρωσης αποθηκεύτηκε στη SD
|
||||
Update complete.\nRebooting... Η ενημέρωση ολοκληρώθηκε.\nΕπανεκκίνηση...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Καλώς ήρθατε στο WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Όσο είναι ενεργό, οποιοσδήποτε στο Wi-Fi σας μπορεί να βλέπει και να ελέγχει τη συσκευή. Απλό HTTP (μόνο τοπικό δίκτυο).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi & Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Το Wi-Fi δεν είναι ενεργό σε αυτή την έκδοση.
|
||||
Wi-Fi isn't available on this build. Το Wi-Fi δεν είναι διαθέσιμο σε αυτή την έκδοση.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Απαιτείται Wi-Fi για το προφίλ\nεδάφους αυτής της διαδρομής.\nΣυνδεθείτε στις Ρυθμίσεις → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Το Wi-Fi δεν συνδέθηκε
|
||||
Wi-Fi off Wi-Fi όχι
|
||||
Wi-Fi on Wi-Fi ναι
|
||||
Wi-Fi on, scanning… Wi-Fi ενεργό, σάρωση…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Το Wi-Fi αποθηκεύτηκε (ράδιο off)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Το Wi-Fi αποθηκεύτηκε, επανασύνδεση
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Χθες
|
||||
You can run setup later in Settings → Device Μπορείτε να εκτελέσετε τη ρύθμιση αργότερα στις Ρυθμίσεις → Συσκευή
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Η τοποθεσία σας είναι άγνωστη.\nΟρίστε GPS / θέση στις\nΡυθμίσεις → Προφίλ πρώτα.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock κρατήστε το d-pad για ξεκλείδωμα
|
||||
hold the trackball to unlock κρατήστε το trackball για ξεκλείδωμα
|
||||
kHz kHz
|
||||
keep holding κρατήστε πατημένο
|
||||
last wake:
|
||||
last wake: τελευταία αφύπνιση:
|
||||
leave empty to generate κενό για δημιουργία
|
||||
lights the keyboard + wakes the screen on an incoming message φωτίζει το πληκτρολόγιο + ξυπνά την οθόνη σε εισερχόμενο μήνυμα
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Repetidor auto
|
||||
Auto room Sala auto
|
||||
Auto sensor Sensor auto
|
||||
Auto-Join Auto-unirse
|
||||
Auto-add
|
||||
Auto-add contacts Auto-añadir contactos
|
||||
Auto-add saved Auto-añadir guardado
|
||||
Auto-add settings Ajustes de añadido automático
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Azul batería Naranja temp. Cian hume
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth ya apagado
|
||||
Bluetooth already on Bluetooth ya activado
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth apagado
|
||||
Bluetooth on Bluetooth activado
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. El emparejamiento Bluetooth no está disponible en este dispositivo.\n\nEl firmware de fábrica del chip de radio no lo admite.\n\nEmpareja la app del móvil por Wi-Fi: conecta este dispositivo a tu red y añádelo en la app por su dirección IP (TCP, puerto 5000) — visible en Ajustes > Red. USB también funciona.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Host / IP del broker
|
||||
Buffered receive (experimental) Recepción con búfer (experimental)
|
||||
Built-in Integrado
|
||||
@@ -153,6 +157,7 @@ Clear battery history? ¿Borrar el historial de batería?
|
||||
Clear history Borrar historial
|
||||
Clear telemetry history for this node? ¿Borrar el historial de telemetría de este nodo?
|
||||
Client repeat Repetición de cliente
|
||||
Clock & time
|
||||
Clock synced Reloj sincronizado
|
||||
Clock: 12-hour Reloj: 12 horas
|
||||
Clock: 24-hour Reloj: 24 horas
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Burbujas de chat coloridas
|
||||
Commands Comandos
|
||||
Community Preset Preajuste comunitario
|
||||
Community preset (meshcomod web) Preajuste comunidad (meshcomod web)
|
||||
Compact
|
||||
Compact messages Mensajes compactos
|
||||
Compact messages (IRC style) Mensajes compactos (estilo IRC)
|
||||
Connect Conectar
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Controla este dispositivo desde un navegador
|
||||
Copied %s %s copiado
|
||||
Copied - Paste in a folder Copiado - pega en una carpeta
|
||||
Copy Copiar
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Error al copiar (sin identidad interna)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Copiar datos internos a SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Copiar secreto
|
||||
Copying internal data to SD... Copiando datos internos a la SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add No se pudo añadir
|
||||
Could not save the crash report No se pudo guardar el informe de fallo
|
||||
Couldn't delete No se pudo eliminar
|
||||
@@ -206,6 +219,7 @@ Create QR Crear QR
|
||||
Create a private channel Crear un canal privado
|
||||
Create failed Error al crear
|
||||
Create private channel Crear canal privado
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Desfase UTC personalizado (horas)
|
||||
Cut Cortar
|
||||
Cut - Paste in a folder Cortado - pega en una carpeta
|
||||
@@ -245,6 +259,7 @@ Distance: miles Distancia: millas
|
||||
Do Not Disturb No molestar
|
||||
Do Not Disturb off No molestar desactivado
|
||||
Do Not Disturb on No molestar activado
|
||||
Down
|
||||
Download failed Falló la descarga
|
||||
Download failed (network?) Falló la descarga (¿red?)
|
||||
Download mode Modo descarga
|
||||
@@ -287,6 +302,9 @@ Export settings Exportar ajustes
|
||||
Exporting settings… Exportando ajustes…
|
||||
External antenna selected Antena externa seleccionada
|
||||
Factory reset Rest. de fábrica
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. ¿Restablecer de fábrica?\n\nBorra identidad, contactos, canales, mensajes, Wi-Fi y todos los ajustes. Irreversible.
|
||||
Failed to save channel. Error al guardar el canal.
|
||||
Favorites full (max %d) Favoritos llenos (máx %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: fijado
|
||||
GPS: off GPS: apagado
|
||||
GPS: searching GPS: buscando
|
||||
Game over — score %d (tap to restart) Fin del juego — puntos %d (toca para reiniciar)
|
||||
General
|
||||
Get Obtener
|
||||
Get Started Empezar
|
||||
Get test builds (beta) Recibir versiones de prueba (beta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? ¿Ocultar esta app del cajón?
|
||||
High-gain receiver (FEM LNA) Receptor de alta ganancia (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Muy experimental. Reenvía el texto, el nombre del remitente y la marca de tiempo de cada mensaje que recibe tu nodo a un broker MQTT, donde cualquiera que pueda leer el broker podrá leerlos. Los mensajes directos son privados, de otras personas que nunca aceptaron ser compartidas. Usa un broker que controles, define una clave de cifrado abajo, y nunca un broker público.
|
||||
History limit off Límite de historial desactivado
|
||||
Home
|
||||
Hotkey saved Atajo guardado
|
||||
How you'll appear to other nodes. You can change this later in Settings. Cómo aparecerás ante otros nodos. Puedes cambiarlo en Ajustes.
|
||||
Humidity Humedad
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Luz del teclado encendida
|
||||
Keyboard nav: WASDZ on Nav. teclado: WASDZ act.
|
||||
Keyboard nav: off Nav. teclado: desact.
|
||||
Keyboard navigation Navegación por teclado
|
||||
Keys
|
||||
LOS → %s Línea de vista → %s
|
||||
Landscape (desktop) Horizontal (escritorio)
|
||||
Landscape set - applies when remote mode starts. Horizontal fijado - se aplica al iniciar el modo remoto.
|
||||
@@ -393,9 +414,11 @@ Language Idioma
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Catálogo de idiomas no disponible - revisa el Wi-Fi y reabre esta pestaña.
|
||||
Language updated - restarting to apply it… Idioma actualizado - reiniciando para aplicarlo…
|
||||
Languages Idiomas
|
||||
Large (bigger icons)
|
||||
Latitude Latitud
|
||||
Leave empty if not required Dejar vacío si no es necesario
|
||||
Leaving remote mode - rebooting... Saliendo del modo remoto - reiniciando...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Configuremos tu dispositivo.\n\nElegirás un nombre y tu región LoRa. Tarda alrededor de un minuto.
|
||||
Letters only Solo letras
|
||||
LoRa antenna (P4) Antena LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Mensaje eliminado
|
||||
Message didn't get through.\nResend it? El mensaje no llegó.\n¿Reenviarlo?
|
||||
Message info Info del mensaje
|
||||
Message sound Sonido de mensaje
|
||||
Messages
|
||||
Min zoom for this pack Zoom mín para este paquete
|
||||
Mode: BLE starting / low memory Modo: BLE iniciando / poca memoria
|
||||
Model: Modelo:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Restablecer
|
||||
Reset path Restablecer ruta
|
||||
Restarting to apply the language… Reiniciando para aplicar el idioma…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Reenviar hasta ser oído
|
||||
Reverse scrollball Invertir la bola de desplazamiento
|
||||
Right
|
||||
Roll to highlight • click to insert Desplaza para resaltar • pulsa para insertar
|
||||
Room is read-only for you.\nJoin with the room password to post. La sala es de solo lectura para ti.\nÚnete con la contraseña de la sala para publicar.
|
||||
Rotating - reconnecting... Girando - reconectando...
|
||||
@@ -659,8 +687,14 @@ SD card inserted Tarjeta SD insertada
|
||||
SD card lost - reinsert to recover Tarjeta SD perdida - reinsértala
|
||||
SD card remounted Tarjeta SD remontada
|
||||
SD card removed Tarjeta SD retirada
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Fallo al descargar en SD: %s
|
||||
SD formatted - %s (MESHCOMOD) SD formateada - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB usados
|
||||
@@ -684,6 +718,7 @@ Saved backups Copias guardadas
|
||||
Saved network Red guardada
|
||||
Saved profiles Perfiles guardados
|
||||
Saved to slot %d Guardado en ranura %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Guardado — reiniciando
|
||||
Saved — reconnecting… Guardado — reconectando…
|
||||
Saved: %s\nFlash it from the Launcher. Guardado: %s\nFlashéalo desde el Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Guardando en SD… 0%
|
||||
Scan to open on phone Escanea para abrir en el móvil
|
||||
Scanning… Buscando…
|
||||
Scope direct msgs to region Limitar mensajes directos a la región
|
||||
Screen
|
||||
Screen locked Pantalla bloqueada
|
||||
Screen timeout (s, 0 = never) Tiempo de pantalla (s, 0 = nunca)
|
||||
Screen timeout (s, 0 = never, min 10) Tiempo de pantalla (s, 0 = nunca, mín 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card La captura necesita una tarjeta SD
|
||||
Screenshot: low memory Captura: poca memoria
|
||||
Screenshot: no SD card Captura: sin tarjeta SD
|
||||
Screenshot: write failed Captura: fallo de escritura
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Bola de desplazamiento: normal
|
||||
Scrollball: reversed Bola de desplazamiento: invertida
|
||||
Search Buscar
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Teclados secundarios
|
||||
Secret (32 hex chars) Secreto (32 hex)
|
||||
Secret (32 hex, optional) Secreto (32 hex, opcional)
|
||||
Secret must be 32 hex chars (or empty). El secreto debe tener 32 hex (o vacío).
|
||||
Select
|
||||
Select a DM thread Selecciona un hilo de MD
|
||||
Select all Seleccionar todo
|
||||
Select network Seleccionar red
|
||||
@@ -718,6 +757,7 @@ Send advert now Enviar anuncio ahora
|
||||
Send an advert now, or set how often you re-advertise. Envía un advert ahora, o define con qué frecuencia re-adviertes.
|
||||
Send failed Error al enviar
|
||||
Sender blocked Remitente bloqueado
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Pestaña sensores: desactivada (reinicia para aplicar)
|
||||
Sensors tab: on (restart to apply) Pestaña sensores: activada (reinicia para aplicar)
|
||||
Sent Enviado
|
||||
@@ -749,6 +789,7 @@ Sleep ready Listo para dormir
|
||||
Slot %d cleared Ranura %d borrada
|
||||
Slot empty Ranura vacía
|
||||
Small\nMedium\nLarge Pequeño\nMediano\nGrande
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — desliza o gira el trackball
|
||||
Sort Ordenar
|
||||
Sound Sonido
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Reactivar msjs
|
||||
Unread %d Sin leer %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Sin leer %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) WAV no compatible (requiere PCM de 16 bits)
|
||||
Up
|
||||
Update Actualizar
|
||||
Update bin saved to SD Bin de actualización guardado en SD
|
||||
Update complete.\nRebooting... Actualización completa.\nReiniciando...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Bienvenido a WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Mientras esté activo, cualquiera en tu Wi-Fi puede ver y controlar este dispositivo. Usa HTTP plano (solo red local).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi y Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Wi-Fi no está habilitado en este build.
|
||||
Wi-Fi isn't available on this build. Wi-Fi no está disponible en este build.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Wi-Fi necesario para el perfil\ndel terreno de esta ruta.\nConéctate en Ajustes → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi no conectado
|
||||
Wi-Fi off Wi-Fi apagado
|
||||
Wi-Fi on Wi-Fi activado
|
||||
Wi-Fi on, scanning… Wi-Fi activado, buscando…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi guardado (radio off)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi guardado, reconectando
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Ayer
|
||||
You can run setup later in Settings → Device Puedes ejecutar la configuración luego en Ajustes → Dispositivo
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Tu ubicación es desconocida.\nEstablece GPS / posición en\nAjustes → Perfil primero.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock mantén el d-pad para desbloquear
|
||||
hold the trackball to unlock mantén el trackball para desbloquear
|
||||
kHz kHz
|
||||
keep holding mantén pulsado
|
||||
last wake:
|
||||
last wake: último despertar:
|
||||
leave empty to generate dejar vacío para generar
|
||||
lights the keyboard + wakes the screen on an incoming message ilumina el teclado + despierta la pantalla al recibir un mensaje
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Répéteur auto
|
||||
Auto room Salon auto
|
||||
Auto sensor Capteur auto
|
||||
Auto-Join Rejoindre auto
|
||||
Auto-add
|
||||
Auto-add contacts Ajout auto de contacts
|
||||
Auto-add saved Ajout auto enregistré
|
||||
Auto-add settings Réglages d'ajout auto
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Bleu batterie Orange temp. Cyan humid
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth déjà désactivé
|
||||
Bluetooth already on Bluetooth déjà activé
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth désactivé
|
||||
Bluetooth on Bluetooth activé
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Le jumelage Bluetooth n'est pas disponible sur cet appareil.\n\nLe firmware d'usine de la puce radio ne le prend pas en charge.\n\nJumelez l'appli du téléphone via Wi-Fi : connectez l'appareil à votre réseau puis ajoutez-le dans l'appli par son adresse IP (TCP, port 5000) — visible sous Réglages > Réseau. L'USB fonctionne aussi.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Hôte / IP du broker
|
||||
Buffered receive (experimental) Réception tamponnée (expérimental)
|
||||
Built-in Intégré
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Effacer l'historique batterie ?
|
||||
Clear history Effacer l'historique
|
||||
Clear telemetry history for this node? Effacer l'historique de télémétrie de ce nœud ?
|
||||
Client repeat Répétition client
|
||||
Clock & time
|
||||
Clock synced Horloge synchronisée
|
||||
Clock: 12-hour Horloge : 12 h
|
||||
Clock: 24-hour Horloge : 24 h
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Bulles de chat colorées
|
||||
Commands Commandes
|
||||
Community Preset Préréglage communautaire
|
||||
Community preset (meshcomod web) Préréglage communauté (meshcomod web)
|
||||
Compact
|
||||
Compact messages Messages compacts
|
||||
Compact messages (IRC style) Messages compacts (style IRC)
|
||||
Connect Connecter
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Contrôler cet appareil depuis un navigateur
|
||||
Copied %s %s copié
|
||||
Copied - Paste in a folder Copié - collez dans un dossier
|
||||
Copy Copier
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Échec de la copie (aucune identité interne)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Copier les données internes sur SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Copier le secret
|
||||
Copying internal data to SD... Copie des données internes vers la SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Ajout impossible
|
||||
Could not save the crash report Impossible d'enregistrer le rapport de plantage
|
||||
Couldn't delete Suppression impossible
|
||||
@@ -206,6 +219,7 @@ Create QR Créer un QR
|
||||
Create a private channel Créer un canal privé
|
||||
Create failed Échec de création
|
||||
Create private channel Créer un canal privé
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Décalage UTC personnalisé (heures)
|
||||
Cut Couper
|
||||
Cut - Paste in a folder Coupé - collez dans un dossier
|
||||
@@ -245,6 +259,7 @@ Distance: miles Distance : miles
|
||||
Do Not Disturb Ne pas déranger
|
||||
Do Not Disturb off Ne pas déranger désactivé
|
||||
Do Not Disturb on Ne pas déranger activé
|
||||
Down
|
||||
Download failed Échec du téléchargement
|
||||
Download failed (network?) Échec du téléchargement (réseau ?)
|
||||
Download mode Mode téléchargement
|
||||
@@ -287,6 +302,9 @@ Export settings Exporter les réglages
|
||||
Exporting settings… Exportation des réglages…
|
||||
External antenna selected Antenne externe sélectionnée
|
||||
Factory reset Réinit. d'usine
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Réinitialisation d'usine ?\n\nEfface identité, contacts, canaux, messages, Wi-Fi et tous les réglages. Irréversible.
|
||||
Failed to save channel. Échec de l'enregistrement du canal.
|
||||
Favorites full (max %d) Favoris pleins (max %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS : point
|
||||
GPS: off GPS : désactivé
|
||||
GPS: searching GPS : recherche
|
||||
Game over — score %d (tap to restart) Partie terminée — score %d (touchez pour rejouer)
|
||||
General
|
||||
Get Obtenir
|
||||
Get Started Commencer
|
||||
Get test builds (beta) Recevoir les versions test (bêta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Masquer cette appli du tiroir ?
|
||||
High-gain receiver (FEM LNA) Récepteur haut gain (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Très expérimental. Ceci transmet le texte, le nom de l'expéditeur et l'horodatage de chaque message reçu par votre nœud à un broker MQTT, où quiconque peut lire le broker peut les lire. Les messages directs sont privés, envoyés par des personnes qui n'ont jamais accepté d'être partagées. Utilisez un broker que vous contrôlez, définissez une clé de chiffrement ci-dessous, et jamais un broker public.
|
||||
History limit off Limite d'historique désactivée
|
||||
Home
|
||||
Hotkey saved Raccourci enregistré
|
||||
How you'll appear to other nodes. You can change this later in Settings. Comment vous apparaîtrez aux autres nœuds. Modifiable dans Paramètres.
|
||||
Humidity Humidité
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Éclairage clavier activé
|
||||
Keyboard nav: WASDZ on Nav. clavier : WASDZ activé
|
||||
Keyboard nav: off Nav. clavier : désactivé
|
||||
Keyboard navigation Navigation clavier
|
||||
Keys
|
||||
LOS → %s Vue directe → %s
|
||||
Landscape (desktop) Paysage (bureau)
|
||||
Landscape set - applies when remote mode starts. Paysage défini - s'applique au démarrage du mode distant.
|
||||
@@ -393,9 +414,11 @@ Language Langue
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Catalogue de langues indisponible - vérifiez le Wi-Fi puis rouvrez cet onglet.
|
||||
Language updated - restarting to apply it… Langue mise à jour - redémarrage pour l'appliquer…
|
||||
Languages Langues
|
||||
Large (bigger icons)
|
||||
Latitude Latitude
|
||||
Leave empty if not required Laisser vide si non requis
|
||||
Leaving remote mode - rebooting... Sortie du mode distant - redémarrage...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Configurons votre appareil.\n\nVous choisirez un nom et votre région LoRa. Cela prend environ une minute.
|
||||
Letters only Lettres uniquement
|
||||
LoRa antenna (P4) Antenne LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Message supprimé
|
||||
Message didn't get through.\nResend it? Le message n'est pas passé.\nRenvoyer ?
|
||||
Message info Infos du message
|
||||
Message sound Son des messages
|
||||
Messages
|
||||
Min zoom for this pack Zoom min pour ce pack
|
||||
Mode: BLE starting / low memory Mode : BLE démarre / mémoire faible
|
||||
Model: Modèle :
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Réinitialiser
|
||||
Reset path Réinitialiser le chemin
|
||||
Restarting to apply the language… Redémarrage pour appliquer la langue…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Renvoyer jusqu'à réception
|
||||
Reverse scrollball Inverser la boule de défilement
|
||||
Right
|
||||
Roll to highlight • click to insert Faites rouler pour surligner • cliquez pour insérer
|
||||
Room is read-only for you.\nJoin with the room password to post. La salle est en lecture seule pour vous.\nRejoignez avec le mot de passe pour publier.
|
||||
Rotating - reconnecting... Rotation - reconnexion...
|
||||
@@ -659,8 +687,14 @@ SD card inserted Carte SD insérée
|
||||
SD card lost - reinsert to recover Carte SD perdue - réinsérez-la
|
||||
SD card remounted Carte SD remontée
|
||||
SD card removed Carte SD retirée
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Échec du téléchargement SD : %s
|
||||
SD formatted - %s (MESHCOMOD) SD formatée - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u Ko utilisés
|
||||
@@ -684,6 +718,7 @@ Saved backups Sauvegardes enregistrées
|
||||
Saved network Réseau enregistré
|
||||
Saved profiles Profils enregistrés
|
||||
Saved to slot %d Enregistré dans l'emplacement %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Enregistré — redémarrage
|
||||
Saved — reconnecting… Enregistré — reconnexion…
|
||||
Saved: %s\nFlash it from the Launcher. Enregistré : %s\nFlashez-le depuis le Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Enregistrement sur SD… 0%
|
||||
Scan to open on phone Scannez pour ouvrir sur le téléphone
|
||||
Scanning… Analyse…
|
||||
Scope direct msgs to region Limiter les messages directs à la région
|
||||
Screen
|
||||
Screen locked Écran verrouillé
|
||||
Screen timeout (s, 0 = never) Délai d'écran (s, 0 = jamais)
|
||||
Screen timeout (s, 0 = never, min 10) Délai d'écran (s, 0 = jamais, min 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card La capture nécessite une carte SD
|
||||
Screenshot: low memory Capture : mémoire faible
|
||||
Screenshot: no SD card Capture : pas de carte SD
|
||||
Screenshot: write failed Capture : échec d'écriture
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Boule de défilement : normale
|
||||
Scrollball: reversed Boule de défilement : inversée
|
||||
Search Rechercher
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Claviers secondaires
|
||||
Secret (32 hex chars) Secret (32 hex)
|
||||
Secret (32 hex, optional) Secret (32 hex, facultatif)
|
||||
Secret must be 32 hex chars (or empty). Le secret doit faire 32 hex (ou vide).
|
||||
Select
|
||||
Select a DM thread Choisir une conversation MP
|
||||
Select all Tout sélectionner
|
||||
Select network Choisir le réseau
|
||||
@@ -718,6 +757,7 @@ Send advert now Envoyer l'annonce
|
||||
Send an advert now, or set how often you re-advertise. Envoyer un advert maintenant, ou définir la fréquence de ré-advert.
|
||||
Send failed Échec de l'envoi
|
||||
Sender blocked Expéditeur bloqué
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Onglet capteurs : désactivé (redémarrez pour appliquer)
|
||||
Sensors tab: on (restart to apply) Onglet capteurs : activé (redémarrez pour appliquer)
|
||||
Sent Envoyé
|
||||
@@ -749,6 +789,7 @@ Sleep ready Prêt pour veille
|
||||
Slot %d cleared Emplacement %d effacé
|
||||
Slot empty Emplacement vide
|
||||
Small\nMedium\nLarge Petit\nMoyen\nGrand
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — glissez ou roulez le trackball
|
||||
Sort Trier
|
||||
Sound Son
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Réactiver msgs
|
||||
Unread %d Non lus %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Non lus %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) WAV non pris en charge (16-bit PCM requis)
|
||||
Up
|
||||
Update Mettre à jour
|
||||
Update bin saved to SD Fichier de mise à jour enregistré sur SD
|
||||
Update complete.\nRebooting... Mise à jour terminée.\nRedémarrage...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Bienvenue sur WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Tant que c'est activé, quiconque sur votre Wi-Fi peut voir et contrôler cet appareil. Utilise du HTTP simple (réseau local uniquement).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi et Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Le Wi-Fi n'est pas activé dans ce build.
|
||||
Wi-Fi isn't available on this build. Le Wi-Fi n'est pas disponible sur ce build.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Wi-Fi requis pour le profil\nde terrain de ce chemin.\nConnectez dans Paramètres → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi non connecté
|
||||
Wi-Fi off Wi-Fi désactivé
|
||||
Wi-Fi on Wi-Fi activé
|
||||
Wi-Fi on, scanning… Wi-Fi activé, recherche…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi enregistré (radio off)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi enregistré, reconnexion
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Hier
|
||||
You can run setup later in Settings → Device Vous pouvez lancer la configuration plus tard dans Paramètres → Appareil
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Votre position est inconnue.\nDéfinissez GPS / position dans\nParamètres → Profil d'abord.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock maintenez le d-pad pour déverrouiller
|
||||
hold the trackball to unlock maintenez la boule pour déverrouiller
|
||||
kHz kHz
|
||||
keep holding maintenez
|
||||
last wake:
|
||||
last wake: dernier réveil :
|
||||
leave empty to generate laisser vide pour générer
|
||||
lights the keyboard + wakes the screen on an incoming message éclaire le clavier + réveille l'écran à un message entrant
|
||||
|
||||
@@ -107,9 +107,12 @@ Blue battery Orange temp Cyan humidity Kék akkumulátor Narancssárga hőmé
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth már ki van kapcsolva
|
||||
Bluetooth already on Bluetooth már be van kapcsolva
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth kikapcsolva
|
||||
Bluetooth on Bluetooth bekapcsolva
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Ezen az eszközön nincs Bluetooth-párosítás.\n\nA rádiócsip gyári firmware-e nem támogatja.\n\nPárosítsd a telefonos appot Wi-Fin: csatlakoztasd az eszközt a hálózatodra, majd add hozzá az appban IP-cím szerint (TCP, 5000-es port) — a Beállítások > Hálózat alatt látható. USB is működik.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Broker host / IP
|
||||
Buffered receive (experimental) Pufferelt fogadás (kísérleti)
|
||||
Built-in Beépített
|
||||
@@ -156,6 +159,7 @@ Clear battery history? Törli az akkumulátorelőzményeket?
|
||||
Clear history Előzmények törlése
|
||||
Clear telemetry history for this node? Törli a telemetriai előzményeket ehhez a csomóponthoz?
|
||||
Client repeat Client repeat
|
||||
Clock & time
|
||||
Clock synced Óra szinkronizálva
|
||||
Clock: 12-hour Óra: 12 órás
|
||||
Clock: 24-hour Óra: 24 órás
|
||||
@@ -164,6 +168,7 @@ Colourful chat bubbles Színes csevegőbuborékok
|
||||
Commands Parancsok
|
||||
Community Preset Közösségi profil
|
||||
Community preset (meshcomod web) Közösségi előbeállítás (meshcomod web)
|
||||
Compact
|
||||
Compact messages Kompakt üzenetek
|
||||
Compact messages (IRC style) Kompakt üzenetek (IRC stílus)
|
||||
Connect Csatlakozás
|
||||
@@ -192,10 +197,17 @@ Control this device from a browser Vezéreld az eszközt böngészőből
|
||||
Copied %s %s másolva
|
||||
Copied - Paste in a folder Másolt - Beillesztés egy mappába
|
||||
Copy Másolás
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Másolás sikertelen (nincs belső identitás)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Belső adatok másolása SD-re
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Secret másolása
|
||||
Copying internal data to SD... Belső adatok másolása SD-kártyára...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Nem sikerült hozzáadni
|
||||
Could not save the crash report Nem sikerült menteni a hibajelentést
|
||||
Couldn't delete Nem sikerült törölni
|
||||
@@ -209,6 +221,7 @@ Create QR QR készítése
|
||||
Create a private channel Privát csatorna létrehozása
|
||||
Create failed Létrehozás sikertelen
|
||||
Create private channel Privát csatorna létrehozása
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Egyéni UTC eltolás (órában)
|
||||
Cut Kivágás
|
||||
Cut - Paste in a folder Kivágás - Beillesztés egy mappába
|
||||
@@ -250,6 +263,7 @@ Direct (DM) sound Közvetlen (DM) hang
|
||||
Do Not Disturb Ne zavarj
|
||||
Do Not Disturb off Ne zavarj kikapcsolva
|
||||
Do Not Disturb on Ne zavarj bekapcsolva
|
||||
Down
|
||||
Download failed A letöltés nem sikerült
|
||||
Download failed (network?) A letöltés nem sikerült (hálózat?)
|
||||
Download mode Letöltési mód
|
||||
@@ -293,6 +307,9 @@ Export crash report Hibajelentés exportálása
|
||||
Exporting settings… Beállítások exportálása…
|
||||
External antenna selected Külső antenna kiválasztva
|
||||
Factory reset Gyári visszaállítás
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Gyári beállítások visszaállítása?\n\nTörli az identitást, a névjegyeket,\ncsatornákat, üzeneteket, a Wi-Fi-t\nés minden beállítást. Ez\na művelet nem vonható vissza.
|
||||
Failed to save channel. Nem sikerült menteni a csatornát.
|
||||
Favorites full (max %d) Kedvencek megteltek (max. %d)
|
||||
@@ -328,6 +345,7 @@ GPS: fix GPS: fix
|
||||
GPS: off GPS: kikapcsolva
|
||||
GPS: searching GPS: keresés
|
||||
Game over — score %d (tap to restart) Vége a játéknak — %d pont (érintsd meg az újraindításhoz)
|
||||
General
|
||||
Get Letölt
|
||||
Get Started Kezdés
|
||||
Get test builds (beta) Tesztverziók beszerzése (béta)
|
||||
@@ -342,6 +360,7 @@ Hide this app from the drawer? Elrejted ezt az appot a menüből?
|
||||
High-gain receiver (FEM LNA) Nagy nyereségű vevő (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Nagyon kísérleti jellegű. Ez a funkció továbbítja a csomópont által fogadott összes üzenet szövegét, feladó nevét és időbélyegét egy MQTT brókernek, ahol bárki, aki el tudja olvasni a brókert, elolvashatja azokat. A közvetlen üzenetek olyan személyek privát üzenetei, akik soha nem járultak hozzá a megosztásukhoz. Használjon egy általa felügyelt brókert, állítson be titkosítási kulcsot alább, és soha ne használjon nyilvános brókert.
|
||||
History limit off Előzménykorlát kikapcsolva
|
||||
Home
|
||||
Hotkey saved Gyorsbillentyű mentése
|
||||
How you'll appear to other nodes. You can change this later in Settings. Hogyan fogsz megjelenni más csomópontok számára. Ezt később módosíthatod a Beállításokban.
|
||||
Humidity Páratartalom
|
||||
@@ -392,6 +411,7 @@ Keyboard light on Billentyűzetfény be
|
||||
Keyboard nav: WASDZ on Billentyűzet navigáció: WASDZ bekapcsolva
|
||||
Keyboard nav: off Billentyűzetnavigáció: kikapcsolva
|
||||
Keyboard navigation Billentyűzetnavigáció
|
||||
Keys
|
||||
LOS → %s Rálátás → %s
|
||||
Landscape (desktop) Fekvő (asztali)
|
||||
Landscape set - applies when remote mode starts. Fekvő beállítva - a távoli mód indulásakor lép életbe.
|
||||
@@ -399,9 +419,11 @@ Language Nyelv
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. A nyelvi katalógus nem érhető el - ellenőrizd a Wi-Fit, majd nyisd meg újra a lapot.
|
||||
Language updated - restarting to apply it… Nyelv frissítve - újraindítás az alkalmazáshoz…
|
||||
Languages Nyelvek
|
||||
Large (bigger icons)
|
||||
Latitude Szélesség
|
||||
Leave empty if not required Hagyja üresen, ha nem szükséges
|
||||
Leaving remote mode - rebooting... Kilépés a távoli módból - újraindítás...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Állítsuk be az eszközt.\n\nVálassz egy nevet, és válaszd ki a LoRa régiódat. Körülbelül egy percet vesz igénybe.
|
||||
Letters only Csak betűk
|
||||
LoRa antenna (P4) LoRa antenna (P4)
|
||||
@@ -462,6 +484,7 @@ Message deleted Üzenet törölve
|
||||
Message didn't get through.\nResend it? Az üzenet nem érkezett meg.\nÚjraküldi?
|
||||
Message info Üzenet adatai
|
||||
Message sound Üzenet hangja
|
||||
Messages
|
||||
Min zoom for this pack Minimális zoom ehhez a csomaghoz
|
||||
Mode: BLE starting / low memory Mód: BLE indítás / kevés memória
|
||||
Model: Modell
|
||||
@@ -655,8 +678,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Visszaállítás
|
||||
Reset path Útvonal visszaállítása
|
||||
Restarting to apply the language… Újraindítás a nyelv alkalmazásához…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Újraküldés, míg meg nem hallják
|
||||
Reverse scrollball Fordított görgetőgolyó
|
||||
Right
|
||||
Roll to highlight • click to insert Görgessen a kiemeléshez • kattintson a beszúráshoz
|
||||
Room is read-only for you.\nJoin with the room password to post. A szoba csak írásvédett számodra.\nCsatlakozz a szoba jelszavával, hogy hozzászólhass.
|
||||
Rotating - reconnecting... Forgatás - újracsatlakozás...
|
||||
@@ -669,8 +696,14 @@ SD card inserted SD-kártya behelyezve
|
||||
SD card lost - reinsert to recover SD-kártya elveszett - helyezze be újra a helyreállításhoz
|
||||
SD card remounted SD kártya újracsatolva
|
||||
SD card removed SD-kártya eltávolítva
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s SD-letöltés sikertelen: %s
|
||||
SD formatted - %s (MESHCOMOD) SD formázás - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB felhasználva
|
||||
@@ -696,6 +729,7 @@ Saved network Mentett hálózat
|
||||
Saved networks Mentett hálózatok
|
||||
Saved profiles Profil mentve
|
||||
Saved to slot %d Mentve a(z) %d helyre
|
||||
Saved — applying…
|
||||
Saved — rebooting Mentve — újraindítás
|
||||
Saved — reconnecting… Mentve — újracsatlakozás…
|
||||
Saved: %s\nFlash it from the Launcher. Mentett: %s\nFlash-eld a Launcher-ből.
|
||||
@@ -706,6 +740,7 @@ Scan Keres
|
||||
Scan again Újrakeresés
|
||||
Scanning… Keresés…
|
||||
Scope direct msgs to region Közvetlen üzenet a régiónak
|
||||
Screen
|
||||
Screen locked képernyő lezárva
|
||||
Screen timeout (s, 0 = never) Képernyő időkorlátja (s, 0=soha)
|
||||
Screen timeout (s, 0 = never, min 10) Képernyő időkorlátja (s, 0 = soha, min. 10)
|
||||
@@ -716,6 +751,8 @@ Screenshot needs an SD card Screenshot-hoz SD-kártya szükséges
|
||||
Screenshot: low memory Screenshot: kevés a memória
|
||||
Screenshot: no SD card Screenshot: nincs sd kártya
|
||||
Screenshot: write failed Screenshot: írási hiba
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: normális
|
||||
Scrollball: reversed Scrollbar: megfordítva
|
||||
Search Keresés
|
||||
@@ -724,6 +761,7 @@ Secondary keyboards Másodlagos billentyűk
|
||||
Secret (32 hex chars) Secret (32 hex karakter)
|
||||
Secret (32 hex, optional) Secret (32 hex opcionális)
|
||||
Secret must be 32 hex chars (or empty). A titkos kódnak 32 hex karakterből kell állnia (vagy üresen kell állnia).
|
||||
Select
|
||||
Select a DM thread Válassz egy DM-szálat
|
||||
Select all Összes kijelölése
|
||||
Select network Hálózat kiválasztása
|
||||
@@ -732,6 +770,7 @@ Send advert now Advert küldés most
|
||||
Send an advert now, or set how often you re-advertise. Küldjön hirdetést most, vagy állítsa be, hogy milyen gyakran szeretné újrahirdetni.
|
||||
Send failed Küldés sikertelen
|
||||
Sender blocked Feladó blokkolva
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Érzékelők lap: kikapcsolva (újraindítás az alkalmazáshoz)
|
||||
Sensors tab: on (restart to apply) Érzékelők lap: bekapcsolva (újraindítás az alkalmazáshoz)
|
||||
Sent Elküldve
|
||||
@@ -765,6 +804,7 @@ Sleep ready Készen áll az alvásra
|
||||
Slot %d cleared %d hely kiürítve
|
||||
Slot empty Üres hely
|
||||
Small\nMedium\nLarge Kicsi\nKözepes\nNagy
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Kígyó – pöccintsd vagy görgesd a görgetőgolyót
|
||||
Sort Sort
|
||||
Sound Hang
|
||||
@@ -863,6 +903,7 @@ Unmute msgs Üzenetek némításának feloldása
|
||||
Unread %d Olvasatlan %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Olvasatlan %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) Nem támogatott WAV (16 bites PCM szükséges)
|
||||
Up
|
||||
Update Frissít
|
||||
Update bin saved to SD A frissítési láda SD-kártyára mentve
|
||||
Update complete.\nRebooting... Frissítés kész.\nÚjraindítás...
|
||||
@@ -883,6 +924,7 @@ Welcome to WADAMESH Üdvözöl a WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Amíg be van kapcsolva, a Wi-Fi hálózatodon bárki láthatja és vezérelheti az eszközt. Sima HTTP-t használ (csak helyi hálózat).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi és Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Ebben a buildben nincs engedélyezve a Wi-Fi.
|
||||
Wi-Fi isn't available on this build. Wi-Fi nem érhető el ezen a builden.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Wi-Fi szükséges a terepprofil lekéréséhez ehhez az útvonalhoz. Csatlakozás a Beállítások → Wi-Fi menüpontban.
|
||||
@@ -890,8 +932,12 @@ Wi-Fi not connected Nincs Wi-Fi-kapcsolat
|
||||
Wi-Fi off WiFi kikapcsolva
|
||||
Wi-Fi on WiFi bekapcsolva
|
||||
Wi-Fi on, scanning… Wi-Fi bekapcsolva, szkennelés…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi mentve (rádió kikapcsolva)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi mentve, újracsatlakozás
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Tegnap
|
||||
You can run setup later in Settings → Device A beállítást később is futtathatja a Beállítások → Eszköz menüpontban.
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. A tartózkodási helye ismeretlen.\nElőször állítsa be a GPS-t / pozíciót a\nBeállítások → Profil menüpontban.
|
||||
@@ -915,6 +961,7 @@ hold the d-pad to unlock tartsa lenyomva a d-padot a feloldáshoz
|
||||
hold the trackball to unlock tartsa lenyomva a trackballt a feloldáshoz
|
||||
kHz kHz
|
||||
keep holding tartsd ki
|
||||
last wake:
|
||||
last wake: utolsó ébredés:
|
||||
leave empty to generate hagyja üresen a generáláshoz
|
||||
lights the keyboard + wakes the screen on an incoming message bejövő üzenet esetén bekapcsolja a billentyűzet megvilágítását + felébreszti a képernyőt
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Ripetitore auto
|
||||
Auto room Stanza auto
|
||||
Auto sensor Sensore auto
|
||||
Auto-Join Auto-join
|
||||
Auto-add
|
||||
Auto-add contacts Aggiunta automatica contatti
|
||||
Auto-add saved Auto-aggiunta salvata
|
||||
Auto-add settings Impostazioni aggiunta automatica
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Blu batteria Arancio temp. Ciano umid
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth già spento
|
||||
Bluetooth already on Bluetooth già acceso
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth spento
|
||||
Bluetooth on Bluetooth acceso
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. L'abbinamento Bluetooth non è disponibile su questo dispositivo.\n\nIl firmware di fabbrica del chip radio non lo supporta.\n\nAbbina l'app del telefono via Wi-Fi: collega il dispositivo alla tua rete e aggiungilo nell'app tramite indirizzo IP (TCP, porta 5000) — visibile in Impostazioni > Rete. Funziona anche l'USB.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Host / IP del broker
|
||||
Buffered receive (experimental) Ricezione bufferizzata (sperimentale)
|
||||
Built-in Integrato
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Cancellare la cronologia batteria?
|
||||
Clear history Cancella cronologia
|
||||
Clear telemetry history for this node? Cancellare la cronologia telemetria di questo nodo?
|
||||
Client repeat Ripetizione client
|
||||
Clock & time
|
||||
Clock synced Orologio sincronizzato
|
||||
Clock: 12-hour Orologio: 12 ore
|
||||
Clock: 24-hour Orologio: 24 ore
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Fumetti chat colorati
|
||||
Commands Comandi
|
||||
Community Preset Preset della community
|
||||
Community preset (meshcomod web) Preset community (meshcomod web)
|
||||
Compact
|
||||
Compact messages Messaggi compatti
|
||||
Compact messages (IRC style) Messaggi compatti (stile IRC)
|
||||
Connect Connetti
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Controlla questo dispositivo da un browser
|
||||
Copied %s %s copiato
|
||||
Copied - Paste in a folder Copiato - incolla in una cartella
|
||||
Copy Copia
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Copia non riuscita (nessuna identità interna)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Copia dati interni su SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Copia segreto
|
||||
Copying internal data to SD... Copia dei dati interni su SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Impossibile aggiungere
|
||||
Could not save the crash report Impossibile salvare il rapporto di crash
|
||||
Couldn't delete Impossibile eliminare
|
||||
@@ -206,6 +219,7 @@ Create QR Crea QR
|
||||
Create a private channel Crea un canale privato
|
||||
Create failed Creazione non riuscita
|
||||
Create private channel Crea canale privato
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Offset UTC personalizzato (ore)
|
||||
Cut Taglia
|
||||
Cut - Paste in a folder Tagliato - incolla in una cartella
|
||||
@@ -245,6 +259,7 @@ Distance: miles Distanza: miglia
|
||||
Do Not Disturb Non disturbare
|
||||
Do Not Disturb off Non disturbare disattivo
|
||||
Do Not Disturb on Non disturbare attivo
|
||||
Down
|
||||
Download failed Download non riuscito
|
||||
Download failed (network?) Download non riuscito (rete?)
|
||||
Download mode Modalità download
|
||||
@@ -287,6 +302,9 @@ Export settings Esporta impostazioni
|
||||
Exporting settings… Esportazione impostazioni…
|
||||
External antenna selected Antenna esterna selezionata
|
||||
Factory reset Ripristino fabbrica
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Ripristino di fabbrica?\n\nCancella identità, contatti, canali, messaggi, Wi-Fi e ogni impostazione. Irreversibile.
|
||||
Failed to save channel. Impossibile salvare il canale.
|
||||
Favorites full (max %d) Preferiti pieni (max %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: fix
|
||||
GPS: off GPS: spento
|
||||
GPS: searching GPS: ricerca
|
||||
Game over — score %d (tap to restart) Game over — punteggio %d (tocca per ricominciare)
|
||||
General
|
||||
Get Scarica
|
||||
Get Started Inizia
|
||||
Get test builds (beta) Ricevi build di test (beta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Nascondere questa app dal cassetto?
|
||||
High-gain receiver (FEM LNA) Ricevitore ad alto guadagno (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Molto sperimentale. Inoltra il testo, il nome del mittente e l'orario di ogni messaggio che il tuo nodo riceve a un broker MQTT, dove chiunque possa leggere il broker può leggerli. I messaggi diretti sono privati, da altre persone che non hanno mai accettato di essere condivise. Usa un broker che controlli, imposta una chiave di cifratura sotto, e mai un broker pubblico.
|
||||
History limit off Limite cronologia disattivato
|
||||
Home
|
||||
Hotkey saved Scorciatoia salvata
|
||||
How you'll appear to other nodes. You can change this later in Settings. Come apparirai agli altri nodi. Modificabile in Impostazioni.
|
||||
Humidity Umidità
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Luce tastiera accesa
|
||||
Keyboard nav: WASDZ on Nav. tastiera: WASDZ on
|
||||
Keyboard nav: off Nav. tastiera: off
|
||||
Keyboard navigation Navigazione da tastiera
|
||||
Keys
|
||||
LOS → %s Vista diretta → %s
|
||||
Landscape (desktop) Orizzontale (desktop)
|
||||
Landscape set - applies when remote mode starts. Orizzontale impostato - vale all'avvio della modalità remota.
|
||||
@@ -393,9 +414,11 @@ Language Lingua
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Catalogo lingue non disponibile - controlla il Wi-Fi e riapri questa scheda.
|
||||
Language updated - restarting to apply it… Lingua aggiornata - riavvio per applicarla…
|
||||
Languages Lingue
|
||||
Large (bigger icons)
|
||||
Latitude Latitudine
|
||||
Leave empty if not required Lascia vuoto se non richiesto
|
||||
Leaving remote mode - rebooting... Uscita dalla modalità remota - riavvio...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Configuriamo il tuo dispositivo.\n\nSceglierai un nome e la tua regione LoRa. Richiede circa un minuto.
|
||||
Letters only Solo lettere
|
||||
LoRa antenna (P4) Antenna LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Messaggio eliminato
|
||||
Message didn't get through.\nResend it? Il messaggio non è arrivato.\nInviarlo di nuovo?
|
||||
Message info Info messaggio
|
||||
Message sound Suono messaggi
|
||||
Messages
|
||||
Min zoom for this pack Zoom min per questo pacchetto
|
||||
Mode: BLE starting / low memory Modalità: BLE avvio / memoria scarsa
|
||||
Model: Modello:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Ripristina
|
||||
Reset path Reimposta percorso
|
||||
Restarting to apply the language… Riavvio per applicare la lingua…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Reinvia finché non ricevuto
|
||||
Reverse scrollball Inverti scrollball
|
||||
Right
|
||||
Roll to highlight • click to insert Scorri per evidenziare • clicca per inserire
|
||||
Room is read-only for you.\nJoin with the room password to post. La stanza è di sola lettura per te.\nEntra con la password della stanza per pubblicare.
|
||||
Rotating - reconnecting... Rotazione - riconnessione...
|
||||
@@ -659,8 +687,14 @@ SD card inserted Scheda SD inserita
|
||||
SD card lost - reinsert to recover Scheda SD persa - reinserirla
|
||||
SD card remounted Scheda SD rimontata
|
||||
SD card removed Scheda SD rimossa
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Download su SD non riuscito: %s
|
||||
SD formatted - %s (MESHCOMOD) SD formattata - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB usati
|
||||
@@ -684,6 +718,7 @@ Saved backups Backup salvati
|
||||
Saved network Rete salvata
|
||||
Saved profiles Profili salvati
|
||||
Saved to slot %d Salvato nello slot %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Salvato — riavvio
|
||||
Saved — reconnecting… Salvato — riconnessione…
|
||||
Saved: %s\nFlash it from the Launcher. Salvato: %s\nFlashalo dal Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Salvataggio su SD… 0%
|
||||
Scan to open on phone Scansiona per aprire sul telefono
|
||||
Scanning… Scansione…
|
||||
Scope direct msgs to region Limita i messaggi diretti alla regione
|
||||
Screen
|
||||
Screen locked Schermo bloccato
|
||||
Screen timeout (s, 0 = never) Timeout schermo (s, 0 = mai)
|
||||
Screen timeout (s, 0 = never, min 10) Timeout schermo (s, 0 = mai, min 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Lo screenshot richiede una scheda SD
|
||||
Screenshot: low memory Screenshot: memoria insufficiente
|
||||
Screenshot: no SD card Screenshot: nessuna scheda SD
|
||||
Screenshot: write failed Screenshot: scrittura non riuscita
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: normale
|
||||
Scrollball: reversed Scrollball: invertita
|
||||
Search Cerca
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Tastiere secondarie
|
||||
Secret (32 hex chars) Segreto (32 hex)
|
||||
Secret (32 hex, optional) Segreto (32 hex, opzionale)
|
||||
Secret must be 32 hex chars (or empty). Il segreto deve essere 32 hex (o vuoto).
|
||||
Select
|
||||
Select a DM thread Seleziona una conversazione MD
|
||||
Select all Seleziona tutto
|
||||
Select network Seleziona rete
|
||||
@@ -718,6 +757,7 @@ Send advert now Invia advert ora
|
||||
Send an advert now, or set how often you re-advertise. Invia un advert ora, o imposta ogni quanto ripubblicare l'advert.
|
||||
Send failed Invio non riuscito
|
||||
Sender blocked Mittente bloccato
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Scheda sensori: off (riavvia per applicare)
|
||||
Sensors tab: on (restart to apply) Scheda sensori: on (riavvia per applicare)
|
||||
Sent Inviato
|
||||
@@ -749,6 +789,7 @@ Sleep ready Pronto per lo standby
|
||||
Slot %d cleared Slot %d cancellato
|
||||
Slot empty Slot vuoto
|
||||
Small\nMedium\nLarge Piccolo\nMedio\nGrande
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — scorri o gira la trackball
|
||||
Sort Ordina
|
||||
Sound Suono
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Riattiva msg
|
||||
Unread %d Non letti %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Non letti %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) WAV non supportato (serve PCM a 16 bit)
|
||||
Up
|
||||
Update Aggiorna
|
||||
Update bin saved to SD Bin di aggiornamento salvato su SD
|
||||
Update complete.\nRebooting... Aggiornamento completato.\nRiavvio...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Benvenuto in WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Finché è attivo, chiunque sulla tua Wi-Fi può vedere e controllare questo dispositivo. Usa HTTP semplice (solo rete locale).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi e Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Il Wi-Fi non è abilitato in questo build.
|
||||
Wi-Fi isn't available on this build. Il Wi-Fi non è disponibile su questo build.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Wi-Fi necessario per il profilo\ndel terreno di questo percorso.\nConnetti in Impostazioni → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi non connesso
|
||||
Wi-Fi off Wi-Fi spento
|
||||
Wi-Fi on Wi-Fi acceso
|
||||
Wi-Fi on, scanning… Wi-Fi attivo, scansione…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi salvato (radio off)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi salvato, riconnessione
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Ieri
|
||||
You can run setup later in Settings → Device Puoi eseguire la configurazione dopo in Impostazioni → Dispositivo
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Posizione sconosciuta.\nImposta prima GPS / posizione in\nImpostazioni → Profilo.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock tieni premuto il d-pad per sbloccare
|
||||
hold the trackball to unlock tieni premuta la trackball per sbloccare
|
||||
kHz kHz
|
||||
keep holding tieni premuto
|
||||
last wake:
|
||||
last wake: ultimo risveglio:
|
||||
leave empty to generate lascia vuoto per generare
|
||||
lights the keyboard + wakes the screen on an incoming message illumina la tastiera + risveglia lo schermo a un messaggio in arrivo
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Auto repeater
|
||||
Auto room Auto room
|
||||
Auto sensor Auto sensor
|
||||
Auto-Join Auto-deelnemen
|
||||
Auto-add
|
||||
Auto-add contacts Contacten automatisch toevoegen
|
||||
Auto-add saved Auto-toevoegen opgeslagen
|
||||
Auto-add settings Auto-toevoegen instellingen
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Blauw batterij Oranje temp Cyaan voch
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth al uit
|
||||
Bluetooth already on Bluetooth al aan
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth uit
|
||||
Bluetooth on Bluetooth aan
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Bluetooth-koppelen is op dit apparaat niet beschikbaar.\n\nDe fabrieksfirmware van de radiochip ondersteunt het niet.\n\nKoppel de telefoon-app via Wi-Fi: verbind dit apparaat met je netwerk en voeg het in de app toe op IP-adres (TCP, poort 5000) — te vinden onder Instellingen > Netwerk. USB werkt ook.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Broker-host / IP
|
||||
Buffered receive (experimental) Gebufferde ontvangst (experimenteel)
|
||||
Built-in Ingebouwd
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Batterijgeschiedenis wissen?
|
||||
Clear history Geschiedenis wissen
|
||||
Clear telemetry history for this node? Telemetriegeschiedenis van deze node wissen?
|
||||
Client repeat Client herhaling
|
||||
Clock & time
|
||||
Clock synced Klok gesynchroniseerd
|
||||
Clock: 12-hour Klok: 12-uurs
|
||||
Clock: 24-hour Klok: 24-uurs
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Kleurrijke chatbubbels
|
||||
Commands Opdrachten
|
||||
Community Preset Community-preset
|
||||
Community preset (meshcomod web) Community-preset (meshcomod web)
|
||||
Compact
|
||||
Compact messages Compacte berichten
|
||||
Compact messages (IRC style) Compacte berichten (IRC-stijl)
|
||||
Connect Verbinden
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Bedien dit apparaat vanuit een browser
|
||||
Copied %s %s gekopieerd
|
||||
Copied - Paste in a folder Gekopieerd - plak in een map
|
||||
Copy Kopiëren
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Kopiëren mislukt (geen interne identiteit)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Interne data naar SD kopiëren
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Geheim kopiëren
|
||||
Copying internal data to SD... Interne data naar SD kopiëren...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Toevoegen mislukt
|
||||
Could not save the crash report Kon het crashrapport niet opslaan
|
||||
Couldn't delete Verwijderen mislukt
|
||||
@@ -206,6 +219,7 @@ Create QR QR maken
|
||||
Create a private channel Privékanaal aanmaken
|
||||
Create failed Aanmaken mislukt
|
||||
Create private channel Privékanaal aanmaken
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Aangepaste UTC-offset (uren)
|
||||
Cut Knippen
|
||||
Cut - Paste in a folder Geknipt - plak in een map
|
||||
@@ -245,6 +259,7 @@ Distance: miles Afstand: mijlen
|
||||
Do Not Disturb Niet storen
|
||||
Do Not Disturb off Niet storen uit
|
||||
Do Not Disturb on Niet storen aan
|
||||
Down
|
||||
Download failed Download mislukt
|
||||
Download failed (network?) Download mislukt (netwerk?)
|
||||
Download mode Downloadmodus
|
||||
@@ -287,6 +302,9 @@ Export settings Instellingen exporteren
|
||||
Exporting settings… Instellingen exporteren…
|
||||
External antenna selected Externe antenne geselecteerd
|
||||
Factory reset Fabrieksreset
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Fabrieksreset?\n\nWist identiteit, contacten, kanalen, berichten, wifi en elke instelling. Onomkeerbaar.
|
||||
Failed to save channel. Kan kanaal niet opslaan.
|
||||
Favorites full (max %d) Favorieten vol (max %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: fix
|
||||
GPS: off GPS: uit
|
||||
GPS: searching GPS: zoeken
|
||||
Game over — score %d (tap to restart) Game over — score %d (tik om te herstarten)
|
||||
General
|
||||
Get Ophalen
|
||||
Get Started Aan de slag
|
||||
Get test builds (beta) Testversies ontvangen (bèta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Deze app verbergen uit de lade?
|
||||
High-gain receiver (FEM LNA) Hoge-versterking ontvanger (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Zeer experimenteel. Dit stuurt de tekst, afzendernaam en tijdstempel van elk bericht dat je node ontvangt door naar een MQTT-broker, waar iedereen die de broker kan lezen ze kan lezen. Directe berichten zijn privéberichten van anderen die nooit met delen hebben ingestemd. Gebruik een broker die je zelf beheert, stel hieronder een encryptiesleutel in, en nooit een openbare broker.
|
||||
History limit off Geschiedenislimiet uit
|
||||
Home
|
||||
Hotkey saved Sneltoets opgeslagen
|
||||
How you'll appear to other nodes. You can change this later in Settings. Hoe je verschijnt voor andere nodes. Je kunt dit later wijzigen in Instellingen.
|
||||
Humidity Vochtigheid
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Toetsenbordverlichting aan
|
||||
Keyboard nav: WASDZ on Toetsenbordnav.: WASDZ aan
|
||||
Keyboard nav: off Toetsenbordnav.: uit
|
||||
Keyboard navigation Toetsenbordnavigatie
|
||||
Keys
|
||||
LOS → %s Zichtlijn → %s
|
||||
Landscape (desktop) Liggend (desktop)
|
||||
Landscape set - applies when remote mode starts. Liggend ingesteld - geldt zodra de externe modus start.
|
||||
@@ -393,9 +414,11 @@ Language Taal
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Taalcatalogus niet beschikbaar - controleer Wi-Fi en open dit tabblad opnieuw.
|
||||
Language updated - restarting to apply it… Taal bijgewerkt - opnieuw opstarten om toe te passen…
|
||||
Languages Talen
|
||||
Large (bigger icons)
|
||||
Latitude Breedtegraad
|
||||
Leave empty if not required Leeg laten indien niet vereist
|
||||
Leaving remote mode - rebooting... Externe modus verlaten - herstarten...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Laten we je apparaat instellen.\n\nJe kiest een naam en je LoRa-regio. Duurt ongeveer een minuut.
|
||||
Letters only Alleen letters
|
||||
LoRa antenna (P4) LoRa-antenne (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Bericht verwijderd
|
||||
Message didn't get through.\nResend it? Bericht is niet aangekomen.\nOpnieuw versturen?
|
||||
Message info Berichtinfo
|
||||
Message sound Berichtgeluid
|
||||
Messages
|
||||
Min zoom for this pack Min zoom voor dit pakket
|
||||
Mode: BLE starting / low memory Modus: BLE start / weinig geheugen
|
||||
Model: Model:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Herstellen
|
||||
Reset path Pad resetten
|
||||
Restarting to apply the language… Opnieuw opstarten om de taal toe te passen…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Opnieuw verzenden tot gehoord
|
||||
Reverse scrollball Scrollball omkeren
|
||||
Right
|
||||
Roll to highlight • click to insert Rol om te markeren • klik om in te voegen
|
||||
Room is read-only for you.\nJoin with the room password to post. De ruimte is voor jou alleen-lezen.\nDoe mee met het ruimtewachtwoord om te posten.
|
||||
Rotating - reconnecting... Draaien - opnieuw verbinden...
|
||||
@@ -659,8 +687,14 @@ SD card inserted SD-kaart geplaatst
|
||||
SD card lost - reinsert to recover SD-kaart verloren - plaats opnieuw
|
||||
SD card remounted SD-kaart opnieuw gekoppeld
|
||||
SD card removed SD-kaart verwijderd
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s SD-download mislukt: %s
|
||||
SD formatted - %s (MESHCOMOD) SD geformatteerd - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB gebruikt
|
||||
@@ -684,6 +718,7 @@ Saved backups Opgeslagen back-ups
|
||||
Saved network Opgeslagen netwerk
|
||||
Saved profiles Opgeslagen profielen
|
||||
Saved to slot %d Opgeslagen in slot %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Opgeslagen — opnieuw opstarten
|
||||
Saved — reconnecting… Opgeslagen — opnieuw verbinden…
|
||||
Saved: %s\nFlash it from the Launcher. Opgeslagen: %s\nFlash het vanuit de Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Opslaan naar SD… 0%
|
||||
Scan to open on phone Scan om op je telefoon te openen
|
||||
Scanning… Scannen…
|
||||
Scope direct msgs to region Directe berichten beperken tot regio
|
||||
Screen
|
||||
Screen locked Scherm vergrendeld
|
||||
Screen timeout (s, 0 = never) Schermtime-out (s, 0 = nooit)
|
||||
Screen timeout (s, 0 = never, min 10) Schermtime-out (s, 0 = nooit, min 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Schermafbeelding vereist een SD-kaart
|
||||
Screenshot: low memory Schermafbeelding: weinig geheugen
|
||||
Screenshot: no SD card Schermafbeelding: geen SD-kaart
|
||||
Screenshot: write failed Schermafbeelding: schrijven mislukt
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: normaal
|
||||
Scrollball: reversed Scrollball: omgekeerd
|
||||
Search Zoeken
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Secundaire toetsenborden
|
||||
Secret (32 hex chars) Geheim (32 hex)
|
||||
Secret (32 hex, optional) Geheim (32 hex, optioneel)
|
||||
Secret must be 32 hex chars (or empty). Geheim moet 32 hex-tekens zijn (of leeg).
|
||||
Select
|
||||
Select a DM thread Kies een DM-gesprek
|
||||
Select all Alles selecteren
|
||||
Select network Netwerk kiezen
|
||||
@@ -718,6 +757,7 @@ Send advert now Nu advert verzenden
|
||||
Send an advert now, or set how often you re-advertise. Verstuur nu een advert, of stel in hoe vaak je opnieuw adverteert.
|
||||
Send failed Verzenden mislukt
|
||||
Sender blocked Afzender geblokkeerd
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Sensortab: uit (herstart om toe te passen)
|
||||
Sensors tab: on (restart to apply) Sensortab: aan (herstart om toe te passen)
|
||||
Sent Verzonden
|
||||
@@ -749,6 +789,7 @@ Sleep ready Klaar voor slaap
|
||||
Slot %d cleared Slot %d gewist
|
||||
Slot empty Slot leeg
|
||||
Small\nMedium\nLarge Klein\nMiddel\nGroot
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — veeg of rol de trackball
|
||||
Sort Sorteer
|
||||
Sound Geluid
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Berichten aan
|
||||
Unread %d Ongelezen %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Ongelezen %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) Niet-ondersteunde WAV (16-bit PCM vereist)
|
||||
Up
|
||||
Update Bijwerken
|
||||
Update bin saved to SD Update-bin opgeslagen op SD
|
||||
Update complete.\nRebooting... Update voltooid.\nOpnieuw opstarten...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Welkom bij WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Zolang dit aan staat kan iedereen op je Wi-Fi dit apparaat bekijken en bedienen. Gebruikt gewoon HTTP (alleen lokaal netwerk).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi & Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Wi-Fi is niet ingeschakeld in deze build.
|
||||
Wi-Fi isn't available on this build. Wi-Fi is niet beschikbaar in deze build.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Wifi nodig om het terreinprofiel\nvoor dit pad op te halen.\nVerbind in Instellingen → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi niet verbonden
|
||||
Wi-Fi off Wi-Fi uit
|
||||
Wi-Fi on Wi-Fi aan
|
||||
Wi-Fi on, scanning… Wi-Fi aan, scannen…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi opgeslagen (radio uit)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi opgeslagen, opnieuw verbinden
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Gisteren
|
||||
You can run setup later in Settings → Device Je kunt de installatie later uitvoeren in Instellingen → Apparaat
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Je locatie is onbekend.\nStel GPS / positie eerst in bij\nInstellingen → Profiel.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock houd de d-pad vast om te ontgrendelen
|
||||
hold the trackball to unlock houd de trackball vast om te ontgrendelen
|
||||
kHz kHz
|
||||
keep holding blijf vasthouden
|
||||
last wake:
|
||||
last wake: laatst wakker:
|
||||
leave empty to generate leeg laten om te genereren
|
||||
lights the keyboard + wakes the screen on an incoming message verlicht het toetsenbord + wekt het scherm bij een inkomend bericht
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Auto repetidor
|
||||
Auto room Auto sala
|
||||
Auto sensor Auto sensor
|
||||
Auto-Join Entrada automática
|
||||
Auto-add
|
||||
Auto-add contacts Auto-adicionar contatos
|
||||
Auto-add saved Auto-adição salva
|
||||
Auto-add settings Ajustes de adição automática
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Azul bateria Laranja temp. Ciano umid
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth já desligado
|
||||
Bluetooth already on Bluetooth já ligado
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth desligado
|
||||
Bluetooth on Bluetooth ligado
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. O pareamento Bluetooth não está disponível neste aparelho.\n\nO firmware de fábrica do chip de rádio não o suporta.\n\nPareie o app do celular pelo Wi-Fi: conecte este aparelho à sua rede e adicione-o no app pelo endereço IP (TCP, porta 5000) — mostrado em Ajustes > Rede. USB também funciona.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Host / IP do broker
|
||||
Buffered receive (experimental) Recepção com buffer (experimental)
|
||||
Built-in Integrado
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Limpar histórico da bateria?
|
||||
Clear history Limpar histórico
|
||||
Clear telemetry history for this node? Limpar histórico de telemetria deste nó?
|
||||
Client repeat Repetição do cliente
|
||||
Clock & time
|
||||
Clock synced Relógio sincronizado
|
||||
Clock: 12-hour Relógio: 12 horas
|
||||
Clock: 24-hour Relógio: 24 horas
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Balões de chat coloridos
|
||||
Commands Comandos
|
||||
Community Preset Predefinição da comunidade
|
||||
Community preset (meshcomod web) Predefinição da comunidade (meshcomod web)
|
||||
Compact
|
||||
Compact messages Mensagens compactas
|
||||
Compact messages (IRC style) Mensagens compactas (estilo IRC)
|
||||
Connect Conectar
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Controle este aparelho pelo navegador
|
||||
Copied %s %s copiado
|
||||
Copied - Paste in a folder Copiado - cole numa pasta
|
||||
Copy Copiar
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Falha na cópia (sem identidade interna)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Copiar dados internos para o SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Copiar segredo
|
||||
Copying internal data to SD... Copiando dados internos para o SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Não foi possível adicionar
|
||||
Could not save the crash report Não foi possível salvar o relatório de falha
|
||||
Couldn't delete Não foi possível excluir
|
||||
@@ -206,6 +219,7 @@ Create QR Criar QR
|
||||
Create a private channel Criar um canal privado
|
||||
Create failed Falha ao criar
|
||||
Create private channel Criar canal privado
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Deslocamento UTC personalizado (horas)
|
||||
Cut Recortar
|
||||
Cut - Paste in a folder Recortado - cole numa pasta
|
||||
@@ -245,6 +259,7 @@ Distance: miles Distância: milhas
|
||||
Do Not Disturb Não perturbe
|
||||
Do Not Disturb off Não perturbe desativado
|
||||
Do Not Disturb on Não perturbe ativado
|
||||
Down
|
||||
Download failed Falha no download
|
||||
Download failed (network?) Falha no download (rede?)
|
||||
Download mode Modo download
|
||||
@@ -287,6 +302,9 @@ Export settings Exportar ajustes
|
||||
Exporting settings… Exportando ajustes…
|
||||
External antenna selected Antena externa selecionada
|
||||
Factory reset Restauração de fábrica
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Restauração de fábrica?\n\nApaga identidade, contatos,\ncanais, mensagens, Wi-Fi\ne todos os ajustes. Isto\nnão pode ser desfeito.
|
||||
Failed to save channel. Falha ao salvar o canal.
|
||||
Favorites full (max %d) Favoritos cheios (máx %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: fixado
|
||||
GPS: off GPS: desligado
|
||||
GPS: searching GPS: procurando
|
||||
Game over — score %d (tap to restart) Fim de jogo — pontos %d (toque para reiniciar)
|
||||
General
|
||||
Get Baixar
|
||||
Get Started Começar
|
||||
Get test builds (beta) Receber versões de teste (beta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Ocultar este app da gaveta?
|
||||
High-gain receiver (FEM LNA) Receptor de alto ganho (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Altamente experimental. Isto encaminha o texto, o nome do remetente e a marca de tempo de cada mensagem que o seu nó recebe para um broker MQTT, onde qualquer um que possa ler o broker pode lê-las. Mensagens diretas são privadas, de outras pessoas que nunca concordaram em ser compartilhadas. Use um broker que você controle, defina uma chave de criptografia abaixo, e nunca um broker público.
|
||||
History limit off Limite de histórico desligado
|
||||
Home
|
||||
Hotkey saved Atalho salvo
|
||||
How you'll appear to other nodes. You can change this later in Settings. Como você aparecerá para outros nós. Você pode mudar isto depois em Ajustes.
|
||||
Humidity Umidade
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Luz do teclado ligada
|
||||
Keyboard nav: WASDZ on Nav. teclado: WASDZ ligado
|
||||
Keyboard nav: off Nav. teclado: desligado
|
||||
Keyboard navigation Navegação por teclado
|
||||
Keys
|
||||
LOS → %s Linha de visada → %s
|
||||
Landscape (desktop) Paisagem (desktop)
|
||||
Landscape set - applies when remote mode starts. Paisagem definida - vale quando o modo remoto iniciar.
|
||||
@@ -393,9 +414,11 @@ Language Idioma
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Catálogo de idiomas indisponível - verifique o Wi-Fi e reabra esta aba.
|
||||
Language updated - restarting to apply it… Idioma atualizado - reiniciando para aplicar…
|
||||
Languages Idiomas
|
||||
Large (bigger icons)
|
||||
Latitude Latitude
|
||||
Leave empty if not required Deixe vazio se não for necessário
|
||||
Leaving remote mode - rebooting... Saindo do modo remoto - reiniciando...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Vamos configurar seu dispositivo.\n\nVocê escolherá um nome e sua região LoRa. Leva cerca de um minuto.
|
||||
Letters only Somente letras
|
||||
LoRa antenna (P4) Antena LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Mensagem excluída
|
||||
Message didn't get through.\nResend it? A mensagem não chegou.\nReenviar?
|
||||
Message info Info da mensagem
|
||||
Message sound Som de mensagem
|
||||
Messages
|
||||
Min zoom for this pack Zoom mín. para este pacote
|
||||
Mode: BLE starting / low memory Modo: BLE iniciando / pouca memória
|
||||
Model: Modelo:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Redefinir
|
||||
Reset path Redefinir caminho
|
||||
Restarting to apply the language… Reiniciando para aplicar o idioma…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Reenviar até ser ouvido
|
||||
Reverse scrollball Inverter o scrollball
|
||||
Right
|
||||
Roll to highlight • click to insert Role para destacar • clique para inserir
|
||||
Room is read-only for you.\nJoin with the room password to post. A sala é somente leitura para você.\nEntre com a senha da sala para publicar.
|
||||
Rotating - reconnecting... Girando - reconectando...
|
||||
@@ -659,8 +687,14 @@ SD card inserted Cartão SD inserido
|
||||
SD card lost - reinsert to recover Cartão SD perdido - reinsira-o
|
||||
SD card remounted Cartão SD remontado
|
||||
SD card removed Cartão SD removido
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Falha ao baixar no SD: %s
|
||||
SD formatted - %s (MESHCOMOD) SD formatado - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB usados
|
||||
@@ -684,6 +718,7 @@ Saved backups Backups salvos
|
||||
Saved network Rede salva
|
||||
Saved profiles Perfis salvos
|
||||
Saved to slot %d Salvo no slot %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Salvo — reiniciando
|
||||
Saved — reconnecting… Salvo — reconectando…
|
||||
Saved: %s\nFlash it from the Launcher. Salvo: %s\nInstale pelo Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Salvando no SD… 0%
|
||||
Scan to open on phone Escaneie para abrir no celular
|
||||
Scanning… Buscando…
|
||||
Scope direct msgs to region Limitar mensagens diretas à região
|
||||
Screen
|
||||
Screen locked Tela bloqueada
|
||||
Screen timeout (s, 0 = never) Tempo de tela (s, 0 = nunca)
|
||||
Screen timeout (s, 0 = never, min 10) Tempo da tela (s, 0 = nunca, mín 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card A captura precisa de um cartão SD
|
||||
Screenshot: low memory Captura: pouca memória
|
||||
Screenshot: no SD card Captura: sem cartão SD
|
||||
Screenshot: write failed Captura: falha na gravação
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: normal
|
||||
Scrollball: reversed Scrollball: invertido
|
||||
Search Buscar
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Teclados secundários
|
||||
Secret (32 hex chars) Segredo (32 hex)
|
||||
Secret (32 hex, optional) Segredo (32 hex, opcional)
|
||||
Secret must be 32 hex chars (or empty). O segredo deve ter 32 hex (ou vazio).
|
||||
Select
|
||||
Select a DM thread Selecione uma conversa de DM
|
||||
Select all Selecionar tudo
|
||||
Select network Selecionar rede
|
||||
@@ -718,6 +757,7 @@ Send advert now Enviar advert agora
|
||||
Send an advert now, or set how often you re-advertise. Envie um advert agora, ou defina com que frequência re-anuncia.
|
||||
Send failed Falha ao enviar
|
||||
Sender blocked Remetente bloqueado
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Aba de sensores: desligada (reinicie para aplicar)
|
||||
Sensors tab: on (restart to apply) Aba de sensores: ligada (reinicie para aplicar)
|
||||
Sent Enviado
|
||||
@@ -749,6 +789,7 @@ Sleep ready Pronto para dormir
|
||||
Slot %d cleared Slot %d limpo
|
||||
Slot empty Slot vazio
|
||||
Small\nMedium\nLarge Pequeno\nMédio\nGrande
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — deslize ou gire o trackball
|
||||
Sort Ordenar
|
||||
Sound Som
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Reativar msgs
|
||||
Unread %d Não lidas %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Não lidas %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) WAV não suportado (precisa de PCM 16 bits)
|
||||
Up
|
||||
Update Atualizar
|
||||
Update bin saved to SD Bin de atualização salvo no SD
|
||||
Update complete.\nRebooting... Atualização concluída.\nReiniciando...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Bem-vindo ao WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Enquanto estiver ligado, qualquer pessoa no seu Wi-Fi pode ver e controlar este aparelho. Usa HTTP simples (apenas rede local).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi e Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. O Wi-Fi não está ativado neste build.
|
||||
Wi-Fi isn't available on this build. O Wi-Fi não está disponível neste build.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. É preciso Wi-Fi para obter o perfil\ndo terreno desta rota.\nConecte em Ajustes → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi não conectado
|
||||
Wi-Fi off Wi-Fi desligado
|
||||
Wi-Fi on Wi-Fi ligado
|
||||
Wi-Fi on, scanning… Wi-Fi ligado, buscando…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi salvo (rádio desligado)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi salvo, reconectando
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Ontem
|
||||
You can run setup later in Settings → Device Você pode rodar a configuração depois em Ajustes → Aparelho
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Sua localização é desconhecida.\nDefina GPS / posição em\nAjustes → Perfil primeiro.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock segure o d-pad para desbloquear
|
||||
hold the trackball to unlock segure o trackball para desbloquear
|
||||
kHz kHz
|
||||
keep holding continue segurando
|
||||
last wake:
|
||||
last wake: último despertar:
|
||||
leave empty to generate deixe vazio para gerar
|
||||
lights the keyboard + wakes the screen on an incoming message acende o teclado + acorda a tela ao receber uma mensagem
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Repetor auto
|
||||
Auto room Cameră auto
|
||||
Auto sensor Senzor auto
|
||||
Auto-Join Auto-intrare
|
||||
Auto-add
|
||||
Auto-add contacts Auto-adăugare contacte
|
||||
Auto-add saved Auto-adăugare salvată
|
||||
Auto-add settings Setări adăugare automată
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Albastru baterie Portocaliu temp Cyan
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth deja oprit
|
||||
Bluetooth already on Bluetooth deja pornit
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth oprit
|
||||
Bluetooth on Bluetooth pornit
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Împerecherea Bluetooth nu este disponibilă pe acest dispozitiv.\n\nFirmware-ul din fabrică al cipului radio nu o suportă.\n\nÎmperechează aplicaţia prin Wi-Fi: conectează dispozitivul la reţea, apoi adaugă-l în aplicaţie după adresa IP (TCP, port 5000) — afişată la Setări > Reţea. Merge şi USB.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Gazdă broker / IP
|
||||
Buffered receive (experimental) Recepţie cu buffer (experimental)
|
||||
Built-in Încorporat
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Goleşti istoricul bateriei?
|
||||
Clear history Şterge istoricul
|
||||
Clear telemetry history for this node? Goleşti istoricul de telemetrie al acestui nod?
|
||||
Client repeat Repetare client
|
||||
Clock & time
|
||||
Clock synced Ceas sincronizat
|
||||
Clock: 12-hour Ceas: 12 ore
|
||||
Clock: 24-hour Ceas: 24 ore
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Baloane de chat colorate
|
||||
Commands Comenzi
|
||||
Community Preset Presetare comunitară
|
||||
Community preset (meshcomod web) Presetare comunitate (meshcomod web)
|
||||
Compact
|
||||
Compact messages Mesaje compacte
|
||||
Compact messages (IRC style) Mesaje compacte (stil IRC)
|
||||
Connect Conectează
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Controlează dispozitivul din browser
|
||||
Copied %s Copiat %s
|
||||
Copied - Paste in a folder Copiat - lipeşte într-un folder
|
||||
Copy Copiază
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Copiere eşuată (fără identitate internă)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Copiază datele interne pe SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Copiază secretul
|
||||
Copying internal data to SD... Se copiază datele interne pe SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Nu s-a putut adăuga
|
||||
Could not save the crash report Raportul de eroare nu a putut fi salvat
|
||||
Couldn't delete Nu s-a putut şterge
|
||||
@@ -206,6 +219,7 @@ Create QR Creează QR
|
||||
Create a private channel Creează un canal privat
|
||||
Create failed Creare eşuată
|
||||
Create private channel Creează canal privat
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Decalaj UTC personalizat (ore)
|
||||
Cut Decupează
|
||||
Cut - Paste in a folder Decupat - lipeşte într-un folder
|
||||
@@ -245,6 +259,7 @@ Distance: miles Distanţă: mile
|
||||
Do Not Disturb Nu deranja
|
||||
Do Not Disturb off Nu deranja oprit
|
||||
Do Not Disturb on Nu deranja pornit
|
||||
Down
|
||||
Download failed Descărcarea a eşuat
|
||||
Download failed (network?) Descărcarea a eşuat (reţea?)
|
||||
Download mode Mod descărcare
|
||||
@@ -287,6 +302,9 @@ Export settings Exportă setările
|
||||
Exporting settings… Se exportă setările…
|
||||
External antenna selected Antenă externă selectată
|
||||
Factory reset Resetare din fabrică
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Resetare din fabrică?\n\nŞterge identitatea, contactele,\ncanalele, mesajele, Wi-Fi\nşi fiecare setare. Nu poate\nfi anulată.
|
||||
Failed to save channel. Salvarea canalului a eşuat.
|
||||
Favorites full (max %d) Favorite pline (max %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: fix
|
||||
GPS: off GPS: oprit
|
||||
GPS: searching GPS: căutare
|
||||
Game over — score %d (tap to restart) Joc terminat — scor %d (atinge pentru restart)
|
||||
General
|
||||
Get Descarcă
|
||||
Get Started Începe
|
||||
Get test builds (beta) Primeşte versiuni de test (beta)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Ascunzi această aplicaţie din sertar?
|
||||
High-gain receiver (FEM LNA) Receptor cu amplificare mare (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Extrem de experimental. Trimite textul, numele expeditorului şi ora fiecărui mesaj primit de nodul tău către un broker MQTT, unde oricine poate citi brokerul le poate citi şi el. Mesajele directe sunt mesaje private de la persoane care nu au acceptat să fie partajate. Foloseşte un broker pe care îl controlezi, setează o cheie de criptare mai jos şi nu folosi niciodată un broker public.
|
||||
History limit off Limita istoricului oprită
|
||||
Home
|
||||
Hotkey saved Tastă rapidă salvată
|
||||
How you'll appear to other nodes. You can change this later in Settings. Cum vei apărea altor noduri. Poţi schimba asta mai târziu în Setări.
|
||||
Humidity Umiditate
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Lumina tastaturii pornită
|
||||
Keyboard nav: WASDZ on Navigare tastatură: WASDZ pornit
|
||||
Keyboard nav: off Navigare tastatură: oprită
|
||||
Keyboard navigation Navigare cu tastatura
|
||||
Keys
|
||||
LOS → %s Linie vizuală → %s
|
||||
Landscape (desktop) Peisaj (desktop)
|
||||
Landscape set - applies when remote mode starts. Peisaj setat - se aplică la pornirea modului la distanţă.
|
||||
@@ -393,9 +414,11 @@ Language Limbă
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Catalog de limbi indisponibil - verifică Wi-Fi, apoi redeschide fila.
|
||||
Language updated - restarting to apply it… Limbă actualizată - repornire pentru aplicare…
|
||||
Languages Limbi
|
||||
Large (bigger icons)
|
||||
Latitude Latitudine
|
||||
Leave empty if not required Lasă gol dacă nu e necesar
|
||||
Leaving remote mode - rebooting... Se iese din modul la distanţă - repornire...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Să-ţi configurăm dispozitivul.\n\nÎţi alegi un nume şi regiunea LoRa. Durează cam un minut.
|
||||
Letters only Doar litere
|
||||
LoRa antenna (P4) Antenă LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Mesaj şters
|
||||
Message didn't get through.\nResend it? Mesajul nu a ajuns.\nÎl retrimiţi?
|
||||
Message info Informaţii mesaj
|
||||
Message sound Sunet mesaj
|
||||
Messages
|
||||
Min zoom for this pack Zoom minim pentru acest pachet
|
||||
Mode: BLE starting / low memory Mod: BLE porneşte / memorie redusă
|
||||
Model: Model:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Resetează
|
||||
Reset path Resetează ruta
|
||||
Restarting to apply the language… Repornire pentru aplicarea limbii…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Retrimite până e auzit
|
||||
Reverse scrollball Inversează scrollball-ul
|
||||
Right
|
||||
Roll to highlight • click to insert Rulează pentru evidenţiere • apasă pentru inserare
|
||||
Room is read-only for you.\nJoin with the room password to post. Camera e doar în citire pentru tine.\nIntră cu parola camerei ca să postezi.
|
||||
Rotating - reconnecting... Rotire - reconectare...
|
||||
@@ -659,8 +687,14 @@ SD card inserted Card SD introdus
|
||||
SD card lost - reinsert to recover Card SD pierdut - reintrodu-l pentru recuperare
|
||||
SD card remounted Card SD remontat
|
||||
SD card removed Card SD scos
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Descărcare SD eşuată: %s
|
||||
SD formatted - %s (MESHCOMOD) SD formatat - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB folosiţi
|
||||
@@ -684,6 +718,7 @@ Saved backups Backupuri salvate
|
||||
Saved network Reţea salvată
|
||||
Saved profiles Profiluri salvate
|
||||
Saved to slot %d Salvat în slotul %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Salvat — se reporneşte
|
||||
Saved — reconnecting… Salvat — se reconectează…
|
||||
Saved: %s\nFlash it from the Launcher. Salvat: %s\nInstalează-l din Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Se salvează pe SD… 0%
|
||||
Scan to open on phone Scanează pentru a deschide pe telefon
|
||||
Scanning… Se scanează…
|
||||
Scope direct msgs to region Limitează DM-urile la regiune
|
||||
Screen
|
||||
Screen locked Ecran blocat
|
||||
Screen timeout (s, 0 = never) Stingere ecran (s, 0 = niciodată)
|
||||
Screen timeout (s, 0 = never, min 10) Stingere ecran (s, 0 = niciodată, min 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Captura de ecran necesită un card SD
|
||||
Screenshot: low memory Captură: memorie redusă
|
||||
Screenshot: no SD card Captură: fără card SD
|
||||
Screenshot: write failed Captură: scriere eşuată
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: normal
|
||||
Scrollball: reversed Scrollball: inversat
|
||||
Search Căutare
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Tastaturi secundare
|
||||
Secret (32 hex chars) Secret (32 caractere hex)
|
||||
Secret (32 hex, optional) Secret (32 hex, opţional)
|
||||
Secret must be 32 hex chars (or empty). Secretul trebuie să aibă 32 caractere hex (sau gol).
|
||||
Select
|
||||
Select a DM thread Selectează o conversaţie DM
|
||||
Select all Selectează tot
|
||||
Select network Selectează reţeaua
|
||||
@@ -718,6 +757,7 @@ Send advert now Trimite advert acum
|
||||
Send an advert now, or set how often you re-advertise. Trimite un advert acum sau setează cât de des te re-anunţi.
|
||||
Send failed Trimitere eşuată
|
||||
Sender blocked Expeditor blocat
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Fila Senzori: oprită (repornire pentru aplicare)
|
||||
Sensors tab: on (restart to apply) Fila Senzori: pornită (repornire pentru aplicare)
|
||||
Sent Trimis
|
||||
@@ -749,6 +789,7 @@ Sleep ready Pregătit de somn
|
||||
Slot %d cleared Slot %d golit
|
||||
Slot empty Slot gol
|
||||
Small\nMedium\nLarge Mic\nMediu\nMare
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — glisează sau roteşte trackball-ul
|
||||
Sort Sortează
|
||||
Sound Sunet
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Cu sunet mesaje
|
||||
Unread %d Necitite %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Necitite %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) WAV neacceptat (necesită PCM 16-bit)
|
||||
Up
|
||||
Update Actualizează
|
||||
Update bin saved to SD Bin de actualizare salvat pe SD
|
||||
Update complete.\nRebooting... Actualizare completă.\nSe reporneşte...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Bun venit la WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Cât timp e pornit, oricine din reţeaua ta Wi-Fi poate vedea şi controla dispozitivul. Foloseşte HTTP simplu (doar reţea locală).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi şi Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Wi-Fi nu este activat în acest build.
|
||||
Wi-Fi isn't available on this build. Wi-Fi nu este disponibil în acest build.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. E nevoie de Wi-Fi pentru profilul\nde teren al acestei căi.\nConectează-te în Setări → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi neconectat
|
||||
Wi-Fi off Wi-Fi oprit
|
||||
Wi-Fi on Wi-Fi pornit
|
||||
Wi-Fi on, scanning… Wi-Fi pornit, se scanează…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi salvat (radio oprit)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi salvat, se reconectează
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Ieri
|
||||
You can run setup later in Settings → Device Poţi rula configurarea mai târziu în Setări → Dispozitiv
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Locaţia ta e necunoscută.\nSetează mai întâi GPS / poziţia\nîn Setări → Profil.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock ţine d-pad pentru deblocare
|
||||
hold the trackball to unlock ţine trackball-ul apăsat pentru deblocare
|
||||
kHz kHz
|
||||
keep holding ţine apăsat
|
||||
last wake:
|
||||
last wake: ultima trezire:
|
||||
leave empty to generate lasă gol pentru generare
|
||||
lights the keyboard + wakes the screen on an incoming message aprinde tastatura + trezeşte ecranul la un mesaj primit
|
||||
@@ -920,4 +968,5 @@ tap to exit full screen atinge pentru a ieşi din ecran complet
|
||||
zoom zoom
|
||||
zoom %d zoom %d
|
||||
~17 dB amp for quiet/remote areas; turn off in noisy spots. amplificator ~17 dB pentru zone liniştite/izolate; opreşte-l în locuri zgomotoase.
|
||||
© OpenStreetMap
|
||||
© OpenTopoMap © OpenTopoMap
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Авто ретранслятор
|
||||
Auto room Авто комната
|
||||
Auto sensor Авто датчик
|
||||
Auto-Join Автовход
|
||||
Auto-add
|
||||
Auto-add contacts Автодобавление контактов
|
||||
Auto-add saved Автодобавление сохранено
|
||||
Auto-add settings Настройки автодобавления
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Синий — батарея Оран
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth уже выкл
|
||||
Bluetooth already on Bluetooth уже вкл
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth выкл
|
||||
Bluetooth on Bluetooth вкл
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Сопряжение Bluetooth на этом устройстве недоступно.\n\nЗаводская прошивка радиочипа его не поддерживает.\n\nПодключите приложение по Wi-Fi: подключите устройство к сети и добавьте его в приложении по IP-адресу (TCP, порт 5000) — он показан в Настройки > Сеть. USB тоже работает.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Хост / IP брокера
|
||||
Buffered receive (experimental) Буферизованный приём (экспериментально)
|
||||
Built-in Встроенный
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Очистить историю батареи?
|
||||
Clear history Очистить историю
|
||||
Clear telemetry history for this node? Очистить историю телеметрии этого узла?
|
||||
Client repeat Повтор клиента
|
||||
Clock & time
|
||||
Clock synced Часы синхронизированы
|
||||
Clock: 12-hour Часы: 12-часовые
|
||||
Clock: 24-hour Часы: 24-часовые
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Цветные пузыри чата
|
||||
Commands Команды
|
||||
Community Preset Пресет сообщества
|
||||
Community preset (meshcomod web) Пресет сообщества (meshcomod web)
|
||||
Compact
|
||||
Compact messages Компактные сообщения
|
||||
Compact messages (IRC style) Компактные сообщения (стиль IRC)
|
||||
Connect Подключить
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Управляйте устройством
|
||||
Copied %s %s скопировано
|
||||
Copied - Paste in a folder Скопировано - вставьте в папку
|
||||
Copy Копировать
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Ошибка копирования (нет внутренней идентичности)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Скопировать данные на SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Копировать секрет
|
||||
Copying internal data to SD... Копирование внутренних данных на SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Не удалось добавить
|
||||
Could not save the crash report Не удалось сохранить отчёт о сбое
|
||||
Couldn't delete Не удалось удалить
|
||||
@@ -206,6 +219,7 @@ Create QR Создать QR
|
||||
Create a private channel Создать приватный канал
|
||||
Create failed Не удалось создать
|
||||
Create private channel Создать приватный канал
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Свой сдвиг UTC (часы)
|
||||
Cut Вырезать
|
||||
Cut - Paste in a folder Вырезано - вставьте в папку
|
||||
@@ -245,6 +259,7 @@ Distance: miles Расстояние: мили
|
||||
Do Not Disturb Не беспокоить
|
||||
Do Not Disturb off «Не беспокоить» выкл.
|
||||
Do Not Disturb on «Не беспокоить» вкл.
|
||||
Down
|
||||
Download failed Загрузка не удалась
|
||||
Download failed (network?) Загрузка не удалась (сеть?)
|
||||
Download mode Режим загрузки
|
||||
@@ -287,6 +302,9 @@ Export settings Экспорт настроек
|
||||
Exporting settings… Экспорт настроек…
|
||||
External antenna selected Выбрана внешняя антенна
|
||||
Factory reset Сброс настроек
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Сброс к заводским?\n\nСтирает личность, контакты, каналы, сообщения, Wi-Fi и все настройки. Необратимо.
|
||||
Failed to save channel. Не удалось сохранить канал.
|
||||
Favorites full (max %d) Избранное заполнено (макс %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: есть
|
||||
GPS: off GPS: выкл
|
||||
GPS: searching GPS: поиск
|
||||
Game over — score %d (tap to restart) Игра окончена — счёт %d (нажмите для рестарта)
|
||||
General
|
||||
Get Скачать
|
||||
Get Started Начать
|
||||
Get test builds (beta) Получать тестовые сборки (бета)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Скрыть это приложение из м
|
||||
High-gain receiver (FEM LNA) Приёмник с высоким усилением (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Крайне экспериментально. Пересылает текст, имя отправителя и метку времени каждого сообщения, которое принимает ваш узел, на брокер MQTT, где их сможет прочитать любой, кто имеет доступ к брокеру. Личные сообщения приватны — от людей, не соглашавшихся на их передачу. Используйте свой брокер, задайте ключ шифрования ниже и никогда не публичный брокер.
|
||||
History limit off Лимит истории выключен
|
||||
Home
|
||||
Hotkey saved Горячая клавиша сохранена
|
||||
How you'll appear to other nodes. You can change this later in Settings. Как вы будете видны другим узлам. Можно изменить в Настройках.
|
||||
Humidity Влажность
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Подсветка клавиатуры вкл.
|
||||
Keyboard nav: WASDZ on Навигация клавиатурой: WASDZ вкл.
|
||||
Keyboard nav: off Навигация клавиатурой: выкл.
|
||||
Keyboard navigation Навигация клавиатурой
|
||||
Keys
|
||||
LOS → %s Прямая видимость → %s
|
||||
Landscape (desktop) Альбомная (десктоп)
|
||||
Landscape set - applies when remote mode starts. Альбомная выбрана - применится при запуске удалённого режима.
|
||||
@@ -393,9 +414,11 @@ Language Язык
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Каталог языков недоступен - проверьте Wi-Fi и откройте вкладку снова.
|
||||
Language updated - restarting to apply it… Язык обновлён - перезагрузка для применения…
|
||||
Languages Языки
|
||||
Large (bigger icons)
|
||||
Latitude Широта
|
||||
Leave empty if not required Оставьте пустым, если не нужно
|
||||
Leaving remote mode - rebooting... Выход из удалённого режима - перезагрузка...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Настроим ваше устройство.\n\nВы выберете имя и регион LoRa. Займёт около минуты.
|
||||
Letters only Только буквы
|
||||
LoRa antenna (P4) Антенна LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Сообщение удалено
|
||||
Message didn't get through.\nResend it? Сообщение не дошло.\nОтправить снова?
|
||||
Message info Информация о сообщении
|
||||
Message sound Звук сообщений
|
||||
Messages
|
||||
Min zoom for this pack Мин. зум для этого пакета
|
||||
Mode: BLE starting / low memory Режим: BLE запускается / мало памяти
|
||||
Model: Модель:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Сброс
|
||||
Reset path Сбросить маршрут
|
||||
Restarting to apply the language… Перезагрузка для применения языка…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Повторять отправку, пока не услышат
|
||||
Reverse scrollball Инвертировать трекбол
|
||||
Right
|
||||
Roll to highlight • click to insert Прокрутите для выбора • нажмите для вставки
|
||||
Room is read-only for you.\nJoin with the room password to post. Комната только для чтения.\nВойдите с паролем комнаты, чтобы писать.
|
||||
Rotating - reconnecting... Поворот - переподключение...
|
||||
@@ -659,8 +687,14 @@ SD card inserted SD-карта вставлена
|
||||
SD card lost - reinsert to recover SD-карта потеряна - переставьте её
|
||||
SD card remounted SD-карта перемонтирована
|
||||
SD card removed SD-карта извлечена
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Не удалось загрузить на SD: %s
|
||||
SD formatted - %s (MESHCOMOD) SD отформатирована - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u КБ занято
|
||||
@@ -684,6 +718,7 @@ Saved backups Сохранённые копии
|
||||
Saved network Сохранённая сеть
|
||||
Saved profiles Сохранённые профили
|
||||
Saved to slot %d Сохранено в слот %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Сохранено — перезагрузка
|
||||
Saved — reconnecting… Сохранено — переподключение…
|
||||
Saved: %s\nFlash it from the Launcher. Сохранено: %s\nПрошейте из Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Сохранение на SD… 0%
|
||||
Scan to open on phone Отсканируйте, чтобы открыть на телефоне
|
||||
Scanning… Сканирование…
|
||||
Scope direct msgs to region Ограничить личные сообщения регионом
|
||||
Screen
|
||||
Screen locked Экран заблокирован
|
||||
Screen timeout (s, 0 = never) Тайм-аут экрана (с, 0 = никогда)
|
||||
Screen timeout (s, 0 = never, min 10) Тайм-аут экрана (с, 0 = никогда, мин 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Для скриншота нужна SD-карта
|
||||
Screenshot: low memory Скриншот: мало памяти
|
||||
Screenshot: no SD card Скриншот: нет SD-карты
|
||||
Screenshot: write failed Скриншот: ошибка записи
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Трекбол: обычный
|
||||
Scrollball: reversed Трекбол: инвертирован
|
||||
Search Поиск
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Дополнительные клавиатуры
|
||||
Secret (32 hex chars) Секрет (32 hex)
|
||||
Secret (32 hex, optional) Секрет (32 hex, необяз.)
|
||||
Secret must be 32 hex chars (or empty). Секрет — 32 hex-символа (или пусто).
|
||||
Select
|
||||
Select a DM thread Выберите тему ЛС
|
||||
Select all Выбрать всё
|
||||
Select network Выбрать сеть
|
||||
@@ -718,6 +757,7 @@ Send advert now Отправить advert
|
||||
Send an advert now, or set how often you re-advertise. Отправить advert сейчас или задать частоту повторной отправки.
|
||||
Send failed Не удалось отправить
|
||||
Sender blocked Отправитель заблокирован
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Вкладка датчиков: выкл (перезагрузите для применения)
|
||||
Sensors tab: on (restart to apply) Вкладка датчиков: вкл (перезагрузите для применения)
|
||||
Sent Отправлено
|
||||
@@ -749,6 +789,7 @@ Sleep ready Готов ко сну
|
||||
Slot %d cleared Слот %d очищен
|
||||
Slot empty Слот пуст
|
||||
Small\nMedium\nLarge Малый\nСредний\nБольшой
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — проведите или крутите трекбол
|
||||
Sort Сортировка
|
||||
Sound Звук
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Включить сообщ.
|
||||
Unread %d Непроч. %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Непроч. %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) WAV не поддерживается (нужен 16-бит PCM)
|
||||
Up
|
||||
Update Обновить
|
||||
Update bin saved to SD Файл обновления сохранён на SD
|
||||
Update complete.\nRebooting... Обновление завершено.\nПерезагрузка...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Добро пожаловать в WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Пока это включено, любой в вашей сети Wi-Fi может видеть устройство и управлять им. Обычный HTTP (только локальная сеть).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi и Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Wi-Fi не включён в этой сборке.
|
||||
Wi-Fi isn't available on this build. Wi-Fi недоступен в этой сборке.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Нужен Wi-Fi для профиля\nрельефа этого пути.\nПодключите в Настройки → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi не подключён
|
||||
Wi-Fi off Wi-Fi выкл
|
||||
Wi-Fi on Wi-Fi вкл
|
||||
Wi-Fi on, scanning… Wi-Fi вкл, поиск…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi сохранён (радио выкл)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi сохранён, переподключение
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Вчера
|
||||
You can run setup later in Settings → Device Настройку можно запустить позже в Настройки → Устройство
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Местоположение неизвестно.\nСначала задайте GPS / позицию в\nНастройки → Профиль.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock удерживайте d-pad для разблокир
|
||||
hold the trackball to unlock удерживайте трекбол для разблокировки
|
||||
kHz kHz
|
||||
keep holding удерживайте
|
||||
last wake:
|
||||
last wake: последнее пробуждение:
|
||||
leave empty to generate оставьте пустым для генерации
|
||||
lights the keyboard + wakes the screen on an incoming message подсвечивает клавиатуру + будит экран при входящем сообщении
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Ауто репетитор
|
||||
Auto room Ауто соба
|
||||
Auto sensor Ауто сензор
|
||||
Auto-Join Ауто-придруживање
|
||||
Auto-add
|
||||
Auto-add contacts Аутоматско додавање контаката
|
||||
Auto-add saved Аутододавање сачувано
|
||||
Auto-add settings Подешавања ауто-додавања
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Плаво — батерија Нар
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth већ искључен
|
||||
Bluetooth already on Bluetooth већ укључен
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth искљ
|
||||
Bluetooth on Bluetooth укљ
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Bluetooth упаривање није доступно на овом уређају.\n\nФабрички фирмвер радио чипа га не подржава.\n\nУпари апликацију преко Wi-Fi-ја: повежи уређај на мрежу па га додај у апликацији преко IP адресе (TCP, порт 5000) — приказано под Подешавања > Мрежа. USB такође ради.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Хост / IP брокера
|
||||
Buffered receive (experimental) Баферовани пријем (експериментално)
|
||||
Built-in Уграђен
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Обрисати историју батерије?
|
||||
Clear history Обриши историју
|
||||
Clear telemetry history for this node? Обрисати историју телеметрије овог чвора?
|
||||
Client repeat Понављање клијента
|
||||
Clock & time
|
||||
Clock synced Сат синхронизован
|
||||
Clock: 12-hour Сат: 12-часовни
|
||||
Clock: 24-hour Сат: 24-часовни
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Шарени облачићи ћаскања
|
||||
Commands Команде
|
||||
Community Preset Претподешавање заједнице
|
||||
Community preset (meshcomod web) Унапред (meshcomod web)
|
||||
Compact
|
||||
Compact messages Компактне поруке
|
||||
Compact messages (IRC style) Компактне поруке (IRC стил)
|
||||
Connect Повежи
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Управљај уређајем из пре
|
||||
Copied %s %s копирано
|
||||
Copied - Paste in a folder Копирано - налепи у фасциклу
|
||||
Copy Копирај
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Копирање није успело (нема интерног идентитета)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Копирај податке на SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Копирај тајну
|
||||
Copying internal data to SD... Копирање интерних података на SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Додавање није успело
|
||||
Could not save the crash report Извештај о паду није сачуван
|
||||
Couldn't delete Брисање није успело
|
||||
@@ -206,6 +219,7 @@ Create QR Направи QR
|
||||
Create a private channel Направи приватни канал
|
||||
Create failed Креирање није успело
|
||||
Create private channel Направи приватни канал
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Прилагођени UTC померај (сати)
|
||||
Cut Исеци
|
||||
Cut - Paste in a folder Исечено - налепи у фасциклу
|
||||
@@ -245,6 +259,7 @@ Distance: miles Растојање: миље
|
||||
Do Not Disturb Не узнемиравај
|
||||
Do Not Disturb off «Не узнемиравај» искљ.
|
||||
Do Not Disturb on «Не узнемиравај» укљ.
|
||||
Down
|
||||
Download failed Преузимање није успело
|
||||
Download failed (network?) Преузимање није успело (мрежа?)
|
||||
Download mode Режим преузимања
|
||||
@@ -287,6 +302,9 @@ Export settings Извези подешавања
|
||||
Exporting settings… Извоз подешавања…
|
||||
External antenna selected Изабрана спољна антена
|
||||
Factory reset Фабричко ресет.
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Фабричко ресетовање?\n\nБрише идентитет, контакте, канале, поруке, Wi-Fi и сва подешавања. Неповратно.
|
||||
Failed to save channel. Чување канала није успело.
|
||||
Favorites full (max %d) Омиљени пуни (макс %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: фикс
|
||||
GPS: off GPS: искљ
|
||||
GPS: searching GPS: тражење
|
||||
Game over — score %d (tap to restart) Крај игре — резултат %d (додирните за рестарт)
|
||||
General
|
||||
Get Преузми
|
||||
Get Started Започни
|
||||
Get test builds (beta) Преузми тест верзије (бета)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Сакрити ову апликацију из
|
||||
High-gain receiver (FEM LNA) Пријемник високог појачања (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Изузетно експериментално. Ово прослеђује текст, име пошиљаоца и временску ознаку сваке поруке коју ваш чвор прими на MQTT брокер, где их може прочитати свако ко има приступ брокеру. Директне поруке су приватне, од других људи који никада нису пристали да буду дељени. Користите брокер који контролишете, поставите кључ за шифровање испод, и никада јавни брокер.
|
||||
History limit off Ограничење историје искључено
|
||||
Home
|
||||
Hotkey saved Пречица сачувана
|
||||
How you'll appear to other nodes. You can change this later in Settings. Како ћете изгледати другим чворовима. У Подешавањима.
|
||||
Humidity Влажност
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Осветљење тастатуре укљ.
|
||||
Keyboard nav: WASDZ on Навиг. тастатуром: WASDZ укљ.
|
||||
Keyboard nav: off Навиг. тастатуром: искљ.
|
||||
Keyboard navigation Навигација тастатуром
|
||||
Keys
|
||||
LOS → %s Оптичка видљивост → %s
|
||||
Landscape (desktop) Положено (десктоп)
|
||||
Landscape set - applies when remote mode starts. Положено подешено - важи кад крене даљински режим.
|
||||
@@ -393,9 +414,11 @@ Language Језик
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Каталог језика није доступан - провери Wi-Fi па поново отвори картицу.
|
||||
Language updated - restarting to apply it… Језик ажуриран - рестартовање ради примене…
|
||||
Languages Језици
|
||||
Large (bigger icons)
|
||||
Latitude Географска ширина
|
||||
Leave empty if not required Оставите празно ако није потребно
|
||||
Leaving remote mode - rebooting... Излазак из даљинског режима - рестартовање...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Хајде да подесимо ваш уређај.\n\nИзабраћете име и ваш LoRa регион. Траје око минут.
|
||||
Letters only Само слова
|
||||
LoRa antenna (P4) LoRa антена (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Порука обрисана
|
||||
Message didn't get through.\nResend it? Порука није стигла.\nПослати поново?
|
||||
Message info Подаци о поруци
|
||||
Message sound Звук порука
|
||||
Messages
|
||||
Min zoom for this pack Мин. зум за овај пакет
|
||||
Mode: BLE starting / low memory Режим: BLE стартује / мало меморије
|
||||
Model: Модел:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Ресетуј
|
||||
Reset path Ресетуј путању
|
||||
Restarting to apply the language… Рестартовање ради примене језика…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Понављај слање док се не чује
|
||||
Reverse scrollball Обрни scrollball
|
||||
Right
|
||||
Roll to highlight • click to insert Котрљајте за истицање • кликните за уметање
|
||||
Room is read-only for you.\nJoin with the room password to post. Соба је само за читање за вас.\nПридружите се лозинком собе да објавите.
|
||||
Rotating - reconnecting... Ротација - поновно повезивање...
|
||||
@@ -659,8 +687,14 @@ SD card inserted SD картица убачена
|
||||
SD card lost - reinsert to recover SD картица изгубљена - убаците поново
|
||||
SD card remounted SD картица поново монтирана
|
||||
SD card removed SD картица уклоњена
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Преузимање на SD није успело: %s
|
||||
SD formatted - %s (MESHCOMOD) SD форматирана - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u KB заузето
|
||||
@@ -684,6 +718,7 @@ Saved backups Сачуване копије
|
||||
Saved network Сачувана мрежа
|
||||
Saved profiles Сачувани профили
|
||||
Saved to slot %d Сачувано у слот %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Сачувано — рестарт
|
||||
Saved — reconnecting… Сачувано — поновно повезивање…
|
||||
Saved: %s\nFlash it from the Launcher. Сачувано: %s\nФлешујте га из Launcher-а.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Чување на SD… 0%
|
||||
Scan to open on phone Скенирај да отвориш на телефону
|
||||
Scanning… Скенирање…
|
||||
Scope direct msgs to region Ограничи директне поруке на регион
|
||||
Screen
|
||||
Screen locked Екран закључан
|
||||
Screen timeout (s, 0 = never) Истек екрана (с, 0 = никад)
|
||||
Screen timeout (s, 0 = never, min 10) Истек екрана (с, 0 = никад, мин 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Снимак екрана захтева SD карт
|
||||
Screenshot: low memory Снимак екрана: мало меморије
|
||||
Screenshot: no SD card Снимак екрана: нема SD картице
|
||||
Screenshot: write failed Снимак екрана: упис није успео
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Scrollball: нормалан
|
||||
Scrollball: reversed Scrollball: обрнут
|
||||
Search Претрага
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Секундарне тастатуре
|
||||
Secret (32 hex chars) Тајна (32 hex)
|
||||
Secret (32 hex, optional) Тајна (32 hex, опционо)
|
||||
Secret must be 32 hex chars (or empty). Тајна мора бити 32 hex (или празно).
|
||||
Select
|
||||
Select a DM thread Изаберите ДП разговор
|
||||
Select all Изабери све
|
||||
Select network Изабери мрежу
|
||||
@@ -718,6 +757,7 @@ Send advert now Пошаљи advert
|
||||
Send an advert now, or set how often you re-advertise. Пошаљите advert сада или подесите колико често га понављате.
|
||||
Send failed Слање није успело
|
||||
Sender blocked Пошиљалац блокиран
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Картица сензора: искључено (рестарт за примену)
|
||||
Sensors tab: on (restart to apply) Картица сензора: укључено (рестарт за примену)
|
||||
Sent Послато
|
||||
@@ -749,6 +789,7 @@ Sleep ready Спреман за спавање
|
||||
Slot %d cleared Слот %d обрисан
|
||||
Slot empty Слот празан
|
||||
Small\nMedium\nLarge Мали\nСредњи\nВелики
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — превуци или заврти трекбол
|
||||
Sort Сортирај
|
||||
Sound Звук
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Укључи поруке
|
||||
Unread %d Непроч. %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Непроч. %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) Неподржан WAV (потребан 16-битни PCM)
|
||||
Up
|
||||
Update Ажурирај
|
||||
Update bin saved to SD Датотека ажурирања сачувана на SD
|
||||
Update complete.\nRebooting... Ажурирање завршено.\nПоновно покретање...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Добро дошли у WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Док је ово укључено, свако на твом Wi-Fi-ју може да види и контролише уређај. Користи обичан HTTP (само локална мрежа).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi и Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Wi-Fi није омогућен у овом билду.
|
||||
Wi-Fi isn't available on this build. Wi-Fi није доступан на овом билду.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Потребан Wi-Fi за профил\nтерена ове путање.\nПовежите у Подешавања → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi није повезан
|
||||
Wi-Fi off Wi-Fi искљ
|
||||
Wi-Fi on Wi-Fi укљ
|
||||
Wi-Fi on, scanning… Wi-Fi укључен, тражим…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi сачуван (радио искљ)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi сачуван, поновно повезивање
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Јуче
|
||||
You can run setup later in Settings → Device Подешавање можете покренути касније у Подешавања → Уређај
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Локација је непозната.\nПрво поставите GPS / позицију у\nПодешавања → Профил.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock држи d-pad за откључавање
|
||||
hold the trackball to unlock држите куглицу да откључате
|
||||
kHz kHz
|
||||
keep holding држите
|
||||
last wake:
|
||||
last wake: последње буђење:
|
||||
leave empty to generate оставите празно за генерисање
|
||||
lights the keyboard + wakes the screen on an incoming message осветљава тастатуру + буди екран при долазној поруци
|
||||
|
||||
@@ -69,6 +69,7 @@ Auto repeater Авто ретранслятор
|
||||
Auto room Авто кімната
|
||||
Auto sensor Авто датчик
|
||||
Auto-Join Автоприєднання
|
||||
Auto-add
|
||||
Auto-add contacts Автододавання контактів
|
||||
Auto-add saved Автододавання збережено
|
||||
Auto-add settings Налаштування автододавання
|
||||
@@ -106,9 +107,12 @@ Blue battery Orange temp Cyan humidity Синій — батарея Пома
|
||||
Bluetooth Bluetooth
|
||||
Bluetooth already off Bluetooth вже вимк
|
||||
Bluetooth already on Bluetooth вже увімк
|
||||
Bluetooth deferred; retry from Settings
|
||||
Bluetooth off Bluetooth вимк
|
||||
Bluetooth on Bluetooth увімк
|
||||
Bluetooth pairing isn't available on this device.\n\nThe radio chip's factory firmware doesn't support it.\n\nPair the phone app over Wi-Fi instead: connect this device to your network, then add it in the app by its IP address (TCP, port 5000) — shown under Settings > Network. USB works too. Bluetooth-сполучення на цьому пристрої недоступне.\n\nЗаводська прошивка радіочипа його не підтримує.\n\nПід'єднайте застосунок через Wi-Fi: підключіть пристрій до мережі та додайте його в застосунку за IP-адресою (TCP, порт 5000) — показано в Налаштування > Мережа. USB теж працює.
|
||||
Bluetooth unavailable; retry from Settings
|
||||
Bluetooth will start after Wi-Fi connects or times out.
|
||||
Broker host / IP Хост / IP брокера
|
||||
Buffered receive (experimental) Буферизований прийом (експериментально)
|
||||
Built-in Вбудований
|
||||
@@ -153,6 +157,7 @@ Clear battery history? Очистити історію батареї?
|
||||
Clear history Очистити історію
|
||||
Clear telemetry history for this node? Очистити історію телеметрії цього вузла?
|
||||
Client repeat Повтор клієнта
|
||||
Clock & time
|
||||
Clock synced Годинник синхронізовано
|
||||
Clock: 12-hour Годинник: 12-годинний
|
||||
Clock: 24-hour Годинник: 24-годинний
|
||||
@@ -161,6 +166,7 @@ Colourful chat bubbles Кольорові бульбашки чату
|
||||
Commands Команди
|
||||
Community Preset Пресет спільноти
|
||||
Community preset (meshcomod web) Пресет спільноти (meshcomod web)
|
||||
Compact
|
||||
Compact messages Компактні повідомлення
|
||||
Compact messages (IRC style) Компактні повідомлення (стиль IRC)
|
||||
Connect Підключити
|
||||
@@ -189,10 +195,17 @@ Control this device from a browser Керуйте пристроєм із бра
|
||||
Copied %s %s скопійовано
|
||||
Copied - Paste in a folder Скопійовано - вставте в теку
|
||||
Copy Копіювати
|
||||
Copy blocked: SD card holds a different or unreadable profile
|
||||
Copy blocked: SD profile could not be prepared safely
|
||||
Copy blocked: internal data is busy
|
||||
Copy blocked: migration guard unavailable
|
||||
Copy failed (no internal identity) Помилка копіювання (немає внутрішньої ідентичності)
|
||||
Copy incomplete: SD data may be mixed. Retry before reboot.
|
||||
Copy internal data to SD Скопіювати дані на SD
|
||||
Copy only missing internal files to a matching SD profile,\nkeep existing SD data, then reboot?
|
||||
Copy secret Копіювати секрет
|
||||
Copying internal data to SD... Копіювання внутрішніх даних на SD...
|
||||
Copying internal data to SD...\nThis may take a few minutes; keep powered.
|
||||
Could not add Не вдалося додати
|
||||
Could not save the crash report Не вдалося зберегти звіт про збій
|
||||
Couldn't delete Не вдалося видалити
|
||||
@@ -206,6 +219,7 @@ Create QR Створити QR
|
||||
Create a private channel Створити приватний канал
|
||||
Create failed Не вдалося створити
|
||||
Create private channel Створити приватний канал
|
||||
Current tile transfer is busy - retry
|
||||
Custom UTC offset (hours) Власний зсув UTC (години)
|
||||
Cut Вирізати
|
||||
Cut - Paste in a folder Вирізано - вставте в теку
|
||||
@@ -245,6 +259,7 @@ Distance: miles Відстань: милі
|
||||
Do Not Disturb Не турбувати
|
||||
Do Not Disturb off «Не турбувати» вимк.
|
||||
Do Not Disturb on «Не турбувати» увімк.
|
||||
Down
|
||||
Download failed Завантаження не вдалося
|
||||
Download failed (network?) Завантаження не вдалося (мережа?)
|
||||
Download mode Режим завантаження
|
||||
@@ -287,6 +302,9 @@ Export settings Експорт налаштувань
|
||||
Exporting settings… Експорт налаштувань…
|
||||
External antenna selected Вибрано зовнішню антену
|
||||
Factory reset Скидання налашт.
|
||||
Factory reset blocked: SD activity is still running; close tools and retry.
|
||||
Factory reset blocked: storage is busy
|
||||
Factory reset incomplete: SD data may already be partially erased. Retry to finish, or remove the card before resetting internal data.
|
||||
Factory reset?\n\nErases identity, contacts,\nchannels, messages, Wi-Fi\nand every setting. This\ncannot be undone. Скинути до заводських?\n\nСтирає особистість, контакти, канали, повідомлення, Wi-Fi і всі налаштування. Незворотно.
|
||||
Failed to save channel. Не вдалося зберегти канал.
|
||||
Favorites full (max %d) Обране заповнене (макс %d)
|
||||
@@ -322,6 +340,7 @@ GPS: fix GPS: фікс
|
||||
GPS: off GPS: вимк
|
||||
GPS: searching GPS: пошук
|
||||
Game over — score %d (tap to restart) Гру завершено — рахунок %d (торкніться для рестарту)
|
||||
General
|
||||
Get Отримати
|
||||
Get Started Почати
|
||||
Get test builds (beta) Отримувати тестові збірки (бета)
|
||||
@@ -336,6 +355,7 @@ Hide this app from the drawer? Приховати цей застосунок з
|
||||
High-gain receiver (FEM LNA) Приймач з високим підсиленням (FEM LNA)
|
||||
Highly experimental. This forwards the text, sender name and timestamp of every message your node receives to an MQTT broker, where anyone able to read the broker can read them. Direct messages are private messages from other people who never agreed to be shared. Use a broker you control, set an encryption key below, and never a public broker. Вкрай експериментально. Пересилає текст, ім'я відправника й позначку часу кожного повідомлення, яке отримує ваш вузол, на брокер MQTT, де їх зможе прочитати будь-хто з доступом до брокера. Особисті повідомлення приватні — від людей, що не погоджувалися на їх передачу. Використовуйте власний брокер, задайте ключ шифрування нижче і ніколи не публічний брокер.
|
||||
History limit off Ліміт історії вимкнено
|
||||
Home
|
||||
Hotkey saved Гарячу клавішу збережено
|
||||
How you'll appear to other nodes. You can change this later in Settings. Як вас бачитимуть інші вузли. Можна змінити в Налаштуваннях.
|
||||
Humidity Вологість
|
||||
@@ -386,6 +406,7 @@ Keyboard light on Підсвітка клавіатури увімк.
|
||||
Keyboard nav: WASDZ on Навігація клавіатурою: WASDZ увімк.
|
||||
Keyboard nav: off Навігація клавіатурою: вимк.
|
||||
Keyboard navigation Навігація клавіатурою
|
||||
Keys
|
||||
LOS → %s Пряма видимість → %s
|
||||
Landscape (desktop) Альбомна (десктоп)
|
||||
Landscape set - applies when remote mode starts. Альбомну вибрано - застосується під час запуску віддаленого режиму.
|
||||
@@ -393,9 +414,11 @@ Language Мова
|
||||
Language catalog unavailable - check Wi-Fi, then reopen this tab. Каталог мов недоступний - перевірте Wi-Fi і відкрийте вкладку знову.
|
||||
Language updated - restarting to apply it… Мову оновлено - перезавантаження для застосування…
|
||||
Languages Мови
|
||||
Large (bigger icons)
|
||||
Latitude Широта
|
||||
Leave empty if not required Залиште порожнім, якщо не потрібно
|
||||
Leaving remote mode - rebooting... Вихід із віддаленого режиму - перезавантаження...
|
||||
Left
|
||||
Let's set up your device.\n\nYou'll pick a name and choose your LoRa region. Takes about a minute. Налаштуймо ваш пристрій.\n\nВи виберете ім'я та регіон LoRa. Займе близько хвилини.
|
||||
Letters only Лише літери
|
||||
LoRa antenna (P4) Антена LoRa (P4)
|
||||
@@ -455,6 +478,7 @@ Message deleted Повідомлення видалено
|
||||
Message didn't get through.\nResend it? Повідомлення не дійшло.\nНадіслати знову?
|
||||
Message info Інформація про повідомлення
|
||||
Message sound Звук повідомлень
|
||||
Messages
|
||||
Min zoom for this pack Мін. зум для цього пакета
|
||||
Mode: BLE starting / low memory Режим: BLE запускається / мало пам'яті
|
||||
Model: Модель:
|
||||
@@ -645,8 +669,12 @@ Resends a message until a repeater echoes it or the recipient ACKs. Turn off to
|
||||
Reset Скинути
|
||||
Reset path Скинути маршрут
|
||||
Restarting to apply the language… Перезавантаження для застосування мови…
|
||||
Restarting to enable Bluetooth
|
||||
Resume
|
||||
Resuming missing files to SD...\nThis may take a few minutes; keep powered.
|
||||
Retry sends until heard Повторювати надсилання, поки не почують
|
||||
Reverse scrollball Інвертувати трекбол
|
||||
Right
|
||||
Roll to highlight • click to insert Прокрутіть для вибору • натисніть для вставки
|
||||
Room is read-only for you.\nJoin with the room password to post. Кімната лише для читання.\nУвійдіть з паролем кімнати, щоб писати.
|
||||
Rotating - reconnecting... Поворот - повторне підключення...
|
||||
@@ -659,8 +687,14 @@ SD card inserted SD-картку вставлено
|
||||
SD card lost - reinsert to recover SD-картку втрачено - вставте знову
|
||||
SD card remounted SD-картку перемонтовано
|
||||
SD card removed SD-картку вилучено
|
||||
SD data is unavailable - contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data is unavailable - identity, settings, contacts and channels cannot be saved until the card is reinserted.
|
||||
SD data migration is incomplete. Identity and settings remain internal; use Copy internal data to SD to retry.
|
||||
SD download failed: %s Не вдалося завантажити на SD: %s
|
||||
SD formatted - %s (MESHCOMOD) SD відформатовано - %s (MESHCOMOD)
|
||||
SD is busy - close tools and retry
|
||||
SD removed - card-backed data cannot be saved
|
||||
SD stayed busy - format cancelled, retry
|
||||
SF SF
|
||||
SF / CR / TX / AF SF / CR / TX / AF
|
||||
SPIFFS %u/%u KB used SPIFFS %u/%u КБ використано
|
||||
@@ -684,6 +718,7 @@ Saved backups Збережені копії
|
||||
Saved network Збережена мережа
|
||||
Saved profiles Збережені профілі
|
||||
Saved to slot %d Збережено в слот %d
|
||||
Saved — applying…
|
||||
Saved — rebooting Збережено — перезавантаження
|
||||
Saved — reconnecting… Збережено — перепідключення…
|
||||
Saved: %s\nFlash it from the Launcher. Збережено: %s\nПрошийте з Launcher.
|
||||
@@ -692,6 +727,7 @@ Saving to SD… 0% Збереження на SD… 0%
|
||||
Scan to open on phone Відскануйте, щоб відкрити на телефоні
|
||||
Scanning… Сканування…
|
||||
Scope direct msgs to region Обмежити особисті повідомлення регіоном
|
||||
Screen
|
||||
Screen locked Екран заблоковано
|
||||
Screen timeout (s, 0 = never) Тайм-аут екрана (с, 0 = ніколи)
|
||||
Screen timeout (s, 0 = never, min 10) Тайм-аут екрана (с, 0 = ніколи, мін 10)
|
||||
@@ -702,6 +738,8 @@ Screenshot needs an SD card Для скриншота потрібна SD-кар
|
||||
Screenshot: low memory Скриншот: мало пам'яті
|
||||
Screenshot: no SD card Скриншот: немає SD-картки
|
||||
Screenshot: write failed Скриншот: помилка запису
|
||||
Scroll down
|
||||
Scroll up
|
||||
Scrollball: normal Трекбол: звичайний
|
||||
Scrollball: reversed Трекбол: інвертований
|
||||
Search Пошук
|
||||
@@ -710,6 +748,7 @@ Secondary keyboards Додаткові клавіатури
|
||||
Secret (32 hex chars) Секрет (32 hex)
|
||||
Secret (32 hex, optional) Секрет (32 hex, необов.)
|
||||
Secret must be 32 hex chars (or empty). Секрет — 32 hex-символи (або порожньо).
|
||||
Select
|
||||
Select a DM thread Виберіть гілку ПП
|
||||
Select all Вибрати все
|
||||
Select network Вибрати мережу
|
||||
@@ -718,6 +757,7 @@ Send advert now Надіслати advert
|
||||
Send an advert now, or set how often you re-advertise. Надіслати advert зараз або задати частоту повторної відправки.
|
||||
Send failed Не вдалося надіслати
|
||||
Sender blocked Відправника заблоковано
|
||||
Sensors
|
||||
Sensors tab: off (restart to apply) Вкладка датчиків: вимк (перезавантажте для застосування)
|
||||
Sensors tab: on (restart to apply) Вкладка датчиків: увімк (перезавантажте для застосування)
|
||||
Sent Надіслано
|
||||
@@ -749,6 +789,7 @@ Sleep ready Готовий до сну
|
||||
Slot %d cleared Слот %d очищено
|
||||
Slot empty Слот порожній
|
||||
Small\nMedium\nLarge Малий\nСередній\nВеликий
|
||||
Snake
|
||||
Snake — swipe or roll the trackball Snake — проведіть або крутіть трекбол
|
||||
Sort Сортувати
|
||||
Sound Звук
|
||||
@@ -843,6 +884,7 @@ Unmute msgs Увімкнути повідом.
|
||||
Unread %d Непроч. %d
|
||||
Unread %d\nRAM %u%% · PSRAM %u%% Непроч. %d\nRAM %u%% · PSRAM %u%%
|
||||
Unsupported WAV (need 16-bit PCM) WAV не підтримується (потрібен 16-біт PCM)
|
||||
Up
|
||||
Update Оновити
|
||||
Update bin saved to SD Файл оновлення збережено на SD
|
||||
Update complete.\nRebooting... Оновлення завершено.\nПерезавантаження...
|
||||
@@ -862,6 +904,7 @@ Welcome to WADAMESH Ласкаво просимо до WADAMESH
|
||||
While this is on, anyone on your Wi-Fi can view and control this device. Uses plain HTTP (local network only). Поки це увімкнено, будь-хто у вашій мережі Wi-Fi може бачити пристрій і керувати ним. Звичайний HTTP (лише локальна мережа).
|
||||
Wi-Fi Wi-Fi
|
||||
Wi-Fi & Bluetooth Wi-Fi і Bluetooth
|
||||
Wi-Fi and Bluetooth unavailable; retry from Settings
|
||||
Wi-Fi is not enabled in this build. Wi-Fi не увімкнено в цій збірці.
|
||||
Wi-Fi isn't available on this build. Wi-Fi недоступний у цій збірці.
|
||||
Wi-Fi needed to fetch the\nterrain profile for this path.\nConnect in Settings → Wi-Fi. Потрібен Wi-Fi для профілю\nрельєфу цього шляху.\nПідключіть у Налаштування → Wi-Fi.
|
||||
@@ -869,8 +912,12 @@ Wi-Fi not connected Wi-Fi не під'єднано
|
||||
Wi-Fi off Wi-Fi вимк
|
||||
Wi-Fi on Wi-Fi увімк
|
||||
Wi-Fi on, scanning… Wi-Fi увімк, пошук…
|
||||
Wi-Fi paused; Bluetooth disconnect timed out
|
||||
Wi-Fi saved (radio off) Wi-Fi збережено (радіо вимк)
|
||||
Wi-Fi saved, applying
|
||||
Wi-Fi saved, reconnecting Wi-Fi збережено, перепідключення
|
||||
Wi-Fi unavailable; Bluetooth restored
|
||||
Wi-Fi unavailable; retry from Settings
|
||||
Yesterday Вчора
|
||||
You can run setup later in Settings → Device Налаштування можна запустити пізніше в Налаштування → Пристрій
|
||||
Your location is unknown.\nSet GPS / position in\nSettings → Profile first. Місцезнаходження невідоме.\nСпочатку задайте GPS / позицію в\nНалаштування → Профіль.
|
||||
@@ -894,6 +941,7 @@ hold the d-pad to unlock утримуйте d-pad для розблокуван
|
||||
hold the trackball to unlock утримуйте трекбол для розблокування
|
||||
kHz kHz
|
||||
keep holding утримуйте
|
||||
last wake:
|
||||
last wake: останнє пробудження:
|
||||
leave empty to generate залиште порожнім для генерації
|
||||
lights the keyboard + wakes the screen on an incoming message підсвічує клавіатуру + будить екран при вхідному повідомленні
|
||||
|
||||
@@ -83,11 +83,17 @@ def audit(path, keys):
|
||||
rows = []
|
||||
for line in open(path, encoding='utf-8'):
|
||||
line = line.rstrip('\n')
|
||||
if not line or line.startswith('#') or '\t' not in line: continue
|
||||
# A line is a header/comment only when it has NO tab — same rule as the
|
||||
# loader. Testing for a leading '#' would drop every key that starts with
|
||||
# LVGL recolor markup ("#7A7F87 Wardrive: …#"), which are real keys.
|
||||
if '\t' not in line: continue
|
||||
en, tr = line.split('\t', 1)
|
||||
rows.append((c_unescape(en), tr))
|
||||
dead = [en for en, tr in rows if en not in keys]
|
||||
missing = sorted(k for k in keys if k and k not in {en for en, _ in rows})
|
||||
# Keys with no letters (a lone emoji, a glyph-only button) translate to
|
||||
# themselves — not worth a row, and not a gap.
|
||||
missing = sorted(k for k in keys
|
||||
if k and k not in {en for en, _ in rows} and re.search(r'[A-Za-z]', k))
|
||||
name = os.path.basename(path)
|
||||
print(f'\n=== {name} — {len(rows)} rows vs {len(keys)} TR() keys ===')
|
||||
print(f' translated but NEVER looked up : {len(dead)}')
|
||||
|
||||
Reference in New Issue
Block a user