Updated meta for new release.

This commit is contained in:
James Cole
2020-07-12 19:48:24 +02:00
parent 8a9f6b1896
commit 7a30bc4ff6
48 changed files with 1843 additions and 1195 deletions

View File

@@ -57,7 +57,6 @@ return [
'at_least_one_action' => 'Reguła powinna mieć co najmniej jedną akcję.',
'base64' => 'To nie są prawidłowe dane zakodowane w base64.',
'model_id_invalid' => 'Podane ID wygląda na nieprawidłowe dla tego modelu.',
'more' => ':attribute musi być większy od ":more".',
'less' => ':attribute musi być mniejszy od 10 000 000',
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
'after' => ':attribute musi być datą późniejszą od :date.',
@@ -199,6 +198,7 @@ return [
'generic_invalid_destination' => 'Nie możesz użyć tego konta jako konta docelowego.',
'gte.numeric' => ':attribute musi być większy lub równy :value.',
'gt.numeric' => 'The :attribute must be greater than :value.',
'gte.file' => ':attribute musi mieć rozmiar większy niż lub równy :value kilobajtów.',
'gte.string' => ':attribute musi mieć :value lub więcej znaków.',
'gte.array' => ':attribute musi mieć :value lub więcej elementów.',