Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion i18n/locales/be.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Connect",
"disconnect": "Disconnect",
"continue": "Continue",
"close_dialog": "Close dialog"
"close_dialog": "Close dialog",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Connected",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": "If the disconnect process is taking too long, you can manually unplug the device.",
"disconnect": "Disconnect",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "All",
"debug": "Debug",
"info": "Info",
"warn": "Warn",
"error": "Error"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
34 changes: 24 additions & 10 deletions i18n/locales/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@
"connect": "Свързване",
"disconnect": "Прекъсване",
"continue": "Продължете",
"close_dialog": "Затваряне на диалоговия прозорец"
"close_dialog": "Затваряне на диалоговия прозорец",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Свързано",
"disconnected": "Няма връзка",
"connecting": "Свързване",
"disconnecting": "Прекъсване на връзката",
"flashing": "Flashing",
"flashed": "Flashed",
"flashing": "Програмиране",
"flashed": "Програмиран",
"error": "Грешка"
},
"device": {
Expand Down Expand Up @@ -46,31 +49,31 @@
},
"flash": {
"title": "Flash",
"instructions": "Flash your device. Choose whether you wish to update your device or wipe the flash and install from scratch.",
"instructions": "Програмирайте устройството си. Изберете дали искате да актуализирате устройството си или да изтриете флаш паметта и да инсталирате от нулата.",
"erase_flash": "Изтриване на флаш паметта",
"erase_flash_prefix": "Erase Flash of",
"dfu_action_doubleclick": "двукратно щракване върху бутона RST.",
"dfu_action_bootsel": "натискане и задържане на бутона BOOTSEL при включване на USB кабела.",
"esp32": {
"step_1_usb": "Уверете се, че устройството е свързано чрез USB",
"step_2_baud_rate": "Изберете скорост на предаване",
"step_3_flash": "Flash firmware",
"step_3_flash": "Записване на фърмуера",
"slow_reliable": "115200 е по-бавна, но може да бъде по-надеждна за връзки с ниско качество.",
"s3_instructions": "Ако устройството ви е базирано на ESP32-S3, може да се наложи да го изключите, след което да натиснете и задържите бутона BOOT / USR, докато включвате USB кабела.",
"reset_alternative": "Като алтернатива, можете да опитате метода за нулиране на 1200bps, за да поставите устройството в правилния режим.",
"reset_button": "Нулиране на 1200bps",
"full_erase": "Пълно изтриване и инсталиране",
"bundle_webui": "Bundle Web UI",
"install_inkhud": "Инсталиране на InkHUD",
"backup_warning": "Back up the device's public and private keys before a full erase and install to restore them after re-flashing if needed.",
"backup_warning": "Направете резервно копие на публичните и частните ключове на устройството преди пълното изтриване и инсталиране, за да ги възстановите след пре-програмирането, ако е необходимо.",
"webui_space_warning": "Additionally, bundling the Web UI will increase the flash utilization, taking away space from core usage and will take longer to install.",
"doc_guide": "Разгледайте това ръководство в нашата документация.",
"process_warning": "Този процес може да отнеме известно време.",
"reset_after_flash": "After the flashing process is complete, you may need to press the RST button if the device does not reboot automatically or says \"waiting to download\" in the console.",
"reset_after_flash": "След като процесът на програмиране приключи, може да се наложи да натиснете бутона RST, ако устройството не се рестартира автоматично или в конзолата се появи съобщение \"чака се изтегляне\".",
"erase_and_install": "Изтриване на флаш паметта и инсталиране",
"update": "Актуализация",
"start_over": "Start Over",
"flashing_complete": "Flashing",
"flashing_complete": "Програмиране",
"complete": "завършени",
"partition_app": "app",
"partition_ota": "ota",
Expand All @@ -91,10 +94,10 @@
"download_uf2": "Изтегляне на UF2"
},
"erase_uf2": {
"warning": "After erasing flash, this operation will not be available again until new Meshtastic firmware is flashed on the device.",
"warning": "След изтриване на флаш паметта, тази операция няма да е достъпна отново, докато на устройството не се инсталира нов фърмуер на Meshtastic.",
"dfu_warning": "Тази операция ще изтрие напълно вашето устройство.",
"wait_for_drive": "Wait for the drive to disappear, then open a serial monitor to complete the erase process.",
"close_instructions": "Close this popup to select a firmware version and begin flashing."
"close_instructions": "Затворете този изскачащ прозорец, за да изберете версия на фърмуера и да започнете програмирането."
}
},
"buttons": {
Expand All @@ -105,12 +108,23 @@
"serial": {
"instructions": "Ако процесът на прекъсване на връзката отнема твърде много време, можете ръчно да изключите устройството.",
"disconnect": "Прекъсване",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "Всички",
"debug": "Отстраняване на грешки",
"info": "Инфо",
"warn": "Предупреждения",
"error": "Грешка"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
16 changes: 15 additions & 1 deletion i18n/locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Connect",
"disconnect": "Disconnect",
"continue": "Continue",
"close_dialog": "Close dialog"
"close_dialog": "Close dialog",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Connected",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": "If the disconnect process is taking too long, you can manually unplug the device.",
"disconnect": "Disconnect",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "All",
"debug": "Debug",
"info": "Info",
"warn": "Warn",
"error": "Error"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
16 changes: 15 additions & 1 deletion i18n/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Připojit",
"disconnect": "Odpojit",
"continue": "Pokračovat",
"close_dialog": "Zavřít dialogové okno"
"close_dialog": "Zavřít dialogové okno",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Připojeno",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": "Pokud proces odpojení trvá příliš dlouho, můžete zařízení odpojit ručně.",
"disconnect": "Odpojit",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "Vše",
"debug": "Debug",
"info": "Info",
"warn": "Varování",
"error": "Chyba"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
16 changes: 15 additions & 1 deletion i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Verbindung herstellen",
"disconnect": "Verbindung trennen",
"continue": "Weiter",
"close_dialog": "Dialog schließen"
"close_dialog": "Dialog schließen",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Verbunden",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": "Wenn der Vorgang zu lange dauert, können Sie das Gerät manuell entfernen.",
"disconnect": "Verbindung trennen",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "Alle",
"debug": "Debug",
"info": "Info",
"warn": "Warnung",
"error": "Fehler"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
16 changes: 15 additions & 1 deletion i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Conectar",
"disconnect": "Desconectar",
"continue": "Continuar",
"close_dialog": "Cerrar diálogo"
"close_dialog": "Cerrar diálogo",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Conectado",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": "Si el proceso de desconexión tarda demasiado, puedes desenchufar el dispositivo manualmente.",
"disconnect": "Desconectar",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "Todos",
"debug": "Depuración",
"info": "Información",
"warn": "Advertencia",
"error": "Error"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
16 changes: 15 additions & 1 deletion i18n/locales/et.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Ühenda",
"disconnect": "Katkesta ühendus",
"continue": "Jätka",
"close_dialog": "Sulge valik"
"close_dialog": "Sulge valik",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Ühendatud",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": "Kui lahtiühendamine võtab liiga kaua aega, saad seadme käsitsi lahtiühendada.",
"disconnect": "Katkesta ühendus",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "Kõik",
"debug": "Silumine",
"info": "Teave",
"warn": "Hoiatus",
"error": "Tõrge"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
16 changes: 15 additions & 1 deletion i18n/locales/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Yhdistä",
"disconnect": "Katkaise",
"continue": "Jatka",
"close_dialog": "Sulje valintaikkuna"
"close_dialog": "Sulje valintaikkuna",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Yhdistetty",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": "Jos yhteyden katkaiseminen kestää liian kauan, voit poistaa laitteen manuaalisesti.",
"disconnect": "Katkaise",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "Kaikki",
"debug": "Vianetsintä",
"info": "Tiedot",
"warn": "Varoitus",
"error": "Virhe"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
16 changes: 15 additions & 1 deletion i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"connect": "Connecter",
"disconnect": "Déconnecter",
"continue": "Continuer",
"close_dialog": "Fermer la boîte de dialogue"
"close_dialog": "Fermer la boîte de dialogue",
"dismiss": "Dismiss",
"close": "Close",
"reload": "Reload"
},
"state": {
"connected": "Connecté",
Expand Down Expand Up @@ -105,12 +108,23 @@
"serial": {
"instructions": ".......",
"disconnect": "Déconnecter",
"reconnect": "Try Reconnecting",
"log_levels": {
"all": "",
"debug": "Debug",
"info": "Info",
"warn": "Avertissement",
"error": "Erreur"
}
},
"dfu": {
"success_title": "DFU Mode",
"success_message": "Device successfully entered DFU mode",
"error_title": "DFU Mode Failed",
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_connection_title": "Device Connection Failed",
"error_connection": "Failed to connect to device or the device may already be in DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
"error_unresponsive_title": "Device Unresponsive",
"error_unresponsive": "The device is not responding. Please ensure it is properly connected and not in DFU mode. If the problem persists, reload the page."
}
}
Loading