We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dfc82 commit bea468dCopy full SHA for bea468d
lang/ja/validation.php
@@ -106,7 +106,7 @@
106
'uploaded' => 'ファイルをアップロードできませんでした。サーバーがこのサイズのファイルを受け付けていない可能性があります。',
107
108
'zip_file' => ':attribute はZIP 内のファイルを参照する必要があります。',
109
- 'zip_file_size' => 'The file :attribute must not exceed :size MB.',
+ 'zip_file_size' => ':attribute は :size MB を超えてはいけません。',
110
'zip_file_mime' => ':attribute は種別 :validType のファイルを参照する必要がありますが、種別 :foundType となっています。',
111
'zip_model_expected' => 'データオブジェクトが期待されますが、":type" が見つかりました。',
112
'zip_unique' => 'ZIP内のオブジェクトタイプに :attribute が一意である必要があります。',
0 commit comments