mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:56:47 +00:00
/refactor debug false
This commit is contained in:
parent
b79acd9dc5
commit
0a3b24becf
@ -27,7 +27,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
SECRET_KEY = None
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
|
||||
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
</li>
|
||||
{% if SHOW_API_TESTER %}
|
||||
<li>
|
||||
<a href="{{ API_TESTER_URL }}" >API Tester</a>
|
||||
<a href="{{ API_TESTER_URL }}" >{% trans "API Tester" %}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-09-08 11:57+0200\n"
|
||||
"POT-Creation-Date: 2022-09-12 09:57+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"
|
||||
@ -404,6 +404,10 @@ msgstr "Puntos finales dinámicos"
|
||||
msgid "My API Collections"
|
||||
msgstr "Mis colecciones de API"
|
||||
|
||||
#: base/templates/base.html:107
|
||||
msgid "API Tester"
|
||||
msgstr "Métricas de la API"
|
||||
|
||||
#: base/templates/home.html:5
|
||||
msgid "Welcome to API Manager"
|
||||
msgstr "Bienvenido al Administrador de API"
|
||||
@ -1340,9 +1344,8 @@ msgstr "Tiempo de Respuesta Promedio(ms)"
|
||||
#: metrics/templates/metrics/weekly_summary.html:106
|
||||
#: metrics/templates/metrics/yearly_summary.html:108
|
||||
msgid "Median time from consumer registration to first API call"
|
||||
msgstr ""
|
||||
"Mediana de tiempo desde el registro del consumidor hasta la primera llamada "
|
||||
"a la API"
|
||||
msgstr "Mittlere Zeit von der Registrierung des Verbrauchers bis zum ersten API-Aufruf"
|
||||
|
||||
|
||||
#: metrics/templates/metrics/custom_summary.html:109
|
||||
#: metrics/templates/metrics/daily_summary.html:112
|
||||
@ -1442,9 +1445,8 @@ msgstr "Número promedio de llamadas"
|
||||
#: metrics/templates/metrics/quarterly_summary.html:119
|
||||
#: metrics/templates/metrics/weekly_summary.html:115
|
||||
msgid "Apps with distinct developer email addresses"
|
||||
msgstr ""
|
||||
"Aplicaciones con distintas direcciones de correo electrónico de los "
|
||||
"desarrolladores"
|
||||
msgstr "Anwendungen mit eindeutigen Entwickler-E-Mail-Adressen"
|
||||
|
||||
|
||||
#: metrics/templates/metrics/hourly_summary.html:20
|
||||
msgid "Hour"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user