Browse Source

New translations hostserv.lang.json (German)

tags/v2.4.0-rc1
Daniel Oaks 3 years ago
parent
commit
11a648c592
1 changed files with 1 additions and 26 deletions
  1. 1
    26
      languages/de-DE-hostserv.lang.json

+ 1
- 26
languages/de-DE-hostserv.lang.json View File

@@ -1,32 +1,7 @@
1 1
 {
2
-  "$bAPPROVE$b approves a user's vhost request.": "",
3
-  "$bDEL$b deletes a user's vhost.": "",
4
-  "$bFORBID$b prevents a user from using vhosts.": "",
5
-  "$bOFF$b disables your vhost, if you have one approved.": "",
6
-  "$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
7
-  "$bON$b enables your vhost, if you have one approved.": "",
8
-  "$bPERMIT$b allows a user to use vhosts again.": "",
9
-  "$bREJECT$b rejects a user's vhost request.": "",
10
-  "$bREQUEST$b requests a new vhost, pending operator approval.": "",
11
-  "$bSET$b sets a user's vhost.": "",
12
-  "$bSETCLOAKSECRET$b modifies the IP cloaking secret.": "",
13
-  "$bSTATUS$b shows your vhost and request status.": "",
14
-  "$bTAKE$b sets your vhost to one of the options from the offer list.": "",
15
-  "$bWAITING$b shows a list of pending vhost requests.": "",
16
-  "HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
17
-  "Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "Syntax: $bAPPROVE <kontoname>$b\n\nAPPROVE bestätigt die vHost Anfrage für ein Konto.",
18 2
   "Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "Syntax: $bDEL <kontoname>$b\n\nDEL löscht den vHost eines Kontos.",
19
-  "Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
20 3
   "Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "Syntax: $bOFF$b\n\nOFF deaktiviert Deinen vHost, wenn Du einen bestätigten hast.",
21
-  "Syntax: $bOFFERLIST$b\n\nOFFERLIST lists vhosts that can be chosen without requiring operator approval;\nto use one of the listed vhosts, take it with /HOSTSERV TAKE.": "",
22 4
   "Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "Syntax: $bON$b\n\nON aktiviert Deinen vHost, wenn Du einen bestätigten hast.",
23
-  "Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
24
-  "Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "Syntax: $bREJECT <kontoname> [<grund>]$b\n\nREJECT lehnt eine vHost Anfrage für ein Konto ab. Optional kann ein Grund\nfür die Ablehnung angegeben werden.",
25
-  "Syntax: $bREQUEST <vhost>$b\n\nREQUEST requests that a new vhost by assigned to your account. The request must\nthen be approved by a server operator.": "Syntax: $bREQUEST <vhost>$b\n\nREQUEST fordert die Einrichtung eines neuen vHost für Dein Konto an. Deine Anfrage\nmuss dann von einem Server Operator bestätigt werden.",
26 5
   "Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "Syntax: $bSET <kontoname> <vhost>$b\n\nSET erstellt direkt einen vHost für ein Konto ohne das eine Anfrage und Bestätigung\nnotwendig ist.",
27
-  "Syntax: $bSETCLOAKSECRET$b <secret> [code]\n\nSETCLOAKSECRET can be used to set or rotate the cloak secret. You should use\na cryptographically strong secret. To prevent accidental modification, a\nverification code is required; invoking the command without a code will\ndisplay the necessary code.": "",
28
-  "Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Syntax: $bSTATUS [kontoname]$b\n\nSTATUS zeigt Deinen aktuellen vHost an, sofern eingerichtet, und den Status\nDeiner letzten Anfrage nach einem neuen vHost. Ein Server Operator kann sich den\nStatus eines anderen anzeigen lassen.",
29
-  "Syntax: $bTAKE$b <vhost>\n\nTAKE sets your vhost to one of the vhosts in the server's offer list; to see\nthe offered vhosts, use /HOSTSERV OFFERLIST.": "",
30
-  "Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "Syntax: $bWAITING$b\n\nWAITING zeigt eine Liste aller offenen vHost Anfragen, die bestätigt oder\nabgelehnt werden können.",
31
-  "^[0-9A-Za-z.\\-_/]+$": ""
6
+  "Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Syntax: $bSTATUS [kontoname]$b\n\nSTATUS zeigt Deinen aktuellen vHost an, sofern eingerichtet, und den Status\nDeiner letzten Anfrage nach einem neuen vHost. Ein Server Operator kann sich den\nStatus eines anderen anzeigen lassen."
32 7
 }

Loading…
Cancel
Save