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 Aug 28, 2024
1 parent 9b06cff commit a5c23b6
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions warehouse/locale/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -14,103 +14,103 @@ msgstr ""
msgid "Locale updated"
msgstr ""

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

#: warehouse/accounts/forms.py:52
#: warehouse/accounts/forms.py:53
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:70
#: warehouse/accounts/forms.py:71
msgid "Null bytes are not allowed."
msgstr ""

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

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

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

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

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

#: warehouse/accounts/forms.py:170 warehouse/accounts/forms.py:219
#: warehouse/accounts/forms.py:232
#: warehouse/accounts/forms.py:171 warehouse/accounts/forms.py:220
#: warehouse/accounts/forms.py:233
msgid "Password too long."
msgstr ""

#: warehouse/accounts/forms.py:206
#: warehouse/accounts/forms.py:207
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:235
#: warehouse/accounts/forms.py:236
msgid "Your passwords don't match. Try again."
msgstr ""

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

#: warehouse/accounts/forms.py:284
#: warehouse/accounts/forms.py:285
msgid "The email address isn't valid. Try again."
msgstr ""

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

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

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

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

#: warehouse/accounts/forms.py:440
#: warehouse/accounts/forms.py:442
msgid "Invalid TOTP code."
msgstr ""

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

#: warehouse/accounts/forms.py:526
#: warehouse/accounts/forms.py:528
msgid "Invalid recovery code."
msgstr ""

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

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

Expand Down

0 comments on commit a5c23b6

Please sign in to comment.