-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #789 from HASwitchPlate/l10n_master
New Crowdin updates
- Loading branch information
Showing
3 changed files
with
430 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
{ | ||
"en": { | ||
"language": "Svenska", | ||
"home": { | ||
"title": "Huvudmeny", | ||
"btn": "Huvudmeny", | ||
"nav": "Home" | ||
}, | ||
"save": "Spara Inställningar", | ||
"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 " | ||
} | ||
} | ||
} |
Oops, something went wrong.