1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
|
msgid ""
msgstr ""
"PO-Revision-Date: 2020-04-02 14:47+0000\n"
"Last-Translator: CE4 <chregger@gmail.com>\n"
"Language-Team: French <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsfrpc/fr/>\n"
"Language: fr\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14
msgid "Additional configs"
msgstr "Configurations supplémentaires"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24
msgid "Admin address"
msgstr "Adresse administrateur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27
msgid "Admin password"
msgstr "mot de passe d'administrateur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25
msgid "Admin port"
msgstr "Port administrateur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26
msgid "Admin user"
msgstr "Utilisateur administrateur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:24
msgid ""
"AdminAddr specifies the address that the admin server binds to.<br>By "
"default, this value is \"127.0.0.1\"."
msgstr ""
"AdminAddr spécifie l'adresse à laquelle le serveur d'administration se "
"lie.<br>Par défaut, cette valeur est \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:25
msgid ""
"AdminPort specifies the port for the admin server to listen on. If this "
"value is 0, the admin server will not be started.<br>By default, this value "
"is 0."
msgstr ""
"AdminPort spécifie le port d'écoute du serveur d'administration. Si cette "
"valeur est 0, le serveur d'administration ne sera pas démarré.<br>Par "
"défaut, cette valeur est 0."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:27
msgid ""
"AdminPwd specifies the password that the admin server will use for login."
"<br>By default, this value is \"admin\"."
msgstr ""
"AdminPwd spécifie le mot de passe que le serveur d'administration utilisera "
"pour la connexion.<br>Par défaut, cette valeur est \"admin\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:26
msgid ""
"AdminUser specifies the username that the admin server will use for login."
"<br>By default, this value is \"admin\"."
msgstr ""
"AdminUser spécifie le nom d'utilisateur que le serveur d'administration "
"utilisera pour la connexion.<br>Par défaut, cette valeur est \"admin\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid "Assets dir"
msgstr "Répertoire des actifs"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AssetsDir specifies the local directory that the admin server will load "
"resources from. If this value is \"\", assets will be loaded from the "
"bundled executable using statik.<br>By default, this value is \"\"."
msgstr ""
"AssetsDir spécifie le répertoire local à partir duquel le serveur "
"d'administration chargera les ressources. Si cette valeur est \"\", les "
"actifs seront chargés à partir de l'exécutable fourni à l'aide de statik.<br>"
"Par défaut, cette valeur est \"\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:125
msgid "Common Settings"
msgstr "Paramètres communs"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41
msgid "Compression"
msgstr "Compression"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:14
msgid "Config files include in temporary config file"
msgstr ""
"Les fichiers de configuration incluent dans le fichier de configuration "
"temporaire"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:51
msgid "Custom domains"
msgstr "Domaines personnalisés"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22
msgid "Disable log color"
msgstr "Désactiver la couleur du journal"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:22
msgid ""
"DisableLogColor disables log colors when LogWay == \"console\" when set to "
"true."
msgstr ""
"DisableLogColor désactive les couleurs du journal lorsque LogWay == \""
"console\" lorsqu'il est défini sur true."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40
msgid "Encryption"
msgstr "Chiffrement"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13
msgid "Environment variable"
msgstr "Variable d'environnement"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31
msgid "Exit when login fail"
msgstr "Quitter lorsque la connexion échoue"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:150
msgid "General Settings"
msgstr "Paramètres généraux"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:151
msgid "HTTP Settings"
msgstr "Paramètres HTTP"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:58
msgid "HTTP password"
msgstr "Mot de passe HTTP"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid "HTTP proxy"
msgstr "Http proxy"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:57
msgid "HTTP user"
msgstr "Utilisateur HTTP"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34
msgid ""
"HeartBeatInterval specifies at what interval heartbeats are sent to the "
"server, in seconds. It is not recommended to change this value.<br>By "
"default, this value is 30."
msgstr ""
"HeartBeatInterval spécifie à quel intervalle les pulsations sont envoyées au "
"serveur, en secondes. Il n'est pas recommandé de modifier cette valeur.<br>"
"Par défaut, cette valeur est 30."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35
msgid ""
"HeartBeatTimeout specifies the maximum allowed heartbeat response delay "
"before the connection is terminated, in seconds. It is not recommended to "
"change this value.<br>By default, this value is 90."
msgstr ""
"HeartBeatTimeout spécifie le délai maximal de réponse de pulsation autorisé "
"avant la fin de la connexion, en secondes. Il n'est pas recommandé de "
"modifier cette valeur.<br>Par défaut, cette valeur est 90."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:34
msgid "Heartbeat interval"
msgstr "Intervalle des battements cardiaques"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:35
msgid "Heartbeat timeout"
msgstr "Délai d'expiration du rythme cardiaque"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:59
msgid "Host header rewrite"
msgstr "Réécriture de l'en-tête de l'hôte"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"HttpProxy specifies a proxy address to connect to the server through. If "
"this value is \"\", the server will be connected to directly.<br>By default, "
"this value is read from the \"http_proxy\" environment variable."
msgstr ""
"HttpProxy spécifie une adresse proxy pour se connecter au serveur via. Si "
"cette valeur est \"\", le serveur sera directement connecté.<br>Par défaut, "
"cette valeur est lue à partir de la variable d'environnement \"http_proxy\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47
msgid "If remote_port is 0, frps will assign a random port for you"
msgstr "Si remote_port vaut 0, frps vous attribuera un port aléatoire"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:154
msgid "Local IP"
msgstr "IP locale"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:155
msgid "Local port"
msgstr "Local port"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:42
msgid "LocalIp specifies the IP address or host name to proxy to."
msgstr "LocalIp spécifie l'adresse IP ou le nom d'hôte vers lequel proxy."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:43
msgid "LocalPort specifies the port to proxy to."
msgstr "LocalPort spécifie le port vers lequel proxy."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:56
msgid "Locations"
msgstr "Emplacements"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid "Log level"
msgstr "Niveau de journalisation"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:9
msgid "Log stderr"
msgstr "Log stderr"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:8
msgid "Log stdout"
msgstr "Log stdout"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
"LogLevel specifies the minimum log level. Valid values are \"trace\", \"debug"
"\", \"info\", \"warn\", and \"error\".<br>By default, this value is \"info\"."
msgstr ""
"LogLevel spécifie le niveau de journalisation minimum. Les valeurs valides "
"sont \"trace\", \"debug\", \"info\", \"warn\" et \"error\".<br>Par défaut, "
"cette valeur est \"info\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:31
msgid ""
"LoginFailExit controls whether or not the client should exit after a failed "
"login attempt. If false, the client will retry until a login attempt "
"succeeds.<br>By default, this value is true."
msgstr ""
"LoginFailExit contrôle si le client doit quitter ou non après une tentative "
"de connexion échouée. Si la valeur est false, le client réessayera jusqu'à "
"ce qu'une tentative de connexion réussisse.<br>Par défaut, cette valeur est "
"vraie."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:144
msgid "Name can not be \"common\""
msgstr "Le nom ne peut pas être \"commun\""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:13
msgid ""
"OS environments pass to frp for config file template, see <a href=\"https://"
"github.com/fatedier/frp#configuration-file-template\">frp README</a>"
msgstr ""
"Les environnements de système d'exploitation passent à frp pour le modèle de "
"fichier de configuration, voir <a href=\"https://github.com/fatedier/frp"
"#configuration-file-template\">frp README</a>"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32
msgid "Protocol"
msgstr "Protocole"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:32
msgid ""
"Protocol specifies the protocol to use when interacting with the server. "
"Valid values are \"tcp\", \"kcp\", and \"websocket\".<br>By default, this "
"value is \"tcp\"."
msgstr ""
"Protocol spécifie le protocole à utiliser lors de l'interaction avec le "
"serveur. Les valeurs valides sont \"tcp\", \"kcp\" et \"websocket\".<br>Par "
"défaut, cette valeur est \"tcp\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:137
msgid "Proxy Settings"
msgstr "Paramètres du proxy"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:153
msgid "Proxy type"
msgstr "Type de proxy"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:39
msgid ""
"ProxyType specifies the type of this proxy. Valid values include \"tcp\", "
"\"udp\", \"http\", \"https\", \"stcp\", and \"xtcp\".<br>By default, this "
"value is \"tcp\"."
msgstr ""
"ProxyType spécifie le type de ce proxy. Les valeurs valides sont \"tcp\", \""
"udp\", \"http\", \"https\", \"stcp\" et \"xtcp\".<br>Par défaut, cette "
"valeur est \"tcp\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:47
msgid "Remote port"
msgstr "Port distant"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:12
msgid "Respawn when crashed"
msgstr "Réapparaître en cas de crash"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:64
msgid "Role"
msgstr "Rôle"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:11
msgid "Run daemon as group"
msgstr "Exécuter le démon en tant que groupe"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:10
msgid "Run daemon as user"
msgstr "Exécuter le démon en tant qu'utilisateur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18
msgid "Server address"
msgstr "Adresse du serveur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19
msgid "Server port"
msgstr "Port serveur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:18
msgid ""
"ServerAddr specifies the address of the server to connect to.<br>By default, "
"this value is \"0.0.0.0\"."
msgstr ""
"ServerAddr spécifie l'adresse du serveur auquel se connecter.<br>Par défaut, "
"cette valeur est \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:19
msgid ""
"ServerPort specifies the port to connect to the server on.<br>By default, "
"this value is 7000."
msgstr ""
"ServerPort spécifie le port sur lequel se connecter au serveur.<br>Par "
"défaut, cette valeur est 7000."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:65
msgid "Sk"
msgstr "Sk"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:126
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:130
msgid "Startup Settings"
msgstr "Paramètres de démarrage"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:52
msgid "Subdomain"
msgstr "Sous-domaine"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid "TCP mux"
msgstr "TCP mux"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33
msgid "TLS"
msgstr "TLS"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:33
msgid ""
"TLSEnable specifies whether or not TLS should be used when communicating "
"with the server."
msgstr ""
"TLSEnable spécifie si TLS doit être utilisé ou non lors de la communication "
"avec le serveur."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
"TcpMux toggles TCP stream multiplexing. This allows multiple requests from a "
"client to share a single TCP connection. If this value is true, the server "
"must have TCP multiplexing enabled as well.<br>By default, this value is "
"true."
msgstr ""
"TcpMux bascule le multiplexage de flux TCP. Cela permet à plusieurs demandes "
"d'un client de partager une seule connexion TCP. Si cette valeur est vraie, "
"le multiplexage TCP doit également être activé sur le serveur.<br>Par "
"défaut, cette valeur est vraie."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23
msgid "Token"
msgstr "Token"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:23
msgid ""
"Token specifies the authorization token used to create keys to be sent to "
"the server. The server must have a matching token for authorization to "
"succeed. <br>By default, this value is \"\"."
msgstr ""
"Token spécifie le jeton d'autorisation utilisé pour créer les clés à envoyer "
"au serveur. Le serveur doit avoir un jeton correspondant pour que "
"l'autorisation réussisse.<br>Par défaut, cette valeur est \"\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:41
msgid ""
"UseCompression controls whether or not communication with the server will be "
"compressed.<br>By default, this value is false."
msgstr ""
"UseCompression contrôle si la communication avec le serveur sera compressée "
"ou non.<br>Par défaut, cette valeur est false."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:40
msgid ""
"UseEncryption controls whether or not communication with the server will be "
"encrypted. Encryption is done using the tokens supplied in the server and "
"client configuration.<br>By default, this value is false."
msgstr ""
"UseEncryption contrôle si la communication avec le serveur sera chiffrée ou "
"non. Le chiffrement est effectué à l'aide des jetons fournis dans la "
"configuration du serveur et du client.<br>Par défaut, cette valeur est "
"fausse."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30
msgid "User"
msgstr "Utilisateur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:30
msgid ""
"User specifies a prefix for proxy names to distinguish them from other "
"clients. If this value is not \"\", proxy names will automatically be "
"changed to \"{user}.{proxy_name}\".<br>By default, this value is \"\"."
msgstr ""
"L'utilisateur spécifie un préfixe pour les noms de proxy pour les distinguer "
"des autres clients. Si cette valeur n'est pas \"\", les noms de proxy seront "
"automatiquement modifiés en \"{user}.{Proxy_name}\".<br>Par défaut, cette "
"valeur est \"\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:120
#: applications/luci-app-frpc/root/usr/share/luci/menu.d/luci-app-frpc.json:3
msgid "frp Client"
msgstr "frp Client"
|