mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update languages and related files.
This commit is contained in:
		| @@ -1731,7 +1731,10 @@ return [ | ||||
|     'remove_budgeted_amount'                    => 'Usuń zabudżetowaną kwotę w :currency', | ||||
| 
 | ||||
|     // bills:
 | ||||
|     'subscription'                              => 'Subscription', | ||||
|     'not_expected_period'                       => 'Nie oczekiwany w tym okresie', | ||||
|     'subscriptions_in_group'                    => 'Subscriptions in group "%{title}"', | ||||
|     'subscr_expected_x_times'                   => 'Expect to pay %{amount} %{times} times this period', | ||||
|     'not_or_not_yet'                            => 'Nie (jeszcze)', | ||||
|     'visit_bill'                                => 'Visit bill ":name" at Firefly III', | ||||
|     'match_between_amounts'                     => 'Rachunek pasuje do transakcji między :low a :high.', | ||||
| @@ -1768,6 +1771,7 @@ return [ | ||||
|     'bill_edit_rules'                           => 'Firefly III spróbuje edytować regułę związaną z tym rachunkiem. Jeśli jednak reguła była edytowana przez Ciebie, Firefly III nic nie zmieni. Firefly III spróbuje edytować reguły :count również związane z tym rachunkiem. Jeśli jednak reguły były edytowane przez Ciebie, Firefly III nic nie zmieni.', | ||||
|     'bill_expected_date'                        => 'Oczekiwane :date', | ||||
|     'bill_expected_date_js'                     => 'Oczekiwane {date}', | ||||
|     'expected_amount'                           => '(Expected) amount', | ||||
|     'bill_paid_on'                              => 'Zapłacone {date}', | ||||
|     'bill_repeats_weekly'                       => 'Powtarza się co tydzień', | ||||
|     'bill_repeats_monthly'                      => 'Powtarza się co miesiąc', | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| declare(strict_types=1); | ||||
| 
 | ||||
| /* | ||||
|  * rules.php | ||||
|  * Copyright (c) 2023 james@firefly-iii.org | ||||
| @@ -21,6 +21,7 @@ declare(strict_types=1); | ||||
|  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||
|  */ | ||||
| 
 | ||||
| declare(strict_types=1); | ||||
| 
 | ||||
| return [ | ||||
|     'main_message'                                => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user