Skip to content

Commit

Permalink
Ukrainian localization added (#423)
Browse files Browse the repository at this point in the history
* Ukrainian localization added

* Ukrainian localization added

* Ukrainian localization added

* Updates per comments and added compiled file

* Updates per comments and added compiled file

Co-authored-by: aartiukhov <artem.artiukhov@chromeriver.com>
  • Loading branch information
Artem19861910 and artem-artiukhov committed Jun 24, 2021
1 parent a434d5b commit c53de60
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 0 deletions.
Binary file not shown.
113 changes: 113 additions & 0 deletions rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
# This file is distributed under the same license as the PACKAGE package.
# Artiukhov Artem <defenite@meta.ua>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-17 12:32+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Artiukhov Artem <defenite@meta.ua>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: rest_framework_simplejwt/authentication.py:79
msgid "Authorization header must contain two space-delimited values"
msgstr "Авторизаційний заголовок має містити два значення розділені пробілом"

#: rest_framework_simplejwt/authentication.py:100
msgid "Given token not valid for any token type"
msgstr "Наданий токен не відповідає жодному типу ключа"

#: rest_framework_simplejwt/authentication.py:111
#: rest_framework_simplejwt/authentication.py:133
msgid "Token contained no recognizable user identification"
msgstr "Наданий токен не мітить жодної ідентифікаційної інформації"

#: rest_framework_simplejwt/authentication.py:116
msgid "User not found"
msgstr "Користувач не знайдений"

#: rest_framework_simplejwt/authentication.py:119
msgid "User is inactive"
msgstr "Користувач неактивний"

#: rest_framework_simplejwt/backends.py:37
msgid "Unrecognized algorithm type '{}'"
msgstr "Тип алгоритму '{}' не розпізнаний"

#: rest_framework_simplejwt/backends.py:40
msgid "You must have cryptography installed to use {}."
msgstr "Встановіть модуль cryptography щоб використовувати {}"

#: rest_framework_simplejwt/backends.py:74
msgid "Invalid algorithm specified"
msgstr "Вказаний невірний алгоритм"

#: rest_framework_simplejwt/backends.py:76
#: rest_framework_simplejwt/exceptions.py:38
#: rest_framework_simplejwt/tokens.py:44
msgid "Token is invalid or expired"
msgstr "Токен некоректний або термін його дії вичерпаний"

#: rest_framework_simplejwt/serializers.py:24
msgid "No active account found with the given credentials"
msgstr "Не знайдено жодного облікового запису по наданих облікових даних"

#: rest_framework_simplejwt/settings.py:63
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "Налаштування '{}' видалене. Подивіться у '{}' для інших доступних"

#: rest_framework_simplejwt/token_blacklist/admin.py:72
msgid "jti"
msgstr "jti"

#: rest_framework_simplejwt/token_blacklist/admin.py:77
msgid "user"
msgstr "користувач"

#: rest_framework_simplejwt/token_blacklist/admin.py:82
msgid "created at"
msgstr "створений о"

#: rest_framework_simplejwt/token_blacklist/admin.py:87
msgid "expires at"
msgstr "дійстний по"

#: rest_framework_simplejwt/token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Чорний список токенів"

#: rest_framework_simplejwt/tokens.py:30
msgid "Cannot create token with no type or lifetime"
msgstr "Неможливо створити токен без типу або строку дії"

#: rest_framework_simplejwt/tokens.py:98
msgid "Token has no id"
msgstr "У ключі доступу не міститься id"

#: rest_framework_simplejwt/tokens.py:109
msgid "Token has no type"
msgstr "У ключі доступу не міститься тип"

#: rest_framework_simplejwt/tokens.py:112
msgid "Token has wrong type"
msgstr "токен позначений невірним типом"

#: rest_framework_simplejwt/tokens.py:149
msgid "Token has no '{}' claim"
msgstr "У токені не міститься '{}' заголовку"

#: rest_framework_simplejwt/tokens.py:153
msgid "Token '{}' claim has expired"
msgstr "Заголовок '{}' токена не дійсний"

#: rest_framework_simplejwt/tokens.py:192
msgid "Token is blacklisted"
msgstr "Токен занесений у чорний список"

0 comments on commit c53de60

Please sign in to comment.