Update language strings.

This commit is contained in:
James Cole
2019-03-05 17:52:26 +01:00
parent 6e12f434ad
commit ed94e71168
14 changed files with 213 additions and 200 deletions

View File

@@ -33,6 +33,7 @@ return [
'last_seven_days' => 'Ostatnie 7 dni',
'last_thirty_days' => 'Ostanie 30 dni',
'welcomeBack' => 'Co jest grane?',
'welcome_back' => 'What\'s playing?',
'everything' => 'Wszystko',
'today' => 'dzisiaj',
'customRange' => 'Niestandardowy zakres',
@@ -217,27 +218,27 @@ return [
// search
'search' => 'Szukaj',
'search_query' => 'Zapytanie',
'search_found_transactions' => 'Firefly III found :count transaction(s) in :time seconds.',
'search_for_query' => 'Firefly III is searching for transactions with all of these words in them: <span class="text-info">:query</span>',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_amount' => 'Amount is exactly :value',
'search_modifier_amount_max' => 'Amount is at most :value',
'search_modifier_amount_min' => 'Amount is at least :value',
'search_modifier_amount_less' => 'Amount is less than :value',
'search_modifier_amount_more' => 'Amount is more than :value',
'search_modifier_source' => 'Source account is :value',
'search_modifier_destination' => 'Destination account is :value',
'search_modifier_category' => 'Category is :value',
'search_modifier_budget' => 'Budget is :value',
'search_modifier_bill' => 'Bill is :value',
'search_modifier_type' => 'Transaction type is :value',
'search_modifier_date' => 'Transaction date is :value',
'search_modifier_date_before' => 'Transaction date is before :value',
'search_modifier_date_after' => 'Transaction date is after :value',
'search_modifier_on' => 'Transaction date is :value',
'search_modifier_before' => 'Transaction date is before :value',
'search_modifier_after' => 'Transaction date is after :value',
'modifiers_applies_are' => 'The following modifiers are applied to the search as well:',
'search_found_transactions' => 'Firefly III znalazło :count transakcji w :time sekundy.',
'search_for_query' => 'Firefly III szuka transakcji zawierających wszystkie słowa: <span class="text-info">:query</span>',
'search_modifier_amount_is' => 'Kwota to dokładnie :value',
'search_modifier_amount' => 'Kwota to dokładnie :value',
'search_modifier_amount_max' => 'Kwota to co najwyżej :value',
'search_modifier_amount_min' => 'Kwota to co najmniej :value',
'search_modifier_amount_less' => 'Kwota jest mniejsza niż :value',
'search_modifier_amount_more' => 'Kwota jest większa niż :value',
'search_modifier_source' => 'Konto źródłowe to :value',
'search_modifier_destination' => 'Konto docelowe to :value',
'search_modifier_category' => 'Kategoria to :value',
'search_modifier_budget' => 'Budżet to :value',
'search_modifier_bill' => 'Rachunek to :value',
'search_modifier_type' => 'Transakcja jest typu :value',
'search_modifier_date' => 'Data transakcji to :value',
'search_modifier_date_before' => 'Data transakcji jest przed :value',
'search_modifier_date_after' => 'Data transakcji jest po :value',
'search_modifier_on' => 'Data transakcji to :value',
'search_modifier_before' => 'Data transakcji jest przed :value',
'search_modifier_after' => 'Data transakcji jest po :value',
'modifiers_applies_are' => 'Zastosowano także poniższe modyfikatory:',
'general_search_error' => 'Wystąpił błąd podczas wyszukiwania. Aby uzyskać więcej informacji proszę sprawdzić logi aplikacji.',
'search_box' => 'Szukaj',
'search_box_intro' => 'Witamy w funkcji wyszukiwania Firefly III. Wpisz zapytanie w polu. Upewnij się, że sprawdziłeś plik pomocy, ponieważ wyszukiwanie jest dość zaawansowane.',