Skip to content
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

Updates for project [Aaron] - AllianceAuth OIDC Provider #3

Merged
merged 4 commits into from
Mar 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions allianceauth_oidc/locale/uk/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Andrii Yukhymchak, 2024
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-13 18:46+1000\n"
"PO-Revision-Date: 2023-10-13 08:54+0000\n"
"Last-Translator: Andrii Yukhymchak, 2024\n"
"Language-Team: Ukrainian (https://app.transifex.com/alliance-auth/teams/107430/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"

#: templates/allianceauth_oidc/authorize.html:42
msgid "is requesting access to your Alliance Auth User data"
msgstr "запитує доступ до ваших даних користувача Alliance Auth"

#: templates/allianceauth_oidc/authorize.html:43
msgid "Logged in as:"
msgstr "Ввійшов в систему як:"

#: templates/allianceauth_oidc/authorize.html:52
msgid "The application is requesting the following"
msgstr "Сервіс вимагає наступні"

#: templates/allianceauth_oidc/authorize.html:61
msgid "You will be redirected back to the application after authorization"
msgstr "Ви будете перенаправлені назад до сервісу після авторизації"

#: templates/allianceauth_oidc/authorize.html:62
msgid "This Application cannot access other data within Alliance Auth!"
msgstr "Цей сервіс не може отримати доступ до інших даних у Alliance Auth!"

#: templates/allianceauth_oidc/authorize.html:67
msgid "Cancel"
msgstr "Скасувати"

#: templates/allianceauth_oidc/authorize.html:68
msgid "Authorize"
msgstr "Авторизувати"

#: templates/allianceauth_oidc/denied.html:66
msgid "If you believe this is in error please contact the administrators."
msgstr ""
"Якщо ви вважаєте, що це помилково, будь ласка, зв'яжіться з "
"адміністраторами."

#: templates/allianceauth_oidc/denied.html:67
msgid "This action has been logged"
msgstr "Ця дія була занотована"

#: templates/allianceauth_oidc/logout_confirm.html:9
msgid "Confirm Logout requested by"
msgstr "Підтвердження виходу було за запитом"

#: templates/allianceauth_oidc/logout_confirm.html:11
msgid "Confirm Logout"
msgstr "Підтвердити вихід"
Loading