* Impl. sectioned font table in firmware * make_translation.py: Extract build_symbol_conversion_table function * Put translation indices and strings in a struct * Move translation objcopy step to Python * Impl. multi-language firmware demo * Impl. strings-compressed multi-lang firmware demo * Add font compression to multi-lang demo * Refactor Makefile a bit * Fix rules for make < 4.3 * Add more multi-lang groups * Add Pinecil multi-lang CI build * Add lzfx compression license text * Remote multi-language demo group * Fix build after merge * Import code from BriefLZ * Change brieflz for our use case * Change compression to use brieflz * Remove lzfx code * Update license file for brieflz * Exclude brieflz files from format check * Add BriefLZ test
318 lines
6.8 KiB
JSON
318 lines
6.8 KiB
JSON
{
|
|
"languageCode": "SK",
|
|
"languageLocalName": "Slovenčina",
|
|
"fonts": [
|
|
"ascii_basic",
|
|
"latin_extended"
|
|
],
|
|
"messages": {
|
|
"SettingsCalibrationDone": "Kalibrácia hotová!",
|
|
"SettingsCalibrationWarning": "Najprv sa prosím uistite, že hrot má izbovú teplotu!",
|
|
"SettingsResetWarning": "Naozaj chcete obnovit továrenské nastavenia?",
|
|
"UVLOWarningString": "Nízke U!",
|
|
"UndervoltageString": "Nízke napätie",
|
|
"InputVoltageString": "Vstupné U: ",
|
|
"WarningTipTempString": "Tep. hrotu: ",
|
|
"BadTipString": "ZLÝ HROT",
|
|
"SleepingSimpleString": "Chrr",
|
|
"SleepingAdvancedString": "Pokojový režim..",
|
|
"WarningSimpleString": "PÁLI",
|
|
"WarningAdvancedString": "HROT JE HORÚCI !",
|
|
"SleepingTipAdvancedString": "Hrot:",
|
|
"IdleTipString": "Hrot:",
|
|
"IdleSetString": "Cieľ:",
|
|
"TipDisconnectedString": "HROT ODPOJENÝ",
|
|
"SolderingAdvancedPowerPrompt": "Výkon: ",
|
|
"OffString": "Vyp",
|
|
"YourGainMessage": "Zisk:"
|
|
},
|
|
"messagesWarn": {
|
|
"ResetOKMessage": "Reset OK",
|
|
"SettingsResetMessage": [
|
|
"Tov. nas. obnov.",
|
|
""
|
|
],
|
|
"NoAccelerometerMessage": [
|
|
"Bez pohyb. senz.",
|
|
""
|
|
],
|
|
"NoPowerDeliveryMessage": [
|
|
"Chýba čip USB-PD",
|
|
""
|
|
],
|
|
"LockingKeysString": " ZABLOK.",
|
|
"UnlockingKeysString": "ODBLOK.",
|
|
"WarningKeysLockedString": "!ZABLOK!"
|
|
},
|
|
"characters": {
|
|
"SettingRightChar": "P",
|
|
"SettingLeftChar": "L",
|
|
"SettingAutoChar": "A",
|
|
"SettingFastChar": "R",
|
|
"SettingSlowChar": "P",
|
|
"SettingMediumChar": "M",
|
|
"SettingOffChar": "Z",
|
|
"SettingStartSolderingChar": "S",
|
|
"SettingStartSleepChar": "K",
|
|
"SettingStartSleepOffChar": "O",
|
|
"SettingStartNoneChar": "N",
|
|
"SettingSensitivityOff": "Z",
|
|
"SettingSensitivityLow": "N",
|
|
"SettingSensitivityMedium": "S",
|
|
"SettingSensitivityHigh": "V",
|
|
"SettingLockDisableChar": "Z",
|
|
"SettingLockBoostChar": "B",
|
|
"SettingLockFullChar": "P",
|
|
"SettingNAChar": "N/A"
|
|
},
|
|
"menuGroups": {
|
|
"PowerMenu": {
|
|
"text2": [
|
|
"Power",
|
|
"settings"
|
|
],
|
|
"desc": "Power settings"
|
|
},
|
|
"SolderingMenu": {
|
|
"text2": [
|
|
"Nastavenie",
|
|
"spájkovania"
|
|
],
|
|
"desc": "Nastavenie spájkovania"
|
|
},
|
|
"PowerSavingMenu": {
|
|
"text2": [
|
|
"Úsporný",
|
|
"režim"
|
|
],
|
|
"desc": "Nastavenia režimov úspory energie"
|
|
},
|
|
"UIMenu": {
|
|
"text2": [
|
|
"Nastavenie",
|
|
"zobrazenia"
|
|
],
|
|
"desc": "Nastavenie zobrazenia"
|
|
},
|
|
"AdvancedMenu": {
|
|
"text2": [
|
|
"Pokročilé",
|
|
"nastavenia"
|
|
],
|
|
"desc": "Pokročilé nastavenia"
|
|
}
|
|
},
|
|
"menuOptions": {
|
|
"DCInCutoff": {
|
|
"text2": [
|
|
"Zdroj",
|
|
"napätia"
|
|
],
|
|
"desc": "Zdroj napätia. Nastavenie napätia pre vypnutie (cutoff) <DC=10V, nS=n*3.3V pre LiIon články>"
|
|
},
|
|
"SleepTemperature": {
|
|
"text2": [
|
|
"Pokojová",
|
|
"teplota"
|
|
],
|
|
"desc": "Pokojová teplota (v nastavených jednotkách)"
|
|
},
|
|
"SleepTimeout": {
|
|
"text2": [
|
|
"Pokojový",
|
|
"režim po"
|
|
],
|
|
"desc": "Pokojový režim po <S=sekundách/M=minútach>"
|
|
},
|
|
"ShutdownTimeout": {
|
|
"text2": [
|
|
"Vypnutie",
|
|
"po"
|
|
],
|
|
"desc": "Čas na vypnutie <minúty>"
|
|
},
|
|
"MotionSensitivity": {
|
|
"text2": [
|
|
"Citlivosť",
|
|
"pohybu"
|
|
],
|
|
"desc": "Citlivosť detekcie pohybu <0=Vyp, 1=Min ... 9=Max>"
|
|
},
|
|
"TemperatureUnit": {
|
|
"text2": [
|
|
"Jednotka",
|
|
"teploty"
|
|
],
|
|
"desc": "Jednotky merania teploty <C=stupne Celzia, F=stupne Fahrenheita>"
|
|
},
|
|
"AdvancedIdle": {
|
|
"text2": [
|
|
"Detaily v",
|
|
"pokoj. režime"
|
|
],
|
|
"desc": "Zobraziť detailné informácie v pokojovom režime <T=Zap, F=Vyp>"
|
|
},
|
|
"DisplayRotation": {
|
|
"text2": [
|
|
"Orientácia",
|
|
"displeja"
|
|
],
|
|
"desc": "Orientácia displeja <A=Auto, L=Ľavák, P=Pravák>"
|
|
},
|
|
"BoostTemperature": {
|
|
"text2": [
|
|
"Boost",
|
|
"teplota"
|
|
],
|
|
"desc": "Cieľová teplota pre prudký náhrev (v nastavených jednotkách)"
|
|
},
|
|
"AutoStart": {
|
|
"text2": [
|
|
"Automatické",
|
|
"spustenie"
|
|
],
|
|
"desc": "Pri štarte spustiť režim spájkovania <S=Zap, N=Vyp, K=Spanok>"
|
|
},
|
|
"CooldownBlink": {
|
|
"text2": [
|
|
"Blikanie pri",
|
|
"chladnutí"
|
|
],
|
|
"desc": "Blikanie ukazovateľa teploty počas chladnutia hrotu"
|
|
},
|
|
"TemperatureCalibration": {
|
|
"text2": [
|
|
"Kalibrácia",
|
|
"teploty"
|
|
],
|
|
"desc": "Kalibrácia posunu teploty hrotu"
|
|
},
|
|
"SettingsReset": {
|
|
"text2": [
|
|
"Obnovenie",
|
|
"nastavení"
|
|
],
|
|
"desc": "Obnovenie nastavení na pôvodné hodnoty"
|
|
},
|
|
"VoltageCalibration": {
|
|
"text2": [
|
|
"Kalibrácia",
|
|
"nap. napätia"
|
|
],
|
|
"desc": "Kalibrácia napájacieho napätia. Krátke stlačenie mení nastavenie, dlhé stlačenie pre návrat"
|
|
},
|
|
"AdvancedSoldering": {
|
|
"text2": [
|
|
"Detaily počas",
|
|
"spájkovania"
|
|
],
|
|
"desc": "Zobrazenie detailov počas spájkovania"
|
|
},
|
|
"ScrollingSpeed": {
|
|
"text2": [
|
|
"Rýchlosť",
|
|
"skrolovania"
|
|
],
|
|
"desc": "Rýchlosť pohybu tohto textu"
|
|
},
|
|
"QCMaxVoltage": {
|
|
"text2": [
|
|
"Obmedzenie",
|
|
"výkonu"
|
|
],
|
|
"desc": "Obmedzenie výkonu podľa použitého zdroja"
|
|
},
|
|
"PowerLimit": {
|
|
"text2": [
|
|
"Obmedzenie",
|
|
"výkonu"
|
|
],
|
|
"desc": "Obmedzenie výkonu podľa použitého zdroja <watt>"
|
|
},
|
|
"ReverseButtonTempChange": {
|
|
"text2": [
|
|
"Otočenie",
|
|
"tlačidiel +/-"
|
|
],
|
|
"desc": "Prehodenie tlačidiel na nastavovanie teploty"
|
|
},
|
|
"TempChangeShortStep": {
|
|
"text2": [
|
|
"Malý krok",
|
|
"teploty"
|
|
],
|
|
"desc": "Zmena teploty pri krátkom stlačení tlačidla"
|
|
},
|
|
"TempChangeLongStep": {
|
|
"text2": [
|
|
"Veľký krok",
|
|
"teploty"
|
|
],
|
|
"desc": "Zmena teploty pri držaní tlačidla"
|
|
},
|
|
"PowerPulsePower": {
|
|
"text2": [
|
|
"Intenzita",
|
|
"impulzu"
|
|
],
|
|
"desc": "Impulz udržujúci napájací zdroj zapnutý (power banky) <watt>"
|
|
},
|
|
"HallEffSensitivity": {
|
|
"text2": [
|
|
"Citliv.",
|
|
"Hall"
|
|
],
|
|
"desc": "Citlivosť Halloveho senzora pre detekciu spánku <Z=Zakázať,N=Nízka,S=Stredná,V=Vysoká>"
|
|
},
|
|
"LockingMode": {
|
|
"text2": [
|
|
"Povoliť zámok",
|
|
"tlačidiel"
|
|
],
|
|
"desc": "Zamknutie tlačidiel - dlhé stlačenie oboch naraz počas spájkovania <Z=Zakázať, B=Okrem boost, P=Plné zamknutie>"
|
|
},
|
|
"MinVolCell": {
|
|
"text2": [
|
|
"Minimum",
|
|
"voltage"
|
|
],
|
|
"desc": "Minimum allowed voltage per cell <Volts> <3S: 3.0V - 3.7V, 4/5/6S: 2.4V - 3.7V>"
|
|
},
|
|
"AnimLoop": {
|
|
"text2": [
|
|
"Anim.",
|
|
"loop"
|
|
],
|
|
"desc": "Loop icon animations in root menu"
|
|
},
|
|
"AnimSpeed": {
|
|
"text2": [
|
|
"Anim.",
|
|
"speed"
|
|
],
|
|
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
|
|
},
|
|
"PowerPulseWait": {
|
|
"text2": [
|
|
"Power pulse",
|
|
"wait time"
|
|
],
|
|
"desc": "Time to wait before triggering every keep-awake pulse (x 2.5s)"
|
|
},
|
|
"PowerPulseDuration": {
|
|
"text2": [
|
|
"Power pulse",
|
|
"duration"
|
|
],
|
|
"desc": "Keep-awake-pulse duration (x 250ms)"
|
|
},
|
|
"LanguageSwitch": {
|
|
"text2": [
|
|
"Language:",
|
|
" SK Slovenčina"
|
|
],
|
|
"desc": ""
|
|
}
|
|
}
|
|
}
|