-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathmessages.pot
More file actions
10244 lines (8461 loc) · 316 KB
/
Copy pathmessages.pot
File metadata and controls
10244 lines (8461 loc) · 316 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
#: warehouse/views.py:149
msgid ""
"You must verify your **primary** email address before you can perform "
"this action."
msgstr ""
#: warehouse/views.py:165
msgid ""
"Two-factor authentication must be enabled on your account to perform this"
" action."
msgstr ""
#: warehouse/views.py:376
msgid "Locale updated"
msgstr ""
#: warehouse/accounts/forms.py:42 warehouse/accounts/forms.py:307
msgid "The email address isn't valid. Try again."
msgstr ""
#: warehouse/accounts/forms.py:43
msgid "The password is invalid. Try again."
msgstr ""
#: warehouse/accounts/forms.py:45
msgid ""
"The username is invalid. Usernames must be composed of letters, numbers, "
"dots, hyphens and underscores. And must also start and finish with a "
"letter or number. Choose a different username."
msgstr ""
#: warehouse/accounts/forms.py:62
msgid "Null bytes are not allowed."
msgstr ""
#: warehouse/accounts/forms.py:78
msgid ""
"Usernames are not the same as email addresses. Enter your username "
"instead of your email address."
msgstr ""
#: warehouse/accounts/forms.py:90
msgid "No user found with that username"
msgstr ""
#: warehouse/accounts/forms.py:118
#, python-brace-format
msgid "TOTP code must be ${totp_length} digits."
msgstr ""
#: warehouse/accounts/forms.py:141
#, python-brace-format
msgid "Recovery Codes must be ${recovery_code_length} characters."
msgstr ""
#: warehouse/accounts/forms.py:155
msgid "Choose a username with 50 characters or less."
msgstr ""
#: warehouse/accounts/forms.py:173
msgid ""
"This username is already being used by another account. Choose a "
"different username."
msgstr ""
#: warehouse/accounts/forms.py:186 warehouse/accounts/forms.py:238
#: warehouse/accounts/forms.py:251
msgid "Password too long."
msgstr ""
#: warehouse/accounts/forms.py:221
#, python-brace-format
msgid ""
"There have been too many unsuccessful login attempts. You have been "
"locked out for ${time}. Please try again later."
msgstr ""
#: warehouse/accounts/forms.py:254
msgid "Your passwords don't match. Try again."
msgstr ""
#: warehouse/accounts/forms.py:288
msgid "The email address is too long. Try again."
msgstr ""
#: warehouse/accounts/forms.py:360
msgid "You can't use an email address from this domain. Use a different email."
msgstr ""
#: warehouse/accounts/forms.py:375
msgid ""
"This email address is already being used by this account. Use a different"
" email."
msgstr ""
#: warehouse/accounts/forms.py:386
msgid ""
"This email address is already being used by another account. Use a "
"different email."
msgstr ""
#: warehouse/accounts/forms.py:426 warehouse/manage/forms.py:132
#: warehouse/manage/forms.py:820
msgid "The name is too long. Choose a name with 100 characters or less."
msgstr ""
#: warehouse/accounts/forms.py:431
msgid "URLs are not allowed in the name field."
msgstr ""
#: warehouse/accounts/forms.py:522
msgid "Invalid TOTP code."
msgstr ""
#: warehouse/accounts/forms.py:539
msgid "Invalid WebAuthn assertion: Bad payload"
msgstr ""
#: warehouse/accounts/forms.py:611
msgid "Invalid recovery code."
msgstr ""
#: warehouse/accounts/forms.py:620
msgid "Recovery code has been previously used."
msgstr ""
#: warehouse/accounts/forms.py:650
msgid "The username isn't valid. Try again."
msgstr ""
#: warehouse/accounts/views.py:120
msgid ""
"There have been too many unsuccessful login attempts. You have been "
"locked out for Please try again later."
msgstr ""
#: warehouse/accounts/views.py:140
#, python-brace-format
msgid ""
"Too many emails have been added to this account without verifying them. "
"Check your inbox and follow the verification links. (IP: ${ip})"
msgstr ""
#: warehouse/accounts/views.py:152
#, python-brace-format
msgid ""
"Too many password resets have been requested for this account without "
"completing them. Check your inbox and follow the verification links. (IP:"
" ${ip})"
msgstr ""
#: warehouse/accounts/views.py:375 warehouse/accounts/views.py:443
#: warehouse/accounts/views.py:445 warehouse/accounts/views.py:474
#: warehouse/accounts/views.py:476 warehouse/accounts/views.py:592
msgid "Invalid or expired two factor login."
msgstr ""
#: warehouse/accounts/views.py:437
msgid "Already authenticated"
msgstr ""
#: warehouse/accounts/views.py:511
msgid "Successful WebAuthn assertion"
msgstr ""
#: warehouse/accounts/views.py:622 warehouse/manage/views/__init__.py:944
msgid "Recovery code accepted. The supplied code cannot be used again."
msgstr ""
#: warehouse/accounts/views.py:719
msgid ""
"New user registration temporarily disabled. See https://pypi.org/help"
"#admin-intervention for details."
msgstr ""
#: warehouse/accounts/views.py:881
msgid "Expired token: request a new password reset link"
msgstr ""
#: warehouse/accounts/views.py:883
msgid "Invalid token: request a new password reset link"
msgstr ""
#: warehouse/accounts/views.py:885 warehouse/accounts/views.py:994
#: warehouse/accounts/views.py:1059 warehouse/accounts/views.py:1165
#: warehouse/accounts/views.py:1336
msgid "Invalid token: no token supplied"
msgstr ""
#: warehouse/accounts/views.py:889
msgid "Invalid token: not a password reset token"
msgstr ""
#: warehouse/accounts/views.py:894 warehouse/accounts/views.py:1003
msgid "Invalid token: user not found"
msgstr ""
#: warehouse/accounts/views.py:905
msgid "Invalid token: user has logged in since this token was requested"
msgstr ""
#: warehouse/accounts/views.py:923
msgid ""
"Invalid token: password has already been changed since this token was "
"requested"
msgstr ""
#: warehouse/accounts/views.py:954
msgid "You have reset your password"
msgstr ""
#: warehouse/accounts/views.py:990
msgid "Expired token: please try to login again"
msgstr ""
#: warehouse/accounts/views.py:992
msgid "Invalid token: please try to login again"
msgstr ""
#: warehouse/accounts/views.py:998
msgid "Invalid token: not a login confirmation token"
msgstr ""
#: warehouse/accounts/views.py:1013
msgid "Invalid login attempt."
msgstr ""
#: warehouse/accounts/views.py:1018
msgid ""
"Device details didn't match, please try again from the device you "
"originally used to log in."
msgstr ""
#: warehouse/accounts/views.py:1029
msgid "Your login has been confirmed and this device is now recognized."
msgstr ""
#: warehouse/accounts/views.py:1055
msgid "Expired token: request a new email verification link"
msgstr ""
#: warehouse/accounts/views.py:1057
msgid "Invalid token: request a new email verification link"
msgstr ""
#: warehouse/accounts/views.py:1063
msgid "Invalid token: not an email verification token"
msgstr ""
#: warehouse/accounts/views.py:1072
msgid "Email not found"
msgstr ""
#: warehouse/accounts/views.py:1075
msgid "Email already verified"
msgstr ""
#: warehouse/accounts/views.py:1095
msgid "You can now set this email as your primary address"
msgstr ""
#: warehouse/accounts/views.py:1098
msgid "This is your primary address"
msgstr ""
#: warehouse/accounts/views.py:1104
#, python-brace-format
msgid "Email address ${email_address} verified. ${confirm_message}."
msgstr ""
#: warehouse/accounts/views.py:1161
msgid "Expired token: request a new organization invitation"
msgstr ""
#: warehouse/accounts/views.py:1163
msgid "Invalid token: request a new organization invitation"
msgstr ""
#: warehouse/accounts/views.py:1169
msgid "Invalid token: not an organization invitation token"
msgstr ""
#: warehouse/accounts/views.py:1173 warehouse/accounts/views.py:1184
msgid "Organization invitation is not valid."
msgstr ""
#: warehouse/accounts/views.py:1182
msgid "Organization invitation no longer exists."
msgstr ""
#: warehouse/accounts/views.py:1236
#, python-brace-format
msgid "Invitation for '${organization_name}' is declined."
msgstr ""
#: warehouse/accounts/views.py:1299
#, python-brace-format
msgid "You are now ${role} of the '${organization_name}' organization."
msgstr ""
#: warehouse/accounts/views.py:1332
msgid "Expired token: request a new project role invitation"
msgstr ""
#: warehouse/accounts/views.py:1334
msgid "Invalid token: request a new project role invitation"
msgstr ""
#: warehouse/accounts/views.py:1340
msgid "Invalid token: not a collaboration invitation token"
msgstr ""
#: warehouse/accounts/views.py:1344 warehouse/accounts/views.py:1364
msgid "Role invitation is not valid."
msgstr ""
#: warehouse/accounts/views.py:1351
msgid "Invalid token: project does not exist"
msgstr ""
#: warehouse/accounts/views.py:1362
msgid "Role invitation no longer exists."
msgstr ""
#: warehouse/accounts/views.py:1396
#, python-brace-format
msgid "Invitation for '${project_name}' is declined."
msgstr ""
#: warehouse/accounts/views.py:1462
#, python-brace-format
msgid "You are now ${role} of the '${project_name}' project."
msgstr ""
#: warehouse/accounts/views.py:1573
#, python-brace-format
msgid "Please review our updated <a href=\"${tos_url}\">Terms of Service</a>."
msgstr ""
#: warehouse/accounts/views.py:1794 warehouse/accounts/views.py:2057
#: warehouse/manage/views/oidc_publishers.py:126
#: warehouse/manage/views/organizations.py:1830
msgid ""
"Trusted publishing is temporarily disabled. See https://pypi.org/help"
"#admin-intervention for details."
msgstr ""
#: warehouse/accounts/views.py:1815
#: warehouse/manage/views/organizations.py:1853
msgid "disabled. See https://pypi.org/help#admin-intervention for details."
msgstr ""
#: warehouse/accounts/views.py:1831
msgid ""
"You must have a verified email in order to register a pending trusted "
"publisher. See https://pypi.org/help#openid-connect for details."
msgstr ""
#: warehouse/accounts/views.py:1844
msgid "You can't register more than 3 pending trusted publishers at once."
msgstr ""
#: warehouse/accounts/views.py:1859
#: warehouse/manage/views/oidc_publishers.py:308
#: warehouse/manage/views/oidc_publishers.py:423
#: warehouse/manage/views/oidc_publishers.py:539
#: warehouse/manage/views/oidc_publishers.py:651
msgid ""
"There have been too many attempted trusted publisher registrations. Try "
"again later."
msgstr ""
#: warehouse/accounts/views.py:1869
#: warehouse/manage/views/oidc_publishers.py:321
#: warehouse/manage/views/oidc_publishers.py:436
#: warehouse/manage/views/oidc_publishers.py:552
#: warehouse/manage/views/oidc_publishers.py:664
#: warehouse/manage/views/organizations.py:1869
msgid "The trusted publisher could not be registered"
msgstr ""
#: warehouse/accounts/views.py:1884
msgid ""
"This trusted publisher has already been registered. Please contact PyPI's"
" admins if this wasn't intentional."
msgstr ""
#: warehouse/accounts/views.py:1904
msgid ""
"A pending trusted publisher matching this configuration has already been "
"registered for a different project name. Please contact PyPI's admins if "
"this wasn't intentional."
msgstr ""
#: warehouse/accounts/views.py:1927
#: warehouse/manage/views/organizations.py:1918
msgid "Registered a new pending publisher to create "
msgstr ""
#: warehouse/accounts/views.py:2070 warehouse/accounts/views.py:2083
#: warehouse/accounts/views.py:2090
msgid "Invalid publisher ID"
msgstr ""
#: warehouse/accounts/views.py:2097
msgid "Removed trusted publisher for project "
msgstr ""
#: warehouse/admin/templates/admin/banners/preview.html:4
msgid "Banner Preview"
msgstr ""
#: warehouse/manage/forms.py:291
msgid "Specify an association ID"
msgstr ""
#: warehouse/manage/forms.py:292
msgid "Association must be specified by ID"
msgstr ""
#: warehouse/manage/forms.py:307
msgid "No account association with given ID"
msgstr ""
#: warehouse/manage/forms.py:312
msgid "This association does not belong to you"
msgstr ""
#: warehouse/manage/forms.py:416
msgid "Provide your response to the request."
msgstr ""
#: warehouse/manage/forms.py:458
msgid "Choose an organization account name with 50 characters or less."
msgstr ""
#: warehouse/manage/forms.py:466
msgid ""
"The organization account name is invalid. Organization account names must"
" be composed of letters, numbers, dots, hyphens and underscores. And must"
" also start and finish with a letter or number. Choose a different "
"organization account name."
msgstr ""
#: warehouse/manage/forms.py:489
msgid ""
"This organization account name has already been used. Choose a different "
"organization account name."
msgstr ""
#: warehouse/manage/forms.py:504
msgid ""
"You have already submitted an application for that name. Choose a "
"different organization account name."
msgstr ""
#: warehouse/manage/forms.py:538
msgid "Select project"
msgstr ""
#: warehouse/manage/forms.py:543 warehouse/oidc/forms/_core.py:36
#: warehouse/oidc/forms/gitlab.py:54
msgid "Specify project name"
msgstr ""
#: warehouse/manage/forms.py:547
msgid ""
"Start and end with a letter or numeral containing only ASCII numeric and "
"'.', '_' and '-'."
msgstr ""
#: warehouse/manage/forms.py:554
msgid "This project name has already been used. Choose a different project name."
msgstr ""
#: warehouse/manage/forms.py:587
msgid "Cannot transfer to Company Organization with inactive billing"
msgstr ""
#: warehouse/manage/forms.py:640
msgid ""
"The organization name is too long. Choose a organization name with 100 "
"characters or less."
msgstr ""
#: warehouse/manage/forms.py:652
msgid ""
"The organization URL is too long. Choose a organization URL with 400 "
"characters or less."
msgstr ""
#: warehouse/manage/forms.py:658
msgid "The organization URL must start with http:// or https://"
msgstr ""
#: warehouse/manage/forms.py:670
msgid ""
"The organization description is too long. Choose a organization "
"description with 400 characters or less."
msgstr ""
#: warehouse/manage/forms.py:713
msgid ""
"We don't need to know quite that much :), limit your usage description to"
" 1024 characters or less."
msgstr ""
#: warehouse/manage/forms.py:735
#, python-format
msgid ""
"You have already submitted the maximum number of Organization requests "
"(%s)."
msgstr ""
#: warehouse/manage/forms.py:765
msgid "Choose a team name with 50 characters or less."
msgstr ""
#: warehouse/manage/forms.py:772
msgid ""
"The team name is invalid. Team names cannot start or end with a space, "
"period, underscore, hyphen, or slash. Choose a different team name."
msgstr ""
#: warehouse/manage/forms.py:799
msgid "This team name has already been used. Choose a different team name."
msgstr ""
#: warehouse/manage/forms.py:815
msgid "Specify your alternate repository name"
msgstr ""
#: warehouse/manage/forms.py:828
msgid "Specify your alternate repository URL"
msgstr ""
#: warehouse/manage/forms.py:833
msgid "The URL is too long. Choose a URL with 400 characters or less."
msgstr ""
#: warehouse/manage/forms.py:847
msgid ""
"The description is too long. Choose a description with 400 characters or "
"less."
msgstr ""
#: warehouse/manage/views/__init__.py:404
msgid "Account details updated"
msgstr ""
#: warehouse/manage/views/__init__.py:435
#, python-brace-format
msgid "Email ${email_address} added - check your email for a verification link"
msgstr ""
#: warehouse/manage/views/__init__.py:891
msgid "Recovery codes already generated"
msgstr ""
#: warehouse/manage/views/__init__.py:893
msgid "Generating new recovery codes will invalidate your existing codes."
msgstr ""
#: warehouse/manage/views/__init__.py:1001
msgid "Verify your email to create an API token."
msgstr ""
#: warehouse/manage/views/__init__.py:1103
msgid "API Token does not exist."
msgstr ""
#: warehouse/manage/views/__init__.py:1135
msgid "Invalid credentials. Try again"
msgstr ""
#: warehouse/manage/views/__init__.py:1256
msgid "Invalid alternate repository location details"
msgstr ""
#: warehouse/manage/views/__init__.py:1294
#, python-brace-format
msgid "Added alternate repository '${name}'"
msgstr ""
#: warehouse/manage/views/__init__.py:1327
#: warehouse/manage/views/__init__.py:1588
#: warehouse/manage/views/__init__.py:1673
#: warehouse/manage/views/__init__.py:1774
#: warehouse/manage/views/__init__.py:1874
msgid "Confirm the request"
msgstr ""
#: warehouse/manage/views/__init__.py:1339
msgid "Invalid alternate repository id"
msgstr ""
#: warehouse/manage/views/__init__.py:1350
msgid "Invalid alternate repository for project"
msgstr ""
#: warehouse/manage/views/__init__.py:1359
#, python-brace-format
msgid ""
"Could not delete alternate repository - ${confirm} is not the same as "
"${alt_repo_name}"
msgstr ""
#: warehouse/manage/views/__init__.py:1389
#, python-brace-format
msgid "Deleted alternate repository '${name}'"
msgstr ""
#: warehouse/manage/views/__init__.py:1457
#: warehouse/manage/views/__init__.py:1758
#: warehouse/manage/views/__init__.py:1866
msgid ""
"Project deletion temporarily disabled. See https://pypi.org/help#admin-"
"intervention for details."
msgstr ""
#: warehouse/manage/views/__init__.py:1601
msgid "Could not yank release - "
msgstr ""
#: warehouse/manage/views/__init__.py:1686
msgid "Could not un-yank release - "
msgstr ""
#: warehouse/manage/views/__init__.py:1787
msgid "Could not delete release - "
msgstr ""
#: warehouse/manage/views/__init__.py:1886
msgid "Could not find file"
msgstr ""
#: warehouse/manage/views/__init__.py:1891
msgid "Could not delete file - "
msgstr ""
#: warehouse/manage/views/__init__.py:2041
#, python-brace-format
msgid "Team '${team_name}' already has ${role_name} role for project"
msgstr ""
#: warehouse/manage/views/__init__.py:2148
#, python-brace-format
msgid "User '${username}' already has ${role_name} role for project"
msgstr ""
#: warehouse/manage/views/__init__.py:2215
#, python-brace-format
msgid "${username} is now ${role} of the '${project_name}' project."
msgstr ""
#: warehouse/manage/views/__init__.py:2246
#, python-brace-format
msgid ""
"User '${username}' does not have a verified primary email address and "
"cannot be added as a ${role_name} for project"
msgstr ""
#: warehouse/manage/views/__init__.py:2259
#: warehouse/manage/views/organizations.py:990
#, python-brace-format
msgid "User '${username}' already has an active invite. Please try again later."
msgstr ""
#: warehouse/manage/views/__init__.py:2324
#: warehouse/manage/views/organizations.py:1065
#, python-brace-format
msgid "Invitation sent to '${username}'"
msgstr ""
#: warehouse/manage/views/__init__.py:2356
msgid "Could not find role invitation."
msgstr ""
#: warehouse/manage/views/__init__.py:2367
msgid "Invitation already expired."
msgstr ""
#: warehouse/manage/views/__init__.py:2400
#: warehouse/manage/views/organizations.py:1265
#, python-brace-format
msgid "Invitation revoked from '${username}'."
msgstr ""
#: warehouse/manage/views/account_associations.py:66
#: warehouse/manage/views/account_associations.py:211
msgid "Invalid OAuth state - possible CSRF attack"
msgstr ""
#: warehouse/manage/views/account_associations.py:76
#, python-brace-format
msgid "GitHub OAuth failed: ${error}"
msgstr ""
#: warehouse/manage/views/account_associations.py:86
msgid "No authorization code received from GitHub"
msgstr ""
#: warehouse/manage/views/account_associations.py:135
#, python-brace-format
msgid "Successfully connected GitHub account @${username}"
msgstr ""
#: warehouse/manage/views/account_associations.py:144
#, python-brace-format
msgid "Failed to connect GitHub account: ${error}"
msgstr ""
#: warehouse/manage/views/account_associations.py:154
msgid "An unexpected error occurred while connecting your GitHub account"
msgstr ""
#: warehouse/manage/views/account_associations.py:221
#, python-brace-format
msgid "GitLab OAuth failed: ${error}"
msgstr ""
#: warehouse/manage/views/account_associations.py:231
msgid "No authorization code received from GitLab"
msgstr ""
#: warehouse/manage/views/account_associations.py:281
#, python-brace-format
msgid "Successfully connected GitLab account @${username}"
msgstr ""
#: warehouse/manage/views/account_associations.py:290
#, python-brace-format
msgid "Failed to connect GitLab account: ${error}"
msgstr ""
#: warehouse/manage/views/account_associations.py:300
msgid "An unexpected error occurred while connecting your GitLab account"
msgstr ""
#: warehouse/manage/views/account_associations.py:365
#, python-brace-format
msgid "Removed ${service} account @${username}"
msgstr ""
#: warehouse/manage/views/account_associations.py:372
msgid "Failed to remove account association"
msgstr ""
#: warehouse/manage/views/oidc_publishers.py:175
msgid "The trusted publisher could not be constrained"
msgstr ""
#: warehouse/manage/views/oidc_publishers.py:289
msgid ""
"GitHub-based trusted publishing is temporarily disabled. See "
"https://pypi.org/help#admin-intervention for details."
msgstr ""
#: warehouse/manage/views/oidc_publishers.py:404
msgid ""
"GitLab-based trusted publishing is temporarily disabled. See "
"https://pypi.org/help#admin-intervention for details."
msgstr ""
#: warehouse/manage/views/oidc_publishers.py:520
msgid ""
"Google-based trusted publishing is temporarily disabled. See "
"https://pypi.org/help#admin-intervention for details."
msgstr ""
#: warehouse/manage/views/oidc_publishers.py:631
msgid ""
"ActiveState-based trusted publishing is temporarily disabled. See "
"https://pypi.org/help#admin-intervention for details."
msgstr ""
#: warehouse/manage/views/organizations.py:966
#, python-brace-format
msgid "User '${username}' already has ${role_name} role for organization"
msgstr ""
#: warehouse/manage/views/organizations.py:977
#, python-brace-format
msgid ""
"User '${username}' does not have a verified primary email address and "
"cannot be added as a ${role_name} for organization"
msgstr ""
#: warehouse/manage/views/organizations.py:1001
msgid "Cannot invite new member. Organization is not in good standing."
msgstr ""
#: warehouse/manage/views/organizations.py:1160
#: warehouse/manage/views/organizations.py:1202
msgid "Could not find organization invitation."
msgstr ""
#: warehouse/manage/views/organizations.py:1170
msgid "Organization invitation could not be re-sent."
msgstr ""
#: warehouse/manage/views/organizations.py:1218
#, python-brace-format
msgid "Expired invitation for '${username}' deleted."
msgstr ""
#: warehouse/manage/views/organizations.py:1885
msgid ""
"This publisher has already been registered in your organization. See your"
" existing pending publishers below."
msgstr ""
#: warehouse/oidc/forms/_core.py:38 warehouse/oidc/forms/_core.py:49
#: warehouse/oidc/forms/gitlab.py:57 warehouse/oidc/forms/gitlab.py:61
msgid "Invalid project name"
msgstr ""
#: warehouse/oidc/forms/_core.py:68
#, python-brace-format
msgid ""
"This project already exists: use the project's publishing settings <a "
"href='${url}'>here</a> to create a Trusted Publisher for it."
msgstr ""
#: warehouse/oidc/forms/_core.py:75
msgid "This project already exists."
msgstr ""
#: warehouse/oidc/forms/_core.py:79
msgid "This project name isn't allowed"
msgstr ""
#: warehouse/oidc/forms/_core.py:83
msgid "This project name is too similar to an existing project"
msgstr ""
#: warehouse/oidc/forms/_core.py:88
msgid ""
"This project name isn't allowed (conflict with the Python standard "
"library module name)"
msgstr ""
#: warehouse/oidc/forms/_core.py:115 warehouse/oidc/forms/_core.py:126
msgid "Specify a publisher ID"
msgstr ""
#: warehouse/oidc/forms/_core.py:116 warehouse/oidc/forms/_core.py:127
msgid "Publisher must be specified by ID"
msgstr ""
#: warehouse/oidc/forms/_core.py:132
msgid "Specify an environment name"
msgstr ""
#: warehouse/oidc/forms/activestate.py:37
msgid "Double dashes are not allowed in the name"
msgstr ""
#: warehouse/oidc/forms/activestate.py:44
msgid "Leading or trailing dashes are not allowed in the name"
msgstr ""
#: warehouse/oidc/forms/activestate.py:68
#: warehouse/oidc/forms/activestate.py:81
msgid "Unexpected error from ActiveState. Try again in a few minutes"
msgstr ""
#: warehouse/oidc/forms/activestate.py:76
#: warehouse/oidc/forms/activestate.py:92
#: warehouse/oidc/forms/activestate.py:101
msgid "Unexpected error from ActiveState. Try again"
msgstr ""
#: warehouse/oidc/forms/activestate.py:111
msgid "Specify ActiveState organization name"
msgstr ""
#: warehouse/oidc/forms/activestate.py:119
msgid "Specify ActiveState project name"
msgstr ""
#: warehouse/oidc/forms/activestate.py:123
msgid "Invalid ActiveState project name"
msgstr ""
#: warehouse/oidc/forms/activestate.py:146
msgid "ActiveState organization not found"
msgstr ""
#: warehouse/oidc/forms/activestate.py:164
msgid "ActiveState actor not found"
msgstr ""
#: warehouse/oidc/forms/github.py:23
msgid "Specify GitHub repository owner (username or organization)"
msgstr ""
#: warehouse/oidc/forms/github.py:30
msgid "Specify repository name"
msgstr ""
#: warehouse/oidc/forms/github.py:32
msgid "Invalid repository name"
msgstr ""
#: warehouse/oidc/forms/github.py:40
msgid "Specify workflow filename"
msgstr ""
#: warehouse/oidc/forms/github.py:75
msgid "Unknown GitHub user or organization."
msgstr ""
#: warehouse/oidc/forms/github.py:86
msgid "GitHub has rate-limited this action. Try again in a few minutes."
msgstr ""
#: warehouse/oidc/forms/github.py:94
msgid "Unexpected error from GitHub. Try again."
msgstr ""
#: warehouse/oidc/forms/github.py:102
msgid "Unexpected connection error from GitHub. Try again in a few minutes."
msgstr ""
#: warehouse/oidc/forms/github.py:111
msgid "Unexpected timeout from GitHub. Try again in a few minutes."
msgstr ""
#: warehouse/oidc/forms/github.py:123
msgid "Invalid GitHub user or organization name."
msgstr ""
#: warehouse/oidc/forms/github.py:137
msgid "Workflow name must end with .yml or .yaml"
msgstr ""
#: warehouse/oidc/forms/github.py:142
msgid "Workflow filename must be a filename only, without directories"
msgstr ""
#: warehouse/oidc/forms/github.py:153
msgid "Environment name is too long (maximum is 255 characters)"
msgstr ""
#: warehouse/oidc/forms/github.py:158
msgid "Environment name may not start with whitespace"
msgstr ""
#: warehouse/oidc/forms/github.py:163
msgid "Environment name may not end with whitespace"
msgstr ""
#: warehouse/oidc/forms/github.py:169
msgid ""
"Environment name must not contain non-printable characters or the "
"characters \"'\", \"\"\", \"`\", \",\", \";\", \"\\\""
msgstr ""
#: warehouse/oidc/forms/gitlab.py:23
msgid "Name ends with .git or .atom"
msgstr ""
#: warehouse/oidc/forms/gitlab.py:38
msgid "Specify GitLab namespace (username or group/subgroup)"
msgstr ""
#: warehouse/oidc/forms/gitlab.py:43 warehouse/oidc/forms/gitlab.py:47
msgid "Invalid GitLab username or group/subgroup name."
msgstr ""
#: warehouse/oidc/forms/gitlab.py:70
msgid "Specify top-level pipeline file path"
msgstr ""
#: warehouse/oidc/forms/gitlab.py:79
msgid "Invalid environment name"
msgstr ""
#: warehouse/oidc/forms/gitlab.py:86
msgid "Choose GitLab issuer URL"
msgstr ""
#: warehouse/oidc/forms/gitlab.py:109
msgid "Top-level pipeline file path must end with .yml or .yaml"
msgstr ""
#: warehouse/oidc/forms/gitlab.py:113
msgid "Top-level pipeline file path cannot start or end with /"
msgstr ""
#: warehouse/packaging/forms.py:17
msgid "Provide an Inspector link to specific lines of code."
msgstr ""
#: warehouse/packaging/views.py:347
msgid "Your report has been recorded. Thank you for your help."
msgstr ""
#: warehouse/static/js/warehouse/controllers/clipboard_controller.js:21