mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
german translation, HTML tags refactored
This commit is contained in:
parent
ae3a0133eb
commit
48cd227f06
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-05 00:56+0100\n"
|
||||
"POT-Creation-Date: 2021-03-06 21:52+0100\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"
|
||||
@ -2387,7 +2387,7 @@ msgstr ""
|
||||
msgid "Select Purchase Order"
|
||||
msgstr ""
|
||||
|
||||
#: order/templates/order/order_wizard/select_pos.html:67
|
||||
#: order/templates/order/order_wizard/select_pos.html:68
|
||||
msgid "Select a purchase order for"
|
||||
msgstr ""
|
||||
|
||||
@ -3788,6 +3788,10 @@ msgstr ""
|
||||
msgid "Part Stock"
|
||||
msgstr ""
|
||||
|
||||
#: part/templates/part/stock.html:16
|
||||
msgid "Showing stock for all variants of"
|
||||
msgstr ""
|
||||
|
||||
#: part/templates/part/stock_count.html:7 templates/js/bom.js:239
|
||||
#: templates/js/part.js:421
|
||||
msgid "No Stock"
|
||||
@ -6104,7 +6108,7 @@ msgstr ""
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/navbar.html:71
|
||||
#: templates/navbar.html:71 templates/registration/logout.html:5
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
@ -6136,6 +6140,18 @@ msgstr ""
|
||||
msgid "Username / password combination is incorrect"
|
||||
msgstr ""
|
||||
|
||||
#: templates/registration/logout.html:6
|
||||
msgid "You have been logged out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/registration/logout.html:7
|
||||
msgid "Click"
|
||||
msgstr ""
|
||||
|
||||
#: templates/registration/logout.html:7
|
||||
msgid "here</a> to log in</p>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/stats.html:9
|
||||
msgid "Server"
|
||||
msgstr ""
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-05 00:56+0100\n"
|
||||
"POT-Creation-Date: 2021-03-06 21:52+0100\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"
|
||||
@ -2387,7 +2387,7 @@ msgstr ""
|
||||
msgid "Select Purchase Order"
|
||||
msgstr ""
|
||||
|
||||
#: order/templates/order/order_wizard/select_pos.html:67
|
||||
#: order/templates/order/order_wizard/select_pos.html:68
|
||||
msgid "Select a purchase order for"
|
||||
msgstr ""
|
||||
|
||||
@ -3788,6 +3788,10 @@ msgstr ""
|
||||
msgid "Part Stock"
|
||||
msgstr ""
|
||||
|
||||
#: part/templates/part/stock.html:16
|
||||
msgid "Showing stock for all variants of"
|
||||
msgstr ""
|
||||
|
||||
#: part/templates/part/stock_count.html:7 templates/js/bom.js:239
|
||||
#: templates/js/part.js:421
|
||||
msgid "No Stock"
|
||||
@ -6104,7 +6108,7 @@ msgstr ""
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/navbar.html:71
|
||||
#: templates/navbar.html:71 templates/registration/logout.html:5
|
||||
msgid "Logout"
|
||||
msgstr ""
|
||||
|
||||
@ -6136,6 +6140,18 @@ msgstr ""
|
||||
msgid "Username / password combination is incorrect"
|
||||
msgstr ""
|
||||
|
||||
#: templates/registration/logout.html:6
|
||||
msgid "You have been logged out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/registration/logout.html:7
|
||||
msgid "Click"
|
||||
msgstr ""
|
||||
|
||||
#: templates/registration/logout.html:7
|
||||
msgid "here</a> to log in</p>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/stats.html:9
|
||||
msgid "Server"
|
||||
msgstr ""
|
||||
|
@ -13,7 +13,7 @@
|
||||
{% block details %}
|
||||
{% if part.is_template %}
|
||||
<div class='alert alert-info alert-block'>
|
||||
Showing stock for all variants of <i>{{ part.full_name }}</i>
|
||||
{% trans 'Showing stock for all variants of' %} <i>{{ part.full_name }}</i>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<h4>Logout</h4>
|
||||
<p>You have been logged out</p>
|
||||
<p>Click <a href="{% url 'login' %}">here</a> to log in</p>
|
||||
<h4>{% trans "Logout" %}</h4>
|
||||
<p>{% trans "You have been logged out" %}</p>
|
||||
<p>{% trans 'Click' %} <a href="{% url 'login' %}"> {% trans 'here</a> to log in</p>' %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user