Skip to content

Commit

Permalink
🐛(backend) generate po file
Browse files Browse the repository at this point in the history
Generate the PO file.
It will create the locale folder, and so
init correctly LOCALE_PATHS env.
This should fix the CI.
  • Loading branch information
AntoLC committed Apr 3, 2024
1 parent 42bea99 commit d9fc9ab
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 0 deletions.
208 changes: 208 additions & 0 deletions src/backend/locale/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-04-03 10:31+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: core/admin.py:31
msgid "Personal info"
msgstr ""

#: core/admin.py:33
msgid "Permissions"
msgstr ""

#: core/admin.py:45
msgid "Important dates"
msgstr ""

#: core/api/serializers.py:128
msgid "Markdown Body"
msgstr ""

#: core/authentication.py:71
msgid "User info contained no recognizable user identification"
msgstr ""

#: core/authentication.py:91
msgid "Claims contained no recognizable user identification"
msgstr ""

#: core/models.py:27
msgid "Member"
msgstr ""

#: core/models.py:28
msgid "Administrator"
msgstr ""

#: core/models.py:29
msgid "Owner"
msgstr ""

#: core/models.py:41
msgid "id"
msgstr ""

#: core/models.py:42
msgid "primary key for the record as UUID"
msgstr ""

#: core/models.py:48
msgid "created on"
msgstr ""

#: core/models.py:49
msgid "date and time at which a record was created"
msgstr ""

#: core/models.py:54
msgid "updated on"
msgstr ""

#: core/models.py:55
msgid "date and time at which a record was last updated"
msgstr ""

#: core/models.py:75
msgid ""
"Enter a valid sub. This value may contain only letters, numbers, and @/./+/-/"
"_ characters."
msgstr ""

#: core/models.py:81
msgid "sub"
msgstr ""

#: core/models.py:83
msgid ""
"Required. 255 characters or fewer. Letters, numbers, and @/./+/-/_ "
"characters only."
msgstr ""

#: core/models.py:91
msgid "identity email address"
msgstr ""

#: core/models.py:96
msgid "admin email address"
msgstr ""

#: core/models.py:103
msgid "language"
msgstr ""

#: core/models.py:104
msgid "The language in which the user wants to see the interface."
msgstr ""

#: core/models.py:110
msgid "The timezone in which the user wants to see times."
msgstr ""

#: core/models.py:113
msgid "device"
msgstr ""

#: core/models.py:115
msgid "Whether the user is a device or a real user."
msgstr ""

#: core/models.py:118
msgid "staff status"
msgstr ""

#: core/models.py:120
msgid "Whether the user can log into this admin site."
msgstr ""

#: core/models.py:123
msgid "active"
msgstr ""

#: core/models.py:126
msgid ""
"Whether this user should be treated as active. Unselect this instead of "
"deleting accounts."
msgstr ""

#: core/models.py:138
msgid "user"
msgstr ""

#: core/models.py:139
msgid "users"
msgstr ""

#: core/models.py:161
msgid "title"
msgstr ""

#: core/models.py:162
msgid "description"
msgstr ""

#: core/models.py:163
msgid "code"
msgstr ""

#: core/models.py:164
msgid "css"
msgstr ""

#: core/models.py:166
msgid "public"
msgstr ""

#: core/models.py:168
msgid "Whether this template is public for anyone to use."
msgstr ""

#: core/models.py:174
msgid "Template"
msgstr ""

#: core/models.py:175
msgid "Templates"
msgstr ""

#: core/models.py:256
msgid "Template/user relation"
msgstr ""

#: core/models.py:257
msgid "Template/user relations"
msgstr ""

#: core/models.py:263
msgid "This user is already in this template."
msgstr ""

#: core/models.py:269
msgid "This team is already in this template."
msgstr ""

#: core/models.py:275
msgid "Either user or team must be set, not both."
msgstr ""

#: impress/settings.py:134
msgid "English"
msgstr ""

#: impress/settings.py:135
msgid "French"
msgstr ""
Loading

0 comments on commit d9fc9ab

Please sign in to comment.