2.7.0
This commit is contained in:
parent
07d32de16b
commit
d001e238f8
70 changed files with 8494 additions and 6602 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@ import logging
|
||||||
from os import getenv
|
from os import getenv
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
EVIBES_VERSION = "2.6.2"
|
EVIBES_VERSION = "2.7.0"
|
||||||
|
|
||||||
BASE_DIR = Path(__file__).resolve().parent.parent.parent
|
BASE_DIR = Path(__file__).resolve().parent.parent.parent
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "eVibes"
|
name = "eVibes"
|
||||||
version = "2.6.2"
|
version = "2.7.0"
|
||||||
description = "eVibes is an open-source eCommerce backend service built with Django. It’s 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."
|
description = "eVibes is an open-source eCommerce backend service built with Django. It’s 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>"]
|
authors = ["fureunoir <contact@fureunoir.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
||||||
|
|
@ -70,6 +70,10 @@ msgstr "التحقق من الرمز المميز"
|
||||||
msgid "Verify a token (refresh or access)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "التحقق من الرمز المميز (التحديث أو الوصول)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "إنشاء مستخدم جديد"
|
msgstr "إنشاء مستخدم جديد"
|
||||||
|
|
@ -89,8 +93,8 @@ msgstr "حذف مستخدم"
|
||||||
#: vibes_auth/docs/drf/viewsets.py:32
|
#: vibes_auth/docs/drf/viewsets.py:32
|
||||||
msgid "reset a user's password by sending a reset password email"
|
msgid "reset a user's password by sending a reset password email"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"إعادة تعيين كلمة مرور المستخدم عن طريق إرسال بريد إلكتروني لإعادة تعيين كلمة"
|
"إعادة تعيين كلمة مرور المستخدم عن طريق إرسال بريد إلكتروني لإعادة تعيين كلمة "
|
||||||
" المرور"
|
"المرور"
|
||||||
|
|
||||||
#: vibes_auth/docs/drf/viewsets.py:40
|
#: vibes_auth/docs/drf/viewsets.py:40
|
||||||
msgid "handle avatar upload for a user"
|
msgid "handle avatar upload for a user"
|
||||||
|
|
@ -153,11 +157,11 @@ msgstr "حدث خطأ ما: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "الرمز غير صالح!"
|
msgstr "الرمز غير صالح!"
|
||||||
|
|
||||||
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
|
#: vibes_auth/graphene/object_types.py:30
|
||||||
msgid "recently viewed products"
|
msgid "recently viewed products"
|
||||||
msgstr "المنتجات التي تم عرضها مؤخراً"
|
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"
|
msgid "groups"
|
||||||
msgstr "المجموعات"
|
msgstr "المجموعات"
|
||||||
|
|
||||||
|
|
@ -230,43 +234,39 @@ msgstr "مشترك"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "حالة اشتراك المستخدم في النشرة الإخبارية"
|
msgstr "حالة اشتراك المستخدم في النشرة الإخبارية"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "تمت مشاهدته مؤخراً"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "رمز التفعيل"
|
msgstr "رمز التفعيل"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "السمات"
|
msgstr "السمات"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "المستخدم"
|
msgstr "المستخدم"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "المستخدمون"
|
msgstr "المستخدمون"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "المجموعة"
|
msgstr "المجموعة"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "الرمز المميز"
|
msgstr "الرمز المميز"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "الرموز المميزة المعلقة"
|
msgstr "الرموز المميزة المعلقة"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "الرمز المميز المدرج في القائمة السوداء"
|
msgstr "الرمز المميز المدرج في القائمة السوداء"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "الرموز المميزة المدرجة في القائمة السوداء"
|
msgstr "الرموز المميزة المدرجة في القائمة السوداء"
|
||||||
|
|
||||||
|
|
@ -405,11 +405,7 @@ msgstr ""
|
||||||
"تنسيق رقم الهاتف غير صالح. يجب إدخال الرقم بالصيغة: \"+999999999\". يُسمح "
|
"تنسيق رقم الهاتف غير صالح. يجب إدخال الرقم بالصيغة: \"+999999999\". يُسمح "
|
||||||
"بإدخال 15 رقماً كحد أقصى."
|
"بإدخال 15 رقماً كحد أقصى."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "الرمز المميز صالح"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "الرمز المميز غير صالح"
|
msgstr "الرمز المميز غير صالح"
|
||||||
|
|
||||||
|
|
@ -420,3 +416,6 @@ msgstr "تمت إعادة تعيين كلمة المرور بنجاح!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "لقد قمت بتفعيل الحساب بالفعل..."
|
msgstr "لقد قمت بتفعيل الحساب بالفعل..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "تمت مشاهدته مؤخراً"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Ověření tokenu (obnovení nebo přístup)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Vytvoření nového uživatele"
|
msgstr "Vytvoření nového uživatele"
|
||||||
|
|
@ -151,11 +155,11 @@ msgstr "Něco se pokazilo: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Token je neplatný!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Nedávno zobrazené produkty"
|
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"
|
msgid "groups"
|
||||||
msgstr "Skupiny"
|
msgstr "Skupiny"
|
||||||
|
|
||||||
|
|
@ -228,43 +232,39 @@ msgstr "Je přihlášena k odběru"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Stav odběru newsletteru uživatele"
|
msgstr "Stav odběru newsletteru uživatele"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Nedávno zobrazené"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Aktivační token"
|
msgstr "Aktivační token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Atributy"
|
msgstr "Atributy"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Uživatel"
|
msgstr "Uživatel"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Uživatelé"
|
msgstr "Uživatelé"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Skupina"
|
msgstr "Skupina"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Vynikající žeton"
|
msgstr "Vynikající žeton"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Nevyplacené žetony"
|
msgstr "Nevyplacené žetony"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Token na černé listině"
|
msgstr "Token na černé listině"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Tokeny na černé listině"
|
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"
|
"if the button above does not work, please copy and paste the following URL\n"
|
||||||
" into your web browser:"
|
" into your web browser:"
|
||||||
msgstr ""
|
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:"
|
" do webového prohlížeče:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:101
|
#: 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: "
|
"Nesprávný formát telefonního čísla. Číslo musí být zadáno ve formátu: "
|
||||||
"\"+999999999\". Povoleno je až 15 číslic."
|
"\"+999999999\". Povoleno je až 15 číslic."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Token je platný"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Token je neplatný"
|
msgstr "Token je neplatný"
|
||||||
|
|
||||||
|
|
@ -418,3 +415,6 @@ msgstr "Heslo bylo úspěšně resetováno!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Účet jste již aktivovali..."
|
msgstr "Účet jste již aktivovali..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Nedávno zobrazené"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Bekræft et token (opdatering eller adgang)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Opret en ny bruger"
|
msgstr "Opret en ny bruger"
|
||||||
|
|
@ -153,11 +157,11 @@ msgstr "Noget gik galt: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Token er ugyldig!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Nyligt viste produkter"
|
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"
|
msgid "groups"
|
||||||
msgstr "Grupper"
|
msgstr "Grupper"
|
||||||
|
|
||||||
|
|
@ -230,43 +234,39 @@ msgstr "Er tilmeldt"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Status for brugerens abonnement på nyhedsbrev"
|
msgstr "Status for brugerens abonnement på nyhedsbrev"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Set for nylig"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Aktiveringstoken"
|
msgstr "Aktiveringstoken"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Egenskaber"
|
msgstr "Egenskaber"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Bruger"
|
msgstr "Bruger"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Brugere"
|
msgstr "Brugere"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Gruppe"
|
msgstr "Gruppe"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Enestående token"
|
msgstr "Enestående token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Udestående tokens"
|
msgstr "Udestående tokens"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Sortlistet token"
|
msgstr "Sortlistet token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Sortlistede tokens"
|
msgstr "Sortlistede tokens"
|
||||||
|
|
||||||
|
|
@ -371,7 +371,8 @@ msgid ""
|
||||||
"if the button above does not work, please copy and paste the following URL\n"
|
"if the button above does not work, please copy and paste the following URL\n"
|
||||||
" into your web browser:"
|
" into your web browser:"
|
||||||
msgstr ""
|
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:"
|
" i din webbrowser:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:101
|
#: vibes_auth/templates/user_verification_email.html:101
|
||||||
|
|
@ -406,11 +407,7 @@ msgstr ""
|
||||||
"Ugyldigt telefonnummerformat. Nummeret skal indtastes i formatet: "
|
"Ugyldigt telefonnummerformat. Nummeret skal indtastes i formatet: "
|
||||||
"\"+999999999\". Op til 15 cifre er tilladt."
|
"\"+999999999\". Op til 15 cifre er tilladt."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Tokenet er gyldigt"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Tokenet er ugyldigt"
|
msgstr "Tokenet er ugyldigt"
|
||||||
|
|
||||||
|
|
@ -421,3 +418,6 @@ msgstr "Adgangskoden er blevet nulstillet med succes!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Du har allerede aktiveret kontoen..."
|
msgstr "Du har allerede aktiveret kontoen..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Set for nylig"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Überprüfen eines Tokens (Aktualisierung oder Zugriff)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Einen neuen Benutzer anlegen"
|
msgstr "Einen neuen Benutzer anlegen"
|
||||||
|
|
@ -117,8 +121,8 @@ msgstr "Aktivierungslink ist ungültig oder Konto bereits aktiviert"
|
||||||
#: vibes_auth/graphene/mutations.py:40
|
#: vibes_auth/graphene/mutations.py:40
|
||||||
msgid "the user's b64-encoded uuid who referred the new user to us."
|
msgid "the user's b64-encoded uuid who referred the new user to us."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Die b64-kodierte uuid des Benutzers, der den neuen Benutzer an uns verwiesen"
|
"Die b64-kodierte uuid des Benutzers, der den neuen Benutzer an uns verwiesen "
|
||||||
" hat."
|
"hat."
|
||||||
|
|
||||||
#: vibes_auth/graphene/mutations.py:103
|
#: vibes_auth/graphene/mutations.py:103
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
|
|
@ -156,11 +160,11 @@ msgstr "Etwas ist schief gelaufen: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Token ist ungültig!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Zuletzt angesehene Produkte"
|
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"
|
msgid "groups"
|
||||||
msgstr "Gruppen"
|
msgstr "Gruppen"
|
||||||
|
|
||||||
|
|
@ -234,43 +238,39 @@ msgstr "Ist abonniert"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Status des Newsletter-Abonnements des Benutzers"
|
msgstr "Status des Newsletter-Abonnements des Benutzers"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Kürzlich gesehen"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Aktivierungs-Token"
|
msgstr "Aktivierungs-Token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Attribute"
|
msgstr "Attribute"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Benutzer"
|
msgstr "Benutzer"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Benutzer"
|
msgstr "Benutzer"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Gruppe"
|
msgstr "Gruppe"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Hervorragende Wertmarke"
|
msgstr "Hervorragende Wertmarke"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Ausstehende Wertmarken"
|
msgstr "Ausstehende Wertmarken"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Token auf der schwarzen Liste"
|
msgstr "Token auf der schwarzen Liste"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Token auf der schwarzen Liste"
|
msgstr "Token auf der schwarzen Liste"
|
||||||
|
|
||||||
|
|
@ -336,8 +336,8 @@ msgstr ""
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:88
|
#: vibes_auth/templates/user_reset_password_email.html:88
|
||||||
msgid "if you did not send this request, please ignore this email."
|
msgid "if you did not send this request, please ignore this email."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenn Sie diese Anfrage nicht gesendet haben, ignorieren Sie bitte diese "
|
"Wenn Sie diese Anfrage nicht gesendet haben, ignorieren Sie bitte diese E-"
|
||||||
"E-Mail."
|
"Mail."
|
||||||
|
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:89
|
#: vibes_auth/templates/user_reset_password_email.html:89
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -376,7 +376,8 @@ msgid ""
|
||||||
"if the button above does not work, please copy and paste the following URL\n"
|
"if the button above does not work, please copy and paste the following URL\n"
|
||||||
" into your web browser:"
|
" into your web browser:"
|
||||||
msgstr ""
|
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:"
|
" in Ihren Webbrowser ein:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:101
|
#: vibes_auth/templates/user_verification_email.html:101
|
||||||
|
|
@ -411,11 +412,7 @@ msgstr ""
|
||||||
"Ungültiges Telefonnummernformat. Die Nummer muss in dem Format eingegeben "
|
"Ungültiges Telefonnummernformat. Die Nummer muss in dem Format eingegeben "
|
||||||
"werden: \"+999999999\". Bis zu 15 Ziffern sind erlaubt."
|
"werden: \"+999999999\". Bis zu 15 Ziffern sind erlaubt."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Das Token ist gültig"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Das Token ist ungültig"
|
msgstr "Das Token ist ungültig"
|
||||||
|
|
||||||
|
|
@ -426,3 +423,6 @@ msgstr "Das Passwort wurde erfolgreich zurückgesetzt!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Sie haben das Konto bereits aktiviert..."
|
msgstr "Sie haben das Konto bereits aktiviert..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Kürzlich gesehen"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,12 +3,12 @@
|
||||||
# This file is distributed under the same license as the eVibes package.
|
# This file is distributed under the same license as the eVibes package.
|
||||||
# EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>, 2025.
|
# EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>, 2025.
|
||||||
#
|
#
|
||||||
#,fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Create a new user"
|
msgstr "Create a new user"
|
||||||
|
|
@ -156,11 +160,11 @@ msgstr "Something went wrong: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "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"
|
msgid "recently viewed products"
|
||||||
msgstr "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"
|
msgid "groups"
|
||||||
msgstr "Groups"
|
msgstr "Groups"
|
||||||
|
|
||||||
|
|
@ -233,43 +237,39 @@ msgstr "Is subscribed"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "User's newsletter subscription status"
|
msgstr "User's newsletter subscription status"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Recently viewed"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Activation token"
|
msgstr "Activation token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Attributes"
|
msgstr "Attributes"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "User"
|
msgstr "User"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Users"
|
msgstr "Users"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Group"
|
msgstr "Group"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Outstanding token"
|
msgstr "Outstanding token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Outstanding tokens"
|
msgstr "Outstanding tokens"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Blacklisted token"
|
msgstr "Blacklisted token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Blacklisted tokens"
|
msgstr "Blacklisted tokens"
|
||||||
|
|
||||||
|
|
@ -408,11 +408,7 @@ msgstr ""
|
||||||
"Invalid phone number format. The number must be entered in the format: "
|
"Invalid phone number format. The number must be entered in the format: "
|
||||||
"\"+999999999\". Up to 15 digits allowed."
|
"\"+999999999\". Up to 15 digits allowed."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "The token is valid"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "The token is invalid"
|
msgstr "The token is invalid"
|
||||||
|
|
||||||
|
|
@ -423,3 +419,6 @@ msgstr "Password has been reset successfully!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "You have already activated the account..."
|
msgstr "You have already activated the account..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Recently viewed"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Create a new user"
|
msgstr "Create a new user"
|
||||||
|
|
@ -151,11 +155,11 @@ msgstr "Something went wrong: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "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"
|
msgid "recently viewed products"
|
||||||
msgstr "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"
|
msgid "groups"
|
||||||
msgstr "Groups"
|
msgstr "Groups"
|
||||||
|
|
||||||
|
|
@ -228,43 +232,39 @@ msgstr "Is subscribed"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "User's newsletter subscription status"
|
msgstr "User's newsletter subscription status"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Recently viewed"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Activation token"
|
msgstr "Activation token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Attributes"
|
msgstr "Attributes"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "User"
|
msgstr "User"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Users"
|
msgstr "Users"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Group"
|
msgstr "Group"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Outstanding token"
|
msgstr "Outstanding token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Outstanding tokens"
|
msgstr "Outstanding tokens"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Blacklisted token"
|
msgstr "Blacklisted token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Blacklisted tokens"
|
msgstr "Blacklisted tokens"
|
||||||
|
|
||||||
|
|
@ -403,11 +403,7 @@ msgstr ""
|
||||||
"Invalid phone number format. The number must be entered in the format: "
|
"Invalid phone number format. The number must be entered in the format: "
|
||||||
"\"+999999999\". Up to 15 digits allowed."
|
"\"+999999999\". Up to 15 digits allowed."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "The token is valid"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "The token is invalid"
|
msgstr "The token is invalid"
|
||||||
|
|
||||||
|
|
@ -418,3 +414,6 @@ msgstr "Password has been reset successfully!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "You have already activated the account..."
|
msgstr "You have already activated the account..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Recently viewed"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Verificar un token (actualización o acceso)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Crear un nuevo usuario"
|
msgstr "Crear un nuevo usuario"
|
||||||
|
|
@ -154,11 +158,11 @@ msgstr "Algo salió mal: {e!s}."
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "¡La ficha no es válida!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Productos vistos recientemente"
|
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"
|
msgid "groups"
|
||||||
msgstr "Grupos"
|
msgstr "Grupos"
|
||||||
|
|
||||||
|
|
@ -231,43 +235,39 @@ msgstr "Está suscrito"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Estado de suscripción del usuario al boletín"
|
msgstr "Estado de suscripción del usuario al boletín"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Vistos recientemente"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Ficha de activación"
|
msgstr "Ficha de activación"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Atributos"
|
msgstr "Atributos"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Usuario"
|
msgstr "Usuario"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Usuarios"
|
msgstr "Usuarios"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Grupo"
|
msgstr "Grupo"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Ficha pendiente"
|
msgstr "Ficha pendiente"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Fichas pendientes"
|
msgstr "Fichas pendientes"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Ficha en la lista negra"
|
msgstr "Ficha en la lista negra"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Fichas en la lista negra"
|
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 de número de teléfono no válido. El número debe introducirse con el "
|
||||||
"formato \"+999999999\". Se permiten hasta 15 dígitos."
|
"formato \"+999999999\". Se permiten hasta 15 dígitos."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "El token es válido"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "El token no es válido"
|
msgstr "El token no es válido"
|
||||||
|
|
||||||
|
|
@ -421,3 +417,6 @@ msgstr "La contraseña se ha restablecido correctamente."
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Ya ha activado la cuenta..."
|
msgstr "Ya ha activado la cuenta..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Vistos recientemente"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Vérifier un jeton (rafraîchissement ou accès)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Créer un nouvel utilisateur"
|
msgstr "Créer un nouvel utilisateur"
|
||||||
|
|
@ -157,11 +161,11 @@ msgstr "Quelque chose a mal tourné : {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Le jeton n'est pas valide !"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Produits récemment consultés"
|
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"
|
msgid "groups"
|
||||||
msgstr "Groupes"
|
msgstr "Groupes"
|
||||||
|
|
||||||
|
|
@ -237,43 +241,39 @@ msgstr "Est abonné"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Statut de l'abonnement à la lettre d'information de l'utilisateur"
|
msgstr "Statut de l'abonnement à la lettre d'information de l'utilisateur"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Récemment consultés"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Jeton d'activation"
|
msgstr "Jeton d'activation"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Attributs"
|
msgstr "Attributs"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Utilisateur"
|
msgstr "Utilisateur"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Utilisateurs"
|
msgstr "Utilisateurs"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Groupe"
|
msgstr "Groupe"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Jeton exceptionnel"
|
msgstr "Jeton exceptionnel"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Jetons en circulation"
|
msgstr "Jetons en circulation"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Jeton sur liste noire"
|
msgstr "Jeton sur liste noire"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Jetons sur liste noire"
|
msgstr "Jetons sur liste noire"
|
||||||
|
|
||||||
|
|
@ -291,8 +291,7 @@ msgstr "Jeton non valide"
|
||||||
|
|
||||||
#: vibes_auth/serializers.py:196
|
#: vibes_auth/serializers.py:196
|
||||||
msgid "no user uuid claim present in token"
|
msgid "no user uuid claim present in token"
|
||||||
msgstr ""
|
msgstr "Aucune revendication d'uuid d'utilisateur n'est présente dans le jeton"
|
||||||
"Aucune revendication d'uuid d'utilisateur n'est présente dans le jeton"
|
|
||||||
|
|
||||||
#: vibes_auth/serializers.py:198
|
#: vibes_auth/serializers.py:198
|
||||||
msgid "user does not exist"
|
msgid "user does not exist"
|
||||||
|
|
@ -340,8 +339,7 @@ msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:88
|
#: vibes_auth/templates/user_reset_password_email.html:88
|
||||||
msgid "if you did not send this request, please ignore this email."
|
msgid "if you did not send this request, please ignore this email."
|
||||||
msgstr ""
|
msgstr "Si vous n'avez pas envoyé cette demande, veuillez ignorer ce courriel."
|
||||||
"Si vous n'avez pas envoyé cette demande, veuillez ignorer ce courriel."
|
|
||||||
|
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:89
|
#: vibes_auth/templates/user_reset_password_email.html:89
|
||||||
#, python-format
|
#, python-format
|
||||||
|
|
@ -364,8 +362,8 @@ msgid ""
|
||||||
"thank you for signing up for %(project_name)s. please activate your account "
|
"thank you for signing up for %(project_name)s. please activate your account "
|
||||||
"by clicking the button below:"
|
"by clicking the button below:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Merci de vous être inscrit à %(project_name)s. Veuillez activer votre compte"
|
"Merci de vous être inscrit à %(project_name)s. Veuillez activer votre compte "
|
||||||
" en cliquant sur le bouton ci-dessous :"
|
"en cliquant sur le bouton ci-dessous :"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:95
|
#: vibes_auth/templates/user_verification_email.html:95
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -380,7 +378,8 @@ msgid ""
|
||||||
"if the button above does not work, please copy and paste the following URL\n"
|
"if the button above does not work, please copy and paste the following URL\n"
|
||||||
" into your web browser:"
|
" into your web browser:"
|
||||||
msgstr ""
|
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 :"
|
" suivante dans votre navigateur web :"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:101
|
#: 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 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é."
|
"format : \"+999999999\". Un maximum de 15 chiffres est autorisé."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Le jeton est valide"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Le jeton n'est pas valide"
|
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
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Vous avez déjà activé le compte..."
|
msgstr "Vous avez déjà activé le compte..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Récemment consultés"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
@ -74,6 +74,10 @@ msgstr ""
|
||||||
msgid "Verify a token (refresh or access)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr ""
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -155,11 +159,11 @@ msgstr ""
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
|
#: vibes_auth/graphene/object_types.py:30
|
||||||
msgid "recently viewed products"
|
msgid "recently viewed products"
|
||||||
msgstr ""
|
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"
|
msgid "groups"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -232,43 +236,39 @@ msgstr ""
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -395,11 +395,7 @@ msgid ""
|
||||||
"\"+999999999\". up to 15 digits allowed."
|
"\"+999999999\". up to 15 digits allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Verifica di un token (aggiornamento o accesso)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Creare un nuovo utente"
|
msgstr "Creare un nuovo utente"
|
||||||
|
|
@ -154,11 +158,11 @@ msgstr "Qualcosa è andato storto: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Il gettone non è valido!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Prodotti visti di recente"
|
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"
|
msgid "groups"
|
||||||
msgstr "Gruppi"
|
msgstr "Gruppi"
|
||||||
|
|
||||||
|
|
@ -233,43 +237,39 @@ msgstr "È iscritto"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Stato di iscrizione alla newsletter dell'utente"
|
msgstr "Stato di iscrizione alla newsletter dell'utente"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Visti di recente"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Token di attivazione"
|
msgstr "Token di attivazione"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Attributi"
|
msgstr "Attributi"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Utente"
|
msgstr "Utente"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Utenti"
|
msgstr "Utenti"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Gruppo"
|
msgstr "Gruppo"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Gettone eccezionale"
|
msgstr "Gettone eccezionale"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Gettoni in sospeso"
|
msgstr "Gettoni in sospeso"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Token in lista nera"
|
msgstr "Token in lista nera"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Gettoni nella lista nera"
|
msgstr "Gettoni nella lista nera"
|
||||||
|
|
||||||
|
|
@ -408,11 +408,7 @@ msgstr ""
|
||||||
"Formato del numero di telefono non valido. Il numero deve essere inserito "
|
"Formato del numero di telefono non valido. Il numero deve essere inserito "
|
||||||
"nel formato: \"+999999999\". Sono consentite fino a 15 cifre."
|
"nel formato: \"+999999999\". Sono consentite fino a 15 cifre."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Il token è valido"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Il token non è valido"
|
msgstr "Il token non è valido"
|
||||||
|
|
||||||
|
|
@ -423,3 +419,6 @@ msgstr "La password è stata reimpostata con successo!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Avete già attivato l'account..."
|
msgstr "Avete già attivato l'account..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Visti di recente"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
||||||
|
|
@ -70,6 +70,10 @@ msgstr "トークンの検証"
|
||||||
msgid "Verify a token (refresh or access)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "トークンを確認する(リフレッシュまたはアクセス)。"
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "新規ユーザーの作成"
|
msgstr "新規ユーザーの作成"
|
||||||
|
|
@ -109,7 +113,9 @@ msgstr "ユーザーアカウントの有効化"
|
||||||
|
|
||||||
#: vibes_auth/docs/drf/viewsets.py:62
|
#: vibes_auth/docs/drf/viewsets.py:62
|
||||||
msgid "activation link is invalid or account already activated"
|
msgid "activation link is invalid or account already activated"
|
||||||
msgstr "アクティベーションリンクが無効であるか、アカウントがすでにアクティベーションされています。"
|
msgstr ""
|
||||||
|
"アクティベーションリンクが無効であるか、アカウントがすでにアクティベーション"
|
||||||
|
"されています。"
|
||||||
|
|
||||||
#: vibes_auth/graphene/mutations.py:40
|
#: vibes_auth/graphene/mutations.py:40
|
||||||
msgid "the user's b64-encoded uuid who referred the new user to us."
|
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!"
|
msgid "token is invalid!"
|
||||||
msgstr "トークンが無効です!"
|
msgstr "トークンが無効です!"
|
||||||
|
|
||||||
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
|
#: vibes_auth/graphene/object_types.py:30
|
||||||
msgid "recently viewed products"
|
msgid "recently viewed products"
|
||||||
msgstr "最近見た製品"
|
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"
|
msgid "groups"
|
||||||
msgstr "グループ"
|
msgstr "グループ"
|
||||||
|
|
||||||
|
|
@ -228,43 +234,39 @@ msgstr "購読中"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "ユーザーのニュースレター購読状況"
|
msgstr "ユーザーのニュースレター購読状況"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "最近閲覧した記事"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "アクティベーション・トークン"
|
msgstr "アクティベーション・トークン"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "属性"
|
msgstr "属性"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "ユーザー"
|
msgstr "ユーザー"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "ユーザー"
|
msgstr "ユーザー"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "グループ"
|
msgstr "グループ"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "卓越したトークン"
|
msgstr "卓越したトークン"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "トークン残高"
|
msgstr "トークン残高"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "ブラックリストトークン"
|
msgstr "ブラックリストトークン"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "ブラックリストに載ったトークン"
|
msgstr "ブラックリストに載ったトークン"
|
||||||
|
|
||||||
|
|
@ -311,7 +313,9 @@ msgstr "こんにちは、%(user_first_name)sです、"
|
||||||
msgid ""
|
msgid ""
|
||||||
"we have received a request to reset your password. please reset your "
|
"we have received a request to reset your password. please reset your "
|
||||||
"password by clicking the button below:"
|
"password by clicking the button below:"
|
||||||
msgstr "パスワードの再設定依頼が届いております。以下のボタンをクリックして、パスワードをリセットしてください:"
|
msgstr ""
|
||||||
|
"パスワードの再設定依頼が届いております。以下のボタンをクリックして、パスワー"
|
||||||
|
"ドをリセットしてください:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:84
|
#: vibes_auth/templates/user_reset_password_email.html:84
|
||||||
msgid "reset password"
|
msgid "reset password"
|
||||||
|
|
@ -321,7 +325,9 @@ msgstr "パスワードのリセット"
|
||||||
msgid ""
|
msgid ""
|
||||||
"if the button above does not work, please copy and paste the following URL "
|
"if the button above does not work, please copy and paste the following URL "
|
||||||
"into your web browser:"
|
"into your web browser:"
|
||||||
msgstr "上記のボタンが機能しない場合は、以下のURLをコピーしてウェブブラウザに貼り付けてください:"
|
msgstr ""
|
||||||
|
"上記のボタンが機能しない場合は、以下のURLをコピーしてウェブブラウザに貼り付け"
|
||||||
|
"てください:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:88
|
#: vibes_auth/templates/user_reset_password_email.html:88
|
||||||
msgid "if you did not send this request, please ignore this email."
|
msgid "if you did not send this request, please ignore this email."
|
||||||
|
|
@ -347,7 +353,9 @@ msgstr "アカウントの有効化"
|
||||||
msgid ""
|
msgid ""
|
||||||
"thank you for signing up for %(project_name)s. please activate your account "
|
"thank you for signing up for %(project_name)s. please activate your account "
|
||||||
"by clicking the button below:"
|
"by clicking the button below:"
|
||||||
msgstr "%(project_name)sにご登録いただきありがとうございます。下のボタンをクリックしてアカウントを有効にしてください:"
|
msgstr ""
|
||||||
|
"%(project_name)sにご登録いただきありがとうございます。下のボタンをクリックし"
|
||||||
|
"てアカウントを有効にしてください:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:95
|
#: vibes_auth/templates/user_verification_email.html:95
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -362,7 +370,8 @@ msgid ""
|
||||||
"if the button above does not work, please copy and paste the following URL\n"
|
"if the button above does not work, please copy and paste the following URL\n"
|
||||||
" into your web browser:"
|
" into your web browser:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"上記のボタンが機能しない場合は、次のURLをコピーしてウェブブラウザに貼り付けてください。\n"
|
"上記のボタンが機能しない場合は、次のURLをコピーしてウェブブラウザに貼り付けて"
|
||||||
|
"ください。\n"
|
||||||
" をウェブブラウザに貼り付けてください:"
|
" をウェブブラウザに貼り付けてください:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:101
|
#: vibes_auth/templates/user_verification_email.html:101
|
||||||
|
|
@ -393,13 +402,11 @@ msgstr "{config.PROJECT_NAME}。| パスワードのリセット"
|
||||||
msgid ""
|
msgid ""
|
||||||
"invalid phone number format. the number must be entered in the format: "
|
"invalid phone number format. the number must be entered in the format: "
|
||||||
"\"+999999999\". up to 15 digits allowed."
|
"\"+999999999\". up to 15 digits allowed."
|
||||||
msgstr "電話番号の形式が無効です。電話番号は次の形式で入力してください:\"+999999999\".15桁まで入力可能です。"
|
msgstr ""
|
||||||
|
"電話番号の形式が無効です。電話番号は次の形式で入力してください:"
|
||||||
|
"\"+999999999\".15桁まで入力可能です。"
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "トークンは有効です"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "トークンが無効"
|
msgstr "トークンが無効"
|
||||||
|
|
||||||
|
|
@ -410,3 +417,6 @@ msgstr "パスワードのリセットに成功しました!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "あなたはすでにアカウントを有効にしています..."
|
msgstr "あなたはすでにアカウントを有効にしています..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "最近閲覧した記事"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|
@ -74,6 +74,10 @@ msgstr ""
|
||||||
msgid "Verify a token (refresh or access)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr ""
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -155,11 +159,11 @@ msgstr ""
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
|
#: vibes_auth/graphene/object_types.py:30
|
||||||
msgid "recently viewed products"
|
msgid "recently viewed products"
|
||||||
msgstr ""
|
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"
|
msgid "groups"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -232,43 +236,39 @@ msgstr ""
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -395,11 +395,7 @@ msgid ""
|
||||||
"\"+999999999\". up to 15 digits allowed."
|
"\"+999999999\". up to 15 digits allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Een token verifiëren (verversen of toegang)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Een nieuwe gebruiker maken"
|
msgstr "Een nieuwe gebruiker maken"
|
||||||
|
|
@ -155,11 +159,11 @@ msgstr "Er ging iets mis: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "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"
|
msgid "recently viewed products"
|
||||||
msgstr "Recent bekeken producten"
|
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"
|
msgid "groups"
|
||||||
msgstr "Groepen"
|
msgstr "Groepen"
|
||||||
|
|
||||||
|
|
@ -232,43 +236,39 @@ msgstr "Is geabonneerd"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Inschrijvingsstatus nieuwsbrief gebruiker"
|
msgstr "Inschrijvingsstatus nieuwsbrief gebruiker"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Onlangs bekeken"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Activeringstoken"
|
msgstr "Activeringstoken"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Attributen"
|
msgstr "Attributen"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Gebruiker"
|
msgstr "Gebruiker"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Gebruikers"
|
msgstr "Gebruikers"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Groep"
|
msgstr "Groep"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Uitstekende penning"
|
msgstr "Uitstekende penning"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Uitstaande tokens"
|
msgstr "Uitstaande tokens"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Token op zwarte lijst"
|
msgstr "Token op zwarte lijst"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Tokens op de zwarte lijst"
|
msgstr "Tokens op de zwarte lijst"
|
||||||
|
|
||||||
|
|
@ -316,8 +316,8 @@ msgid ""
|
||||||
"we have received a request to reset your password. please reset your "
|
"we have received a request to reset your password. please reset your "
|
||||||
"password by clicking the button below:"
|
"password by clicking the button below:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"We hebben een verzoek ontvangen om je wachtwoord opnieuw in te stellen. Klik"
|
"We hebben een verzoek ontvangen om je wachtwoord opnieuw in te stellen. Klik "
|
||||||
" op de knop hieronder om je wachtwoord opnieuw in te stellen:"
|
"op de knop hieronder om je wachtwoord opnieuw in te stellen:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:84
|
#: vibes_auth/templates/user_reset_password_email.html:84
|
||||||
msgid "reset password"
|
msgid "reset password"
|
||||||
|
|
@ -356,8 +356,8 @@ msgid ""
|
||||||
"thank you for signing up for %(project_name)s. please activate your account "
|
"thank you for signing up for %(project_name)s. please activate your account "
|
||||||
"by clicking the button below:"
|
"by clicking the button below:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bedankt voor het aanmelden bij %(project_name)s. Activeer je account door op"
|
"Bedankt voor het aanmelden bij %(project_name)s. Activeer je account door op "
|
||||||
" de onderstaande knop te klikken:"
|
"de onderstaande knop te klikken:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:95
|
#: vibes_auth/templates/user_verification_email.html:95
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|
@ -407,11 +407,7 @@ msgstr ""
|
||||||
"Ongeldig formaat telefoonnummer. Het nummer moet worden ingevoerd in de "
|
"Ongeldig formaat telefoonnummer. Het nummer moet worden ingevoerd in de "
|
||||||
"indeling: \"+999999999\". Maximaal 15 cijfers toegestaan."
|
"indeling: \"+999999999\". Maximaal 15 cijfers toegestaan."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "The token is valid"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Het token is ongeldig"
|
msgstr "Het token is ongeldig"
|
||||||
|
|
||||||
|
|
@ -422,3 +418,6 @@ msgstr "Wachtwoord is succesvol gereset!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Je hebt de account al geactiveerd..."
|
msgstr "Je hebt de account al geactiveerd..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Onlangs bekeken"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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
|
#: vibes_auth/docs/drf/views.py:16
|
||||||
msgid "obtain a token pair (refresh and access) for authentication."
|
msgid "obtain a token pair (refresh and access) for authentication."
|
||||||
msgstr ""
|
msgstr "Uzyskanie pary tokenów (odświeżenie i dostęp) w celu uwierzytelnienia."
|
||||||
"Uzyskanie pary tokenów (odświeżenie i dostęp) w celu uwierzytelnienia."
|
|
||||||
|
|
||||||
#: vibes_auth/docs/drf/views.py:35
|
#: vibes_auth/docs/drf/views.py:35
|
||||||
msgid "refresh a token pair"
|
msgid "refresh a token pair"
|
||||||
|
|
@ -71,6 +70,10 @@ msgstr "Weryfikacja tokena"
|
||||||
msgid "Verify a token (refresh or access)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Weryfikacja tokena (odświeżenie lub dostęp)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Tworzenie nowego użytkownika"
|
msgstr "Tworzenie nowego użytkownika"
|
||||||
|
|
@ -156,11 +159,11 @@ msgstr "Coś poszło nie tak: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Token jest nieprawidłowy!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Ostatnio oglądane produkty"
|
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"
|
msgid "groups"
|
||||||
msgstr "Grupy"
|
msgstr "Grupy"
|
||||||
|
|
||||||
|
|
@ -233,43 +236,39 @@ msgstr "Jest subskrybowany"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Status subskrypcji newslettera użytkownika"
|
msgstr "Status subskrypcji newslettera użytkownika"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Ostatnio oglądane"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Token aktywacyjny"
|
msgstr "Token aktywacyjny"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Atrybuty"
|
msgstr "Atrybuty"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Użytkownik"
|
msgstr "Użytkownik"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Użytkownicy"
|
msgstr "Użytkownicy"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Grupa"
|
msgstr "Grupa"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Wyjątkowy token"
|
msgstr "Wyjątkowy token"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Zaległe tokeny"
|
msgstr "Zaległe tokeny"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Token na czarnej liście"
|
msgstr "Token na czarnej liście"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Tokeny znajdujące się na czarnej liście"
|
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: "
|
"invalid phone number format. the number must be entered in the format: "
|
||||||
"\"+999999999\". up to 15 digits allowed."
|
"\"+999999999\". up to 15 digits allowed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Nieprawidłowy format numeru telefonu. Numer musi być wprowadzony w formacie:"
|
"Nieprawidłowy format numeru telefonu. Numer musi być wprowadzony w formacie: "
|
||||||
" \"+999999999\". Dozwolone do 15 cyfr."
|
"\"+999999999\". Dozwolone do 15 cyfr."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Token jest ważny"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Token jest nieprawidłowy"
|
msgstr "Token jest nieprawidłowy"
|
||||||
|
|
||||||
|
|
@ -423,3 +418,6 @@ msgstr "Hasło zostało pomyślnie zresetowane!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Konto zostało już aktywowane..."
|
msgstr "Konto zostało już aktywowane..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Ostatnio oglądane"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Verificar um token (atualização ou acesso)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Criar um novo usuário"
|
msgstr "Criar um novo usuário"
|
||||||
|
|
@ -152,11 +156,11 @@ msgstr "Algo deu errado: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "O token é inválido!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Produtos visualizados recentemente"
|
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"
|
msgid "groups"
|
||||||
msgstr "Grupos"
|
msgstr "Grupos"
|
||||||
|
|
||||||
|
|
@ -229,43 +233,39 @@ msgstr "Está inscrito"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Status da assinatura do boletim informativo do usuário"
|
msgstr "Status da assinatura do boletim informativo do usuário"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Visualizado recentemente"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Token de ativação"
|
msgstr "Token de ativação"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Atributos"
|
msgstr "Atributos"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Usuário"
|
msgstr "Usuário"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Usuários"
|
msgstr "Usuários"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Grupo"
|
msgstr "Grupo"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Token excepcional"
|
msgstr "Token excepcional"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Tokens pendentes"
|
msgstr "Tokens pendentes"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Token na lista negra"
|
msgstr "Token na lista negra"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Tokens na lista negra"
|
msgstr "Tokens na lista negra"
|
||||||
|
|
||||||
|
|
@ -325,8 +325,8 @@ msgid ""
|
||||||
"if the button above does not work, please copy and paste the following URL "
|
"if the button above does not work, please copy and paste the following URL "
|
||||||
"into your web browser:"
|
"into your web browser:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Se o botão acima não funcionar, copie e cole o seguinte URL em seu navegador"
|
"Se o botão acima não funcionar, copie e cole o seguinte URL em seu navegador "
|
||||||
" da Web:"
|
"da Web:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_reset_password_email.html:88
|
#: vibes_auth/templates/user_reset_password_email.html:88
|
||||||
msgid "if you did not send this request, please ignore this email."
|
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 de número telefônico inválido. O número deve ser inserido no "
|
||||||
"formato: \"+999999999\". São permitidos até 15 dígitos."
|
"formato: \"+999999999\". São permitidos até 15 dígitos."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "O token é válido"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "O token é inválido"
|
msgstr "O token é inválido"
|
||||||
|
|
||||||
|
|
@ -419,3 +415,6 @@ msgstr "A senha foi redefinida com sucesso!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Você já ativou a conta..."
|
msgstr "Você já ativou a conta..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Visualizado recentemente"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <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)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Verificarea unui jeton (reîmprospătare sau acces)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Creați un utilizator nou"
|
msgstr "Creați un utilizator nou"
|
||||||
|
|
@ -155,11 +159,11 @@ msgstr "Ceva nu a mers bine: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Token-ul nu este valabil!"
|
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"
|
msgid "recently viewed products"
|
||||||
msgstr "Produse vizualizate recent"
|
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"
|
msgid "groups"
|
||||||
msgstr "Grupuri"
|
msgstr "Grupuri"
|
||||||
|
|
||||||
|
|
@ -232,43 +236,39 @@ msgstr "Este abonat"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Starea abonării utilizatorului la buletinul informativ"
|
msgstr "Starea abonării utilizatorului la buletinul informativ"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Văzut recent"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Jeton de activare"
|
msgstr "Jeton de activare"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Atribute"
|
msgstr "Atribute"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Utilizator"
|
msgstr "Utilizator"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Utilizatori"
|
msgstr "Utilizatori"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Grup"
|
msgstr "Grup"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Simbol excepțional"
|
msgstr "Simbol excepțional"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Jetoane restante"
|
msgstr "Jetoane restante"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Token pe lista neagră"
|
msgstr "Token pe lista neagră"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Jetoane pe lista neagră"
|
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"
|
"if the button above does not work, please copy and paste the following URL\n"
|
||||||
" into your web browser:"
|
" into your web browser:"
|
||||||
msgstr ""
|
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:"
|
" în browserul dvs. web:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:101
|
#: 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 "
|
"Format invalid al numărului de telefon. Numărul trebuie să fie introdus în "
|
||||||
"formatul: \"+999999999\". Sunt permise până la 15 cifre."
|
"formatul: \"+999999999\". Sunt permise până la 15 cifre."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Jetonul este valid"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Jetonul nu este valabil"
|
msgstr "Jetonul nu este valabil"
|
||||||
|
|
||||||
|
|
@ -422,3 +419,6 @@ msgstr "Parola a fost resetată cu succes!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Ați activat deja contul..."
|
msgstr "Ați activat deja contul..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Văzut recent"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
||||||
|
|
@ -70,6 +70,10 @@ msgstr "Проверка маркера"
|
||||||
msgid "Verify a token (refresh or access)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "Проверка маркера (обновление или доступ)."
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "Создайте нового пользователя"
|
msgstr "Создайте нового пользователя"
|
||||||
|
|
@ -155,11 +159,11 @@ msgstr "Что-то пошло не так: {e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "Токен недействителен!"
|
msgstr "Токен недействителен!"
|
||||||
|
|
||||||
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
|
#: vibes_auth/graphene/object_types.py:30
|
||||||
msgid "recently viewed products"
|
msgid "recently viewed products"
|
||||||
msgstr "Недавно просмотренные товары"
|
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"
|
msgid "groups"
|
||||||
msgstr "Группы"
|
msgstr "Группы"
|
||||||
|
|
||||||
|
|
@ -232,43 +236,39 @@ msgstr "Подписан"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "Статус подписки пользователя на рассылку новостей"
|
msgstr "Статус подписки пользователя на рассылку новостей"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "Недавно просмотренные"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "Активационный маркер"
|
msgstr "Активационный маркер"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "Атрибуты"
|
msgstr "Атрибуты"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "Пользователь"
|
msgstr "Пользователь"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "Пользователи"
|
msgstr "Пользователи"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "Группа"
|
msgstr "Группа"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "Выдающийся жетон"
|
msgstr "Выдающийся жетон"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "Выпущенные жетоны"
|
msgstr "Выпущенные жетоны"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "Токен в черном списке"
|
msgstr "Токен в черном списке"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "Токены, внесенные в черный список"
|
msgstr "Токены, внесенные в черный список"
|
||||||
|
|
||||||
|
|
@ -373,7 +373,8 @@ msgid ""
|
||||||
"if the button above does not work, please copy and paste the following URL\n"
|
"if the button above does not work, please copy and paste the following URL\n"
|
||||||
" into your web browser:"
|
" into your web browser:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Если кнопка выше не работает, пожалуйста, скопируйте и вставьте следующий URL-адрес\n"
|
"Если кнопка выше не работает, пожалуйста, скопируйте и вставьте следующий "
|
||||||
|
"URL-адрес\n"
|
||||||
" в свой веб-браузер:"
|
" в свой веб-браузер:"
|
||||||
|
|
||||||
#: vibes_auth/templates/user_verification_email.html:101
|
#: vibes_auth/templates/user_verification_email.html:101
|
||||||
|
|
@ -408,11 +409,7 @@ msgstr ""
|
||||||
"Неверный формат телефонного номера. Номер должен быть введен в формате: "
|
"Неверный формат телефонного номера. Номер должен быть введен в формате: "
|
||||||
"\"+999999999\". Допускается до 15 цифр."
|
"\"+999999999\". Допускается до 15 цифр."
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "Токен действителен"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "Токен недействителен"
|
msgstr "Токен недействителен"
|
||||||
|
|
||||||
|
|
@ -423,3 +420,6 @@ msgstr "Пароль был успешно сброшен!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "Вы уже активировали учетную запись..."
|
msgstr "Вы уже активировали учетную запись..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "Недавно просмотренные"
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 1\n"
|
"Project-Id-Version: 1\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2025-01-30 03:27+0000\n"
|
||||||
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
"Last-Translator: EGOR GORBUNOV <CONTACT@FUREUNOIR.COM>\n"
|
||||||
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
"Language-Team: BRITISH ENGLISH <CONTACT@FUREUNOIR.COM>\n"
|
||||||
|
|
@ -70,6 +70,10 @@ msgstr "验证令牌"
|
||||||
msgid "Verify a token (refresh or access)."
|
msgid "Verify a token (refresh or access)."
|
||||||
msgstr "验证令牌(刷新或访问)。"
|
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
|
#: vibes_auth/docs/drf/viewsets.py:15
|
||||||
msgid "create a new user"
|
msgid "create a new user"
|
||||||
msgstr "创建新用户"
|
msgstr "创建新用户"
|
||||||
|
|
@ -151,11 +155,11 @@ msgstr "出了问题:{e!s}"
|
||||||
msgid "token is invalid!"
|
msgid "token is invalid!"
|
||||||
msgstr "令牌无效!"
|
msgstr "令牌无效!"
|
||||||
|
|
||||||
#: vibes_auth/graphene/object_types.py:30 vibes_auth/models.py:72
|
#: vibes_auth/graphene/object_types.py:30
|
||||||
msgid "recently viewed products"
|
msgid "recently viewed products"
|
||||||
msgstr "最近浏览过的产品"
|
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"
|
msgid "groups"
|
||||||
msgstr "组别"
|
msgstr "组别"
|
||||||
|
|
||||||
|
|
@ -228,43 +232,39 @@ msgstr "已订阅"
|
||||||
msgid "user's newsletter subscription status"
|
msgid "user's newsletter subscription status"
|
||||||
msgstr "用户的通讯订阅状态"
|
msgstr "用户的通讯订阅状态"
|
||||||
|
|
||||||
#: vibes_auth/models.py:70
|
#: vibes_auth/models.py:69
|
||||||
msgid "recently viwed"
|
|
||||||
msgstr "最近浏览"
|
|
||||||
|
|
||||||
#: vibes_auth/models.py:75
|
|
||||||
msgid "activation token"
|
msgid "activation token"
|
||||||
msgstr "激活令牌"
|
msgstr "激活令牌"
|
||||||
|
|
||||||
#: vibes_auth/models.py:77
|
#: vibes_auth/models.py:71
|
||||||
msgid "attributes"
|
msgid "attributes"
|
||||||
msgstr "属性"
|
msgstr "属性"
|
||||||
|
|
||||||
#: vibes_auth/models.py:99
|
#: vibes_auth/models.py:100
|
||||||
msgid "user"
|
msgid "user"
|
||||||
msgstr "用户"
|
msgstr "用户"
|
||||||
|
|
||||||
#: vibes_auth/models.py:100
|
#: vibes_auth/models.py:101
|
||||||
msgid "users"
|
msgid "users"
|
||||||
msgstr "用户"
|
msgstr "用户"
|
||||||
|
|
||||||
#: vibes_auth/models.py:106
|
#: vibes_auth/models.py:107
|
||||||
msgid "group"
|
msgid "group"
|
||||||
msgstr "组别"
|
msgstr "组别"
|
||||||
|
|
||||||
#: vibes_auth/models.py:113
|
#: vibes_auth/models.py:114
|
||||||
msgid "outstanding token"
|
msgid "outstanding token"
|
||||||
msgstr "出色的代币"
|
msgstr "出色的代币"
|
||||||
|
|
||||||
#: vibes_auth/models.py:114
|
#: vibes_auth/models.py:115
|
||||||
msgid "outstanding tokens"
|
msgid "outstanding tokens"
|
||||||
msgstr "未兑代币"
|
msgstr "未兑代币"
|
||||||
|
|
||||||
#: vibes_auth/models.py:120
|
#: vibes_auth/models.py:121
|
||||||
msgid "blacklisted token"
|
msgid "blacklisted token"
|
||||||
msgstr "黑名单令牌"
|
msgstr "黑名单令牌"
|
||||||
|
|
||||||
#: vibes_auth/models.py:121
|
#: vibes_auth/models.py:122
|
||||||
msgid "blacklisted tokens"
|
msgid "blacklisted tokens"
|
||||||
msgstr "黑名单令牌"
|
msgstr "黑名单令牌"
|
||||||
|
|
||||||
|
|
@ -393,13 +393,10 @@ msgstr "{config.PROJECT_NAME} 重置密码| 重置密码"
|
||||||
msgid ""
|
msgid ""
|
||||||
"invalid phone number format. the number must be entered in the format: "
|
"invalid phone number format. the number must be entered in the format: "
|
||||||
"\"+999999999\". up to 15 digits allowed."
|
"\"+999999999\". up to 15 digits allowed."
|
||||||
msgstr "电话号码格式无效。电话号码必须按格式输入:\"+999999999\".最多允许 15 位数字。"
|
msgstr ""
|
||||||
|
"电话号码格式无效。电话号码必须按格式输入:\"+999999999\".最多允许 15 位数字。"
|
||||||
|
|
||||||
#: vibes_auth/views.py:168
|
#: vibes_auth/views.py:57
|
||||||
msgid "the token is valid"
|
|
||||||
msgstr "令牌有效"
|
|
||||||
|
|
||||||
#: vibes_auth/views.py:170
|
|
||||||
msgid "the token is invalid"
|
msgid "the token is invalid"
|
||||||
msgstr "令牌无效"
|
msgstr "令牌无效"
|
||||||
|
|
||||||
|
|
@ -410,3 +407,6 @@ msgstr "密码已重置成功!"
|
||||||
#: vibes_auth/viewsets.py:112
|
#: vibes_auth/viewsets.py:112
|
||||||
msgid "account already activated!"
|
msgid "account already activated!"
|
||||||
msgstr "您已经激活了账户..."
|
msgstr "您已经激活了账户..."
|
||||||
|
|
||||||
|
#~ msgid "recently viwed"
|
||||||
|
#~ msgstr "最近浏览"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue