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
10 changes: 10 additions & 0 deletions data/da_DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Streng",
"always": "Altid"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Fil Editor",
"btn": "Fil Editor",
Expand Down
10 changes: 10 additions & 0 deletions data/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Strikt",
"always": "Immer"
},
"backup": {
"title": "Datensicherung / -wiederherstellung",
"btn": "Datensicherung",
"nav": "Backup",
"backup": "Daten sichern",
"bakfile": "Datensicherungs Dateiname",
"restore": "Daten wiederherstellen",
"resfile": "Datei Wiederherstellung",
"overwrite": "Vorhandene Datei überschrieben"
},
"editor": {
"title": "Datei Editor",
"btn": "Datei Editor",
Expand Down
173 changes: 172 additions & 1 deletion data/en.json
Original file line number Diff line number Diff line change
@@ -1 +1,172 @@
{"en":{"language":"English","home":{"title":"Main Menu","btn":"Main Menu","nav":"Home"},"save":"Save Settings","user":"Username","pass":"Password","hasp":{"title":"HASP Design","btn":"HASP Design","theme":"UI Theme","color1":"Primary color","color2":"Secondary color","pages":"Start Layout","font":"Default Font","startpage":"Startup Page","startdim":"Startup Dim"},"screenshot":{"title":"Screenshot","btn":"Screenshot","nav":"Screenshot","prev":"Prev Page","next":"Next Page","refresh":"Refresh"},"info":{"title":"Information","btn":"Information","nav":"Information"},"config":{"title":"Configuration","btn":"Configuration","nav":"Settings"},"ota":{"title":"Firmware Update","btn":"Firmware Update","nav":"Firmware","submit":"Update Firmware","file":"Firmware File","url":"Firmware URL","redirect":"Follow Redirects","never":"Never","strict":"Strict","always":"Always"},"editor":{"title":"File Editor","btn":"File Editor","nav":"File Editor"},"reset":{"title":"Factory Reset","btn":"Factory Reset","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!"},"reboot":{"title":"Rebooting...","btn":"Restart","nav":"Reboot","message":"The device is rebooting."},"about":{"credits":"Based on the previous work of the following open source developers:","copyright":"Copyright ","rights":"All rights reserved.","clause1":"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:","clause2":"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.","clause3":"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","mit":"MIT License","bsd":"BSD License","freebsd":"FreeBSD License","apache2":"Apache2 License"},"wifi":{"title":"Wifi Settings","btn":"Wifi Settings","ssid":"SSID"},"wg":{"title":"WireGuard Settings","btn":"WireGuard Settings","vpnip":"VPN IP","privkey":"Private Key","host":"Remote IP","port":"Remote Port","pubkey":"Remote Public Key"},"mqtt":{"title":"MQTT Settings","btn":"MQTT Settings","name":"Hostname","group":"Groupname","host":"Broker","port":"Port","node_t":"Node Topic","group_t":"Group Topic","broadcast_t":"Broadcast Topic","hass_t":"HA LWT Topic"},"http":{"title":"HTTP Settings","btn":"HTTP Settings"},"ftp":{"title":"FTP Settings","btn":"FTP Settings","port":"FTP Port","pasv":"Passive Port"},"gui":{"title":"Display Settings","btn":"Display Settings","antiburn":"Antiburn","calibrate":"Calibrate"},"gpio":"GPIO Settings","debug":{"title":"Debug Settings","btn":"Debug Settings","baud":"Baudrate","tele":"Tele Period","ansi":"Use ANSI codes","host":"Syslog Server","port":"Syslog Port","ietf":"IETF (RFC 5424)","bsd":"BSD (RFC 3164)","log":"Facility"},"time":{"title":"Time Settings","btn":"Time Settings","region":"Region","zone":"Timezone","tz":"Timezone","ntp":"NTP Servers"},"region":{"etc":"Etcetera ","continents":"Continents ","af":"Africa ","as":"Asia ","au":"Australia ","aq":"Antarctica ","eu":"Europe ","na":"North America ","sa":"South America ","islands":"Islands ","at":"Atlantic Ocean ","in":"Indian Ocean ","pa":"Pacific Ocean "}}}
{
"en": {
"language": "English",
"home": {
"title": "Main Menu",
"btn": "Main Menu",
"nav": "Home"
},
"save": "Save Settings",
"user": "Username",
"pass": "Password",
"hasp": {
"title": "HASP Design",
"btn": "HASP Design",
"theme": "UI Theme",
"color1": "Primary color",
"color2": "Secondary color",
"pages": "Start Layout",
"font": "Default Font",
"startpage": "Startup Page",
"startdim": "Startup Dim"
},
"screenshot": {
"title": "Screenshot",
"btn": "Screenshot",
"nav": "Screenshot",
"prev": "Prev Page",
"next": "Next Page",
"refresh": "Refresh"
},
"info": {
"title": "Information",
"btn": "Information",
"nav": "Information"
},
"config": {
"title": "Configuration",
"btn": "Configuration",
"nav": "Settings"
},
"ota": {
"title": "Firmware Update",
"btn": "Firmware Update",
"nav": "Firmware",
"submit": "Update Firmware",
"file": "Firmware File",
"url": "Firmware URL",
"redirect": "Follow Redirects",
"never": "Never",
"strict": "Strict",
"always": "Always"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "File Editor",
"btn": "File Editor",
"nav": "File Editor"
},
"reset": {
"title": "Factory Reset",
"btn": "Factory Reset",
"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!"
},
"reboot": {
"title": "Rebooting...",
"btn": "Restart",
"nav": "Reboot",
"message": "The device is rebooting."
},
"about": {
"credits": "Based on the previous work of the following open source developers:",
"copyright": "Copyright ",
"rights": "All rights reserved.",
"clause1": "Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:",
"clause2": "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.",
"clause3": "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"mit": "MIT License",
"bsd": "BSD License",
"freebsd": "FreeBSD License",
"apache2": "Apache2 License"
},
"wifi": {
"title": "Wifi Settings",
"btn": "Wifi Settings",
"ssid": "SSID"
},
"wg": {
"title": "WireGuard Settings",
"btn": "WireGuard Settings",
"vpnip": "VPN IP",
"privkey": "Private Key",
"host": "Remote IP",
"port": "Remote Port",
"pubkey": "Remote Public Key"
},
"mqtt": {
"title": "MQTT Settings",
"btn": "MQTT Settings",
"name": "Hostname",
"group": "Groupname",
"host": "Broker",
"port": "Port",
"node_t": "Node Topic",
"group_t": "Group Topic",
"broadcast_t": "Broadcast Topic",
"hass_t": "HA LWT Topic"
},
"http": {
"title": "HTTP Settings",
"btn": "HTTP Settings"
},
"ftp": {
"title": "FTP Settings",
"btn": "FTP Settings",
"port": "FTP Port",
"pasv": "Passive Port"
},
"gui": {
"title": "Display Settings",
"btn": "Display Settings",
"antiburn": "Antiburn",
"calibrate": "Calibrate"
},
"gpio": "GPIO Settings",
"debug": {
"title": "Debug Settings",
"btn": "Debug Settings",
"baud": "Baudrate",
"tele": "Tele Period",
"ansi": "Use ANSI codes",
"host": "Syslog Server",
"port": "Syslog Port",
"ietf": "IETF (RFC 5424)",
"bsd": "BSD (RFC 3164)",
"log": "Facility"
},
"time": {
"title": "Time Settings",
"btn": "Time Settings",
"region": "Region",
"zone": "Timezone",
"tz": "Timezone",
"ntp": "NTP Servers"
},
"region": {
"etc": "Etcetera ",
"continents": "Continents ",
"af": "Africa ",
"as": "Asia ",
"au": "Australia ",
"aq": "Antarctica ",
"eu": "Europe ",
"na": "North America ",
"sa": "South America ",
"islands": "Islands ",
"at": "Atlantic Ocean ",
"in": "Indian Ocean ",
"pa": "Pacific Ocean "
}
}
}
10 changes: 10 additions & 0 deletions data/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Estricto",
"always": "Siempre"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Editor de Archivos",
"btn": "Editor de Archivos",
Expand Down
10 changes: 10 additions & 0 deletions data/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Stricte",
"always": "Toujours"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Éditeur de fichiers",
"btn": "Éditeur de fichiers",
Expand Down
10 changes: 10 additions & 0 deletions data/hu_HU.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Szigorú",
"always": "Mindig"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Fájlkezelő",
"btn": "Fájlkezelő",
Expand Down
10 changes: 10 additions & 0 deletions data/nl_NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Strikt",
"always": "Altijd"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Bestandseditor",
"btn": "Bestandseditor",
Expand Down
10 changes: 10 additions & 0 deletions data/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Estrito",
"always": "Sempre"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Editor de ficheiros",
"btn": "Editor de ficheiros",
Expand Down
10 changes: 10 additions & 0 deletions data/pt_PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Estrito",
"always": "Sempre"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Editor de ficheiros",
"btn": "Editor de ficheiros",
Expand Down
10 changes: 10 additions & 0 deletions data/ro_RO.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Strict",
"always": "Mereu"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Browser de fișiere",
"btn": "Browser de fișiere",
Expand Down
10 changes: 10 additions & 0 deletions data/sv_SE.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "Strikt",
"always": "Alltid"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "Filredigerare",
"btn": "Filredigerare",
Expand Down
10 changes: 10 additions & 0 deletions data/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"strict": "严格",
"always": "总是"
},
"backup": {
"title": "Backup / Restore",
"btn": "Backup / Restore",
"nav": "Backup",
"backup": "Backup Data",
"bakfile": "Backup to file",
"restore": "Restore Data",
"resfile": "Restore file",
"overwrite": "Overwrite existing files"
},
"editor": {
"title": "文件编辑器",
"btn": "文件编辑器",
Expand Down
1 change: 1 addition & 0 deletions include/user_config_override-template.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,6 @@
//#define HASP_DEBUG_OBJ_TREE // Output all objects to the log on page changes
//#define HASP_LOG_LEVEL LOG_LEVEL_VERBOSE // LOG_LEVEL_* can be DEBUG, VERBOSE, TRACE, INFO, WARNING, ERROR, CRITICAL, ALERT, FATAL, SILENT
//#define HASP_LOG_TASKS // Also log the Taskname and watermark of ESP32 tasks
//#define HASP_USE_BACKUP 1

#endif // HASP_USER_CONFIG_OVERRIDE_H
Loading