Browse Source

New translations chanserv.lang.json (German)

tags/v2.1.0
Daniel Oaks 4 years ago
parent
commit
6755408413
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      languages/de-DE-chanserv.lang.json

+ 2
- 0
languages/de-DE-chanserv.lang.json View File

@@ -4,6 +4,7 @@
4 4
   "$bGET$b queries the current values of a channel's settings": "",
5 5
   "$bHISTORY$b\n'history' lets you control how channel history is stored. Your options are:\n1. 'off'        [no history]\n2. 'ephemeral'  [a limited amount of temporary history, not stored on disk]\n3. 'on'         [history stored in a permanent database, if available]\n4. 'default'    [use the server default]": "",
6 6
   "$bINFO$b displays info about a registered channel.": "$bINFO$b zeigt Informationen zu einem registrierten Channel an.",
7
+  "$bLIST$b searches the list of registered channels.": "",
7 8
   "$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.",
8 9
   "$bPURGE$b blacklists a channel from the server.": "$bPURGE$b für einen Channel zur Sperrliste des Servers hinzu.",
9 10
   "$bREGISTER$b lets you own a given channel.": "$bREGISTER$b macht Dich zum Besitzer des angebenen Channels.",
@@ -17,6 +18,7 @@
17 18
   "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.",
18 19
   "Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "Syntax: $bCLEAR #channel ziel$b\n\nCLEAR entfernt User oder Einstellungen von einem Channel. Und zwar:\n\n$bCLEAR #channel users$b kickt alle User aus Dich selbst.\n$bCLEAR #channel access$b setzt alle gespeicherten Bans, Einladungen und Ban-Ausnahmen zurück und erhält alle User-Mode-Einstellungen, die mit CS AMODE zugeteilt wurden.",
19 20
   "Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "",
21
+  "Syntax: $bLIST [regex]$b\n\nLIST returns the list of registered channels, which match the given regex.\nIf no regex is provided, all registered channels are returned.": "",
20 22
   "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.",
21 23
   "Syntax: $bPURGE #channel [reason]$b\n\nPURGE blacklists a channel from the server, making it impossible to join\nor otherwise interact with the channel. If the channel currently has members,\nthey will be kicked from it. PURGE may also be applied preemptively to\nchannels that do not currently have members.": "Syntax: $bPURGE #channel [reason]$b\n\nPURGE für einen Channel zur Sperrliste des Servers hinzu, sodass kein Zutritt\noder sonstige Interaktion mit dem Channel möglich ist. Wenn der Channel aktuell\nBesucher hat, werden diese gekickt. PURGE kann auch präventiv auf Channel\nangewendet werden, die keine Besucher haben. Optional kann ein Grund (reason) angegeben werden.",
22 24
   "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.",

Loading…
Cancel
Save