Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #541

Merged
merged 12 commits into from
Sep 13, 2023
36 changes: 18 additions & 18 deletions data/hu_HU.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"theme": "UI téma",
"color1": "Elsődleges szín",
"color2": "Szekunder szín",
"pages": "Start Layout",
"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",
"name": "Név",
"group": "Csoportnév",
"host": "Broker",
"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