mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Changed some localization strings
This commit is contained in:
parent
71a57c9dcb
commit
2764bb680c
@ -917,7 +917,7 @@ msgstr ""
|
||||
msgid "Mark %1$s of %2$s as open"
|
||||
msgstr ""
|
||||
|
||||
msgid "When a product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)"
|
||||
msgid "When this product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default best before days after opened"
|
||||
@ -1688,13 +1688,13 @@ msgstr ""
|
||||
msgid "When moving products from/to a freezer location, the products best before date is automatically adjusted according to the product settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "On moving this product to a freezer location, the best before date will be replaced by today + this amount of days"
|
||||
msgid "On moving this product to a freezer location (so when freezing it), the best before date will be replaced by today + this amount of days"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default best before days after freezing"
|
||||
msgstr ""
|
||||
|
||||
msgid "On moving this product from a freezer location, the best before date will be replaced by today + this amount of days"
|
||||
msgid "On moving this product from a freezer location (so when thawing it), the best before date will be replaced by today + this amount of days"
|
||||
msgstr ""
|
||||
|
||||
msgid "Default best before days after thawing"
|
||||
|
@ -125,7 +125,7 @@
|
||||
'min' => 0,
|
||||
'value' => $value,
|
||||
'invalidFeedback' => $__t('The amount cannot be lower than %s', '-1'),
|
||||
'hint' => $__t('When a product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)')
|
||||
'hint' => $__t('When this product was marked as opened, the best before date will be replaced by today + this amount of days (a value of 0 disables this)')
|
||||
))
|
||||
|
||||
<div class="form-group">
|
||||
@ -235,7 +235,7 @@
|
||||
'min' => -1,
|
||||
'value' => $value,
|
||||
'invalidFeedback' => $__t('The amount cannot be lower than %s', '0'),
|
||||
'hint' => $__t('On moving this product to a freezer location, the best before date will be replaced by today + this amount of days')
|
||||
'hint' => $__t('On moving this product to a freezer location (so when freezing it), the best before date will be replaced by today + this amount of days')
|
||||
))
|
||||
|
||||
@php if($mode == 'edit') { $value = $product->default_best_before_days_after_thawing; } else { $value = 0; } @endphp
|
||||
@ -245,7 +245,7 @@
|
||||
'min' => -1,
|
||||
'value' => $value,
|
||||
'invalidFeedback' => $__t('The amount cannot be lower than %s', '0'),
|
||||
'hint' => $__t('On moving this product from a freezer location, the best before date will be replaced by today + this amount of days')
|
||||
'hint' => $__t('On moving this product from a freezer location (so when thawing it), the best before date will be replaced by today + this amount of days')
|
||||
))
|
||||
@else
|
||||
<input type="hidden" name="default_best_before_days_after_freezing" value="0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user