Sync languages

This commit is contained in:
James Brooks
2016-05-25 09:45:20 +01:00
parent 2db0b011e6
commit 5534cdbdde
102 changed files with 424 additions and 323 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ return [
'accepted' => 'The :attribute must be accepted.',
'active_url' => ':attribute ei ole oikea URL-osoite.',
'after' => 'The :attribute must be a date after :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha' => ':attribute voi sisältää vain kirjaimia.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
@@ -99,7 +99,7 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
'rule-name' => 'mukautettu viesti',
],
],