forked from cloudfoundry/cli
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfr_FR.all.json
More file actions
4657 lines (4657 loc) · 161 KB
/
fr_FR.all.json
File metadata and controls
4657 lines (4657 loc) · 161 KB
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
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": "\n\nTIP:\n",
"translation": "\n\nTIP:\n",
"modified": false
},
{
"id": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"translation": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"modified": false
},
{
"id": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"translation": "\n\nYour JSON string syntax is invalid. Proper syntax is this: cf set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"modified": false
},
{
"id": "\n* The denoted service plans have specific costs associated with them. If a service instance of this type is created, a cost will be incurred.",
"translation": "* The denoted service plans have specific costs associated with them. If a service instance of this type is created, a cost will be incurred.",
"modified": true
},
{
"id": "\nApp started\n",
"translation": "App commencé",
"modified": false
},
{
"id": "\nTIP: Use 'cf marketplace -s SERVICE' to view descriptions of individual plans of a given service.",
"translation": "\nTIP: Use 'cf marketplace -s SERVICE' to view descriptions of individual plans of a given service.",
"modified": false
},
{
"id": "\nTIP: Assign roles with '{{.CurrentUser}} set-org-role' and '{{.CurrentUser}} set-space-role'",
"translation": "\nTIP: Attribuer des rôles avec '{{.CurrentUser}} set-org-role' '{{.CurrentUser}} set-space-role'",
"modified": false
},
{
"id": "\nTIP: Use '{{.CFTargetCommand}}' to target new space",
"translation": "\nTIP: Use '{{.CFTargetCommand}}' to target new space",
"modified": false
},
{
"id": "\nTIP: Use '{{.Command}}' to target new org",
"translation": "\nTIP: Utilisez '{{.Command}}' pour cibler nouvelle org",
"modified": false
},
{
"id": "\nTIP: use 'cf login -a API --skip-ssl-validation' or 'cf api API --skip-ssl-validation' to suppress this error",
"translation": "\nTIP: utiliser 'cf login -a API --skip-ssl-validation' ou 'cf api API --skip-ssl-validation' pour supprimer cette erreur",
"modified": false
},
{
"id": " BillingManager - Create and manage the billing account and payment info\n",
"translation": "BillingManager - Créer et gérer le compte de facturation et informations de paiement\n",
"modified": false
},
{
"id": " CF_NAME auth name@example.com \"\\\"password\\\"\" (escape quotes if used in password)",
"translation": "CF_NAME auth name@example.com \"\\\"mot de passe\\\"\" (échapper les guillemets s'il est utilisé dans un mot de passe)",
"modified": false
},
{
"id": " CF_NAME auth name@example.com \"my password\" (use quotes for passwords with a space)\n",
"translation": "CF_NAME auth name@example.com \"mon mot de passe\" (utilisez des guillemets pour les mots de passe avec un espace)\n",
"modified": false
},
{
"id": " CF_NAME copy-source SOURCE-APP TARGET-APP [-o TARGET-ORG] [-s TARGET-SPACE] [--no-restart]\n",
"translation": " CF_NAME copy-source SOURCE-APP TARGET-APP [-o TARGET-ORG] [-s TARGET-SPACE] [--no-restart]\n",
"modified": false
},
{
"id": " CF_NAME login (omit username and password to login interactively -- CF_NAME will prompt for both)\n",
"translation": "CF_NAME login (nom de l'utilisateur et mot de passe omettre de se connecter de manière interactive - CF_NAME vous invite à la fois pour les deux)\n",
"modified": false
},
{
"id": " CF_NAME login --sso (CF_NAME will provide a url to obtain a one-time password to login)",
"translation": "CF_NAME connexion - SSO (CF_NAME fournira une URL pour obtenir un mot de passe unique pour se connecter)",
"modified": false
},
{
"id": " CF_NAME login -u name@example.com -p \"\\\"password\\\"\" (escape quotes if used in password)",
"translation": "CF_NAME login-u name@example.com-p \"\\\"mot de passe\\\"\" (échapper les guillemets s'il est utilisé dans un mot de passe)",
"modified": false
},
{
"id": " CF_NAME login -u name@example.com -p \"my password\" (use quotes for passwords with a space)\n",
"translation": "CF_NAME login-u name@example.com-p \"mot de passe\" (utilisez des guillemets pour les mots de passe avec un espace)\n",
"modified": false
},
{
"id": " CF_NAME login -u name@example.com -p pa55woRD (specify username and password as arguments)\n",
"translation": "CF_NAME login -u name@example.com -p pa55word (préciser nom de l'utilisateur et mot de passe comme arguments)\n",
"modified": false
},
{
"id": " CF_NAME push APP [-b BUILDPACK_NAME] [-c COMMAND] [-d DOMAIN] [-f MANIFEST_PATH]\n",
"translation": " CF_NAME push APP [-b BUILDPACK_NAME] [-c COMMANDE] [-d DOMAINE] [-f MANIFEST_PATH]",
"modified": false
},
{
"id": " CF_NAME push [-f MANIFEST_PATH]\n",
"translation": " CF_NAME push [-f MANIFEST_PATH]",
"modified": false
},
{
"id": " OrgAuditor - Read-only access to org info and reports\n",
"translation": "OrgAuditor - accès en lecture seule à org informations et rapports\n",
"modified": false
},
{
"id": " OrgManager - Invite and manage users, select and change plans, and set spending limits\n",
"translation": "OrgManager - Inviter et gérer les utilisateurs, sélectionner et modifier les plans, et fixer des limites de dépenses\n",
"modified": false
},
{
"id": " Path should be a zip file, a url to a zip file, or a local directory. Position is an integer, sets priority, and is sorted from lowest to highest.",
"translation": " Chemin doit être un fichier zip, une URL pour un fichier zip, ou un répertoire local. Position est un nombre entier, définit la priorité, et est triée par ordre croissant.",
"modified": false
},
{
"id": " Push multiple apps with a manifest:\n",
"translation": " Appuyez plusieurs applications avec un manifeste:",
"modified": false
},
{
"id": " SpaceAuditor - View logs, reports, and settings on this space\n",
"translation": "SpaceAuditor - Voir les journaux, les rapports et les paramètres sur cet espace\n",
"modified": false
},
{
"id": " SpaceDeveloper - Create and manage apps and services, and see logs and reports\n",
"translation": "SpaceDeveloper - Créer et gérer les applications et les services, et de consulter des journaux et des rapports\n",
"modified": false
},
{
"id": " SpaceManager - Invite and manage users, and enable features for a given space\n",
"translation": "SpaceManager - Inviter et gérer les utilisateurs, et activer les fonctionnalités pour un espace donné\n",
"modified": false
},
{
"id": " The provided path can be an absolute or relative path to a file.\n It should have a single array with JSON objects inside describing the rules.",
"translation": " The provided path can be an absolute or relative path to a file.\n It should have a single array with JSON objects inside describing the rules.",
"modified": false
},
{
"id": " The provided path can be an absolute or relative path to a file. The file should have\n a single array with JSON objects inside describing the rules. The JSON Base Object is \n omitted and only the square brackets and associated child object are required in the file. \n\n Valid json file example:\n [\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n ]",
"translation": " The provided path can be an absolute or relative path to a file. The file should have\n a single array with JSON objects inside describing the rules. The JSON Base Object is \n omitted and only the square brackets and associated child object are required in the file. \n\n Valid json file example:\n [\n {\n \"protocol\": \"tcp\",\n \"destination\": \"10.244.1.18\",\n \"ports\": \"3306\"\n }\n ]",
"modified": false
},
{
"id": " View allowable quotas with 'CF_NAME quotas'",
"translation": "Voir quotas admissibles avec 'CF_NAME quotas'",
"modified": false
},
{
"id": " [-i NUM_INSTANCES] [-k DISK] [-m MEMORY] [-n HOST] [-p PATH] [-s STACK] [-t TIMEOUT]\n",
"translation": " [-i NOMBRES_INSTANCES] [-k DISC] [-m MEMOIRE] [-n HÔTE] [-p PATH] [-s PILE] [-t TEMPS_EXPIRÉE]\n",
"modified": false
},
{
"id": " is already started",
"translation": " est déjà commencé",
"modified": false
},
{
"id": " is already stopped",
"translation": " est déjà arrêté",
"modified": false
},
{
"id": " is empty",
"translation": " est vide",
"modified": false
},
{
"id": " not found",
"translation": " pas trouvé",
"modified": false
},
{
"id": "A command line tool to interact with Cloud Foundry",
"translation": "Un outil de ligne de commande pour interagir avec Cloud Foundry",
"modified": false
},
{
"id": "ADVANCED",
"translation": "AVANCÉE",
"modified": false
},
{
"id": "API endpoint",
"translation": "Endpoint de l'API",
"modified": false
},
{
"id": "API endpoint (e.g. https://api.example.com)",
"translation": "API endpoint (par exemple https://api.example.com)",
"modified": false
},
{
"id": "API endpoint:",
"translation": "Endpoint API:",
"modified": false
},
{
"id": "API endpoint: {{.ApiEndpoint}}",
"translation": "API critère: {{.ApiEndpoint}}",
"modified": false
},
{
"id": "API endpoint: {{.ApiEndpoint}} (API version: {{.ApiVersion}})",
"translation": "API critère: {{.ApiEndpoint}} (de version de l'API: {{.ApiVersion}})",
"modified": false
},
{
"id": "API endpoint: {{.Endpoint}}",
"translation": "Endpoint de l'API: {{.Endpoint}}",
"modified": false
},
{
"id": "APPS",
"translation": "APPS",
"modified": false
},
{
"id": "Acquiring running security groups as '{{.username}}'",
"translation": "Acquiring running security groups as '{{.username}}'",
"modified": false
},
{
"id": "Acquiring staging security group as {{.username}}",
"translation": "Acquiring staging security group as {{.username}}",
"modified": false
},
{
"id": "Add a url route to an app",
"translation": "Ajouter une route URL pour une application",
"modified": false
},
{
"id": "Adding route {{.URL}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
"translation": "Ajout itinéraire {{.URL}} de l'application {{.AppName}} en {{.OrgName}} / {{.SpaceName}} comme {{.Username}}...",
"modified": false
},
{
"id": "All plans of the service are already accessible for all orgs",
"translation": "All plans of the service are already accessible for all orgs",
"modified": false
},
{
"id": "All plans of the service are already accessible for this org",
"translation": "All plans of the service are already accessible for the org",
"modified": true
},
{
"id": "All plans of the service are already inaccessible for all orgs",
"translation": "All plans of the service are already inaccessible for all orgs",
"modified": false
},
{
"id": "All plans of the service are already inaccessible for this org",
"translation": "All plans of the service are already inaccessible for the org",
"modified": true
},
{
"id": "Also delete any mapped routes",
"translation": "Supprimer également les itinéraires balisés",
"modified": false
},
{
"id": "An org must be targeted before targeting a space",
"translation": "Un organisation doit être ciblée avant de cibler un espace",
"modified": false
},
{
"id": "App ",
"translation": "App ",
"modified": false
},
{
"id": "App name is a required field",
"translation": "Nom de l'application est un champ obligatoire",
"modified": false
},
{
"id": "App {{.AppName}} does not exist.",
"translation": "App {{.AppName}} n'existe pas.",
"modified": false
},
{
"id": "App {{.AppName}} is a worker, skipping route creation",
"translation": "App {{.AppName}} est un travailleur, saute la création de routes",
"modified": false
},
{
"id": "App {{.AppName}} is already bound to {{.ServiceName}}.",
"translation": "App {{.AppName}} est déjà lié à {{.ServiceName}}.",
"modified": false
},
{
"id": "Append API request diagnostics to a log file",
"translation": "Annexer demande API diagnostic à un fichier journal",
"modified": false
},
{
"id": "Apps:",
"translation": "Apps:",
"modified": false
},
{
"id": "Assign a quota to an org",
"translation": "Un quota à un org",
"modified": false
},
{
"id": "Assign a space quota definition to a space",
"translation": "Assign a space quota definition to a space",
"modified": false
},
{
"id": "Assign a space role to a user",
"translation": "Attribuer un rôle d'espace pour un utilisateur",
"modified": false
},
{
"id": "Assign an org role to a user",
"translation": "Attribuer un rôle org à un utilisateur",
"modified": false
},
{
"id": "Assigned Value",
"translation": "Assigned Value",
"modified": false
},
{
"id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} / space {{.TargetSpace}} as {{.CurrentUser}}...",
"translation": "Affectation rôle {{.Role}} de l'utilisateur {{.TargetUser}} en org {{.TargetOrg}} / espace {{.TargetSpace}} comme {{.CurrentUser}}...",
"modified": false
},
{
"id": "Assigning role {{.Role}} to user {{.TargetUser}} in org {{.TargetOrg}} as {{.CurrentUser}}...",
"translation": "Affectation rôle {{.Role}} de l'utilisateur {{.TargetUser}} en org {{.TargetOrg}} comme {{.CurrentUser}}...",
"modified": false
},
{
"id": "Assigning security group {{.security_group}} to space {{.space}} in org {{.organization}} as {{.username}}...",
"translation": "Assigning security group {{.security_group}} to space {{.space}} in org {{.organization}} as {{.username}}...",
"modified": false
},
{
"id": "Assigning space quota {{.QuotaName}} to space {{.SpaceName}} as {{.Username}}...",
"translation": "Assigning space quota {{.QuotaName}} to space {{.SpaceName}} as {{.Username}}...",
"modified": false
},
{
"id": "Attempting to migrate {{.ServiceInstanceDescription}}...",
"translation": "Tentative de migration {{.ServiceInstanceDescription}}...",
"modified": false
},
{
"id": "Attention: The plan `{{.PlanName}}` of service `{{.ServiceName}}` is not free. The instance `{{.ServiceInstanceName}}` will incur a cost. Contact your administrator if you think this is in error.",
"translation": "Attention: The plan `{{.PlanName}}` of service `{{.ServiceName}}` is not free. The instance `{{.ServiceInstanceName}}` will incur a cost. Contact your administrator if you think this is in error.",
"modified": false
},
{
"id": "Authenticate user non-interactively",
"translation": "Authentifier l'utilisateur non-interactive",
"modified": false
},
{
"id": "Authenticating...",
"translation": "Authentification en cours ...",
"modified": false
},
{
"id": "Authentication has expired. Please log back in to re-authenticate.\n\nTIP: Use `cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` to log back in and re-authenticate.",
"translation": "Authentication has expired. Please log back in to re-authenticate.\n\nTIP: Use `cf login -a \u003cendpoint\u003e -u \u003cuser\u003e -o \u003corg\u003e -s \u003cspace\u003e` to log back in and re-authenticate.",
"modified": false
},
{
"id": "BILLING MANAGER",
"translation": "GÉRANT DE FACTURE",
"modified": false
},
{
"id": "BUILD TIME:",
"translation": "TEMPS DE CONSTRUIRE:",
"modified": false
},
{
"id": "BUILDPACKS",
"translation": "BUILDPACKS",
"modified": false
},
{
"id": "Binary file '{{.BinaryFile}}' not found",
"translation": "Binary file '{{.BinaryFile}}' not found",
"modified": false
},
{
"id": "Bind a security group to a space",
"translation": "Bind a security group to a space",
"modified": false
},
{
"id": "Bind a security group to the list of security groups to be used for running applications",
"translation": "Bind a security group to the list of security groups to be used for running applications",
"modified": false
},
{
"id": "Bind a security group to the list of security groups to be used for staging applications",
"translation": "Bind a security group to the list of security groups to be used for staging applications",
"modified": false
},
{
"id": "Bind a service instance to an app",
"translation": "Liez une instance de service à une application",
"modified": false
},
{
"id": "Binding between {{.InstanceName}} and {{.AppName}} did not exist",
"translation": "Liaison entre {{.InstanceName}} et {{.AppName}} n'existait pas",
"modified": false
},
{
"id": "Binding security group {{.security_group}} to defaults for running as {{.username}}",
"translation": "Binding security group {{.security_group}} to defaults for running as {{.username}}",
"modified": false
},
{
"id": "Binding security group {{.security_group}} to staging as {{.username}}",
"translation": "Binding security group {{.security_group}} to staging as {{.username}}",
"modified": false
},
{
"id": "Binding service {{.ServiceInstanceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.CurrentUser}}...",
"translation": "Liasant service {{.ServiceInstanceName}} à app {{.AppName}} en org {{.OrgName}} / espace {{.SpaceName}} comme {{.CurrentUser}}...",
"modified": false
},
{
"id": "Binding service {{.ServiceName}} to app {{.AppName}} in org {{.OrgName}} / space {{.SpaceName}} as {{.Username}}...",
"translation": "Service liant {{.ServiceName}} à app {{.AppName}} en org {{.OrgName}} / espace {{.SpaceName}} comme {{.Username}}...",
"modified": false
},
{
"id": "Binding {{.URL}} to {{.AppName}}...",
"translation": "Liaison {{.URL}} à {{.AppName}}...",
"modified": false
},
{
"id": "Buildpack position among other buildpacks",
"translation": "Buildpack position parmi d'autres buildpacks",
"modified": false
},
{
"id": "Buildpack {{.BuildpackName}} already exists",
"translation": "Buildpack {{.BuildpackName}} existe déjà",
"modified": false
},
{
"id": "Buildpack {{.BuildpackName}} does not exist.",
"translation": "Buildpack {{.BuildpackName}} n'existe pas.",
"modified": false
},
{
"id": "Byte quantity must be an integer with a unit of measurement like M, MB, G, or GB",
"translation": "Quantité d'octets doit être un entier positif avec une unité de mesure comme M, MB, G ou B",
"modified": true
},
{
"id": "CF_NAME api [URL]",
"translation": "CF_NAME api [URL]",
"modified": false
},
{
"id": "CF_NAME app APP",
"translation": "CF_NAME app APP",
"modified": false
},
{
"id": "CF_NAME auth USERNAME PASSWORD\n\n",
"translation": "CF_NAME auth NOM MOT_DE_PASSE\n\n",
"modified": false
},
{
"id": "CF_NAME bind-running-security-group SECURITY_GROUP",
"translation": "CF_NAME bind-running-security-group SECURITY_GROUP",
"modified": false
},
{
"id": "CF_NAME bind-security-group SECURITY_GROUP ORG SPACE",
"translation": "CF_NAME bind-security-group SECURITY_GROUP ORG SPACE",
"modified": false
},
{
"id": "CF_NAME bind-service APP SERVICE_INSTANCE",
"translation": "CF_NAME bind service APP SERVICE_INSTANCE",
"modified": false
},
{
"id": "CF_NAME bind-staging-security-group SECURITY_GROUP",
"translation": "CF_NAME bind-staging-security-group SECURITY_GROUP",
"modified": false
},
{
"id": "CF_NAME buildpacks",
"translation": "CF_NAME buildpacks",
"modified": false
},
{
"id": "CF_NAME check-route HOST DOMAIN",
"translation": "CF_NAME check-route HOST DOMAIN",
"modified": false
},
{
"id": "CF_NAME config [--async-timeout TIMEOUT_IN_MINUTES] [--trace true | false | path/to/file] [--color true | false] [--locale (LOCALE | CLEAR)]",
"translation": "CF_NAME config [- async-timeout TIMEOUT_EN_MINUTES] [- tracer true | false | fishier] [-color true | false]",
"modified": true
},
{
"id": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]",
"translation": "CF_NAME create-buildpack BUILDPACK PATH POSITION [--enable|--disable]",
"modified": false
},
{
"id": "CF_NAME create-domain ORG DOMAIN",
"translation": "CF_NAME create-domain ORG DOMAINE",
"modified": false
},
{
"id": "CF_NAME create-org ORG",
"translation": "CF_NAME create-org ORG",
"modified": false
},
{
"id": "CF_NAME create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [--allow-paid-service-plans]",
"translation": "CF_NAME create-quota QUOTA [-m MÉMOIRE] [-r ROUTES] [-s INSTANCE_DE_SERVICES] [--allow-paid-service-plans]",
"modified": true
},
{
"id": "CF_NAME create-route SPACE DOMAIN [-n HOSTNAME]",
"translation": "CF_NAME create-route ESPACE DOMAIN [-n NOM_DE_HÔTE]",
"modified": false
},
{
"id": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
"translation": "CF_NAME create-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
"modified": false
},
{
"id": "CF_NAME create-service SERVICE PLAN SERVICE_INSTANCE\n\nEXAMPLE:\n CF_NAME create-service cleardb spark clear-db-mine\n\nTIP:\n Use 'CF_NAME create-user-provided-service' to make user-provided services available to cf apps",
"translation": "CF_NAME create-service SERVICE RÉGIME INSTANCE_DE_SERVICE\n\nExemple: CF_NAME create-service cleardb spark clear-db-mines\n\n:TIP:\n Utilisez 'CF_NAME create-user-provided-service' pour mettre disponibles aux applications cf, les services fournis par l'utilisateur",
"modified": false
},
{
"id": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN",
"translation": "CF_NAME create-service-auth-token LABEL PROVIDER TOKEN",
"modified": false
},
{
"id": "CF_NAME create-service-broker SERVICE_BROKER USERNAME PASSWORD URL",
"translation": "CF_NAME create-service-broker SERVICE_BROKER PSEUDO MOT_DE_PASSE URL",
"modified": false
},
{
"id": "CF_NAME create-shared-domain DOMAIN",
"translation": "CF_NAME create-shared-domain DOMAINE",
"modified": false
},
{
"id": "CF_NAME create-space SPACE [-o ORG]",
"translation": "CF_NAME create-space SPACE [-o ORG]",
"modified": false
},
{
"id": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [--allow-paid-service-plans]",
"translation": "CF_NAME create-space-quota QUOTA [-i INSTANCE_MEMORY] [-m MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [--allow-paid-service-plans]",
"modified": false
},
{
"id": "CF_NAME create-user USERNAME PASSWORD",
"translation": "CF_NAME create-user PSEUDO MOT_DE_PASSE",
"modified": false
},
{
"id": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG-DRAIN-URL]\n\n Pass comma separated credential parameter names to enable interactive mode:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Pass credential parameters as JSON to create a service non-interactively:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\"name\":\"value\",\"name\":\"value\"}'\n\nEXAMPLE:\n CF_NAME create-user-provided-service oracle-db-mine -p \"username, password\"\n CF_NAME create-user-provided-service oracle-db-mine -p '{\"username\":\"admin\",\"password\":\"pa55woRD\"}'\n CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\n",
"translation": "CF_NAME create-user-provided-service SERVICE_INSTANCE [-p CREDENTIALS] [-l SYSLOG-DRAIN-URL]\n\n Pass comma separated credential parameter names to enable interactive mode:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p \"comma, separated, parameter, names\"\n\n Pass credential parameters as JSON to create a service non-interactively:\n CF_NAME create-user-provided-service SERVICE_INSTANCE -p '{\"name\":\"value\",\"name\":\"value\"}'\n\nEXAMPLE:\n CF_NAME create-user-provided-service oracle-db-mine -p \"username, password\"\n CF_NAME create-user-provided-service oracle-db-mine -p '{\"username\":\"admin\",\"password\":\"pa55woRD\"}'\n CF_NAME create-user-provided-service my-drain-service -l syslog://example.com\n",
"modified": true
},
{
"id": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]",
"translation": "CF_NAME curl PATH [-iv] [-X METHOD] [-H HEADER] [-d DATA] [--output FILE]",
"modified": false
},
{
"id": "CF_NAME delete APP [-f -r]",
"translation": "CF_NAME delete APP [-f -r]",
"modified": false
},
{
"id": "CF_NAME delete-buildpack BUILDPACK [-f]",
"translation": "CF_NAME delete-buildpack BUILDPACK [-f]",
"modified": false
},
{
"id": "CF_NAME delete-domain DOMAIN [-f]",
"translation": "CF_NAME delete-domain DOMAINE [-f]",
"modified": false
},
{
"id": "CF_NAME delete-org ORG [-f]",
"translation": "CF_NAME delete-org ORG [-f]",
"modified": false
},
{
"id": "CF_NAME delete-orphaned-routes [-f]",
"translation": "CF_NAME delete-orphaned-routes [-f]",
"modified": false
},
{
"id": "CF_NAME delete-quota QUOTA [-f]",
"translation": "CF_NAME delete-quota QUOTA [-f]",
"modified": false
},
{
"id": "CF_NAME delete-route DOMAIN [-n HOSTNAME] [-f]",
"translation": "CF_NAME delete-route DOMAIN [-n NOM_DE_HÔTE] [-f]",
"modified": false
},
{
"id": "CF_NAME delete-security-group SECURITY_GROUP [-f]",
"translation": "CF_NAME delete-security-group SECURITY_GROUP [-f]",
"modified": false
},
{
"id": "CF_NAME delete-service SERVICE_INSTANCE [-f]",
"translation": "SERVICE_INSTANCE CF_NAME supprimer service [-f]",
"modified": false
},
{
"id": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]",
"translation": "CF_NAME delete-service-auth-token LABEL PROVIDER [-f]",
"modified": false
},
{
"id": "CF_NAME delete-service-broker SERVICE_BROKER [-f]",
"translation": "CF_NAME delete-service courtier SERVICE_BROKER [-f]",
"modified": false
},
{
"id": "CF_NAME delete-shared-domain DOMAIN [-f]",
"translation": "CF_NAME delete-shared-domain DOMAINE [-f]",
"modified": false
},
{
"id": "CF_NAME delete-space SPACE [-f]",
"translation": "CF_NAME delete-space SPACE [-f]",
"modified": false
},
{
"id": "CF_NAME delete-space-quota SPACE-QUOTA-NAME",
"translation": "CF_NAME delete-space-quota SPACE-QUOTA-NAME",
"modified": false
},
{
"id": "CF_NAME delete-user USERNAME [-f]",
"translation": "CF_NAME delete-user NOM_UTILISATEUR [-f]",
"modified": false
},
{
"id": "CF_NAME disable-feature-flag FEATURE_NAME",
"translation": "CF_NAME disable-feature-flag FEATURE_NAME",
"modified": false
},
{
"id": "CF_NAME enable-feature-flag FEATURE_NAME",
"translation": "CF_NAME enable-feature-flag FEATURE_NAME",
"modified": false
},
{
"id": "CF_NAME env APP",
"translation": "CF_NAME env APP",
"modified": false
},
{
"id": "CF_NAME events APP",
"translation": "CF_NAME events APP",
"modified": false
},
{
"id": "CF_NAME feature-flag",
"translation": "CF_NAME feature-flag",
"modified": false
},
{
"id": "CF_NAME feature-flags",
"translation": "CF_NAME feature-flags",
"modified": false
},
{
"id": "CF_NAME files APP PATH [-i INSTANCE]",
"translation": "CF_NAME files APP PATH [-i INSTANCE]",
"modified": true
},
{
"id": "CF_NAME install-plugin PATH/TO/PLUGIN",
"translation": "CF_NAME install-plugin PATH/TO/PLUGIN",
"modified": false
},
{
"id": "CF_NAME login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]\n\n",
"translation": "CF_NAME login [-a API_URL] [-u UTILISATEUR] [-p MOT_DE_PASSE] [-o ORG] [-s ESPACE]\n\n",
"modified": false
},
{
"id": "CF_NAME logout",
"translation": "CF_NAME logout",
"modified": false
},
{
"id": "CF_NAME logs APP",
"translation": "CF_NAME logs APP",
"modified": false
},
{
"id": "CF_NAME map-route APP DOMAIN [-n HOSTNAME]",
"translation": "CF_NAME map-route APP DOMAIN [-n NOM_DE_HÔTE]",
"modified": false
},
{
"id": "CF_NAME migrate-service-instances v1_SERVICE v1_PROVIDER v1_PLAN v2_SERVICE v2_PLAN\n\n",
"translation": "CF_NAME migrate-service-instances v1_SERVICE v1_FOURNISSEUR v1_PLAN v2_SERVICE v2_PLAN\n\n",
"modified": false
},
{
"id": "CF_NAME oauth-token",
"translation": "CF_NAME oauth-token",
"modified": false
},
{
"id": "CF_NAME org ORG",
"translation": "CF_NAME org ORG",
"modified": false
},
{
"id": "CF_NAME org-users ORG",
"translation": "CF_NAME org-users ORG",
"modified": false
},
{
"id": "CF_NAME passwd",
"translation": "CF_NAME passwd",
"modified": false
},
{
"id": "CF_NAME plugins",
"translation": "CF_NAME plugins",
"modified": false
},
{
"id": "CF_NAME purge-service-offering SERVICE [-p PROVIDER]",
"translation": "SERVICE CF_NAME purge service offrande [-p FOURNISSEUR]",
"modified": false
},
{
"id": "CF_NAME quota QUOTA",
"translation": "NOM_CF quota QUOTA",
"modified": false
},
{
"id": "CF_NAME quotas",
"translation": "CF_NAME quotas",
"modified": false
},
{
"id": "CF_NAME rename APP_NAME NEW_APP_NAME",
"translation": "CF_NAME rename NOM_APP NOUVEAU_NOM_APP",
"modified": false
},
{
"id": "CF_NAME rename-buildpack BUILDPACK_NAME NEW_BUILDPACK_NAME",
"translation": "CF_NAME rename-buildpack NOM_BUILDPACK NOUVEAU_NOM_BUILDPACK",
"modified": false
},
{
"id": "CF_NAME rename-org ORG NEW_ORG",
"translation": "CF_NAME rename-org ORG NOUVEAU_ORG",
"modified": false
},
{
"id": "CF_NAME rename-service SERVICE_INSTANCE NEW_SERVICE_INSTANCE",
"translation": "CF_NAME rename-service INSTANCE_DE_SERVICE NOUVEAU_INSTANCE_DE_SERVICE",
"modified": false
},
{
"id": "CF_NAME rename-service-broker SERVICE_BROKER NEW_SERVICE_BROKER",
"translation": "CF_NAME rename-service-broker SERVICE_BROKER NOUVEAU_SERVICE_BROKER",
"modified": false
},
{
"id": "CF_NAME rename-space SPACE NEW_SPACE",
"translation": "CF_NAME rename-space SPACE NEW_SPACE",
"modified": false
},
{
"id": "CF_NAME restage APP",
"translation": "CF_NAME restage APP",
"modified": false
},
{
"id": "CF_NAME restart APP",
"translation": "CF_NAME restart APP",
"modified": false
},
{
"id": "CF_NAME running-environment-variable-group",
"translation": "cf running-environment-variable-group",
"modified": true
},
{
"id": "CF_NAME scale APP [-i INSTANCES] [-k DISK] [-m MEMORY] [-f]",
"translation": "CF_NAME scale APP [-i INSTANCES] [-k DISC] [-m MEMOIRE] [-f]",
"modified": false
},
{
"id": "CF_NAME security-group SECURITY_GROUP",
"translation": "CF_NAME security-group SECURITY_GROUP",
"modified": false
},
{
"id": "CF_NAME service SERVICE_INSTANCE",
"translation": "CF_NAME service SERVICE_INSTANCE",
"modified": false
},
{
"id": "CF_NAME service-auth-tokens",
"translation": "CF_NAME service-auth-tokens",
"modified": false
},
{
"id": "CF_NAME set-env APP NAME VALUE",
"translation": "CF_NAME set-env APP NOM VALEUR",
"modified": false
},
{
"id": "CF_NAME set-org-role USERNAME ORG ROLE\n\n",
"translation": "CF_NAME set-org-role NOM_DE_LUTILISATEUR ORG RÔLE\n\n",
"modified": false
},
{
"id": "CF_NAME set-quota ORG QUOTA\n\n",
"translation": "CF_NAME set-quota ORG QUOTA\n\n",
"modified": false
},
{
"id": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"translation": "CF_NAME set-running-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"modified": false
},
{
"id": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME",
"translation": "CF_NAME set-space-quota SPACE-NAME SPACE-QUOTA-NAME",
"modified": false
},
{
"id": "CF_NAME set-space-role USERNAME ORG SPACE ROLE\n\n",
"translation": "CF_NAME set-espace-role NOM_DE_LUTILISATEUR ORG ESPACE RÔLE\n\n",
"modified": false
},
{
"id": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"translation": "CF_NAME set-staging-environment-variable-group '{\"name\":\"value\",\"name\":\"value\"}'",
"modified": false
},
{
"id": "CF_NAME space SPACE",
"translation": "CF_NAME space ESPACE",
"modified": false
},
{
"id": "CF_NAME space-quota SPACE_QUOTA_NAME",
"translation": "CF_NAME space-quota SPACE_QUOTA_NAME",
"modified": false
},
{
"id": "CF_NAME space-quotas",
"translation": "CF_NAME space-quotas",
"modified": false
},
{
"id": "CF_NAME space-users ORG SPACE",
"translation": "CF_NAME space-users ORG ESPACE",
"modified": false
},
{
"id": "CF_NAME spaces",
"translation": "CF_NAME spaces",
"modified": false
},
{
"id": "CF_NAME stacks",
"translation": "CF_NAME stacks",
"modified": false
},
{
"id": "CF_NAME staging-environment-variable-group",
"translation": "CF_NAME staging-environment-variable-group",
"modified": false
},
{
"id": "CF_NAME start APP",
"translation": "CF_NAME start APP",
"modified": false
},
{
"id": "CF_NAME stop APP",
"translation": "CF_NAME stop APP",
"modified": false
},
{
"id": "CF_NAME target [-o ORG] [-s SPACE]",
"translation": "CF_NAME target [-o ORG] [-s ESPACE]",
"modified": false
},
{
"id": "CF_NAME unbind-running-security-group SECURITY_GROUP",
"translation": "CF_NAME unbind-running-security-group SECURITY_GROUP",
"modified": false
},
{
"id": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE",
"translation": "CF_NAME unbind-security-group SECURITY_GROUP ORG SPACE",
"modified": false
},
{
"id": "CF_NAME unbind-service APP SERVICE_INSTANCE",
"translation": "CF_NAME unbind-service APP INSTANCE_DE_SERVICE",
"modified": false
},
{
"id": "CF_NAME unbind-staging-security-group SECURITY_GROUP",
"translation": "CF_NAME unbind-staging-security-group SECURITY_GROUP",
"modified": false
},
{
"id": "CF_NAME uninstall-plugin PLUGIN-NAME",
"translation": "CF_NAME uninstall-plugin PLUGIN-NAME",
"modified": false
},
{
"id": "CF_NAME unmap-route APP DOMAIN [-n HOSTNAME]",
"translation": "CF_NAME unmap-route APP DOMAIN [-n NOM_DE_HÔTE]",
"modified": false
},
{
"id": "CF_NAME unset-env APP NAME",
"translation": "CF_NAME unset-env APP NOM",
"modified": false
},
{
"id": "CF_NAME unset-org-role USERNAME ORG ROLE\n\n",
"translation": "CF_NAME unset-org-role NOM_DE_LUTILISATEUR ORG RÔLE",
"modified": false
},
{
"id": "CF_NAME unset-space-quota SPACE QUOTA\n\n",
"translation": "CF_NAME unset-space-quota SPACE QUOTA\n\n",
"modified": false
},
{
"id": "CF_NAME unset-space-role USERNAME ORG SPACE ROLE\n\n",
"translation": "CF_NAME unset-espace-rôle NOM_DE_LUTILISATEUR ORG ESPACE RÔLE\n\n",
"modified": false
},
{
"id": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]",
"translation": "CF_NAME update-buildpack BUILDPACK [-p PATH] [-i POSITION] [--enable|--disable] [--lock|--unlock]",
"modified": false
},
{
"id": "CF_NAME update-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY][-n NEW_NAME] [-r ROUTES] [-s SERVICE_INSTANCES] [--allow-paid-service-plans | --disallow-paid-service-plans]",
"translation": "CF_NAME update-quota QUOTA [-m MÉMOIRE] [-n NOUVEAU_NOM] [-r ROUTES] [-s INSTANCE_DE_SERVICES] [--allow-paid-service-plans | --disallow-paid-service-plans]",
"modified": true
},
{
"id": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
"translation": "CF_NAME update-security-group SECURITY_GROUP PATH_TO_JSON_RULES_FILE",
"modified": false
},
{
"id": "CF_NAME update-service SERVICE [-p NEW_PLAN]",
"translation": "CF_NAME update-service SERVICE [-p NEW_PLAN]",
"modified": false
},
{
"id": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN",
"translation": "CF_NAME update-service-auth-token LABEL PROVIDER TOKEN",
"modified": false