mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Include new line at the end of the file.
This commit is contained in:
@@ -25,4 +25,4 @@ return [
|
||||
'failed' => 'Te poświadczenia nie zgadzają się z naszymi danymi.',
|
||||
'throttle' => 'Zbyt wiele prób logowania. Spróbuj ponownie za :seconds sekund.',
|
||||
|
||||
];
|
||||
];
|
||||
|
@@ -38,4 +38,4 @@ return [
|
||||
'createTag' => 'Utwórz nowy tag',
|
||||
'edit_tag' => 'Modyfikuj tag ":tag"',
|
||||
'delete_tag' => 'Usuń tag ":tag"',
|
||||
];
|
||||
];
|
||||
|
@@ -20,4 +20,4 @@ return [
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
|
||||
];
|
||||
];
|
||||
|
@@ -77,4 +77,4 @@ return [
|
||||
'column_tags-space' => 'Tagi (oddzielone spacjami)',
|
||||
'column_account-number' => 'Konto aktywów (numer konta)',
|
||||
'column_opposing-number' => 'Opposing account (account number)',
|
||||
];
|
||||
];
|
||||
|
@@ -21,4 +21,4 @@ return [
|
||||
'import-index' => 'Of course, any CSV file can be imported into Firefly III ',
|
||||
'import-configure-security' => 'Because of security concerns, your upload has been replaced with a local file.',
|
||||
'import-configure-configuration' => 'Konfiguracja, która widzisz poniżej jest prawidłowa dla lokalnego pliku.',
|
||||
];
|
||||
];
|
||||
|
@@ -959,4 +959,4 @@ return [
|
||||
'import_finished_intro' => 'The import has finished! You can now see the new transactions in Firefly.',
|
||||
'import_finished_text_without_link' => 'It seems there is no tag that points to all your imported transactions. Please look for your imported data in the menu on the left, under "Transactions".',
|
||||
'import_finished_text_with_link' => 'You can find a list of your imported transactions on the page of the <a href="tags/show/:tag">tag that was created for this import</a>.',
|
||||
];
|
||||
];
|
||||
|
@@ -181,4 +181,4 @@ return [
|
||||
'payment_date' => 'Data płatności',
|
||||
'invoice_date' => 'Data faktury',
|
||||
'internal_reference' => 'Internal reference',
|
||||
];
|
||||
];
|
||||
|
@@ -30,4 +30,4 @@ return [
|
||||
'main-content-end-text' => 'Pamiętaj, że każda strona ma małą ikonkę ze znakiem zapytania w prawym górnym rogu. Kliknij ją aby otrzymać dodatkowe informacje o stronie, na której się znajdujesz.',
|
||||
'index' => 'indeks',
|
||||
'home' => 'początek',
|
||||
];
|
||||
];
|
||||
|
@@ -86,4 +86,4 @@ return [
|
||||
'budget_count' => 'Liczba budżetów',
|
||||
'rule_and_groups_count' => 'Liczba reguł i grup reguł',
|
||||
'tags_count' => 'Liczba tagów',
|
||||
];
|
||||
];
|
||||
|
@@ -14,4 +14,4 @@ return [
|
||||
'previous' => '« Poprzednia',
|
||||
'next' => 'Następna »',
|
||||
|
||||
];
|
||||
];
|
||||
|
@@ -16,4 +16,4 @@ return [
|
||||
'sent' => 'Wysłaliśmy link do resetowania hasła na twój adres email!',
|
||||
'reset' => 'Twoje hasło zostało zresetowane!',
|
||||
'blocked' => 'Przynajmniej próbowałeś.',
|
||||
];
|
||||
];
|
||||
|
@@ -88,4 +88,4 @@ return [
|
||||
'in_array' => 'Pole :attribute nie istnieje w :other.',
|
||||
'present' => 'Pole :attribute musi być obecne.',
|
||||
'amount_zero' => 'Całkowita kwota nie może być zerem',
|
||||
];
|
||||
];
|
||||
|
Reference in New Issue
Block a user