-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated Russian localization #751
base: master
Are you sure you want to change the base?
Conversation
This reverts commit fbe2b01.
Updated Russian localization
File looks invalid? I'll update with master |
|
||
#: backends.py:69 | ||
msgid "Unrecognized algorithm type '{}'" | ||
msgstr "Нераспознанный тип алгоритма '{}'" | ||
|
||
#: backends.py:75 | ||
msgid "You must have cryptography installed to use {}." | ||
msgstr "" | ||
msgstr "У вас должна быть установлена криптография чтобы использовать {}." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Здесь идет речь о пакете cryptography, поэтому его название следует писать на английском языке, т.к. при написании на русском теряется смысл
Вот как это используется:
https://github.com/jazzband/djangorestframework-simplejwt/blob/v5.3.1/rest_framework_simplejwt/backends.py#L72-L77
https://github.com/jpadilla/pyjwt/blob/2.9.0/jwt/algorithms.py#L23-L70
No description provided.