[backend + frontend]: Добавлена базовая регистрация

This commit is contained in:
2022-09-12 23:57:40 +03:00
parent 818bb9db81
commit ede65b0147
21 changed files with 198 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-10 14:48+0300\n"
"POT-Creation-Date: 2022-09-12 23:55+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,6 +20,10 @@ msgstr ""
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"
#: accounts/apps.py:8
msgid "accounts"
msgstr "аккаунты"
#: facilities/apps.py:8 facilities/models.py:18
msgid "facilities"
msgstr "заведения"