mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix translations.
This commit is contained in:
		| @@ -63,7 +63,7 @@ return [ | ||||
|  */ | ||||
| 
 | ||||
|     'collect_info'        => 'Więcej informacji znajdziesz w katalogu <code>storage/logs</code>, w który zawiera pliki dziennika. Jeśli używasz Docker, użyj <code>docker logs -f [container]</code>.', | ||||
|     'collect_info_more'   => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.', | ||||
|     'collect_info_more'   => 'Możesz przeczytać więcej o zbieraniu informacji o błędach w <a href="https://docs.firefly-iii.org/how-to/general/debug/">FAQ</a>.', | ||||
|     'github_help'         => 'Uzyskaj pomoc na GitHub', | ||||
|     'github_instructions' => 'Możesz otworzyć nowy problem <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">na GitHub</a></strong>.', | ||||
|     'use_search'          => 'Użyj wyszukiwania!', | ||||
|   | ||||
| @@ -203,7 +203,7 @@ return [ | ||||
|     'transfer_exchange_rate_instructions'  => 'Konto źródłowe "@source_name" obsługuje tylko transakcje w walucie @source_currency. Konto docelowe "@dest_name" obsługuje tylko transakcje w walucie @dest_currency. Musisz podać przelewaną kwotę w obu walutach.', | ||||
|     'transaction_data'                     => 'Dane transakcji', | ||||
|     'invalid_server_configuration'         => 'Nieprawidłowa konfiguracja serwera', | ||||
|     'invalid_locale_settings'              => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.', | ||||
|     'invalid_locale_settings'              => 'Firefly III nie może sformatować kwot pieniężnych, ponieważ na Twoim serwerze brakuje wymaganych pakietów. Sprawdź <a href="">instrukcje jak je zainstalować</a> (po angielsku).', | ||||
|     'quickswitch'                          => 'Szybki przełącznik', | ||||
|     'sign_in_to_start'                     => 'Zaloguj się, aby rozpocząć sesję', | ||||
|     'sign_in'                              => 'Zaloguj', | ||||
| @@ -748,8 +748,8 @@ return [ | ||||
|     // rules
 | ||||
|     'is_not_rule_trigger'                                 => 'Nie', | ||||
|     'cannot_fire_inactive_rules'                          => 'Nie możesz wykonać nieaktywnych reguł.', | ||||
|     'show_triggers'                                       => 'Show triggers', | ||||
|     'show_actions'                                        => 'Show actions', | ||||
|     'show_triggers'                                       => 'Pokaż wyzwalacze', | ||||
|     'show_actions'                                        => 'Pokaż działania', | ||||
|     'rules'                                               => 'Reguły', | ||||
|     'rule_name'                                           => 'Nazwa reguły', | ||||
|     'rule_triggers'                                       => 'Reguły są wyzwalane gdy', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user