Merge pull request #2304 from sevannerse/CU-1pbthq3_Make-Recurring-Easier-to-Find--Edit_Sevan-Nerse

Make recurring easier to find
This commit is contained in:
Cüneyt Şentürk
2021-11-11 14:22:21 +03:00
committed by GitHub
17 changed files with 230 additions and 25 deletions

View File

@ -3,6 +3,9 @@
return [
'recurring' => 'Recurring',
'interval' => 'Interval',
'frequency' => 'Frequency',
'count' => 'Count',
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
@ -16,5 +19,7 @@ return [
'months' => 'Month(s)',
'years' => 'Year(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated on :date',
'message_parent' => 'This :type was automatically generated from :link',
'tooltip' => 'Besides the predefined periods, possible to adjust customized periods regarding the requirements. <br><b>Tip:</b> The count must be set to zero up to recur infinitely.',
];

View File

@ -15,6 +15,7 @@ return [
'reconciled' => 'Reconciled',
'expense_account' => 'From Account',
'income_account' => 'To Account',
'recurring' => 'Recurring',
],
];