-
Notifications
You must be signed in to change notification settings - Fork 2
/
django.po
1100 lines (844 loc) · 22.1 KB
/
django.po
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-11 13:03+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: Administration/admin_public.py:69
msgid "Personal info"
msgstr ""
#: Administration/admin_public.py:81
msgid "Permissions"
msgstr ""
#: Administration/admin_public.py:91
msgid "Important dates"
msgstr ""
#: Administration/admin_tenant.py:473 BaseBillet/models.py:1471
msgid "Évènement"
msgstr ""
#: Administration/admin_tenant.py:622
msgid "Merci de renseigner une catégorie pour cet article."
msgstr ""
#: ApiBillet/serializers.py:35
#, python-brace-format
msgid "{url} doit contenir une url d'image valide : {e}"
msgstr ""
#: ApiBillet/serializers.py:107 ApiBillet/serializers.py:117
#: ApiBillet/serializers.py:515 ApiBillet/serializers.py:525
#, python-brace-format
msgid "{uuid} Option non trouvé"
msgstr ""
#: ApiBillet/serializers.py:127 ApiBillet/serializers.py:419
msgid "img doit contenir un fichier, ou img_url doit contenir une url valide"
msgstr ""
#: ApiBillet/serializers.py:138
msgid "Un article d'adhésion vers le cashless existe déja."
msgstr ""
#: ApiBillet/serializers.py:209
msgid ""
"error fields subscription_type - Une adhésion doit avoir une durée de "
"validité."
msgstr ""
#: ApiBillet/serializers.py:373
#, python-brace-format
msgid "{url_onboard}"
msgstr ""
#: ApiBillet/serializers.py:376
msgid "stripe account valid but no detail submitted"
msgstr ""
#: ApiBillet/serializers.py:385
msgid ""
"Stripe account already connected to one Tenant. Please send mail to "
"[email protected] to upgrade your plan."
msgstr ""
#: ApiBillet/serializers.py:389
msgid "Please set email in your stripe account"
msgstr ""
#: ApiBillet/serializers.py:392
msgid "Please set phone number in your stripe account"
msgstr ""
#: ApiBillet/serializers.py:395
msgid "Please set website in your stripe account"
msgstr ""
#: ApiBillet/serializers.py:403
#, python-brace-format
msgid "stripe account not valid : {e}"
msgstr ""
#: ApiBillet/serializers.py:428
msgid "img doit contenir un fichier, ou logo_url doit contenir une url valide"
msgstr ""
#: ApiBillet/serializers.py:445
#, python-brace-format
msgid "{value} Artiste non trouvé"
msgstr ""
#: ApiBillet/serializers.py:495
#, python-brace-format
msgid "{uuid} Produit non trouvé"
msgstr ""
#: ApiBillet/serializers.py:505
msgid "Erreur création du Tag"
msgstr ""
#: ApiBillet/serializers.py:533
#, python-brace-format
msgid "{value} minimum_cashless non valide"
msgstr ""
#: ApiBillet/serializers.py:648
msgid "products doit être un json valide"
msgstr ""
#: ApiBillet/serializers.py:761
msgid ""
"Le serveur cashless n'est pas disponible ( check serveur false ). Merci "
"d'essayer ultérieurement"
msgstr ""
#: ApiBillet/serializers.py:803 ApiBillet/serializers.py:1082
msgid "new_paiement_stripe not valid"
msgstr ""
#: ApiBillet/serializers.py:836
msgid "Pas de prix d'adhésion"
msgstr ""
#: ApiBillet/serializers.py:851
msgid ""
"Un abonnement sur ce mail existe déjà et est valide jusque : {self."
"fiche_membre.deadline()}"
msgstr ""
#: ApiBillet/serializers.py:855
msgid "first_name est obligatoire"
msgstr ""
#: ApiBillet/serializers.py:859
msgid "last_name est obligatoire"
msgstr ""
#: ApiBillet/serializers.py:863
msgid "phone est obligatoire"
msgstr ""
#: ApiBillet/serializers.py:883
#, python-brace-format
msgid "Option {option.name} non disponible dans product"
msgstr ""
#: ApiBillet/serializers.py:1029
msgid "erreur url carte != detail uuid"
msgstr ""
#: ApiBillet/serializers.py:1053
msgid "No request"
msgstr ""
#: ApiBillet/serializers.py:1056
msgid "No user. Auth first."
msgstr ""
#: ApiBillet/serializers.py:1102
msgid "Jauge atteinte : Evenement complet."
msgstr ""
#: ApiBillet/serializers.py:1112
msgid "L'email ne correspond pas à l'utilisateur connecté."
msgstr ""
#: ApiBillet/serializers.py:1141
msgid "Quantitée de réservations suppérieure au maximum autorisé pour ce prix"
msgstr ""
#: ApiBillet/serializers.py:1149
msgid "customers not find in ticket"
msgstr ""
#: ApiBillet/serializers.py:1151
msgid "customers number not equal to ticket qty"
msgstr ""
#: ApiBillet/serializers.py:1154
msgid "first_name and last_name are required"
msgstr ""
#: ApiBillet/serializers.py:1161
#, python-brace-format
msgid "price non trouvé : {e}"
msgstr ""
#: ApiBillet/serializers.py:1163
#, python-brace-format
msgid "qty doit être un entier ou un flottant : {e}"
msgstr ""
#: ApiBillet/serializers.py:1166
msgid "pas de billet dans la reservation"
msgstr ""
#: ApiBillet/serializers.py:1194
msgid "Quantitée de réservations suppérieure au maximum autorisé"
msgstr ""
#: ApiBillet/serializers.py:1197
#, python-brace-format
msgid "Il ne reste que {resas} places disponibles"
msgstr ""
#: ApiBillet/serializers.py:1211
msgid "Article non disponible"
msgstr ""
#: ApiBillet/serializers.py:1218
#, python-brace-format
msgid "Option {option.name} non disponible dans event"
msgstr ""
#: ApiBillet/serializers.py:1232 ApiBillet/serializers.py:1233
msgid "L'utilisateur n'est pas membre"
msgstr ""
#: ApiBillet/serializers.py:1316
msgid "checkout strip not valid"
msgstr ""
#: ApiBillet/views.py:396
#, python-brace-format
msgid "Erreur d'importation {e}"
msgstr ""
#: ApiBillet/views.py:399
msgid "Erreur d'importation : Detail ne correspond pas"
msgstr ""
#: ApiBillet/views.py:415
msgid "Serveur cashless non présent dans configuration"
msgstr ""
#: ApiBillet/views.py:425
#, python-brace-format
msgid "Requete non comprise : {response.status_code}"
msgstr ""
#: ApiBillet/views.py:428
#, python-brace-format
msgid "Serveur cashless ne répond pas : {e}"
msgstr ""
#: ApiBillet/views.py:799
msgid "Erreur dans l'envoi du mail. Merci de vérifier l'adresse"
msgstr ""
#: ApiBillet/views.py:841
#, python-brace-format
msgid "stripe invoice : {invoice.status} - paiement : {paiement_stripe.status}"
msgstr ""
#: ApiBillet/views.py:866
#, python-brace-format
msgid ""
"stripe : {checkout_session.payment_status} - paiement : {paiement_stripe."
"status}"
msgstr ""
#: ApiBillet/views.py:907
msgid "Erreur Meta"
msgstr ""
#: ApiBillet/views.py:972
msgid "Paiement validé."
msgstr ""
#: AuthBillet/models.py:81
msgid "email obligatoire"
msgstr ""
#: AuthBillet/models.py:174
msgid "J'accepte de recevoir la newsletter"
msgstr ""
#: AuthBillet/models.py:178
msgid "Peux créer des tenants"
msgstr ""
#: AuthBillet/models.py:209
msgid "Inscription depuis"
msgstr ""
#: AuthBillet/models.py:229
msgid "Utilisateur parent"
msgstr ""
#: AuthBillet/serializers.py:55
msgid "app_token non valide"
msgstr ""
#: AuthBillet/serializers.py:60
msgid "Token expiré"
msgstr ""
#: AuthBillet/serializers.py:64
msgid "User invalide"
msgstr ""
#: AuthBillet/serializers.py:111
msgid "DoesNotExist"
msgstr ""
#: AuthBillet/serializers.py:113
#, python-brace-format
msgid "{e}"
msgstr ""
#: AuthBillet/serializers.py:141
msgid "mac_adress not valid"
msgstr ""
#: AuthBillet/utils.py:140
msgid "Not a mac address"
msgstr ""
#: AuthBillet/views.py:141 AuthBillet/views.py:145
msgid "Mail non valide"
msgstr ""
#: AuthBillet/views.py:156
msgid "Vous êtes bien connecté. Bienvenue !"
msgstr ""
#: AuthBillet/views.py:162
msgid "Erreur, user non valide."
msgstr ""
#: AuthBillet/views.py:167
msgid "Token expiré ou non valide."
msgstr ""
#: AuthBillet/views.py:186
msgid ""
"Pour acceder à votre espace et réservations, merci de valider votre adresse "
"email. Pensez à regarder dans les spams !"
msgstr ""
#: AuthBillet/views.py:191
msgid "Email soumis non valide. Merci de vérifier votre adresse."
msgstr ""
#: BaseBillet/models.py:43
msgid "Lundi"
msgstr ""
#: BaseBillet/models.py:44
msgid "Mardi"
msgstr ""
#: BaseBillet/models.py:45
msgid "Mercredi"
msgstr ""
#: BaseBillet/models.py:46
msgid "Jeudi"
msgstr ""
#: BaseBillet/models.py:47
msgid "Vendredi"
msgstr ""
#: BaseBillet/models.py:48
msgid "Samedi"
msgstr ""
#: BaseBillet/models.py:49
msgid "Dimanche"
msgstr ""
#: BaseBillet/models.py:59
msgid "Nom du tag"
msgstr ""
#: BaseBillet/models.py:60
msgid "Couleur du tag"
msgstr ""
#: BaseBillet/models.py:66
msgid "Tag"
msgstr ""
#: BaseBillet/models.py:67
msgid "Tags"
msgstr ""
#: BaseBillet/models.py:74 BaseBillet/models.py:394
msgid "Poids"
msgstr ""
#: BaseBillet/models.py:81
msgid "Option"
msgstr ""
#: BaseBillet/models.py:82
msgid "Options"
msgstr ""
#: BaseBillet/models.py:105 MetaBillet/models.py:46
msgid "Nom de l'organisation"
msgstr ""
#: BaseBillet/models.py:109 BaseBillet/models.py:390 MetaBillet/models.py:50
msgid "Description courte"
msgstr ""
#: BaseBillet/models.py:110 BaseBillet/models.py:391 MetaBillet/models.py:51
msgid "Description longue"
msgstr ""
#: BaseBillet/models.py:112 MetaBillet/models.py:53
msgid "Adresse"
msgstr ""
#: BaseBillet/models.py:113 MetaBillet/models.py:54
msgid "Code postal"
msgstr ""
#: BaseBillet/models.py:114 MetaBillet/models.py:55
msgid "Ville"
msgstr ""
#: BaseBillet/models.py:115
msgid "Numéro de TVA"
msgstr ""
#: BaseBillet/models.py:116
msgid "Numéro de SIREN"
msgstr ""
#: BaseBillet/models.py:118 MetaBillet/models.py:57
msgid "Téléphone"
msgstr ""
#: BaseBillet/models.py:122
msgid "Statuts associatif"
msgstr ""
#: BaseBillet/models.py:138 MetaBillet/models.py:80
msgid "Carte géographique"
msgstr ""
#: BaseBillet/models.py:151 MetaBillet/models.py:93
msgid "Carte du restaurant"
msgstr ""
#: BaseBillet/models.py:171 MetaBillet/models.py:115 root_billet/models.py:18
msgid "Indian/Reunion"
msgstr ""
#: BaseBillet/models.py:172 MetaBillet/models.py:116 root_billet/models.py:19
msgid "Europe/Paris"
msgstr ""
#: BaseBillet/models.py:223 BaseBillet/models.py:564
msgid "Jauge maximale"
msgstr ""
#: BaseBillet/models.py:241
msgid "Adresse du serveur Cashless"
msgstr ""
#: BaseBillet/models.py:248
msgid "Clé d'API du serveur cashless"
msgstr ""
#: BaseBillet/models.py:289
msgid "Adresse du serveur fedow"
msgstr ""
#: BaseBillet/models.py:296
msgid "Clé d'API du serveur fedow"
msgstr ""
#: BaseBillet/models.py:376 BaseBillet/models.py:377 MetaBillet/models.py:186
#: MetaBillet/models.py:187
msgid "Paramètres"
msgstr ""
#: BaseBillet/models.py:388 BaseBillet/models.py:1309
msgid "Nom"
msgstr ""
#: BaseBillet/models.py:409
msgid "Mentions légales"
msgstr ""
#: BaseBillet/models.py:423
msgid "Image du produit"
msgstr ""
#: BaseBillet/models.py:431
msgid "Selectionnez une catégorie"
msgstr ""
#: BaseBillet/models.py:432
msgid "Billet payant"
msgstr ""
#: BaseBillet/models.py:433
msgid "Pack d'objets"
msgstr ""
#: BaseBillet/models.py:434
msgid "Recharge cashless"
msgstr ""
#: BaseBillet/models.py:435
msgid "Recharge suspendue"
msgstr ""
#: BaseBillet/models.py:436
msgid "Vetement"
msgstr ""
#: BaseBillet/models.py:437
msgid "Merchandasing"
msgstr ""
#: BaseBillet/models.py:438
msgid "Abonnement et/ou adhésion associative"
msgstr ""
#: BaseBillet/models.py:439
msgid "Badgeuse"
msgstr ""
#: BaseBillet/models.py:440
msgid "Don"
msgstr ""
#: BaseBillet/models.py:441 BaseBillet/models.py:1253
msgid "Reservation gratuite"
msgstr ""
#: BaseBillet/models.py:442
msgid "Nécessite une validation manuelle"
msgstr ""
#: BaseBillet/models.py:446 BaseBillet/models.py:788
msgid "Type de produit"
msgstr ""
#: BaseBillet/models.py:471
msgid "Produit"
msgstr ""
#: BaseBillet/models.py:472
msgid "Produits"
msgstr ""
#: BaseBillet/models.py:492
msgid "Précisez le nom du Tarif"
msgstr ""
#: BaseBillet/models.py:497 BaseBillet/models.py:524
msgid "Non applicable"
msgstr ""
#: BaseBillet/models.py:498
msgid "10 %"
msgstr ""
#: BaseBillet/models.py:499
msgid "20 %"
msgstr ""
#: BaseBillet/models.py:500
msgid "8.5 %"
msgstr ""
#: BaseBillet/models.py:501
msgid "2.2 %"
msgstr ""
#: BaseBillet/models.py:507
msgid "Taux TVA"
msgstr ""
#: BaseBillet/models.py:514 BaseBillet/models.py:566
msgid "Nombre de reservation maximum par utilisateur"
msgstr ""
#: BaseBillet/models.py:515
msgid "ex : Un même email peut réserver plusieurs billets"
msgstr ""
#: BaseBillet/models.py:525
msgid "365 Jours"
msgstr ""
#: BaseBillet/models.py:526
msgid "30 Jours"
msgstr ""
#: BaseBillet/models.py:527
msgid "1 Jour"
msgstr ""
#: BaseBillet/models.py:528
msgid "1 Heure"
msgstr ""
#: BaseBillet/models.py:529
msgid "Civile"
msgstr ""
#: BaseBillet/models.py:535
msgid "durée d'abonnement"
msgstr ""
#: BaseBillet/models.py:553
msgid "Tarif"
msgstr ""
#: BaseBillet/models.py:554
msgid "Tarifs"
msgstr ""
#: BaseBillet/models.py:567
msgid "ex : Un même email peut réserver plusieurs billets."
msgstr ""
#: BaseBillet/models.py:574
msgid "Billetterie/Reservation externe"
msgstr ""
#: BaseBillet/models.py:575
msgid ""
"Si l'évènement est géré par une autre billetterie ou un autre site de "
"réservation. Ex : Un event Facebook"
msgstr ""
#: BaseBillet/models.py:578
msgid "Publier"
msgstr ""
#: BaseBillet/models.py:613
msgid "Concert"
msgstr ""
#: BaseBillet/models.py:614 Customers/models.py:20 MetaBillet/models.py:167
msgid "Festival"
msgstr ""
#: BaseBillet/models.py:615
msgid "Réunion"
msgstr ""
#: BaseBillet/models.py:616
msgid "Conférence"
msgstr ""
#: BaseBillet/models.py:617
msgid "Restauration"
msgstr ""
#: BaseBillet/models.py:621
msgid "Catégorie d'évènement"
msgstr ""
#: BaseBillet/models.py:625
msgid ""
"Selectionnez le jour de la semaine pour une récurence hebdomadaire. La date "
"de l'évènement sera la date de fin de la récurence."
msgstr ""
#: BaseBillet/models.py:626
msgid "Jours de la semaine"
msgstr ""
#: BaseBillet/models.py:628
msgid "Mode restauration/booking"
msgstr ""
#: BaseBillet/models.py:630
msgid ""
"Si activé, l'évènement sera visible en haut de la page d'accueil, "
"l'utilisateur pourra selectionner une date."
msgstr ""
#: BaseBillet/models.py:721
msgid "Evenement"
msgstr ""
#: BaseBillet/models.py:722
msgid "Evenements"
msgstr ""
#: BaseBillet/models.py:957 BaseBillet/models.py:1250 BaseBillet/models.py:1326
msgid "Annulée"
msgstr ""
#: BaseBillet/models.py:958 BaseBillet/models.py:1047
msgid "Crée"
msgstr ""
#: BaseBillet/models.py:959 BaseBillet/models.py:1252
msgid "Non payée"
msgstr ""
#: BaseBillet/models.py:960
msgid "Mail non vérifié"
msgstr ""
#: BaseBillet/models.py:961
msgid "Mail user vérifié"
msgstr ""
#: BaseBillet/models.py:962 BaseBillet/models.py:1254
msgid "Payée"
msgstr ""
#: BaseBillet/models.py:963
msgid "Payée mais mail non valide"
msgstr ""
#: BaseBillet/models.py:964
msgid "Payée mais mail non envoyé"
msgstr ""
#: BaseBillet/models.py:965
msgid "Validée"
msgstr ""
#: BaseBillet/models.py:969
msgid "Status de la réservation"
msgstr ""
#: BaseBillet/models.py:1048
msgid "Non actif"
msgstr ""
#: BaseBillet/models.py:1049
msgid "Non scanné"
msgstr ""
#: BaseBillet/models.py:1050
msgid "scanné"
msgstr ""
#: BaseBillet/models.py:1054
msgid "Status du scan"
msgstr ""
#: BaseBillet/models.py:1056
msgid "L"
msgstr ""
#: BaseBillet/models.py:1101
msgid "Réservation"
msgstr ""
#: BaseBillet/models.py:1102
msgid "Réservations"
msgstr ""
#: BaseBillet/models.py:1148
msgid "Pas de traitement en cours"
msgstr ""
#: BaseBillet/models.py:1149
msgid "Depuis webhook stripe"
msgstr ""
#: BaseBillet/models.py:1150
msgid "Depuis Get"
msgstr ""
#: BaseBillet/models.py:1151
msgid "Depuis webhook invoice"
msgstr ""
#: BaseBillet/models.py:1161
msgid "Depuis scan QR-Code"
msgstr ""
#: BaseBillet/models.py:1162
msgid "Depuis billetterie"
msgstr ""
#: BaseBillet/models.py:1163
msgid "Depuis invoice"
msgstr ""
#: BaseBillet/models.py:1230
msgid "Paiement Stripe"
msgstr ""
#: BaseBillet/models.py:1231
msgid "Paiements Stripe"
msgstr ""
#: BaseBillet/models.py:1251
msgid "Non envoyé en paiement"
msgstr ""
#: BaseBillet/models.py:1255
msgid "Validée par serveur cashless"
msgstr ""
#: BaseBillet/models.py:1259
msgid "Status de ligne article"
msgstr ""
#: BaseBillet/models.py:1271
msgid "no stripe send"
msgstr ""
#: BaseBillet/models.py:1303
msgid "Prénom"
msgstr ""
#: BaseBillet/models.py:1316
msgid "J'accepte de recevoir la newsletter de l'association"
msgstr ""
#: BaseBillet/models.py:1324
msgid "Paiement unique"
msgstr ""
#: BaseBillet/models.py:1325
msgid "Renouvellement automatique"
msgstr ""
#: BaseBillet/models.py:1330
msgid "Status"
msgstr ""
#: BaseBillet/models.py:1345
msgid "Adhésion"
msgstr ""
#: BaseBillet/models.py:1346
msgid "Adhésions"
msgstr ""
#: BaseBillet/models.py:1457
msgid "Api key"
msgstr ""
#: BaseBillet/models.py:1458
msgid "Api keys"
msgstr ""
#: BaseBillet/models.py:1467
msgid "Réservation validée"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_membership.html:4
#: BaseBillet/templates/htmx/fragments/my_account_wallet.html:18
msgid "Loading tokens"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_profil.html:3
msgid "My account"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_profil.html:5
msgid "Thanks to valid your email for activate your accont"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_profil.html:11
msgid "Resend validation email"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_profil.html:14
msgid "email verified"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_profil.html:17
msgid "Loading NFC Card info"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_wallet.html:12
msgid "Refill my wallet"
msgstr ""
#: BaseBillet/templates/htmx/fragments/my_account_wallet.html:35
msgid "Show the last transactions"
msgstr ""
#: BaseBillet/templates/htmx/fragments/tokens_membership_table.html:8
#: BaseBillet/templates/htmx/fragments/tokens_table.html:8
msgid "Asset / Place"
msgstr ""
#: BaseBillet/templates/htmx/fragments/tokens_membership_table.html:9
#: BaseBillet/templates/htmx/fragments/tokens_table.html:9
msgid "Type / Price"
msgstr ""
#: BaseBillet/templates/htmx/fragments/tokens_membership_table.html:10
#: BaseBillet/templates/htmx/fragments/tokens_table.html:10
msgid "Federated with"
msgstr ""
#: BaseBillet/templates/htmx/fragments/tokens_membership_table.html:11
#: BaseBillet/templates/htmx/fragments/tokens_table.html:11
msgid "Last action"
msgstr ""
#: BaseBillet/templates/htmx/fragments/transactions_table.html:8
msgid "From / To"
msgstr ""
#: BaseBillet/templates/htmx/fragments/transactions_table.html:9
msgid "Action"
msgstr ""
#: BaseBillet/templates/htmx/fragments/transactions_table.html:10
msgid "Asset / Qty"
msgstr ""
#: BaseBillet/templates/htmx/fragments/transactions_table.html:11
msgid "Date"
msgstr ""
#: BaseBillet/templates/htmx/fragments/transactions_table.html:24
#: BaseBillet/templates/htmx/fragments/transactions_table.html:30
msgid "Myself"
msgstr ""
#: BaseBillet/templates/htmx/views/inscription.html:18
msgid "Link your card to you"
msgstr ""
#: BaseBillet/templates/htmx/views/inscription.html:66
msgid "I agree the"
msgstr ""
#: BaseBillet/templates/htmx/views/inscription.html:68
msgid "Terms and Conditions"
msgstr ""
#: BaseBillet/templates/htmx/views/inscription.html:78
msgid "Sign up"
msgstr ""
#: BaseBillet/templates/htmx/views/inscription.html:84
msgid ""
"Learn more about TiBillet, a free and privacy-friendly software for "
"cooperatives networks :"
msgstr ""
#: BaseBillet/templates/htmx/views/memberships.html:37
msgid "Adhésion valide"
msgstr ""
#: BaseBillet/templates/htmx/views/memberships.html:44
msgid "Adhérez"
msgstr ""
#: BaseBillet/templates/htmx/views/my_account.html:25
msgid "Wallet"
msgstr ""
#: BaseBillet/templates/htmx/views/my_account.html:31
msgid "Memberships"
msgstr ""
#: BaseBillet/templates/htmx/views/my_account.html:38
msgid "Profil"
msgstr ""
#: BaseBillet/triggers.py:32
msgid "Email de confirmation"
msgstr ""
#: BaseBillet/triggers.py:33
msgid "Bienvenue à bord !"
msgstr ""
#: BaseBillet/triggers.py:35
#, python-brace-format
msgid ""
"Votre paiement pour {membership.price.product.name} à bien été pris en "
"compte. Vous trouverez la facture en pièce jointe."
msgstr ""
#: BaseBillet/views.py:132
msgid ""
"To access your space, please validate\n"