Browse Source

New translations hostserv.lang.json (German)

tags/v2.0.0-rc1
Daniel Oaks 4 years ago
parent
commit
3f5aef10e4
1 changed files with 12 additions and 2 deletions
  1. 12
    2
      languages/de-DE-hostserv.lang.json

+ 12
- 2
languages/de-DE-hostserv.lang.json View File

@@ -1,5 +1,14 @@
1 1
 {
2
-  "HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).\n\nTo see in-depth help for a specific HostServ command, try:\n    $b/HS HELP <command>$b\n\nHere are the commands you can use:\n%s": "Mit HostServ Du Deine vHost Einstellungen ändern (der vHost wird\nanstelle des Hostnamens oder der IP Deines Client angezeigt).\n\nFür ausführliche Hilfe zu den einzelnen HostServ Befehlen, verwende:\n    $b/HS HELP <befehl>$b\n\nFolgende Befehle kannst Du nutzen:\n%s",
2
+  "$bAPPROVE$b approves a user's vhost request.": "",
3
+  "$bDEL$b deletes a user's vhost.": "",
4
+  "$bOFF$b disables your vhost, if you have one approved.": "",
5
+  "$bON$b enables your vhost, if you have one approved.": "",
6
+  "$bREJECT$b rejects a user's vhost request.": "",
7
+  "$bREQUEST$b requests a new vhost, pending operator approval.": "",
8
+  "$bSET$b sets a user's vhost.": "",
9
+  "$bSTATUS$b shows your vhost and request status.": "",
10
+  "$bWAITING$b shows a list of pending vhost requests.": "",
11
+  "HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
3 12
   "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.",
4 13
   "Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "Syntax: $bDEL <kontoname>$b\n\nDEL löscht den vHost eines Kontos.",
5 14
   "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.",
@@ -8,5 +17,6 @@
8 17
   "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.",
9 18
   "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.",
10 19
   "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.",
11
-  "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."
20
+  "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.",
21
+  "^[0-9A-Za-z.\\-_/]+$": ""
12 22
 }

Loading…
Cancel
Save