Browse Source

New translations hostserv.lang.json (French)

tags/v2.4.0
Daniel Oaks 3 years ago
parent
commit
499581b651
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      languages/fr-FR-hostserv.lang.json

+ 2
- 0
languages/fr-FR-hostserv.lang.json View File

@@ -3,12 +3,14 @@
3 3
   "$bOFF$b disables your vhost, if you have one approved.": "$bOFF$b désactive votre hôte virtuel.",
4 4
   "$bON$b enables your vhost, if you have one approved.": "$bON$b active votre hôte virtuel.",
5 5
   "$bSET$b sets a user's vhost.": "$bSET$b définit l’hôte virtuel d’un·e utilisateurice.",
6
+  "$bSETCLOAKSECRET$b modifies the IP cloaking secret.": "$bSETCLOAKSECRET$b modifie le secret pour la génération des masques.",
6 7
   "$bSTATUS$b shows your vhost and request status.": "$bSTATUS$b affiche votre hôte virtuel, ou le statut de votre demande.",
7 8
   "HostServ lets you manage your vhost (i.e., the string displayed\nin place of your client's hostname/IP).": "HostServ vous laisse gérer votre hôte virtuel, dit « vhost », qui\nremplace votre véritable nom d’hôte, ou adresse IP, par le texte de votre choix.",
8 9
   "Syntax: $bDEL <user>$b\n\nDEL deletes a user's vhost.": "Syntaxe : $bDEL <Utilisateurice>$b\n\nDEL supprime l’hôte virtuel de l’utilisateurice en question.",
9 10
   "Syntax: $bOFF$b\n\nOFF disables your vhost, if you have one approved.": "Syntaxe : $bOFF$b\n\nOFF désactive votre hôte virtuel.",
10 11
   "Syntax: $bON$b\n\nON enables your vhost, if you have one approved.": "Syntaxe : $bON$b\n\nON active votre hôte virtuel.",
11 12
   "Syntax: $bSET <user> <vhost>$b\n\nSET sets a user's vhost, bypassing the request system.": "Syntaxe : $bSET <Utilisateurice> <Hôte>$b\n\nSET établit l’hôte virtuel d’un·e utilisateurice.",
13
+  "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.": "Syntaxe : $bSETCLOAKSECRET$b <Secret> (Code)\n\nÉtablit, ou modifie, le masque secret. Une forte cryptographie est recommandée.\nPour éviter les changements accidentels, un code de vérification vous sera fourni et demandé.",
12 14
   "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.": "Syntaxe : $bSTATUS (Utilisateurice)$b\n\nSTATUS affiche votre hôte virtuel, ou l’état de votre demande\npour en obtenir un. Un·e opérateurice peut voir le statut d’autres utilisateurices.",
13 15
   "^[0-9A-Za-z.\\-_/]+$": "^[0-9A-Za-z.\\-_/]+$"
14 16
 }

Loading…
Cancel
Save