New strings [skip ci]

This commit is contained in:
James Cole
2018-07-25 16:44:06 +02:00
parent 5a73e79475
commit 02272f7db0
45 changed files with 290 additions and 260 deletions

View File

@@ -50,7 +50,8 @@ 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' => 'The given ID seems invalid for this model.',
'more' => ':attribute musi być większy od zera.',
'more' => ':attribute must be larger than :value.',
'less' => ':attribute must be less than 10,000,000',
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
'after' => ':attribute musi być datą późniejszą od :date.',
'alpha' => ':attribute może zawierać tylko litery.',