mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Fixed new translation strings
This commit is contained in:
parent
a799f2b43f
commit
3dcd513094
@ -1335,7 +1335,7 @@ msgstr ""
|
|||||||
msgid "Create QU conversion"
|
msgid "Create QU conversion"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Default for QU unit"
|
msgid "Default for QU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Quantity unit from"
|
msgid "Quantity unit from"
|
||||||
@ -1364,3 +1364,6 @@ msgstr ""
|
|||||||
|
|
||||||
msgid "This equals %1$s %2$s in stock"
|
msgid "This equals %1$s %2$s in stock"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Edit QU conversion"
|
||||||
|
msgstr ""
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
@if($product != null)
|
@if($product != null)
|
||||||
<h3 class="text-muted">{{ $__t('Override for product') }} <strong>{{ $product->name }}</strong></h3>
|
<h3 class="text-muted">{{ $__t('Override for product') }} <strong>{{ $product->name }}</strong></h3>
|
||||||
@else
|
@else
|
||||||
<h3 class="text-muted">{{ $__t('Default for QU unit') }} <strong>{{ $defaultQuUnit->name }}</strong></h3>
|
<h3 class="text-muted">{{ $__t('Default for QU') }} <strong>{{ $defaultQuUnit->name }}</strong></h3>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<script>Grocy.EditMode = '{{ $mode }}';</script>
|
<script>Grocy.EditMode = '{{ $mode }}';</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user