We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbf6d3 commit aa80a3bCopy full SHA for aa80a3b
1 file changed
system/Language/en/HTTP.php
@@ -32,6 +32,12 @@
32
// RedirectResponse
33
'invalidRoute' => '{0, string} is not a valid route.',
34
35
+ // DownloadResponse
36
+ 'cannotSetBinary' => 'When setting filepath can not set binary.',
37
+ 'cannotSetFilepath' => 'When setting binary can not set filepath.',
38
+ 'notFoundDownloadSource' => 'Not found download body source.',
39
+ 'cannotSetCache' => 'It does not supported caching for downloading.',
40
+
41
// Response
42
'missingResponseStatus' => 'HTTP Response is missing a status code',
43
'invalidStatusCode' => '{0, string} is not a valid HTTP return status code',
0 commit comments