Initial commit

This commit is contained in:
2020-11-13 15:31:14 +01:00
parent 2af942da5a
commit 10e2a34143
103 changed files with 3609 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,67 @@
# 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: 2020-07-30 15:42+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: apps/api/apps.py:9
msgid "API"
msgstr ""
#: apps/api/apps.py:10
msgid "APIs"
msgstr ""
#: apps/api/models.py:28
msgid "token"
msgstr ""
#: apps/api/models.py:29
msgid "tokens"
msgstr ""
#: apps/api/models.py:31
msgid "Select the user for this token"
msgstr ""
#: apps/api/models.py:32
msgid "Key"
msgstr ""
#: apps/api/models.py:32
msgid "The key for this token. This is used for Hawk verification."
msgstr ""
#: apps/api/models.py:33
msgid "Secret"
msgstr ""
#: apps/api/models.py:33
msgid "The secret for this token. This is used for Hawk signing."
msgstr ""
#: apps/api/models.py:34
msgid "Last access"
msgstr ""
#: apps/api/models.py:34
msgid "The date and time when this token is last used."
msgstr ""
#: apps/api/models.py:44
msgid "Super token"
msgstr ""