Skip to content

Commit

Permalink
make translations
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Sep 30, 2024
1 parent 244a6aa commit ab96fc8
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions warehouse/locale/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -14,108 +14,108 @@ msgstr ""
msgid "Locale updated"
msgstr ""

#: warehouse/accounts/forms.py:52 warehouse/accounts/forms.py:290
#: warehouse/accounts/forms.py:54 warehouse/accounts/forms.py:292
msgid "The email address isn't valid. Try again."
msgstr ""

#: warehouse/accounts/forms.py:53
#: warehouse/accounts/forms.py:55
msgid "The password is invalid. Try again."
msgstr ""

#: warehouse/accounts/forms.py:54
#: warehouse/accounts/forms.py:56
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:72
#: warehouse/accounts/forms.py:74
msgid "Null bytes are not allowed."
msgstr ""

#: warehouse/accounts/forms.py:86
#: warehouse/accounts/forms.py:88
msgid "No user found with that username"
msgstr ""

#: warehouse/accounts/forms.py:106
#: warehouse/accounts/forms.py:108
msgid "TOTP code must be ${totp_length} digits."
msgstr ""

#: warehouse/accounts/forms.py:126
#: warehouse/accounts/forms.py:128
msgid "Recovery Codes must be ${recovery_code_length} characters."
msgstr ""

#: warehouse/accounts/forms.py:141
#: warehouse/accounts/forms.py:143
msgid "Choose a username with 50 characters or less."
msgstr ""

#: warehouse/accounts/forms.py:158
#: warehouse/accounts/forms.py:160
msgid ""
"This username is already being used by another account. Choose a "
"different username."
msgstr ""

#: warehouse/accounts/forms.py:172 warehouse/accounts/forms.py:221
#: warehouse/accounts/forms.py:234
#: warehouse/accounts/forms.py:174 warehouse/accounts/forms.py:223
#: warehouse/accounts/forms.py:236
msgid "Password too long."
msgstr ""

#: warehouse/accounts/forms.py:208
#: warehouse/accounts/forms.py:210
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:237
#: warehouse/accounts/forms.py:239
msgid "Your passwords don't match. Try again."
msgstr ""

#: warehouse/accounts/forms.py:271
#: warehouse/accounts/forms.py:273
msgid "The email address is too long. Try again."
msgstr ""

#: warehouse/accounts/forms.py:322
#: warehouse/accounts/forms.py:338
msgid "You can't use an email address from this domain. Use a different email."
msgstr ""

#: warehouse/accounts/forms.py:337
#: warehouse/accounts/forms.py:353
msgid ""
"This email address is already being used by this account. Use a different"
" email."
msgstr ""

#: warehouse/accounts/forms.py:348
#: warehouse/accounts/forms.py:364
msgid ""
"This email address is already being used by another account. Use a "
"different email."
msgstr ""

#: warehouse/accounts/forms.py:388 warehouse/manage/forms.py:139
#: warehouse/accounts/forms.py:404 warehouse/manage/forms.py:139
#: warehouse/manage/forms.py:728
msgid "The name is too long. Choose a name with 100 characters or less."
msgstr ""

#: warehouse/accounts/forms.py:395
#: warehouse/accounts/forms.py:411
msgid "URLs are not allowed in the name field."
msgstr ""

#: warehouse/accounts/forms.py:484
#: warehouse/accounts/forms.py:500
msgid "Invalid TOTP code."
msgstr ""

#: warehouse/accounts/forms.py:501
#: warehouse/accounts/forms.py:517
msgid "Invalid WebAuthn assertion: Bad payload"
msgstr ""

#: warehouse/accounts/forms.py:570
#: warehouse/accounts/forms.py:586
msgid "Invalid recovery code."
msgstr ""

#: warehouse/accounts/forms.py:579
#: warehouse/accounts/forms.py:595
msgid "Recovery code has been previously used."
msgstr ""

#: warehouse/accounts/forms.py:609
#: warehouse/accounts/forms.py:625
msgid "The username isn't valid. Try again."
msgstr ""

Expand Down

0 comments on commit ab96fc8

Please sign in to comment.