Browse Source

New translations hostserv.lang.json (Japanese)

tags/v2.1.0-rc1
Daniel Oaks 4 years ago
parent
commit
b6e85b9d60
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      languages/ja-JP-hostserv.lang.json

+ 8
- 0
languages/ja-JP-hostserv.lang.json View File

1
 {
1
 {
2
   "$bAPPROVE$b approves a user's vhost request.": "",
2
   "$bAPPROVE$b approves a user's vhost request.": "",
3
   "$bDEL$b deletes a user's vhost.": "",
3
   "$bDEL$b deletes a user's vhost.": "",
4
+  "$bFORBID$b prevents a user from using vhosts.": "",
4
   "$bOFF$b disables your vhost, if you have one approved.": "",
5
   "$bOFF$b disables your vhost, if you have one approved.": "",
6
+  "$bOFFERLIST$b lists vhosts that can be taken without operator approval.": "",
5
   "$bON$b enables your vhost, if you have one approved.": "",
7
   "$bON$b enables your vhost, if you have one approved.": "",
8
+  "$bPERMIT$b allows a user to use vhosts again.": "",
6
   "$bREJECT$b rejects a user's vhost request.": "",
9
   "$bREJECT$b rejects a user's vhost request.": "",
7
   "$bREQUEST$b requests a new vhost, pending operator approval.": "",
10
   "$bREQUEST$b requests a new vhost, pending operator approval.": "",
8
   "$bSET$b sets a user's vhost.": "",
11
   "$bSET$b sets a user's vhost.": "",
9
   "$bSTATUS$b shows your vhost and request status.": "",
12
   "$bSTATUS$b shows your vhost and request status.": "",
13
+  "$bTAKE$b sets your vhost to one of the options from the offer list.": "",
10
   "$bWAITING$b shows a list of pending vhost requests.": "",
14
   "$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).": "",
15
   "HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "",
12
   "Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
16
   "Syntax: $bAPPROVE <user>$b\n\nAPPROVE approves a user's vhost request.": "",
13
   "Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
17
   "Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "",
18
+  "Syntax: $bFORBID <user>$b\n\nFORBID prevents a user from using any vhost, including ones on the offer list.": "",
14
   "Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
19
   "Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "",
20
+  "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.": "",
15
   "Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
21
   "Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "",
22
+  "Syntax: $bPERMIT <user>$b\n\nPERMIT undoes FORBID, allowing the user to TAKE vhosts again.": "",
16
   "Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
23
   "Syntax: $bREJECT <user> [<reason>]$b\n\nREJECT rejects a user's vhost request, optionally giving them a reason\nfor the rejection.": "",
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.": "",
24
   "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.": "",
18
   "Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
25
   "Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "",
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.": "",
26
   "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.": "",
27
+  "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.": "",
20
   "Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
28
   "Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "",
21
   "^[0-9A-Za-z.\\-_/]+$": ""
29
   "^[0-9A-Za-z.\\-_/]+$": ""
22
 }
30
 }

Loading…
Cancel
Save