From 6aee3c4ab3b2d52749f941b6b53723d216f7e2f4 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Tue, 2 Jul 2019 09:41:29 +1000 Subject: [PATCH] New translations chanserv.lang.json (German) --- languages/de-DE-chanserv.lang.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/languages/de-DE-chanserv.lang.json b/languages/de-DE-chanserv.lang.json index 35ee8e4d..35aaa62d 100644 --- a/languages/de-DE-chanserv.lang.json +++ b/languages/de-DE-chanserv.lang.json @@ -1,11 +1,11 @@ { - "$bAMODE$b modifies persistent mode settings for channel members.": "", - "$bOP$b makes the given user (or yourself) a channel admin.": "", - "$bREGISTER$b lets you own a given channel.": "", - "$bUNREGISTER$b deletes a channel registration.": "", - "ChanServ lets you register and manage channels.\n\nTo see in-depth help for a specific ChanServ command, try:\n $b/CS HELP $b\n\nHere are the commands you can use:\n%s": "", - "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "", - "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "", - "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "", + "$bAMODE$b modifies persistent mode settings for channel members.": "$bAMODE$b modifiziert permanente Modi-Einstellungen für Channel Mitglieder.", + "$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b gibt dem angegeben Nick (oder Dir selbst) Admin Rechte für den Channel.", + "$bREGISTER$b lets you own a given channel.": "$bREGISTER$b macht Dich zum Besitzer des angebenen Channels.", + "$bUNREGISTER$b deletes a channel registration.": "$bUNREGISTER$b löscht eine Channel-Registrierung.", + "ChanServ lets you register and manage channels.\n\nTo see in-depth help for a specific ChanServ command, try:\n $b/CS HELP $b\n\nHere are the commands you can use:\n%s": "Mit ChanServ kannst Du Channels registrieren und verwalten.\n\nFür ausführliche Hilfe zu den einzelnen ChanServ Befehlen, verwende:\n $b/CS HELP $b\n\nFolgende Befehle kannst Du nutzen:\n%s", + "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "Syntax: $bAMODE #channel [modus-änderung] [kontoname]$b\n\nAMODE zeigt an oder modifiziert permanente Modi-Einstellungen, die\nChannel-Mitglieder betreffen.\nBeispiel: $bAMODE #channel +o dan$b setzt für den Kontonamen \"dan\" auto-\nmatisch den +o Operator-Modus, wenn sie/er #channel wieder beitritt. Für eine\nListe aller konfigurierten Kontonamen und ihrer Modi, verwende $bAMODE #channel$b\n(ohne weitere Parameter). Beachte, dass für diese Einstellung die registrierten\nKontonamen, nicht die Nick-Namen verwendet werden.", + "Syntax: $bOP #channel [nickname]$b\n\nOP makes the given nickname, or yourself, a channel admin. You can only use\nthis command if you're the founder of the channel.": "Syntax: $bOP #channel [nickname]$b\n\nOP gibt dem angegeben Nick oder Dir selbst Admin Rechte für den Channel.\nDu kannst diesen Befehl nur ausführen, wenn Du Besitzer des Channels bist.", + "Syntax: $bREGISTER #channel$b\n\nREGISTER lets you own the given channel. If you rejoin this channel, you'll be\ngiven admin privs on it. Modes set on the channel and the topic will also be\nremembered.": "Syntax: $bREGISTER #channel$b\n\nREGISTER macht Dich zum Besitzer des angebenen Channels. Wenn Du dem\nChannel wieder beitritts, bekommst Du automatisch Admin Rechte. Modi und\nThema des Channels werden auch dauerhaft gespeichert.", "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER deletes a channel registration, allowing someone else to claim it.\nTo prevent accidental unregistrations, a verification code is required;\ninvoking the command without a code will display the necessary code.": "Syntax: $bUNREGISTER #channel [code]$b\n\nUNREGISTER löscht eine Channel-Registrierung und erlaubt es anderen den\nChannel zu registrieren.\nUm ein versehentliches UNREGISTER zu verhindern, ist ein Verifzierungs-Code nötig.\nSendest Du den Befehl ohne einen Code, wird der notwendige Code angezeigt." }