This commit is contained in:
Egor Pavlovich Gorbunov 2025-05-20 08:56:33 +03:00
parent 07d32de16b
commit d001e238f8
70 changed files with 8494 additions and 6602 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ import logging
from os import getenv
from pathlib import Path
EVIBES_VERSION = "2.6.2"
EVIBES_VERSION = "2.7.0"
BASE_DIR = Path(__file__).resolve().parent.parent.parent

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "eVibes"
version = "2.6.2"
version = "2.7.0"
description = "eVibes is an open-source eCommerce backend service built with Django. Its designed for flexibility, making it ideal for various use cases and learning Django skills. The project is easy to customize, allowing for straightforward editing and extension."
authors = ["fureunoir <contact@fureunoir.com>"]
readme = "README.md"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "التحقق من الرمز المميز"
msgid "Verify a token (refresh or access)."
msgstr "التحقق من الرمز المميز (التحديث أو الوصول)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "الرمز المميز صالح"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "إنشاء مستخدم جديد"
@ -89,8 +93,8 @@ msgstr "حذف مستخدم"
#: vibes_auth/docs/drf/viewsets.py:32
msgid "reset a user's password by sending a reset password email"
msgstr ""
"إعادة تعيين كلمة مرور المستخدم عن طريق إرسال بريد إلكتروني لإعادة تعيين كلمة"
" المرور"
"إعادة تعيين كلمة مرور المستخدم عن طريق إرسال بريد إلكتروني لإعادة تعيين كلمة "
"المرور"
#: vibes_auth/docs/drf/viewsets.py:40
msgid "handle avatar upload for a user"
@ -153,11 +157,11 @@ msgstr "حدث خطأ ما: {e!s}"
msgid "token is invalid!"
msgstr "الرمز غير صالح!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "المنتجات التي تم عرضها مؤخراً"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "المجموعات"
@ -230,43 +234,39 @@ msgstr "مشترك"
msgid "user's newsletter subscription status"
msgstr "حالة اشتراك المستخدم في النشرة الإخبارية"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "تمت مشاهدته مؤخراً"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "رمز التفعيل"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "السمات"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "المستخدم"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "المستخدمون"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "المجموعة"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "الرمز المميز"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "الرموز المميزة المعلقة"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "الرمز المميز المدرج في القائمة السوداء"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "الرموز المميزة المدرجة في القائمة السوداء"
@ -405,11 +405,7 @@ msgstr ""
"تنسيق رقم الهاتف غير صالح. يجب إدخال الرقم بالصيغة: \"+999999999\". يُسمح "
"بإدخال 15 رقماً كحد أقصى."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "الرمز المميز صالح"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "الرمز المميز غير صالح"
@ -420,3 +416,6 @@ msgstr "تمت إعادة تعيين كلمة المرور بنجاح!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "لقد قمت بتفعيل الحساب بالفعل..."
#~ msgid "recently viwed"
#~ msgstr "تمت مشاهدته مؤخراً"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "Ověření tokenu"
msgid "Verify a token (refresh or access)."
msgstr "Ověření tokenu (obnovení nebo přístup)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Token je platný"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Vytvoření nového uživatele"
@ -151,11 +155,11 @@ msgstr "Něco se pokazilo: {e!s}"
msgid "token is invalid!"
msgstr "Token je neplatný!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Nedávno zobrazené produkty"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Skupiny"
@ -228,43 +232,39 @@ msgstr "Je přihlášena k odběru"
msgid "user's newsletter subscription status"
msgstr "Stav odběru newsletteru uživatele"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Nedávno zobrazené"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Aktivační token"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Atributy"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Uživatel"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Uživatelé"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Skupina"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Vynikající žeton"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Nevyplacené žetony"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Token na černé listině"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Tokeny na černé listině"
@ -368,7 +368,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL\n"
" into your web browser:"
msgstr ""
"Pokud výše uvedené tlačítko nefunguje, zkopírujte a vložte následující adresu URL\n"
"Pokud výše uvedené tlačítko nefunguje, zkopírujte a vložte následující "
"adresu URL\n"
" do webového prohlížeče:"
#: vibes_auth/templates/user_verification_email.html:101
@ -403,11 +404,7 @@ msgstr ""
"Nesprávný formát telefonního čísla. Číslo musí být zadáno ve formátu: "
"\"+999999999\". Povoleno je až 15 číslic."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Token je platný"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Token je neplatný"
@ -418,3 +415,6 @@ msgstr "Heslo bylo úspěšně resetováno!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Účet jste již aktivovali..."
#~ msgid "recently viwed"
#~ msgstr "Nedávno zobrazené"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "Bekræft et token"
msgid "Verify a token (refresh or access)."
msgstr "Bekræft et token (opdatering eller adgang)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Tokenet er gyldigt"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Opret en ny bruger"
@ -153,11 +157,11 @@ msgstr "Noget gik galt: {e!s}"
msgid "token is invalid!"
msgstr "Token er ugyldig!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Nyligt viste produkter"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Grupper"
@ -230,43 +234,39 @@ msgstr "Er tilmeldt"
msgid "user's newsletter subscription status"
msgstr "Status for brugerens abonnement på nyhedsbrev"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Set for nylig"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Aktiveringstoken"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Egenskaber"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Bruger"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Brugere"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Gruppe"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Enestående token"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Udestående tokens"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Sortlistet token"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Sortlistede tokens"
@ -371,7 +371,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL\n"
" into your web browser:"
msgstr ""
"Hvis ovenstående knap ikke virker, bedes du kopiere og indsætte følgende URL\n"
"Hvis ovenstående knap ikke virker, bedes du kopiere og indsætte følgende "
"URL\n"
" i din webbrowser:"
#: vibes_auth/templates/user_verification_email.html:101
@ -406,11 +407,7 @@ msgstr ""
"Ugyldigt telefonnummerformat. Nummeret skal indtastes i formatet: "
"\"+999999999\". Op til 15 cifre er tilladt."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Tokenet er gyldigt"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Tokenet er ugyldigt"
@ -421,3 +418,6 @@ msgstr "Adgangskoden er blevet nulstillet med succes!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Du har allerede aktiveret kontoen..."
#~ msgid "recently viwed"
#~ msgstr "Set for nylig"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -71,6 +71,10 @@ msgstr "Überprüfen eines Tokens"
msgid "Verify a token (refresh or access)."
msgstr "Überprüfen eines Tokens (Aktualisierung oder Zugriff)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Das Token ist gültig"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Einen neuen Benutzer anlegen"
@ -117,8 +121,8 @@ msgstr "Aktivierungslink ist ungültig oder Konto bereits aktiviert"
#: vibes_auth/graphene/mutations.py:40
msgid "the user's b64-encoded uuid who referred the new user to us."
msgstr ""
"Die b64-kodierte uuid des Benutzers, der den neuen Benutzer an uns verwiesen"
" hat."
"Die b64-kodierte uuid des Benutzers, der den neuen Benutzer an uns verwiesen "
"hat."
#: vibes_auth/graphene/mutations.py:103
#, python-brace-format
@ -156,11 +160,11 @@ msgstr "Etwas ist schief gelaufen: {e!s}"
msgid "token is invalid!"
msgstr "Token ist ungültig!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Zuletzt angesehene Produkte"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Gruppen"
@ -234,43 +238,39 @@ msgstr "Ist abonniert"
msgid "user's newsletter subscription status"
msgstr "Status des Newsletter-Abonnements des Benutzers"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Kürzlich gesehen"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Aktivierungs-Token"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Attribute"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Benutzer"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Benutzer"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Gruppe"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Hervorragende Wertmarke"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Ausstehende Wertmarken"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Token auf der schwarzen Liste"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Token auf der schwarzen Liste"
@ -336,8 +336,8 @@ msgstr ""
#: vibes_auth/templates/user_reset_password_email.html:88
msgid "if you did not send this request, please ignore this email."
msgstr ""
"Wenn Sie diese Anfrage nicht gesendet haben, ignorieren Sie bitte diese "
"E-Mail."
"Wenn Sie diese Anfrage nicht gesendet haben, ignorieren Sie bitte diese E-"
"Mail."
#: vibes_auth/templates/user_reset_password_email.html:89
#, python-format
@ -376,7 +376,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL\n"
" into your web browser:"
msgstr ""
"Wenn die obige Schaltfläche nicht funktioniert, kopieren Sie bitte die folgende URL und fügen Sie sie in Ihren Browser ein\n"
"Wenn die obige Schaltfläche nicht funktioniert, kopieren Sie bitte die "
"folgende URL und fügen Sie sie in Ihren Browser ein\n"
" in Ihren Webbrowser ein:"
#: vibes_auth/templates/user_verification_email.html:101
@ -411,11 +412,7 @@ msgstr ""
"Ungültiges Telefonnummernformat. Die Nummer muss in dem Format eingegeben "
"werden: \"+999999999\". Bis zu 15 Ziffern sind erlaubt."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Das Token ist gültig"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Das Token ist ungültig"
@ -426,3 +423,6 @@ msgstr "Das Passwort wurde erfolgreich zurückgesetzt!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Sie haben das Konto bereits aktiviert..."
#~ msgid "recently viwed"
#~ msgstr "Kürzlich gesehen"

View file

@ -3,12 +3,12 @@
# This file is distributed under the same license as the eVibes package.
# EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>, 2025.
#
#,fuzzy
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -75,6 +75,10 @@ msgstr "Verify a token"
msgid "Verify a token (refresh or access)."
msgstr "Verify a token (refresh or access)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "The token is valid"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Create a new user"
@ -156,11 +160,11 @@ msgstr "Something went wrong: {e!s}"
msgid "token is invalid!"
msgstr "Token is invalid!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Recently viewed products"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Groups"
@ -233,43 +237,39 @@ msgstr "Is subscribed"
msgid "user's newsletter subscription status"
msgstr "User's newsletter subscription status"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Recently viewed"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Activation token"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Attributes"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "User"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Users"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Group"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Outstanding token"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Outstanding tokens"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Blacklisted token"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Blacklisted tokens"
@ -408,11 +408,7 @@ msgstr ""
"Invalid phone number format. The number must be entered in the format: "
"\"+999999999\". Up to 15 digits allowed."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "The token is valid"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "The token is invalid"
@ -423,3 +419,6 @@ msgstr "Password has been reset successfully!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "You have already activated the account..."
#~ msgid "recently viwed"
#~ msgstr "Recently viewed"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "Verify a token"
msgid "Verify a token (refresh or access)."
msgstr "Verify a token (refresh or access)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "The token is valid"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Create a new user"
@ -151,11 +155,11 @@ msgstr "Something went wrong: {e!s}"
msgid "token is invalid!"
msgstr "Token is invalid!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Recently viewed products"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Groups"
@ -228,43 +232,39 @@ msgstr "Is subscribed"
msgid "user's newsletter subscription status"
msgstr "User's newsletter subscription status"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Recently viewed"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Activation token"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Attributes"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "User"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Users"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Group"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Outstanding token"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Outstanding tokens"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Blacklisted token"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Blacklisted tokens"
@ -403,11 +403,7 @@ msgstr ""
"Invalid phone number format. The number must be entered in the format: "
"\"+999999999\". Up to 15 digits allowed."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "The token is valid"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "The token is invalid"
@ -418,3 +414,6 @@ msgstr "Password has been reset successfully!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "You have already activated the account..."
#~ msgid "recently viwed"
#~ msgstr "Recently viewed"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "Verificar un token"
msgid "Verify a token (refresh or access)."
msgstr "Verificar un token (actualización o acceso)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "El token es válido"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Crear un nuevo usuario"
@ -154,11 +158,11 @@ msgstr "Algo salió mal: {e!s}."
msgid "token is invalid!"
msgstr "¡La ficha no es válida!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Productos vistos recientemente"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Grupos"
@ -231,43 +235,39 @@ msgstr "Está suscrito"
msgid "user's newsletter subscription status"
msgstr "Estado de suscripción del usuario al boletín"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Vistos recientemente"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Ficha de activación"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Atributos"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Usuario"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Usuarios"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Grupo"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Ficha pendiente"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Fichas pendientes"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Ficha en la lista negra"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Fichas en la lista negra"
@ -406,11 +406,7 @@ msgstr ""
"Formato de número de teléfono no válido. El número debe introducirse con el "
"formato \"+999999999\". Se permiten hasta 15 dígitos."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "El token es válido"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "El token no es válido"
@ -421,3 +417,6 @@ msgstr "La contraseña se ha restablecido correctamente."
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Ya ha activado la cuenta..."
#~ msgid "recently viwed"
#~ msgstr "Vistos recientemente"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -72,6 +72,10 @@ msgstr "Vérifier un jeton"
msgid "Verify a token (refresh or access)."
msgstr "Vérifier un jeton (rafraîchissement ou accès)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Le jeton est valide"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Créer un nouvel utilisateur"
@ -157,11 +161,11 @@ msgstr "Quelque chose a mal tourné : {e!s}"
msgid "token is invalid!"
msgstr "Le jeton n'est pas valide !"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Produits récemment consultés"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Groupes"
@ -237,43 +241,39 @@ msgstr "Est abonné"
msgid "user's newsletter subscription status"
msgstr "Statut de l'abonnement à la lettre d'information de l'utilisateur"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Récemment consultés"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Jeton d'activation"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Attributs"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Utilisateur"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Utilisateurs"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Groupe"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Jeton exceptionnel"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Jetons en circulation"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Jeton sur liste noire"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Jetons sur liste noire"
@ -291,8 +291,7 @@ msgstr "Jeton non valide"
#: vibes_auth/serializers.py:196
msgid "no user uuid claim present in token"
msgstr ""
"Aucune revendication d'uuid d'utilisateur n'est présente dans le jeton"
msgstr "Aucune revendication d'uuid d'utilisateur n'est présente dans le jeton"
#: vibes_auth/serializers.py:198
msgid "user does not exist"
@ -340,8 +339,7 @@ msgstr ""
#: vibes_auth/templates/user_reset_password_email.html:88
msgid "if you did not send this request, please ignore this email."
msgstr ""
"Si vous n'avez pas envoyé cette demande, veuillez ignorer ce courriel."
msgstr "Si vous n'avez pas envoyé cette demande, veuillez ignorer ce courriel."
#: vibes_auth/templates/user_reset_password_email.html:89
#, python-format
@ -364,8 +362,8 @@ msgid ""
"thank you for signing up for %(project_name)s. please activate your account "
"by clicking the button below:"
msgstr ""
"Merci de vous être inscrit à %(project_name)s. Veuillez activer votre compte"
" en cliquant sur le bouton ci-dessous :"
"Merci de vous être inscrit à %(project_name)s. Veuillez activer votre compte "
"en cliquant sur le bouton ci-dessous :"
#: vibes_auth/templates/user_verification_email.html:95
msgid ""
@ -380,7 +378,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL\n"
" into your web browser:"
msgstr ""
"Si le bouton ci-dessus ne fonctionne pas, veuillez copier et coller l'URL suivante\n"
"Si le bouton ci-dessus ne fonctionne pas, veuillez copier et coller l'URL "
"suivante\n"
" suivante dans votre navigateur web :"
#: vibes_auth/templates/user_verification_email.html:101
@ -415,11 +414,7 @@ msgstr ""
"Format de numéro de téléphone non valide. Le numéro doit être saisi au "
"format : \"+999999999\". Un maximum de 15 chiffres est autorisé."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Le jeton est valide"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Le jeton n'est pas valide"
@ -430,3 +425,6 @@ msgstr "Le mot de passe a été réinitialisé avec succès !"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Vous avez déjà activé le compte..."
#~ msgid "recently viwed"
#~ msgstr "Récemment consultés"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -74,6 +74,10 @@ msgstr ""
msgid "Verify a token (refresh or access)."
msgstr ""
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr ""
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr ""
@ -155,11 +159,11 @@ msgstr ""
msgid "token is invalid!"
msgstr ""
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr ""
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr ""
@ -232,43 +236,39 @@ msgstr ""
msgid "user's newsletter subscription status"
msgstr ""
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr ""
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr ""
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr ""
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr ""
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr ""
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr ""
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr ""
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr ""
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr ""
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr ""
@ -395,11 +395,7 @@ msgid ""
"\"+999999999\". up to 15 digits allowed."
msgstr ""
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr ""
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr ""

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -71,6 +71,10 @@ msgstr "Verifica di un token"
msgid "Verify a token (refresh or access)."
msgstr "Verifica di un token (aggiornamento o accesso)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Il token è valido"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Creare un nuovo utente"
@ -154,11 +158,11 @@ msgstr "Qualcosa è andato storto: {e!s}"
msgid "token is invalid!"
msgstr "Il gettone non è valido!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Prodotti visti di recente"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Gruppi"
@ -233,43 +237,39 @@ msgstr "È iscritto"
msgid "user's newsletter subscription status"
msgstr "Stato di iscrizione alla newsletter dell'utente"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Visti di recente"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Token di attivazione"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Attributi"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Utente"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Utenti"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Gruppo"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Gettone eccezionale"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Gettoni in sospeso"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Token in lista nera"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Gettoni nella lista nera"
@ -408,11 +408,7 @@ msgstr ""
"Formato del numero di telefono non valido. Il numero deve essere inserito "
"nel formato: \"+999999999\". Sono consentite fino a 15 cifre."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Il token è valido"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Il token non è valido"
@ -423,3 +419,6 @@ msgstr "La password è stata reimpostata con successo!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Avete già attivato l'account..."
#~ msgid "recently viwed"
#~ msgstr "Visti di recente"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "トークンの検証"
msgid "Verify a token (refresh or access)."
msgstr "トークンを確認する(リフレッシュまたはアクセス)。"
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "トークンは有効です"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "新規ユーザーの作成"
@ -109,7 +113,9 @@ msgstr "ユーザーアカウントの有効化"
#: vibes_auth/docs/drf/viewsets.py:62
msgid "activation link is invalid or account already activated"
msgstr "アクティベーションリンクが無効であるか、アカウントがすでにアクティベーションされています。"
msgstr ""
"アクティベーションリンクが無効であるか、アカウントがすでにアクティベーション"
"されています。"
#: vibes_auth/graphene/mutations.py:40
msgid "the user's b64-encoded uuid who referred the new user to us."
@ -151,11 +157,11 @@ msgstr "何かが間違っていた:{e!s}"
msgid "token is invalid!"
msgstr "トークンが無効です!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "最近見た製品"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "グループ"
@ -228,43 +234,39 @@ msgstr "購読中"
msgid "user's newsletter subscription status"
msgstr "ユーザーのニュースレター購読状況"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "最近閲覧した記事"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "アクティベーション・トークン"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "属性"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "ユーザー"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "ユーザー"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "グループ"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "卓越したトークン"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "トークン残高"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "ブラックリストトークン"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "ブラックリストに載ったトークン"
@ -311,7 +313,9 @@ msgstr "こんにちは、%(user_first_name)sです、"
msgid ""
"we have received a request to reset your password. please reset your "
"password by clicking the button below:"
msgstr "パスワードの再設定依頼が届いております。以下のボタンをクリックして、パスワードをリセットしてください:"
msgstr ""
"パスワードの再設定依頼が届いております。以下のボタンをクリックして、パスワー"
"ドをリセットしてください:"
#: vibes_auth/templates/user_reset_password_email.html:84
msgid "reset password"
@ -321,7 +325,9 @@ msgstr "パスワードのリセット"
msgid ""
"if the button above does not work, please copy and paste the following URL "
"into your web browser:"
msgstr "上記のボタンが機能しない場合は、以下のURLをコピーしてウェブブラウザに貼り付けてください"
msgstr ""
"上記のボタンが機能しない場合は、以下のURLをコピーしてウェブブラウザに貼り付け"
"てください:"
#: vibes_auth/templates/user_reset_password_email.html:88
msgid "if you did not send this request, please ignore this email."
@ -347,7 +353,9 @@ msgstr "アカウントの有効化"
msgid ""
"thank you for signing up for %(project_name)s. please activate your account "
"by clicking the button below:"
msgstr "%(project_name)sにご登録いただきありがとうございます。下のボタンをクリックしてアカウントを有効にしてください"
msgstr ""
"%(project_name)sにご登録いただきありがとうございます。下のボタンをクリックし"
"てアカウントを有効にしてください:"
#: vibes_auth/templates/user_verification_email.html:95
msgid ""
@ -362,7 +370,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL\n"
" into your web browser:"
msgstr ""
"上記のボタンが機能しない場合は、次のURLをコピーしてウェブブラウザに貼り付けてください。\n"
"上記のボタンが機能しない場合は、次のURLをコピーしてウェブブラウザに貼り付けて"
"ください。\n"
" をウェブブラウザに貼り付けてください:"
#: vibes_auth/templates/user_verification_email.html:101
@ -393,13 +402,11 @@ msgstr "{config.PROJECT_NAME}。| パスワードのリセット"
msgid ""
"invalid phone number format. the number must be entered in the format: "
"\"+999999999\". up to 15 digits allowed."
msgstr "電話番号の形式が無効です。電話番号は次の形式で入力してください:\"+999999999\".15桁まで入力可能です。"
msgstr ""
"電話番号の形式が無効です。電話番号は次の形式で入力してください:"
"\"+999999999\".15桁まで入力可能です。"
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "トークンは有効です"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "トークンが無効"
@ -410,3 +417,6 @@ msgstr "パスワードのリセットに成功しました!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "あなたはすでにアカウントを有効にしています..."
#~ msgid "recently viwed"
#~ msgstr "最近閲覧した記事"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -74,6 +74,10 @@ msgstr ""
msgid "Verify a token (refresh or access)."
msgstr ""
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr ""
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr ""
@ -155,11 +159,11 @@ msgstr ""
msgid "token is invalid!"
msgstr ""
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr ""
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr ""
@ -232,43 +236,39 @@ msgstr ""
msgid "user's newsletter subscription status"
msgstr ""
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr ""
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr ""
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr ""
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr ""
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr ""
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr ""
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr ""
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr ""
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr ""
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr ""
@ -395,11 +395,7 @@ msgid ""
"\"+999999999\". up to 15 digits allowed."
msgstr ""
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr ""
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr ""

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "Een token verifiëren"
msgid "Verify a token (refresh or access)."
msgstr "Een token verifiëren (verversen of toegang)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "The token is valid"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Een nieuwe gebruiker maken"
@ -155,11 +159,11 @@ msgstr "Er ging iets mis: {e!s}"
msgid "token is invalid!"
msgstr "Token is invalid!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Recent bekeken producten"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Groepen"
@ -232,43 +236,39 @@ msgstr "Is geabonneerd"
msgid "user's newsletter subscription status"
msgstr "Inschrijvingsstatus nieuwsbrief gebruiker"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Onlangs bekeken"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Activeringstoken"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Attributen"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Gebruiker"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Gebruikers"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Groep"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Uitstekende penning"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Uitstaande tokens"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Token op zwarte lijst"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Tokens op de zwarte lijst"
@ -316,8 +316,8 @@ msgid ""
"we have received a request to reset your password. please reset your "
"password by clicking the button below:"
msgstr ""
"We hebben een verzoek ontvangen om je wachtwoord opnieuw in te stellen. Klik"
" op de knop hieronder om je wachtwoord opnieuw in te stellen:"
"We hebben een verzoek ontvangen om je wachtwoord opnieuw in te stellen. Klik "
"op de knop hieronder om je wachtwoord opnieuw in te stellen:"
#: vibes_auth/templates/user_reset_password_email.html:84
msgid "reset password"
@ -356,8 +356,8 @@ msgid ""
"thank you for signing up for %(project_name)s. please activate your account "
"by clicking the button below:"
msgstr ""
"Bedankt voor het aanmelden bij %(project_name)s. Activeer je account door op"
" de onderstaande knop te klikken:"
"Bedankt voor het aanmelden bij %(project_name)s. Activeer je account door op "
"de onderstaande knop te klikken:"
#: vibes_auth/templates/user_verification_email.html:95
msgid ""
@ -407,11 +407,7 @@ msgstr ""
"Ongeldig formaat telefoonnummer. Het nummer moet worden ingevoerd in de "
"indeling: \"+999999999\". Maximaal 15 cijfers toegestaan."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "The token is valid"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Het token is ongeldig"
@ -422,3 +418,6 @@ msgstr "Wachtwoord is succesvol gereset!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Je hebt de account al geactiveerd..."
#~ msgid "recently viwed"
#~ msgstr "Onlangs bekeken"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -52,8 +52,7 @@ msgstr "Uzyskanie pary tokenów"
#: vibes_auth/docs/drf/views.py:16
msgid "obtain a token pair (refresh and access) for authentication."
msgstr ""
"Uzyskanie pary tokenów (odświeżenie i dostęp) w celu uwierzytelnienia."
msgstr "Uzyskanie pary tokenów (odświeżenie i dostęp) w celu uwierzytelnienia."
#: vibes_auth/docs/drf/views.py:35
msgid "refresh a token pair"
@ -71,6 +70,10 @@ msgstr "Weryfikacja tokena"
msgid "Verify a token (refresh or access)."
msgstr "Weryfikacja tokena (odświeżenie lub dostęp)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Token jest ważny"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Tworzenie nowego użytkownika"
@ -156,11 +159,11 @@ msgstr "Coś poszło nie tak: {e!s}"
msgid "token is invalid!"
msgstr "Token jest nieprawidłowy!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Ostatnio oglądane produkty"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Grupy"
@ -233,43 +236,39 @@ msgstr "Jest subskrybowany"
msgid "user's newsletter subscription status"
msgstr "Status subskrypcji newslettera użytkownika"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Ostatnio oglądane"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Token aktywacyjny"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Atrybuty"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Użytkownik"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Użytkownicy"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Grupa"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Wyjątkowy token"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Zaległe tokeny"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Token na czarnej liście"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Tokeny znajdujące się na czarnej liście"
@ -405,14 +404,10 @@ msgid ""
"invalid phone number format. the number must be entered in the format: "
"\"+999999999\". up to 15 digits allowed."
msgstr ""
"Nieprawidłowy format numeru telefonu. Numer musi być wprowadzony w formacie:"
" \"+999999999\". Dozwolone do 15 cyfr."
"Nieprawidłowy format numeru telefonu. Numer musi być wprowadzony w formacie: "
"\"+999999999\". Dozwolone do 15 cyfr."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Token jest ważny"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Token jest nieprawidłowy"
@ -423,3 +418,6 @@ msgstr "Hasło zostało pomyślnie zresetowane!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Konto zostało już aktywowane..."
#~ msgid "recently viwed"
#~ msgstr "Ostatnio oglądane"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "Verificar um token"
msgid "Verify a token (refresh or access)."
msgstr "Verificar um token (atualização ou acesso)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "O token é válido"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Criar um novo usuário"
@ -152,11 +156,11 @@ msgstr "Algo deu errado: {e!s}"
msgid "token is invalid!"
msgstr "O token é inválido!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Produtos visualizados recentemente"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Grupos"
@ -229,43 +233,39 @@ msgstr "Está inscrito"
msgid "user's newsletter subscription status"
msgstr "Status da assinatura do boletim informativo do usuário"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Visualizado recentemente"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Token de ativação"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Atributos"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Usuário"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Usuários"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Grupo"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Token excepcional"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Tokens pendentes"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Token na lista negra"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Tokens na lista negra"
@ -325,8 +325,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL "
"into your web browser:"
msgstr ""
"Se o botão acima não funcionar, copie e cole o seguinte URL em seu navegador"
" da Web:"
"Se o botão acima não funcionar, copie e cole o seguinte URL em seu navegador "
"da Web:"
#: vibes_auth/templates/user_reset_password_email.html:88
msgid "if you did not send this request, please ignore this email."
@ -404,11 +404,7 @@ msgstr ""
"Formato de número telefônico inválido. O número deve ser inserido no "
"formato: \"+999999999\". São permitidos até 15 dígitos."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "O token é válido"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "O token é inválido"
@ -419,3 +415,6 @@ msgstr "A senha foi redefinida com sucesso!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Você já ativou a conta..."
#~ msgid "recently viwed"
#~ msgstr "Visualizado recentemente"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -71,6 +71,10 @@ msgstr "Verificarea unui jeton"
msgid "Verify a token (refresh or access)."
msgstr "Verificarea unui jeton (reîmprospătare sau acces)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Jetonul este valid"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Creați un utilizator nou"
@ -155,11 +159,11 @@ msgstr "Ceva nu a mers bine: {e!s}"
msgid "token is invalid!"
msgstr "Token-ul nu este valabil!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Produse vizualizate recent"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Grupuri"
@ -232,43 +236,39 @@ msgstr "Este abonat"
msgid "user's newsletter subscription status"
msgstr "Starea abonării utilizatorului la buletinul informativ"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Văzut recent"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Jeton de activare"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Atribute"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Utilizator"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Utilizatori"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Grup"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Simbol excepțional"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Jetoane restante"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Token pe lista neagră"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Jetoane pe lista neagră"
@ -372,7 +372,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL\n"
" into your web browser:"
msgstr ""
"Dacă butonul de mai sus nu funcționează, vă rugăm să copiați și să lipiți următoarea adresă URL\n"
"Dacă butonul de mai sus nu funcționează, vă rugăm să copiați și să lipiți "
"următoarea adresă URL\n"
" în browserul dvs. web:"
#: vibes_auth/templates/user_verification_email.html:101
@ -407,11 +408,7 @@ msgstr ""
"Format invalid al numărului de telefon. Numărul trebuie să fie introdus în "
"formatul: \"+999999999\". Sunt permise până la 15 cifre."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Jetonul este valid"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Jetonul nu este valabil"
@ -422,3 +419,6 @@ msgstr "Parola a fost resetată cu succes!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Ați activat deja contul..."
#~ msgid "recently viwed"
#~ msgstr "Văzut recent"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "Проверка маркера"
msgid "Verify a token (refresh or access)."
msgstr "Проверка маркера (обновление или доступ)."
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "Токен действителен"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "Создайте нового пользователя"
@ -155,11 +159,11 @@ msgstr "Что-то пошло не так: {e!s}"
msgid "token is invalid!"
msgstr "Токен недействителен!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "Недавно просмотренные товары"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "Группы"
@ -232,43 +236,39 @@ msgstr "Подписан"
msgid "user's newsletter subscription status"
msgstr "Статус подписки пользователя на рассылку новостей"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "Недавно просмотренные"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "Активационный маркер"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "Атрибуты"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "Пользователь"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "Пользователи"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "Группа"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "Выдающийся жетон"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "Выпущенные жетоны"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "Токен в черном списке"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "Токены, внесенные в черный список"
@ -373,7 +373,8 @@ msgid ""
"if the button above does not work, please copy and paste the following URL\n"
" into your web browser:"
msgstr ""
"Если кнопка выше не работает, пожалуйста, скопируйте и вставьте следующий URL-адрес\n"
"Если кнопка выше не работает, пожалуйста, скопируйте и вставьте следующий "
"URL-адрес\n"
" в свой веб-браузер:"
#: vibes_auth/templates/user_verification_email.html:101
@ -408,11 +409,7 @@ msgstr ""
"Неверный формат телефонного номера. Номер должен быть введен в формате: "
"\"+999999999\". Допускается до 15 цифр."
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "Токен действителен"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "Токен недействителен"
@ -423,3 +420,6 @@ msgstr "Пароль был успешно сброшен!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "Вы уже активировали учетную запись..."
#~ msgid "recently viwed"
#~ msgstr "Недавно просмотренные"

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-13 20:44+0100\n"
"POT-Creation-Date: 2025-05-20 06:26+0100\n"
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
@ -70,6 +70,10 @@ msgstr "验证令牌"
msgid "Verify a token (refresh or access)."
msgstr "验证令牌(刷新或访问)。"
#: vibes_auth/docs/drf/views.py:62 vibes_auth/views.py:55
msgid "the token is valid"
msgstr "令牌有效"
#: vibes_auth/docs/drf/viewsets.py:15
msgid "create a new user"
msgstr "创建新用户"
@ -151,11 +155,11 @@ msgstr "出了问题:{e!s}"
msgid "token is invalid!"
msgstr "令牌无效!"
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
#: vibes_auth/graphene/object_types.py:30
msgid "recently viewed products"
msgstr "最近浏览过的产品"
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:107
#: vibes_auth/graphene/object_types.py:31 vibes_auth/models.py:108
msgid "groups"
msgstr "组别"
@ -228,43 +232,39 @@ msgstr "已订阅"
msgid "user's newsletter subscription status"
msgstr "用户的通讯订阅状态"
#: vibes_auth/models.py:70
msgid "recently viwed"
msgstr "最近浏览"
#: vibes_auth/models.py:75
#: vibes_auth/models.py:69
msgid "activation token"
msgstr "激活令牌"
#: vibes_auth/models.py:77
#: vibes_auth/models.py:71
msgid "attributes"
msgstr "属性"
#: vibes_auth/models.py:99
#: vibes_auth/models.py:100
msgid "user"
msgstr "用户"
#: vibes_auth/models.py:100
#: vibes_auth/models.py:101
msgid "users"
msgstr "用户"
#: vibes_auth/models.py:106
#: vibes_auth/models.py:107
msgid "group"
msgstr "组别"
#: vibes_auth/models.py:113
#: vibes_auth/models.py:114
msgid "outstanding token"
msgstr "出色的代币"
#: vibes_auth/models.py:114
#: vibes_auth/models.py:115
msgid "outstanding tokens"
msgstr "未兑代币"
#: vibes_auth/models.py:120
#: vibes_auth/models.py:121
msgid "blacklisted token"
msgstr "黑名单令牌"
#: vibes_auth/models.py:121
#: vibes_auth/models.py:122
msgid "blacklisted tokens"
msgstr "黑名单令牌"
@ -393,13 +393,10 @@ msgstr "{config.PROJECT_NAME} 重置密码| 重置密码"
msgid ""
"invalid phone number format. the number must be entered in the format: "
"\"+999999999\". up to 15 digits allowed."
msgstr "电话号码格式无效。电话号码必须按格式输入:\"+999999999\".最多允许 15 位数字。"
msgstr ""
"电话号码格式无效。电话号码必须按格式输入:\"+999999999\".最多允许 15 位数字。"
#: vibes_auth/views.py:168
msgid "the token is valid"
msgstr "令牌有效"
#: vibes_auth/views.py:170
#: vibes_auth/views.py:57
msgid "the token is invalid"
msgstr "令牌无效"
@ -410,3 +407,6 @@ msgstr "密码已重置成功!"
#: vibes_auth/viewsets.py:112
msgid "account already activated!"
msgstr "您已经激活了账户..."
#~ msgid "recently viwed"
#~ msgstr "最近浏览"