mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Added missing localization strings
This commit is contained in:
parent
cdd02efcc6
commit
49d16b458d
@ -358,5 +358,14 @@ return array(
|
|||||||
'The given date is earlier than today, are you sure?' => 'The given date is earlier than today, are you sure?',
|
'The given date is earlier than today, are you sure?' => 'The given date is earlier than today, are you sure?',
|
||||||
'Product count' => 'Product count',
|
'Product count' => 'Product count',
|
||||||
'Type a new product name or barcode and hit TAB to start a workflow' => 'Type a new product name or barcode and hit TAB to start a workflow',
|
'Type a new product name or barcode and hit TAB to start a workflow' => 'Type a new product name or barcode and hit TAB to start a workflow',
|
||||||
'This will be used as the default setting when adding this product as a recipe ingredient' => 'This will be used as the default setting when adding this product as a recipe ingredient'
|
'This will be used as the default setting when adding this product as a recipe ingredient' => 'This will be used as the default setting when adding this product as a recipe ingredient',
|
||||||
|
'Add item' => 'Add item',
|
||||||
|
'Selected shopping list' => 'Selected shopping list',
|
||||||
|
'New shopping list' => 'New shopping list',
|
||||||
|
'Delete shopping list' => 'Delete shopping list',
|
||||||
|
'Chores settings' => 'Chores settings',
|
||||||
|
'Batteries settings' => 'Batteries settings',
|
||||||
|
'Tasks settings' => 'Tasks settings',
|
||||||
|
'Create shopping list' => 'Create shopping list',
|
||||||
|
'Are you sure to delete shopping list "#1"?' => 'Are you sure to delete shopping list "#1"?',
|
||||||
);
|
);
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row mt-3">
|
<div class="row mt-3 border-top border-bottom py-2">
|
||||||
<div class="col-xs-12 col-md-4">
|
<div class="col-xs-12 col-md-4">
|
||||||
<label for="selected-shopping-list">{{ $L('Selected shopping list') }}</label>
|
<label for="selected-shopping-list">{{ $L('Selected shopping list') }}</label>
|
||||||
<select class="form-control" id="selected-shopping-list">
|
<select class="form-control" id="selected-shopping-list">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user