Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Sep 13, 2023
2 parents f326f48 + febd010 commit c053421
Show file tree
Hide file tree
Showing 12 changed files with 279 additions and 216 deletions.
40 changes: 20 additions & 20 deletions data/hu_HU.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"btn": "Képernyő dizájn",
"theme": "UI téma",
"color1": "Elsődleges szín",
"color2": "Szekunder szín",
"pages": "Start Layout",
"color2": "Másodlagos szín",
"pages": "Betöltendő oldalak",
"font": "Alapértelmezett font",
"startpage": "Startup Page",
"startdim": "Startup Dim"
"startpage": "Kezdő oldal",
"startdim": "Kezdeti fényerő"
},
"screenshot": {
"title": "Képernyőkép",
Expand Down Expand Up @@ -58,9 +58,9 @@
"reset": {
"title": "Gyári beállítások visszaállítása",
"btn": "Gyári beállítások visszaállítása",
"warning": "Warning",
"message": "This process will reset all settings to the default values. The internal flash will be erased and the device is restarted. You may need to connect to the WiFi AP displayed on the panel to reconfigure the device before accessing it again.",
"fileloss": "ALL FILES WILL BE LOST!"
"warning": "Képernyőkép",
"message": "Ez a folyamat az összes beállítást visszaállítja az alapértelmezett értékekre. A belső memória törlődik, majd a készülék újraindul. Előfordulhat, hogy csatlakoznia kell a panelen megjelenő WiFi hozzáférési ponthoz az eszköz újrakonfigurálásához, mielőtt ismét hozzá tudna férni.",
"fileloss": "AZ ÖSSZES FÁJL TÖRLŐDIK!"
},
"reboot": {
"title": "Újraindítás...",
Expand Down Expand Up @@ -88,14 +88,14 @@
"mqtt": {
"title": "MQTT beállítások",
"btn": "MQTT beállítások",
"name": "Gazdagépnév",
"group": "Csoportnév",
"host": "Broker",
"name": "Név",
"group": "Csoport",
"host": "Szerver",
"port": "Port",
"node_t": "Node Topic",
"group_t": "Group Topic",
"broadcast_t": "Broadcast Topic",
"hass_t": "HA LWT Topic"
"node_t": "Eszköz topik",
"group_t": "Csoport topik",
"broadcast_t": "Mindenki topik",
"hass_t": "HA LWT topik"
},
"http": {
"title": "HTTP beállítások",
Expand All @@ -110,18 +110,18 @@
"gui": {
"title": "Képernyő beállítások",
"btn": "Képernyő beállítások",
"antiburn": "Beégésvédelem futtatás",
"antiburn": "Beégésvédelem futtatása",
"calibrate": "Kalibrálás"
},
"gpio": "GPIO beállítások",
"debug": {
"title": "Hibakeresési beállítások",
"btn": "Hibakeresési beállítások",
"baud": "Baudrate",
"tele": "Tele Period",
"ansi": "Use ANSI codes",
"host": "Syslog Server",
"port": "Syslog Port",
"baud": "Baud ráta",
"tele": "Tele- periódus",
"ansi": "ANSI kódolás",
"host": "Syslog szerver",
"port": "Syslog port",
"ietf": "IETF (RFC 5424)",
"bsd": "BSD (RFC 3164)",
"log": "Facility"
Expand Down
4 changes: 3 additions & 1 deletion src/lang/da_DK.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This translation file is maintained on https://crowdin.com/project/openhasp/
// Do not edit directly!

#ifndef HASP_LANG_EN_US_H
#define HASP_LANG_EN_US_H

Expand Down Expand Up @@ -209,7 +212,6 @@
#define D_WIFI_RSSI_WEAK "Weak"
#define D_WIFI_RSSI_BAD "Very bad"

// new
#define D_GPIO_SWITCH "Switch"
#define D_GPIO_BUTTON "Push Button"
#define D_GPIO_TOUCH "Capacitive Touch"
Expand Down
Loading

0 comments on commit c053421

Please sign in to comment.