Skip to content
Open
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
25 changes: 13 additions & 12 deletions src/language/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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!"
Expand Down Expand Up @@ -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!"
Expand Down
25 changes: 13 additions & 12 deletions src/language/lang_pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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!"
Expand Down Expand Up @@ -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!"
Expand Down
Loading