Skip to content

Commit cdc2622

Browse files
authored
Merge pull request #275 from meshtastic/i18n_crowdin_translations
chore(i18n): New Crowdin Translations
2 parents b72aa57 + af0e6b8 commit cdc2622

File tree

20 files changed

+309
-29
lines changed

20 files changed

+309
-29
lines changed

i18n/locales/be.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Connect",
1010
"disconnect": "Disconnect",
1111
"continue": "Continue",
12-
"close_dialog": "Close dialog"
12+
"close_dialog": "Close dialog",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Connected",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "If the disconnect process is taking too long, you can manually unplug the device.",
107110
"disconnect": "Disconnect",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "All",
110114
"debug": "Debug",
111115
"info": "Info",
112116
"warn": "Warn",
113117
"error": "Error"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/bg.json

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@
99
"connect": "Свързване",
1010
"disconnect": "Прекъсване",
1111
"continue": "Продължете",
12-
"close_dialog": "Затваряне на диалоговия прозорец"
12+
"close_dialog": "Затваряне на диалоговия прозорец",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Свързано",
1619
"disconnected": "Няма връзка",
1720
"connecting": "Свързване",
1821
"disconnecting": "Прекъсване на връзката",
19-
"flashing": "Flashing",
20-
"flashed": "Flashed",
22+
"flashing": "Програмиране",
23+
"flashed": "Програмиран",
2124
"error": "Грешка"
2225
},
2326
"device": {
@@ -46,31 +49,31 @@
4649
},
4750
"flash": {
4851
"title": "Flash",
49-
"instructions": "Flash your device. Choose whether you wish to update your device or wipe the flash and install from scratch.",
52+
"instructions": "Програмирайте устройството си. Изберете дали искате да актуализирате устройството си или да изтриете флаш паметта и да инсталирате от нулата.",
5053
"erase_flash": "Изтриване на флаш паметта",
5154
"erase_flash_prefix": "Erase Flash of",
5255
"dfu_action_doubleclick": "двукратно щракване върху бутона RST.",
5356
"dfu_action_bootsel": "натискане и задържане на бутона BOOTSEL при включване на USB кабела.",
5457
"esp32": {
5558
"step_1_usb": "Уверете се, че устройството е свързано чрез USB",
5659
"step_2_baud_rate": "Изберете скорост на предаване",
57-
"step_3_flash": "Flash firmware",
60+
"step_3_flash": "Записване на фърмуера",
5861
"slow_reliable": "115200 е по-бавна, но може да бъде по-надеждна за връзки с ниско качество.",
5962
"s3_instructions": "Ако устройството ви е базирано на ESP32-S3, може да се наложи да го изключите, след което да натиснете и задържите бутона BOOT / USR, докато включвате USB кабела.",
6063
"reset_alternative": "Като алтернатива, можете да опитате метода за нулиране на 1200bps, за да поставите устройството в правилния режим.",
6164
"reset_button": "Нулиране на 1200bps",
6265
"full_erase": "Пълно изтриване и инсталиране",
6366
"bundle_webui": "Bundle Web UI",
6467
"install_inkhud": "Инсталиране на InkHUD",
65-
"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.",
68+
"backup_warning": "Направете резервно копие на публичните и частните ключове на устройството преди пълното изтриване и инсталиране, за да ги възстановите след пре-програмирането, ако е необходимо.",
6669
"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.",
6770
"doc_guide": "Разгледайте това ръководство в нашата документация.",
6871
"process_warning": "Този процес може да отнеме известно време.",
69-
"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.",
72+
"reset_after_flash": "След като процесът на програмиране приключи, може да се наложи да натиснете бутона RST, ако устройството не се рестартира автоматично или в конзолата се появи съобщение \"чака се изтегляне\".",
7073
"erase_and_install": "Изтриване на флаш паметта и инсталиране",
7174
"update": "Актуализация",
7275
"start_over": "Start Over",
73-
"flashing_complete": "Flashing",
76+
"flashing_complete": "Програмиране",
7477
"complete": "завършени",
7578
"partition_app": "app",
7679
"partition_ota": "ota",
@@ -91,10 +94,10 @@
9194
"download_uf2": "Изтегляне на UF2"
9295
},
9396
"erase_uf2": {
94-
"warning": "After erasing flash, this operation will not be available again until new Meshtastic firmware is flashed on the device.",
97+
"warning": "След изтриване на флаш паметта, тази операция няма да е достъпна отново, докато на устройството не се инсталира нов фърмуер на Meshtastic.",
9598
"dfu_warning": "Тази операция ще изтрие напълно вашето устройство.",
9699
"wait_for_drive": "Wait for the drive to disappear, then open a serial monitor to complete the erase process.",
97-
"close_instructions": "Close this popup to select a firmware version and begin flashing."
100+
"close_instructions": "Затворете този изскачащ прозорец, за да изберете версия на фърмуера и да започнете програмирането."
98101
}
99102
},
100103
"buttons": {
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "Ако процесът на прекъсване на връзката отнема твърде много време, можете ръчно да изключите устройството.",
107110
"disconnect": "Прекъсване",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "Всички",
110114
"debug": "Отстраняване на грешки",
111115
"info": "Инфо",
112116
"warn": "Предупреждения",
113117
"error": "Грешка"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/ca.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Connect",
1010
"disconnect": "Disconnect",
1111
"continue": "Continue",
12-
"close_dialog": "Close dialog"
12+
"close_dialog": "Close dialog",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Connected",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "If the disconnect process is taking too long, you can manually unplug the device.",
107110
"disconnect": "Disconnect",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "All",
110114
"debug": "Debug",
111115
"info": "Info",
112116
"warn": "Warn",
113117
"error": "Error"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/cs.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Připojit",
1010
"disconnect": "Odpojit",
1111
"continue": "Pokračovat",
12-
"close_dialog": "Zavřít dialogové okno"
12+
"close_dialog": "Zavřít dialogové okno",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Připojeno",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "Pokud proces odpojení trvá příliš dlouho, můžete zařízení odpojit ručně.",
107110
"disconnect": "Odpojit",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "Vše",
110114
"debug": "Debug",
111115
"info": "Info",
112116
"warn": "Varování",
113117
"error": "Chyba"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/de.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Verbindung herstellen",
1010
"disconnect": "Verbindung trennen",
1111
"continue": "Weiter",
12-
"close_dialog": "Dialog schließen"
12+
"close_dialog": "Dialog schließen",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Verbunden",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "Wenn der Vorgang zu lange dauert, können Sie das Gerät manuell entfernen.",
107110
"disconnect": "Verbindung trennen",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "Alle",
110114
"debug": "Debug",
111115
"info": "Info",
112116
"warn": "Warnung",
113117
"error": "Fehler"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/es.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Conectar",
1010
"disconnect": "Desconectar",
1111
"continue": "Continuar",
12-
"close_dialog": "Cerrar diálogo"
12+
"close_dialog": "Cerrar diálogo",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Conectado",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "Si el proceso de desconexión tarda demasiado, puedes desenchufar el dispositivo manualmente.",
107110
"disconnect": "Desconectar",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "Todos",
110114
"debug": "Depuración",
111115
"info": "Información",
112116
"warn": "Advertencia",
113117
"error": "Error"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/et.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Ühenda",
1010
"disconnect": "Katkesta ühendus",
1111
"continue": "Jätka",
12-
"close_dialog": "Sulge valik"
12+
"close_dialog": "Sulge valik",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Ühendatud",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "Kui lahtiühendamine võtab liiga kaua aega, saad seadme käsitsi lahtiühendada.",
107110
"disconnect": "Katkesta ühendus",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "Kõik",
110114
"debug": "Silumine",
111115
"info": "Teave",
112116
"warn": "Hoiatus",
113117
"error": "Tõrge"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/fi.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Yhdistä",
1010
"disconnect": "Katkaise",
1111
"continue": "Jatka",
12-
"close_dialog": "Sulje valintaikkuna"
12+
"close_dialog": "Sulje valintaikkuna",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Yhdistetty",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": "Jos yhteyden katkaiseminen kestää liian kauan, voit poistaa laitteen manuaalisesti.",
107110
"disconnect": "Katkaise",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "Kaikki",
110114
"debug": "Vianetsintä",
111115
"info": "Tiedot",
112116
"warn": "Varoitus",
113117
"error": "Virhe"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

i18n/locales/fr.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"connect": "Connecter",
1010
"disconnect": "Déconnecter",
1111
"continue": "Continuer",
12-
"close_dialog": "Fermer la boîte de dialogue"
12+
"close_dialog": "Fermer la boîte de dialogue",
13+
"dismiss": "Dismiss",
14+
"close": "Close",
15+
"reload": "Reload"
1316
},
1417
"state": {
1518
"connected": "Connecté",
@@ -105,12 +108,23 @@
105108
"serial": {
106109
"instructions": ".......",
107110
"disconnect": "Déconnecter",
111+
"reconnect": "Try Reconnecting",
108112
"log_levels": {
109113
"all": "",
110114
"debug": "Debug",
111115
"info": "Info",
112116
"warn": "Avertissement",
113117
"error": "Erreur"
114118
}
119+
},
120+
"dfu": {
121+
"success_title": "DFU Mode",
122+
"success_message": "Device successfully entered DFU mode",
123+
"error_title": "DFU Mode Failed",
124+
"error_message": "Failed to enter DFU mode. Please disconnect and reconnect the device, then try again. If the problem persists, reload the page.",
125+
"error_connection_title": "Device Connection Failed",
126+
"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.",
127+
"error_unresponsive_title": "Device Unresponsive",
128+
"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."
115129
}
116130
}

0 commit comments

Comments
 (0)