// Generated from PHP locale file let _tr = { "wifi.connected_ip_is": "Connected, IP is ", "wifi.not_conn": "Not connected.", "wifi.enter_passwd": "Enter password for \":ssid:\"" }; function tr (key) { return _tr[key] || '?' + key + '?' }