mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix menu descriptions (merge first) (#166)
* reformatting - for better readability - to lower the risk of misdefining arrays... * fix description array definitions * remove accidentally pushed lang definition * enhance czech translation
This commit is contained in:
committed by
Ben V. Brown
parent
f01a2d3505
commit
d9b65701c8
@@ -33,6 +33,4 @@ extern const char SettingRightChar;
|
|||||||
extern const char SettingLeftChar;
|
extern const char SettingLeftChar;
|
||||||
extern const char SettingAutoChar;
|
extern const char SettingAutoChar;
|
||||||
|
|
||||||
#define LANG_CS_CZ
|
|
||||||
|
|
||||||
#endif /* TRANSLATION_H_ */
|
#endif /* TRANSLATION_H_ */
|
||||||
|
|||||||
@@ -35,30 +35,22 @@
|
|||||||
// /* (<= 9) Sleep temperature */ {"Sleep", "temp"},
|
// /* (<= 9) Sleep temperature */ {"Sleep", "temp"},
|
||||||
// /* (<= 9) Sleep timeout */ {"Sleep", "timeout"},
|
// /* (<= 9) Sleep timeout */ {"Sleep", "timeout"},
|
||||||
// /* (<= 11) Shutdown timeout */ {"Shutdown", "timeout"},
|
// /* (<= 11) Shutdown timeout */ {"Shutdown", "timeout"},
|
||||||
// /* (<= 13) Motion sensitivity level */ {"Motion",
|
// /* (<= 13) Motion sensitivity level */ {"Motion", "sensitivity"},
|
||||||
// "sensitivity"},
|
|
||||||
// /* (<= 13) Temperature in F and C */ {"Temperature", "units"},
|
// /* (<= 13) Temperature in F and C */ {"Temperature", "units"},
|
||||||
// /* (<= 13) Advanced idle display mode enabled */ {"Detailed", "idle
|
// /* (<= 13) Advanced idle display mode enabled */ {"Detailed", "idle screen"},
|
||||||
// screen"},
|
// /* (<= 13) Display rotation mode */ {"Display", "orientation"},
|
||||||
// /* (<= 13) Display rotation mode */ {"Display",
|
// /* (<= 13) Boost enabled */ {"Boost mode", "enabled"},
|
||||||
// "orientation"},
|
|
||||||
// /* (<= 13) Boost enabled */ {"Boost mode",
|
|
||||||
// "enabled"},
|
|
||||||
// /* (<= 9) Boost temperature */ {"Boost", "temp"},
|
// /* (<= 9) Boost temperature */ {"Boost", "temp"},
|
||||||
// /* (<= 13) Automatic start mode */ {"Auto", "start"},
|
// /* (<= 13) Automatic start mode */ {"Auto", "start"},
|
||||||
// /* (<= 13) Cooldown blink */ {"Cooldown", "blink"},
|
// /* (<= 13) Cooldown blink */ {"Cooldown", "blink"},
|
||||||
// /* (<= 16) Temperature calibration enter menu */ {"Calibrate",
|
// /* (<= 16) Temperature calibration enter menu */ {"Calibrate", "temperature?"},
|
||||||
// "temperature?"},
|
|
||||||
// /* (<= 16) Settings reset command */ {"Factory", "Reset?"},
|
// /* (<= 16) Settings reset command */ {"Factory", "Reset?"},
|
||||||
// /* (<= 16) Calibrate input voltage */ {"Calibrate", "input
|
// /* (<= 16) Calibrate input voltage */ {"Calibrate", "input voltage?"},
|
||||||
// voltage?"},
|
// /* (<= 13) Advanced soldering screen enabled */ {"Detailed", "solder screen"},
|
||||||
// /* (<= 13) Advanced soldering screen enabled */ {"Detailed", "solder
|
|
||||||
// screen"},
|
|
||||||
//};
|
//};
|
||||||
|
|
||||||
#ifdef LANG_EN
|
#ifdef LANG_EN
|
||||||
const char* SettingsLongNames[16] =
|
const char* SettingsLongNames[16] = {
|
||||||
{
|
|
||||||
// These are all the help text for all the settings.
|
// These are all the help text for all the settings.
|
||||||
// No requirements on spacing or length.
|
// No requirements on spacing or length.
|
||||||
/* Power source (DC or batt) */ "Power source. Sets cutoff voltage. <DC 10V> <S 3.3V per cell>",
|
/* Power source (DC or batt) */ "Power source. Sets cutoff voltage. <DC 10V> <S 3.3V per cell>",
|
||||||
@@ -76,7 +68,8 @@ const char* SettingsLongNames[16] =
|
|||||||
/* Temperature calibration enter menu */ "Calibrate tip offset.",
|
/* Temperature calibration enter menu */ "Calibrate tip offset.",
|
||||||
/* Settings reset command */ "Reset all settings",
|
/* Settings reset command */ "Reset all settings",
|
||||||
/* Calibrate input voltage */ "VIN Calibration. Buttons adjust, long press to exit",
|
/* Calibrate input voltage */ "VIN Calibration. Buttons adjust, long press to exit",
|
||||||
/* Advanced soldering screen enabled */"Display detailed information while soldering", };
|
/* Advanced soldering screen enabled */ "Display detailed information while soldering",
|
||||||
|
};
|
||||||
|
|
||||||
const char* SettingsCalibrationWarning = "Please ensure the tip is at room temperature before continuing!";
|
const char* SettingsCalibrationWarning = "Please ensure the tip is at room temperature before continuing!";
|
||||||
const char* SettingsResetWarning = "Are you sure to reset settings to default values?";
|
const char* SettingsResetWarning = "Are you sure to reset settings to default values?";
|
||||||
@@ -100,20 +93,16 @@ const char* SettingsShortNames[16][2] = {
|
|||||||
/* (<= 11) Shutdown timeout */ {"Shutdown", "timeout"},
|
/* (<= 11) Shutdown timeout */ {"Shutdown", "timeout"},
|
||||||
/* (<= 13) Motion sensitivity level */ {"Motion", "sensitivity"},
|
/* (<= 13) Motion sensitivity level */ {"Motion", "sensitivity"},
|
||||||
/* (<= 13) Temperature in F and C */ {"Temperature", "units"},
|
/* (<= 13) Temperature in F and C */ {"Temperature", "units"},
|
||||||
/* (<= 13) Advanced idle display mode enabled */ {"Detailed",
|
/* (<= 13) Advanced idle display mode enabled */ {"Detailed", "idle screen"},
|
||||||
"idle screen"},
|
|
||||||
/* (<= 13) Display rotation mode */ {"Display", "orientation"},
|
/* (<= 13) Display rotation mode */ {"Display", "orientation"},
|
||||||
/* (<= 13) Boost enabled */ {"Boost mode", "enabled"},
|
/* (<= 13) Boost enabled */ {"Boost mode", "enabled"},
|
||||||
/* (<= 9) Boost temperature */ {"Boost", "temp"},
|
/* (<= 9) Boost temperature */ {"Boost", "temp"},
|
||||||
/* (<= 13) Automatic start mode */ {"Auto", "start"},
|
/* (<= 13) Automatic start mode */ {"Auto", "start"},
|
||||||
/* (<= 13) Cooldown blink */ {"Cooldown", "blink"},
|
/* (<= 13) Cooldown blink */ {"Cooldown", "blink"},
|
||||||
/* (<= 16) Temperature calibration enter menu */ {"Calibrate",
|
/* (<= 16) Temperature calibration enter menu */ {"Calibrate", "temperature?"},
|
||||||
"temperature?"},
|
|
||||||
/* (<= 16) Settings reset command */ {"Factory", "Reset?"},
|
/* (<= 16) Settings reset command */ {"Factory", "Reset?"},
|
||||||
/* (<= 16) Calibrate input voltage */ {"Calibrate",
|
/* (<= 16) Calibrate input voltage */ {"Calibrate", "input voltage?"},
|
||||||
"input voltage?"},
|
/* (<= 13) Advanced soldering screen enabled */ {"Detailed", "solder screen"},
|
||||||
/* (<= 13) Advanced soldering screen enabled */ {"Detailed",
|
|
||||||
"solder screen"},
|
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -195,7 +184,7 @@ const char* SettingsLongNames[16] = {
|
|||||||
/* Boost enabled */ "Activar el botón \"Boost\" en modo soldadura.",
|
/* Boost enabled */ "Activar el botón \"Boost\" en modo soldadura.",
|
||||||
/* Boost temperature */ "Temperatura en modo \"Boost\". <C>",
|
/* Boost temperature */ "Temperatura en modo \"Boost\". <C>",
|
||||||
/* Automatic start mode */ "Iniciar modo soldadura en el encendido. <V=Sí S=Modo reposo F=No>",
|
/* Automatic start mode */ "Iniciar modo soldadura en el encendido. <V=Sí S=Modo reposo F=No>",
|
||||||
/* Cooldown blink */"Parpadea la temperatura en el enfriamiento si la punta sigue caliente."
|
/* Cooldown blink */ "Parpadea la temperatura en el enfriamiento si la punta sigue caliente.",
|
||||||
/* Temperature calibration enter menu */ "Calibrate tip offset.",
|
/* Temperature calibration enter menu */ "Calibrate tip offset.",
|
||||||
/* Settings reset command */ "Reset all settings",
|
/* Settings reset command */ "Reset all settings",
|
||||||
/* Calibrate input voltage */ "VIN Calibration. Buttons adjust, long press to exit",
|
/* Calibrate input voltage */ "VIN Calibration. Buttons adjust, long press to exit",
|
||||||
@@ -252,7 +241,7 @@ const char* SettingsLongNames[16] = {
|
|||||||
/* Boost enabled */ "Активация кнопки A для Турбо режима до 450С при пайке ",
|
/* Boost enabled */ "Активация кнопки A для Турбо режима до 450С при пайке ",
|
||||||
/* Boost temperature */ "Установка температуры для Турбо режима",
|
/* Boost temperature */ "Установка температуры для Турбо режима",
|
||||||
/* Automatic start mode */ "Автоматический запуск паяльника при включении питания. T=Нагрев, S= Режим Сна,F=Выкл.",
|
/* Automatic start mode */ "Автоматический запуск паяльника при включении питания. T=Нагрев, S= Режим Сна,F=Выкл.",
|
||||||
/* Cooldown blink */"Мигает температура на экране охлаждения, пока жало остается горячим."
|
/* Cooldown blink */ "Мигает температура на экране охлаждения, пока жало остается горячим.",
|
||||||
/* Temperature calibration enter menu */ "Calibrate tip offset.",
|
/* Temperature calibration enter menu */ "Calibrate tip offset.",
|
||||||
/* Settings reset command */ "Reset all settings",
|
/* Settings reset command */ "Reset all settings",
|
||||||
/* Calibrate input voltage */ "VIN Calibration. Buttons adjust, long press to exit",
|
/* Calibrate input voltage */ "VIN Calibration. Buttons adjust, long press to exit",
|
||||||
@@ -309,7 +298,7 @@ const char* SettingsLongNames[16] = {
|
|||||||
/* Boost enabled */ "Il tasto anteriore attiva la modalità \"boost\" durante la saldatura",
|
/* Boost enabled */ "Il tasto anteriore attiva la modalità \"boost\" durante la saldatura",
|
||||||
/* Boost temperature */ "Temperatura in modalità \"boost\"",
|
/* Boost temperature */ "Temperatura in modalità \"boost\"",
|
||||||
/* Automatic start mode */ "Attiva automaticamente il saldatore quando viene alimentato <A: saldatura; S: standby; D: disattiva>",
|
/* Automatic start mode */ "Attiva automaticamente il saldatore quando viene alimentato <A: saldatura; S: standby; D: disattiva>",
|
||||||
/* Cooldown blink */"Durante il raffreddamento mostra la temperatura sul display se la punta è ancora calda"
|
/* Cooldown blink */ "Durante il raffreddamento mostra la temperatura sul display se la punta è ancora calda",
|
||||||
/* Temperature calibration enter menu */ "Calibra l'offset della punta",
|
/* Temperature calibration enter menu */ "Calibra l'offset della punta",
|
||||||
/* Settings reset command */ "Ripristina tutte le impostazioni",
|
/* Settings reset command */ "Ripristina tutte le impostazioni",
|
||||||
/* Calibrate input voltage */ "Calibra la tensione in entrata; regola con i bottoni, tieni permuto per uscire",
|
/* Calibrate input voltage */ "Calibra la tensione in entrata; regola con i bottoni, tieni permuto per uscire",
|
||||||
@@ -366,7 +355,7 @@ const char* SettingsLongNames[16] = {
|
|||||||
/* Boost enabled */ "Activer le mode \"Boost\" en maintenant le bouton de devant pendant la soudure",
|
/* Boost enabled */ "Activer le mode \"Boost\" en maintenant le bouton de devant pendant la soudure",
|
||||||
/* Boost temperature */ "Température du mode \"Boost\" <C>",
|
/* Boost temperature */ "Température du mode \"Boost\" <C>",
|
||||||
/* Automatic start mode */ "Démarrer automatiquement la soudure a l'allumage <A=Activé, V=Mode Veille, D=Désactivé>",
|
/* Automatic start mode */ "Démarrer automatiquement la soudure a l'allumage <A=Activé, V=Mode Veille, D=Désactivé>",
|
||||||
/* Cooldown blink */"Faire clignoter la température lors du refroidissement tant que la panne est chaude"
|
/* Cooldown blink */ "Faire clignoter la température lors du refroidissement tant que la panne est chaude",
|
||||||
/* Temperature calibration enter menu */ "Etalonner température de la panne",
|
/* Temperature calibration enter menu */ "Etalonner température de la panne",
|
||||||
/* Settings reset command */ "Réinitialiser tous les réglages",
|
/* Settings reset command */ "Réinitialiser tous les réglages",
|
||||||
/* Calibrate input voltage */ "Etalonner tension d'entrée. Boutons pour ajuster, appui long pour quitter",
|
/* Calibrate input voltage */ "Etalonner tension d'entrée. Boutons pour ajuster, appui long pour quitter",
|
||||||
@@ -480,7 +469,7 @@ const char* SettingsLongNames[16] = {
|
|||||||
/* Boost enabled */ "Povolit tlacidlo pre prudky nahrev <T=Zap, F=Vyp>",
|
/* Boost enabled */ "Povolit tlacidlo pre prudky nahrev <T=Zap, F=Vyp>",
|
||||||
/* Boost temperature */ "Cielova teplota pre prudky nahrev (v nastavenych jednotkach)",
|
/* Boost temperature */ "Cielova teplota pre prudky nahrev (v nastavenych jednotkach)",
|
||||||
/* Automatic start mode */ "Pri starte spustit rezim spajkovania <T=Zap, F=Vyp, S=Spanok>",
|
/* Automatic start mode */ "Pri starte spustit rezim spajkovania <T=Zap, F=Vyp, S=Spanok>",
|
||||||
/* Cooldown blink */"Blikanie ukazovatela teploty pocas chladnutia hrotu <T=Zap, F=Vyp>"
|
/* Cooldown blink */ "Blikanie ukazovatela teploty pocas chladnutia hrotu <T=Zap, F=Vyp>",
|
||||||
/* Temperature calibration enter menu */ "Kalibracia posunu hrotu",
|
/* Temperature calibration enter menu */ "Kalibracia posunu hrotu",
|
||||||
/* Settings reset command */ "Tovarenske nastavenia",
|
/* Settings reset command */ "Tovarenske nastavenia",
|
||||||
/* Calibrate input voltage */ "Kalibracia VIN. Kratke stlacenie meni nastavenie, dlhe stlacenie pre navrat",
|
/* Calibrate input voltage */ "Kalibracia VIN. Kratke stlacenie meni nastavenie, dlhe stlacenie pre navrat",
|
||||||
@@ -638,27 +627,24 @@ const char* SettingsShortNames[16][2] = {
|
|||||||
|
|
||||||
#ifdef LANG_CS_CZ
|
#ifdef LANG_CS_CZ
|
||||||
const char* SettingsLongNames[16] = {
|
const char* SettingsLongNames[16] = {
|
||||||
/*These are all the help text for all the settings.*/
|
// These are all the help text for all the settings.
|
||||||
/*No requirements on spacing or length*/
|
// No requirements on spacing or length
|
||||||
"Zdroj napajeni. Pri nizsim napeti se odpoji <DC=10V, xS=x*3.3V pro "
|
/* Power source (DC or batt) */ "Pri nizsim napeti se odpoji <DC=10V, xS=x*3.3V pro LiPo,LiIon...>",
|
||||||
"LiPo,LiIon...>", // Power Source
|
/* Sleep temperature */ "Teplota v rezimu spanku",
|
||||||
"Teplota v rezimu spanku", // Sleep Temp
|
/* Sleep timeout */ "Cas do rezimu spanku <Minut/Sekund>",
|
||||||
"Cas do rezimu spanku <Minut/Sekund>", // Sleep Timeout
|
/* Shutdown timeout */ "Cas do automatickeho vypnuti <Minut>",
|
||||||
"Cas do automatickeho vypnuti <Minut>", // Shutdown Time
|
/* Motion sensitivity level */ "Citlivost detekce pohybu <0=Vyp, 1=Min, ... 9=Max>",
|
||||||
"Citlivost detekce pohybu <0=Vyp, 1=Min, ... 9=Max>", // Motion Sensitivity
|
/* Temperature in F and C */ "Jednotky mereni teploty <C=Celsius, F=Fahrenheit>",
|
||||||
"Jednotky mereni teploty <C=Celsius, F=Fahrenheit>", // Temp Unit
|
/* Advanced idle display mode enabled */ "Zobrazit podrobnosti na vychozi obrazovce <Z=Zap, V=Vyp>",
|
||||||
"Zobrazit podrobnosti na vychozi obrazovce <Z=Zap, V=Vyp>", // Detailed Information
|
/* Display rotation mode */ "Orientace obrazovky <A=Auto, L=Levak, P=Pravak>",
|
||||||
"Otoceni displaye <A=Auto, L=Levak, P=Pravak>", // Orientation
|
/* Boost enabled */ "Povolit boost drzenim leveho tlacitka pri pajeni <Z=Zap, V=Vyp>",
|
||||||
"Povolit boost drzenim leveho tlacitka pri pajeni <Z=Zap, V=Vyp>", // Boost
|
/* Boost temperature */ "Teplota v rezimu boost",
|
||||||
// enable
|
/* Automatic start mode */ "Pri startu ihned nahrivat hrot <Z=Zap, V=Vyp, S=Rezim spanku>",
|
||||||
"Teplota pri boostu", // Boost Temp
|
/* Cooldown blink */ "Blikani teploty pri chladnuti, dokud je hrot horky <Z=Zap, V=Vyp>",
|
||||||
"Pri startu ihned nahrivat hrot <Z=Zap, V=Vyp, S=Rezim spanku>", // Auto start
|
/* Temperature calibration enter menu */ "Kalibrovat mereni teploty",
|
||||||
"Blikani teploty pri chladnuti, dokud je hrot horky <Z=Zap, V=Vyp>", // Cooling Blink
|
/* Settings reset command */ "Obnovit tovarni nastaveni",
|
||||||
"Kalibrovat mereni teploty", // Calibrate Tip
|
/* Calibrate input voltage */ "Kalibrovat vstupni napeti. Tlacitky upravte, podrzenim potvrdte.",
|
||||||
"Obnovit tovarni nastaveni", // Reset Settings
|
/* Advanced soldering screen enabled */ "Zobrazit podrobnosti pri pajeni <Z=Zap, V=Vyp>",
|
||||||
"Kalibrovat vstupni napeti. Tlacitky upravte, podrzenim potvrdte.", // VIN
|
|
||||||
// Cal
|
|
||||||
"Zobrazit podrobnosti pri pajeni <Z=Zap, V=Vyp>", // ADV SLD
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* SettingsCalibrationWarning = "Ujistete se, ze hrot ma pokojovou teplotu! "; // ending space needed
|
const char* SettingsCalibrationWarning = "Ujistete se, ze hrot ma pokojovou teplotu! "; // ending space needed
|
||||||
@@ -677,14 +663,14 @@ const char SettingAutoChar = 'A';
|
|||||||
|
|
||||||
const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE;
|
const enum ShortNameType SettingsShortNameType = SHORT_NAME_DOUBLE_LINE;
|
||||||
const char* SettingsShortNames[16][2] = {
|
const char* SettingsShortNames[16][2] = {
|
||||||
/* (<= 11) Power source (DC or batt) */ {"Zdroj", "napeti"},
|
/* (<= 11) Power source (DC or batt) */ {"Zdroj", "napajeni"},
|
||||||
/* (<= 9) Sleep temperature */ {"Teplota v", "r. spanku"},
|
/* (<= 9) Sleep temperature */ {"Teplota v", "r. spanku"},
|
||||||
/* (<= 9) Sleep timeout */ {"Cas do", "r. spanku"},
|
/* (<= 9) Sleep timeout */ {"Cas do", "r. spanku"},
|
||||||
/* (<= 11) Shutdown timeout */ {"Cas do", "vypnuti"},
|
/* (<= 11) Shutdown timeout */ {"Cas do", "vypnuti"},
|
||||||
/* (<= 13) Motion sensitivity level */ {"Citlivost", "det. pohybu"},
|
/* (<= 13) Motion sensitivity level */ {"Citlivost", "det. pohybu"},
|
||||||
/* (<= 13) Temperature in F and C */ {"Jednotky", "teploty"},
|
/* (<= 13) Temperature in F and C */ {"Jednotky", "teploty"},
|
||||||
/* (<= 13) Advanced idle display mode enabled */ {"Podrobnosti", "na vych. obr."},
|
/* (<= 13) Advanced idle display mode enabled */ {"Podrobnosti", "na vych. obr."},
|
||||||
/* (<= 13) Display rotation mode */ {"Otoceni", "obrazovky"},
|
/* (<= 13) Display rotation mode */ {"Orientace", "obrazovky"},
|
||||||
/* (<= 13) Boost enabled */ {"Povolit", "boost"},
|
/* (<= 13) Boost enabled */ {"Povolit", "boost"},
|
||||||
/* (<= 9) Boost temperature */ {"Teplota v", "r. boost"},
|
/* (<= 9) Boost temperature */ {"Teplota v", "r. boost"},
|
||||||
/* (<= 13) Automatic start mode */ {"Auto", "start"},
|
/* (<= 13) Automatic start mode */ {"Auto", "start"},
|
||||||
@@ -697,33 +683,25 @@ const char* SettingsShortNames[16][2] = {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LANG_HUN
|
#ifdef LANG_HUN
|
||||||
const char* SettingsLongNames[16] =
|
const char* SettingsLongNames[16] = {
|
||||||
{
|
// These are all the help text for all the settings.
|
||||||
/*These are all the help text for all the settings.*/
|
// No requirements on spacing or length
|
||||||
/*No requirements on spacing or length*/
|
/* Power source (DC or batt) */ "Áramforrás. Beállítja a lekapcsolási feszültséget. <DC 10V> <S 3.3V cellánként>",
|
||||||
"Áramforrás. Beállítja a lekapcsolási feszültséget. <DC 10V> <S 3.3V "
|
/* Sleep temperature */ "Alvási hőmérséklet <C>",
|
||||||
"cellánként>", // Power Source
|
/* Sleep timeout */ "Elalvási időzítő <Perc/Másodperc>",
|
||||||
"Alvási hőmérséklet <C>", // Sleep Temp
|
/* Shutdown timeout */ "Kikapcsolási időzítő <Minutes>",
|
||||||
"Elalvási időzítő <Perc/Másodperc>", // Sleep Timeout
|
/* Motion sensitivity level */ "Mozgás érzékenység beállítása. <0.Ki 1.kevésbé érzékeny 9.legérzékenyebb>",
|
||||||
"Kikapcsolási időzítő <Minutes>", // Shutdown Time
|
/* Temperature in F and C */ "Hőmérsékleti egység <C=Celsius F=Fahrenheit>",
|
||||||
"Mozgás érzékenység beállítása. <0.Ki 1.kevésbé érzékeny "
|
/* Advanced idle display mode enabled */ "Részletes információ megjelenítése kisebb betűméretben a készenléti képernyőn.",
|
||||||
"9.legérzékenyebb>", // Motion Sensitivity
|
/* Display rotation mode */ "Megjelenítési tájolás <A. Automatikus L. Balkezes R. Jobbkezes>",
|
||||||
"Hőmérsékleti egység <C=Celsius F=Fahrenheit>", // Temp Unit
|
/* Boost enabled */ "Elülső gombbal lépjen boost módba, 450C forrasztás közben",
|
||||||
"Részletes információ megjelenítése kisebb betűméretben a készenléti "
|
/* Boost temperature */ "Hőmérséklet \"boost\" módban",
|
||||||
"képernyőn.", // Detailed Information
|
/* Automatic start mode */ "Bekapcsolás után automatikusan lépjen forrasztás módba. T=Forrasztás, S=Alvó mód,F=Ki",
|
||||||
"Megjelenítési tájolás <A. Automatikus L. Balkezes R. Jobbkezes>", // Orientation
|
/* Cooldown blink */ "Villogjon a hőmérséklet hűlés közben, amíg a hegy forró.",
|
||||||
"Elülső gombbal lépjen boost módba, 450C forrasztás közben", // Boost
|
/* Temperature calibration enter menu */ "Hegy hőmérsékletének kalibrálása",
|
||||||
// enable
|
/* Settings reset command */ "Beállítások alaphelyzetbe állítása",
|
||||||
"Hőmérséklet \"boost\" módban", // Boost Temp
|
/* Calibrate input voltage */ "A bemeneti feszültség kalibrálása. Röviden megnyomva állítsa be, hosszan nyomja meg a kilépéshez.",
|
||||||
"Bekapcsolás után automatikusan lépjen forrasztás módba. T=Forrasztás, "
|
/* Advanced soldering screen enabled */ "Részletes információk megjelenítése forrasztás közben",
|
||||||
"S=Alvó mód,F=Ki", // Auto start
|
|
||||||
"Villogjon a hőmérséklet hűlés közben, amíg a hegy forró.", // Cooling
|
|
||||||
// Blink
|
|
||||||
"Hegy hőmérsékletének kalibrálása", // Calibrate Tip
|
|
||||||
"Beállítások alaphelyzetbe állítása", // Reset Settings
|
|
||||||
"A bemeneti feszültség kalibrálása. Röviden megnyomva állítsa be, "
|
|
||||||
"hosszan nyomja meg a kilépéshez.", // VIN Cal
|
|
||||||
"Részletes információk megjelenítése forrasztás közben", // ADV SLD
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* SettingsCalibrationWarning = "Folytatás előtt győződj meg róla, hogy a hegy szobahőmérsékletű!";
|
const char* SettingsCalibrationWarning = "Folytatás előtt győződj meg róla, hogy a hegy szobahőmérsékletű!";
|
||||||
@@ -763,29 +741,24 @@ const char* SettingsShortNames[16][2] = {
|
|||||||
|
|
||||||
#ifdef LANG_DK
|
#ifdef LANG_DK
|
||||||
const char* SettingsLongNames[16] = {
|
const char* SettingsLongNames[16] = {
|
||||||
/*These are all the help text for all the settings.*/
|
// These are all the help text for all the settings.
|
||||||
/*No requirements on spacing or length*/
|
// No requirements on spacing or length
|
||||||
"Strømforsyning. Indstil Cutoff Spændingen. <DC 10V <S 3.3V per cell", // Power Source
|
/* Power source (DC or batt) */ "Strømforsyning. Indstil Cutoff Spændingen. <DC 10V <S 3.3V per cell",
|
||||||
"Dvale Temperatur <C", // Sleep Temp
|
/* Sleep temperature */ "Dvale Temperatur <C",
|
||||||
"Dvale Timeout <Minutter/Sekunder", // Sleep Timeout
|
/* Sleep timeout */ "Dvale Timeout <Minutter/Sekunder",
|
||||||
"sluknings Timeout <Minutter", // Shutdown Time
|
/* Shutdown timeout */ "sluknings Timeout <Minutter",
|
||||||
"Bevægelsesfølsomhed <0.Slukket 1.Mindst følsom 9.Mest følsom", // Motion
|
/* Motion sensitivity level */ "Bevægelsesfølsomhed <0.Slukket 1.Mindst følsom 9.Mest følsom",
|
||||||
// Sensitivity
|
/* Temperature in F and C */ "Temperatur Enhed <C=Celsius F=Fahrenheit",
|
||||||
"Temperatur Enhed <C=Celsius F=Fahrenheit", // Temp Unit
|
/* Advanced idle display mode enabled */ "Vis detialieret information med en mindre skriftstørrelse på standby skærmen.",
|
||||||
"Vis detialieret information med en mindre skriftstørrelse på standby "
|
/* Display rotation mode */ "Skærm Orientering <A. Automatisk V. Venstre Håndet H. Højre Håndet",
|
||||||
"skærmen.", // Detailed Information
|
/* Boost enabled */ "Ved tryk på front knap Aktiveres boost-funktionen, 450C tilstand når der loddes",
|
||||||
"Skærm Orientering <A. Automatisk V. Venstre Håndet H. Højre Håndet", // Orientation
|
/* Boost temperature */ "Temperatur i \"boost\" mode",
|
||||||
"Ved tryk på front knap Aktiveres boost-funktionen, 450C tilstand når der "
|
/* Automatic start mode */ "Start automatisk med lodning når strøm sættes til. L=Lodning, D= Dvale tilstand,S=Slukket",
|
||||||
"loddes", // Boost enable
|
/* Cooldown blink */ "Blink temperaturen på skærmen, mens spidsen stadig er varm.",
|
||||||
"Temperatur i \"boost\" mode", // Boost Temp
|
/* Temperature calibration enter menu */ "kalibrere spids temperatur.",
|
||||||
"Start automatisk med lodning når strøm sættes til. L=Lodning, D= Dvale "
|
/* Settings reset command */ "Gendan alle indstillinger",
|
||||||
"tilstand,S=Slukket", // Auto start
|
/* Calibrate input voltage */ "VIN kalibrering. Knapperne justere, Lang tryk for at gå ud",
|
||||||
"Blink temperaturen på skærmen, mens spidsen stadig er varm.", // Cooling
|
/* Advanced soldering screen enabled */ "Vis detialieret information mens der loddes",
|
||||||
// Blink
|
|
||||||
"kalibrere spids temperatur.", // Calibrate Tip
|
|
||||||
"Gendan alle indstillinger", // Reset Settings
|
|
||||||
"VIN kalibrering. Knapperne justere, Lang tryk for at gå ud", // VIN Cal
|
|
||||||
"Vis detialieret information mens der loddes", // ADV SLD
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* SettingsCalibrationWarning = "Sørg for at loddespidsen er ved stuetemperatur, inden du fortsætter!";
|
const char* SettingsCalibrationWarning = "Sørg for at loddespidsen er ved stuetemperatur, inden du fortsætter!";
|
||||||
@@ -822,37 +795,27 @@ const char* SettingsShortNames[16][2] = {
|
|||||||
/* (<= 6) Advanced soldering screen enabled */ {"ADVSLD"},
|
/* (<= 6) Advanced soldering screen enabled */ {"ADVSLD"},
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LANG_PL
|
#ifdef LANG_PL
|
||||||
const char*
|
const char* SettingsLongNames[16] = {
|
||||||
SettingsLongNames[16] =
|
// These are all the help text for all the settings.
|
||||||
{
|
// No requirements on spacing or length
|
||||||
/*These are all the help text for all the settings.*/
|
/* Power source (DC or batt) */ "Źródło zasilania. Ustaw napięcie odcięcia. <DC 10V> <S 3.3V dla ogniw Li>",
|
||||||
/*No requirements on spacing or length*/
|
/* Sleep temperature */ "Temperatura uśpienia <°C>",
|
||||||
"Źródło zasilania. Ustaw napięcie odcięcia. <DC 10V> <S 3.3V dla "
|
/* Sleep timeout */ "Czas uśpienia <Minuty/Sekundy>",
|
||||||
"ogniw Li>", // Power Source
|
/* Shutdown timeout */ "Czas wyłączenia <Minuty>",
|
||||||
"Temperatura uśpienia <°C>", // Sleep Temp
|
/* Motion sensitivity level */ "Czułość ruchu <0.Wyłączona 1.minimalna 9.maksymalna>",
|
||||||
"Czas uśpienia <Minuty/Sekundy>", // Sleep Timeout
|
/* Temperature in F and C */ "Jednostka temperatury <C=Celsius F=Fahrenheit>",
|
||||||
"Czas wyłączenia <Minuty>", // Shutdown Time
|
/* Advanced idle display mode enabled */ "Wyświetla szczegółowe informacje za pomocą mniejszej czcionki na ekranie bezczynnośći <T = wł., N = wył.>",
|
||||||
"Czułość ruchu <0.Wyłączona 1.minimalna 9.maksymalna>", // Motion
|
/* Display rotation mode */ "Orientacja wyświetlacza <A. Automatyczna L. Leworęczna P. Praworęczna>",
|
||||||
// Sensitivity
|
/* Boost enabled */ "Użyj przycisku przedniego w celu zwiększenia temperatury <T = wł., N = wył.>",
|
||||||
"Jednostka temperatury <C=Celsius F=Fahrenheit>", // Temp Unit
|
/* Boost temperature */ "Temperatura w trybie \"boost\" ",
|
||||||
"Wyświetla szczegółowe informacje za pomocą mniejszej czcionki na "
|
/* Automatic start mode */ "Automatyczne uruchamianie trybu lutowania po włączeniu zasilania. T=Lutowanie, S= Tryb Uspienia ,N=Wyłącz",
|
||||||
"ekranie bezczynnośći <T = wł., N = wył.>", // Detailed Information
|
/* Cooldown blink */ "Temperatura na ekranie miga, gdy grot jest jeszcze gorący. <T = wł., N = wył.>",
|
||||||
"Orientacja wyświetlacza <A. Automatyczna L. Leworęczna P. "
|
/* Temperature calibration enter menu */ "Kalibracja temperatury grota lutownicy",
|
||||||
"Praworęczna>", // Orientation
|
/* Settings reset command */ "Zresetuj wszystkie ustawienia",
|
||||||
"Użyj przycisku przedniego w celu zwiększenia temperatury <T = "
|
/* Calibrate input voltage */ "Kalibracja napięcia wejściowego. Krótkie naciśnięcie, aby ustawić, długie naciśnięcie, aby wyjść.",
|
||||||
"wł., N = wył.>", // Boost enable
|
/* Advanced soldering screen enabled */ "Wyświetl szczegółowe informacje podczas lutowania <T = wł., N = wył.>",
|
||||||
"Temperatura w trybie \"boost\" ", // Boost Temp
|
|
||||||
"Automatyczne uruchamianie trybu lutowania po włączeniu zasilania. "
|
|
||||||
"T=Lutowanie, S= Tryb Uspienia ,N=Wyłącz", // Auto start
|
|
||||||
"Temperatura na ekranie miga, gdy grot jest jeszcze gorący. <T = "
|
|
||||||
"wł., N = wył.>", // Cooling Blink
|
|
||||||
"Kalibracja temperatury grota lutownicy", // Calibrate Tip
|
|
||||||
"Zresetuj wszystkie ustawienia", // Reset Settings
|
|
||||||
"Kalibracja napięcia wejściowego. Krótkie naciśnięcie, aby "
|
|
||||||
"ustawić, długie naciśnięcie, aby wyjść.", // VIN Cal
|
|
||||||
"Wyświetl szczegółowe informacje podczas lutowania <T = wł., N = "
|
|
||||||
"wył.>", // ADV SLD
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* SettingsCalibrationWarning = "Przed kontynuowaniem upewnij się, że końcówka osiągnela temperature pokojowa!";
|
const char* SettingsCalibrationWarning = "Przed kontynuowaniem upewnij się, że końcówka osiągnela temperature pokojowa!";
|
||||||
|
|||||||
Reference in New Issue
Block a user