mirror of
https://github.com/grocy/grocy.git
synced 2026-04-09 22:16:16 +02:00
requested changes
by Berrnd
This commit is contained in:
parent
ab2568184c
commit
038755ee37
|
|
@ -51,15 +51,6 @@ msgid_plural "%s Products"
|
||||||
msgstr[0] "%s Produkt"
|
msgstr[0] "%s Produkt"
|
||||||
msgstr[1] "%s Produkte"
|
msgstr[1] "%s Produkte"
|
||||||
|
|
||||||
msgid "Standard Consume-Amount for this Product"
|
|
||||||
msgstr "Standard Verbrauchsmenge für dieses Produkt"
|
|
||||||
|
|
||||||
msgid "This amount is used as the Standard Amount for Consuming"
|
|
||||||
msgstr "Dieser Betrag wird als Standardmenge für den Verbrauch genommen (inkl. dem Schnellverbrauch)."
|
|
||||||
|
|
||||||
msgid "Otherwise you will be forced to make an entry before you can save"
|
|
||||||
msgstr "Sonst wird man zu einer Eingabe gezwungen bevor man speichern kann"
|
|
||||||
|
|
||||||
msgid "Amount"
|
msgid "Amount"
|
||||||
msgstr "Menge"
|
msgstr "Menge"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,15 @@ msgstr ""
|
||||||
msgid "Batteries overview"
|
msgid "Batteries overview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Standard Consume-Amount for this Product"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "This amount is used as the Standard Amount for Consuming"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Standard Consume-Amount for this Product"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Purchase"
|
msgid "Purchase"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -415,7 +415,6 @@ $('#consume-form input').keyup(function(event)
|
||||||
Grocy.FrontendHelpers.ValidateForm('consume-form');
|
Grocy.FrontendHelpers.ValidateForm('consume-form');
|
||||||
});
|
});
|
||||||
|
|
||||||
//das Timeout wurde eingepflegt damit bei valider vorausgewaehlter Menge die Buttons von selbst aktiviert werden
|
|
||||||
$('#consume-form select').change(function(event)
|
$('#consume-form select').change(function(event)
|
||||||
{setTimeout(function(){
|
{setTimeout(function(){
|
||||||
Grocy.FrontendHelpers.ValidateForm('consume-form');
|
Grocy.FrontendHelpers.ValidateForm('consume-form');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user