diff --git a/src/language/lang_en.json b/src/language/lang_en.json index d5f49a6..22043c6 100644 --- a/src/language/lang_en.json +++ b/src/language/lang_en.json @@ -29,7 +29,13 @@ "guides": "Loading guides..." }, "mainos_diagnostics": { - "battery": "Battery" + "battery": "Battery", + "performance_mode_indicator": "(PERFORMANCE)" + }, + "mainos_licensing": { + "no_license_text_1": "Without accepting the license,", + "no_license_text_2": "You cannot use the OS.", + "system_will_shutdown": "System will shutdown..." }, "crashes": { "error": "Error", @@ -60,17 +66,7 @@ "name": "IR Remote", "sending": "Sending", "context_menu": "Send IR code", - "buttons": { - "power": "ON/OFF", - "vol_up": "VOL+", - "vol_down": "VOL-", - "mute": "Mute", - "chan_next": "CHANNEL+ / NEXT", - "chan_prev": "CHANNEL- / PREV", - "freeze": "FREEZE" - }, "menu": { - "repeat": "Repeat?", "change_pin": "Change IR pin", "receive": "Receive", "receive_no_support": "IR receiving not supported!" @@ -173,7 +169,12 @@ }, "shutdown_what_is_this": "What is this?", "get_current": "Get current value", - "shutdown_what_this_popup": "Shutdown modes determine how your device turns off, there are two available modes to select:\nLegacy - Turns off whole device (If power hold pin available)\nDeep sleep - Puts ESP32 to deep sleep, keeps time." + "shutdown_what_this_popup": "Shutdown modes determine how your device turns off, there are two available modes to select:\nLegacy - Turns off whole device (If power hold pin available)\nDeep sleep - Puts ESP32 to deep sleep, keeps time.", + "performance_mode": "Performance mode", + "enabled": "Enabled", + "disabled": "Disabled", + "battery_low_error": "Battery charge is too low to enable performance mode, please charge your device to enable.", + "usage_info": "Performance mode is can use up to 4 times more battery!\\nIt will disable automatically after reboot or when battery is low." }, "guides": { "reboot_notify": "Reboot to see all guides!" diff --git a/src/language/lang_pl.json b/src/language/lang_pl.json index e076b09..ca29d27 100644 --- a/src/language/lang_pl.json +++ b/src/language/lang_pl.json @@ -29,7 +29,13 @@ "guides": "Laduje pomocniki..." }, "mainos_diagnostics": { - "battery": "Bateria" + "battery": "Bateria", + "performance_mode_indicator": "(WYDAJNOSC)" + }, + "mainos_licensing": { + "no_license_text_1": "Bez akceptacji licencji,", + "no_license_text_2": "Nie mozesz korzystac z systemu", + "system_will_shutdown": "System zostanie wylaczony..." }, "crashes": { "error": "Blad", @@ -60,17 +66,7 @@ "name": "Pilot IR", "sending": "Wysylanie", "context_menu": "Wyslij kod IR", - "buttons": { - "power": "WL/WYL", - "vol_up": "GLOS+", - "vol_down": "GLOS-", - "mute": "Mute", - "chan_next": "KANAL+ / NAST", - "chan_prev": "KANAL- / POPRZ", - "freeze": "ZAMROZENIE" - }, "menu": { - "repeat": "Powtorzyc?", "change_pin": "Zmien Pin diody IR", "receive": "Odbieraj", "receive_no_support": "Odbieranie IR nie wspierane!" @@ -173,7 +169,12 @@ }, "shutdown_what_is_this": "Co to znaczy?", "get_current": "Pobierz aktualne", - "shutdown_what_this_popup": "Tryby wylaczania okreslaja jak twoje urzadzenie sie wylacza, obecnie sa dwa tryby wylaczania:\nLegacy - Wylacza zasilanie\nGlebokie uspienie - Usypia gleboko mikrokontroler (Podtrzymuje czas)" + "shutdown_what_this_popup": "Tryby wylaczania okreslaja jak twoje urzadzenie sie wylacza, obecnie sa dwa tryby wylaczania:\nLegacy - Wylacza zasilanie\nGlebokie uspienie - Usypia gleboko mikrokontroler (Podtrzymuje czas)", + "performance_mode": "Tryb wydajnosci", + "enabled": "Wlaczony", + "disabled": "Wylaczony", + "battery_low_error": "Poziom naladownia za niski by wlaczyc tryb wydajnosci, naladuj urzadzenie i sproboj ponownie.", + "usage_info": "Tryb wydajnosci moze uzywac nawet 4 razy wiecej baterii!\\nWylaczy sie automatycznie po ponownym uruchomieniu lub gdy poziom baterii bedzie niski." }, "guides": { "reboot_notify": "Zrestartuj aby zobaczyc wszystkie poradniki!"