ESPTerm web interface submodule, separated to make testing and development easier
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// Generated from PHP locale file
|
|
|
|
let _tr = {
|
|
|
|
"wifi.connected_ip_is": "Verbunden, IP ist ",
|
|
|
|
"wifi.not_conn": "Nicht verbunden.",
|
|
|
|
"wifi.enter_passwd": "Passwort für \":ssid:\"",
|
|
|
|
"term_nav.fullscreen": "Vollbild",
|
|
|
|
"term_conn.connecting": "Verbinden",
|
|
|
|
"term_conn.waiting_content": "Warten auf Inhalt",
|
|
|
|
"term_conn.disconnected": "Nicht verbunden",
|
|
|
|
"term_conn.waiting_server": "Warten auf Server",
|
|
|
|
"term_conn.reconnecting": "Verbinden"
|
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = function tr (key) { return _tr[key] || '?' + key + '?' }
|