mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add API routes and expand v2 frontend
This commit is contained in:
		| @@ -1681,6 +1681,7 @@ return [ | ||||
|     'remove_budgeted_amount'                    => 'Remove budgeted amount in :currency', | ||||
| 
 | ||||
|     // bills:
 | ||||
|     'subscription'                              => 'Subscription', | ||||
|     'not_expected_period'                       => 'Not expected this period', | ||||
|     'subscriptions_in_group'                    => 'Subscriptions in group "%{title}"', | ||||
|     'subscr_expected_x_times'                   => 'Expect to pay %{amount} %{times} times this period', | ||||
| @@ -1720,6 +1721,7 @@ return [ | ||||
|     'bill_edit_rules'                           => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.', | ||||
|     'bill_expected_date'                        => 'Expected :date', | ||||
|     'bill_expected_date_js'                     => 'Expected {date}', | ||||
|     'expected_amount'                           => '(Expected) amount', | ||||
|     'bill_paid_on'                              => 'Paid on {date}', | ||||
|     'bill_repeats_weekly'                       => 'Repeats weekly', | ||||
|     'bill_repeats_monthly'                      => 'Repeats monthly', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user