Browse Source

New translations nickserv.lang.json (German)

tags/v2.2.0
Daniel Oaks 3 years ago
parent
commit
64602b84e7
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      languages/de-DE-nickserv.lang.json

+ 5
- 1
languages/de-DE-nickserv.lang.json View File

@@ -6,7 +6,7 @@
6 6
   "$bCERT$b controls a user account's certificate fingerprints": "",
7 7
   "$bDM-HISTORY$b\n'dm-history' is only effective for always-on clients. It lets you control\nhow the history of your direct messages 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]": "",
8 8
   "$bDROP$b de-links your current (or the given) nickname from your user account.": "",
9
-  "$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none'    [no enforcement, overriding the server default]\n              or else they will be renamed]\n2. 'strict'  [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
9
+  "$bENFORCE$b\n'enforce' lets you specify a custom enforcement mechanism for your registered\nnicknames. Your options are:\n1. 'none'    [no enforcement, overriding the server default]\n2. 'strict'  [you must already be authenticated to use the nick]\n3. 'default' [use the server default]": "",
10 10
   "$bERASE$b erases all records of an account, allowing reuse.": "",
11 11
   "$bGET$b queries the current values of your account settings": "",
12 12
   "$bGHOST$b reclaims your nickname.": "",
@@ -24,7 +24,9 @@
24 24
   "$bSASET$b modifies another user's account settings": "",
25 25
   "$bSESSIONS$b lists the sessions attached to a nickname.": "",
26 26
   "$bSET$b modifies your account settings": "",
27
+  "$bSUSPEND$b disables an account and disconnects the clients": "",
27 28
   "$bUNREGISTER$b lets you delete your user account.": "",
29
+  "$bUNSUSPEND$b restores access to a suspended account": "",
28 30
   "$bVERIFY$b lets you complete account registration.": "",
29 31
   "Insufficient privileges": "Unzureichende Rechte",
30 32
   "Invalid parameters": "",
@@ -49,7 +51,9 @@
49 51
   "Syntax: $bSAREGISTER <username> [password]$b\n\nSAREGISTER registers an account on someone else's behalf.\nThis is for use in configurations that require SASL for all connections;\nan administrator can set use this command to set up user accounts.": "",
50 52
   "Syntax: $bSASET <account> <setting> <value>$b\n\nSASET modifies the values of someone else's account settings. For more\ninformation on the settings and their possible values, see HELP SET.": "",
51 53
   "Syntax: $bSESSIONS [nickname]$b\n\nSESSIONS lists information about the sessions currently attached, via\nthe server's multiclient functionality, to your nickname. An administrator\ncan use this command to list another user's sessions.": "",
54
+  "Syntax: $bSUSPEND <nickname>$b\n\nSUSPEND disables an account and disconnects the associated clients.": "",
52 55
   "Syntax: $bUNREGISTER <username> [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Syntax: $bUNREGISTER <kontoname> [code]$b\n\nmit UNREGISTER kannst Du Dein Konto löschen (oder ein Konto eines anderen\nUsers, falls Du die nötigen Rechte als IRC Operator hast).\nUm versehentliches Löschen zu verhindern, ist ein Verifizierungscode nötig.\nSendest Du den Befehl ohne einen Code, wird der benötigte Code angezeigt.",
56
+  "Syntax: $bUNSUSPEND <nickname>$b\n\nUNSUSPEND reverses a previous SUSPEND, restoring access to the account.": "",
53 57
   "Syntax: $bVERIFY <username> <code>$b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Syntax: $bVERIFY <kontoname> <code>$b\n\nmit VERIFY kannst Du die Kontoregistrierung abschließen, falls der Server\neine Verifzierung über Email (oder andere Wege) verlangt.",
54 58
   "You're not logged into an account": "Du bist mit keinem Konto angemeldet"
55 59
 }

Loading…
Cancel
Save