-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlocale.json
30 lines (30 loc) · 1.32 KB
/
locale.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"translations": {
"de": {
"Open": "Verbinden",
"Use ws:// or wss:// and :port when using none HTTP-default Ports.": "Verwenden Sie ws: // oder wss: // und: port, wenn Sie keine HTTP-Default Ports verwenden.",
"Example: wss://my.host.org:9091/websocket/": "Beispiel: wss://my.host.org:9091/websocket/",
"URL": "URL",
"Advanced settings:": "Erweiterte Einstellungen:",
"Used protocol": "Verwendetes Protokoll",
"Version": "Version",
"Send origin": "Ursprung senden",
"Send Ping:": "Gesendeter Ping:",
"seconds": "Sekunden",
"Ping payload": "Inhalt von Ping",
"Default for SendText": "Typ für SendText",
"text": "Text",
"binary": "Binär",
"Optional HTTP Basic-Authentication:": "Optionale HTTP Basis-Authentifizierung:",
"Active": "Aktiv",
"Username": "Benutzername",
"Password": "Passwort",
"Connected": "Verbunden",
"Interface closed": "Verbindung geschlossen",
"Connection lost": "Verbindung verloren",
"URL invalid": "URL ungültig",
"Handshake error": "Fehler im Handshake",
"Ping interval to small": "Ping Intervall zu klein"
}
}
}