-
Notifications
You must be signed in to change notification settings - Fork 0
/
language.json
119 lines (118 loc) · 6.69 KB
/
language.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"en": {
"Failed to parse root certificate": "Failed to parse root certificate",
"Error handling connection or unexpected client exit": "Error handling connection or unexpected client exit",
"Error accepting connection": "Error accepting connection",
"Starting server on port ": "Starting server on port ",
"Goodbye": "Goodbye",
"End condition, closing connection for:": "End condition, closing connection for:",
"Error reading from buffer": "Error reading from buffer",
"joined at": "joined at",
"User list:": "User list:",
"==========": "==========",
"User": "User",
"has requested user list": "has requested user list",
"You have changed your nick\nfrom": "You have changed your nick\nfrom",
"to": "to",
"has changed his nick to:": "has changed his nick to:",
"left the room": "left the room",
"User left:": "User left:",
"entered the room": "entered the room",
"Welcome": "Welcome",
"Received Message at": "Received Message at",
"from": "from",
" Messages": " Messages",
" Status Info": " Status Info",
"Error reading from network, most likely server was terminated": "Error reading from network, most likely server was terminated",
"Connected to:": "Connected to:",
"Nickname:": "Nickname:",
"Command error,": "Command error,",
"type /help of /? for command descriptions": "type /help of /? for command descriptions",
"Available commands:": "Available commands:",
" /exit, /quit, /q - exit program": " /exit, /quit, /q - exit program",
" /list - displays active users in room": " /list - displays active users in room",
" /nick <nickname> - change nickname": " /nick <nickname> - change nickname",
" /help, /? - this list": " /help, /? - this list",
"Usage:": "Usage:",
"server [<port>] or": "server [<port>] or",
"client [<nickname> [<address>] [<port>]]": "client [<nickname> [<address>] [<port>]]",
"Available color controls:": "Available color controls:",
"General:": "General:",
"A color control followed by space will change": "A color control followed by space will change",
"the color for the remainder of the line.": "the color for the remainder of the line.",
"A color control attached to a word will change": "A color control attached to a word will change",
"the color for the word.": "the color for the word.",
"Usage Example:": "Usage Example:",
"$red this is my $ytext": "$red this is my $ytext",
"Color Controls: (long form and short form):": "Color Controls: (long form and short form):",
"$red $r $cyan $c $yellow $y $green $g": "$red $r $cyan $c $yellow $y $green $g",
"$purple $p $white $w $black $b ": "$purple $p $white $w $black $b ",
"Error in port number": "Error in port number",
"Wrong connection initialization message.": "Wrong connection initialization message.",
"Connection request from ": "Connection request from ",
" rejected. ":" rejected. ",
"Wrong client revision level. Should be: ":"Wrong client revision level. Should be: ",
", actual: ": ", aktuell: ",
"Warning: Corrupt JSON Message from: ": "Warning: Corrupt JSON Message from: ",
"Send Message failed, error is ":"Send Message failed, error is ",
"version": "version"
},
"de": {
"Failed to parse root certificate": "Fehler beim Überprüfen des Root Zertifikate",
"Error handling connection or unexpected client exit": "Verbindungsfehler oder Client wurde unerwartet beendet",
"Error accepting connection": "Fehler beim Verbindungsaufbau",
"Starting server on port ": "Starte Server auf Port ",
"Goodbye": "Auf Wiedersehen",
"End condition, closing connection for:": "Abbruchs-Bedingung, Verbindung wird beendet für",
"Error reading from buffer": "Fehler bei Lesen des Puffers",
"joined at": "ist beigetreten um",
"User list:": "Benutzerliste:",
"==========": "==============",
"User": "Benutzer",
"has requested user list": "hat eine Benutzerliste angefordert",
"You have changed your nick\nfrom": "Du hast Deinen Spitznamen geändert\nvon",
"to": "nach",
"has changed his nick to:": "hat seinen Spitznamen geändert nach:",
"left the room": "hat den Raum verlassen",
"User left:": "Benutzer hat das Programm verlassen:",
"entered the room": "hat den Raum betreten",
"Welcome": "Willkommen",
"Received Message at": "Nachricht erhalten um",
"from": "von",
" Messages": " Beiträge",
" Status Info": " Status Info",
"Error reading from network, most likely server was terminated": "Fehler beim Lesen vom Netzwerk, Server wurde wahrscheinlich beendet",
"Connected to:": "Verbunden mit",
"Nickname:": "Spitzname:",
"Command error,": "Falscher Befehl,",
"type /help of /? for command descriptions": "gib /help oder /? ein für eine Beschreibung der Befehle",
"Available commands:": "Verfügbare Befehle:",
" /exit, /quit, /q - exit program": " /exit, /quit, /q - beende das Programm",
" /list - displays active users in room": " /list - zeige die aktiven Benutzer im Raum",
" /nick <nickname> - change nickname": " /nick <Spitzname> - ändere den Spitznamen",
" /help, /? - this list": " /help, /? - diese Liste",
"Usage:": "Aufruf:",
"server [<port>] or": "server [<port>] oder",
"client [<nickname> [<address>] [<port>]]": "client [<spitzname> [<adresse>] [<port>]]",
"Available color controls:": "Vefügbare Farbbefehle:",
"General:": "Generell:",
"A color control followed by space will change": "Ein Farbbefehl gefolgt von einem Leerzeichen ",
"the color for the remainder of the line.": "ändert die Farbe für den Rest der Zeile",
"A color control attached to a word will change": "Ein Farbbefehl an einem Wort",
"the color for the word.": "ändert die Farbe für das Wort.",
" Usage Example:": " Anwendungsbeispiel:",
"$red this is my $ytext": "$red Dies ist mein $yText",
"Color Controls: (long form and short form):": "Farbbefehle (lange und kurze Form):",
"$red $r $cyan $c $yellow $y $green $g": "$red $r $cyan $c $yellow $y $green $g",
"$purple $p $white $w $black $b ": "$purple $p $white $w $black $b ",
"Error in port number": "Fehlerhafte Portnummer",
"Wrong connection initialization message.": "Falsche Initialisierungsnachricht für Verbindung.",
"Connection request from ": "Verbindungsversuch von ",
" rejected. ":" abgelehnt. ",
"Wrong client revision level. Should be: ":"Falscher Client Revisions-Level. Sollte sein: ",
", actual: ": ", aktuell: ",
"Warning: Corrupt JSON Message from: ": "Warnung: Ungültige JSON Nachricht von: ",
"Send Message failed, error is ": "Senden der Nachricht fehlgeschlagen, Fehler: ",
"version":"Version"
}
}