Initial commit
This commit is contained in:
BIN
webservice/apps/api/locale/en/LC_MESSAGES/django.mo
Normal file
BIN
webservice/apps/api/locale/en/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
67
webservice/apps/api/locale/en/LC_MESSAGES/django.po
Normal file
67
webservice/apps/api/locale/en/LC_MESSAGES/django.po
Normal 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 ""
|
Reference in New Issue
Block a user