mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Implemented daily/weekly/monthly recurrence patterns for chores (closes #151)
This commit is contained in:
@@ -371,5 +371,14 @@ return array(
|
||||
'Average shelf life' => 'Average shelf life',
|
||||
'Spoil rate' => 'Spoil rate',
|
||||
'Show more' => 'Show more',
|
||||
'Show less' => 'Show less'
|
||||
'Show less' => 'Show less',
|
||||
'The amount must be between #1 and #2' => 'The amount must be between #1 and #2',
|
||||
'Day of month' => 'Day of month',
|
||||
'Monday' => 'Monday',
|
||||
'Tuesday' => 'Tuesday',
|
||||
'Wednesday' => 'Wednesday',
|
||||
'Thursday' => 'Thursday',
|
||||
'Friday' => 'Friday',
|
||||
'Saturday' => 'Saturday',
|
||||
'Sunday' => 'Sunday'
|
||||
);
|
||||
|
Reference in New Issue
Block a user