@@ -10,19 +10,19 @@ |
||
10 | 10 | */ |
11 | 11 | return [ |
12 | 12 | |
13 | - 'ok' => 'موفق', |
|
14 | - 'no_error_message' => 'خطای شماره :api_code', |
|
13 | + 'ok' => 'موفق', |
|
14 | + 'no_error_message' => 'خطای شماره :api_code', |
|
15 | 15 | |
16 | - // can be used by Exception Handler (if enabled) |
|
17 | - 'uncaught_exception' => 'استثناء مدیریت نشده :message', |
|
18 | - // we talking API call here, hence we have http_not_found |
|
19 | - 'http_not_found' => 'مورد یافت نشد', |
|
20 | - 'http_exception' => 'استثناء HTTP :message', |
|
21 | - 'http_service_unavailable' => 'عملیات نگهداری در حال انجام است', |
|
16 | + // can be used by Exception Handler (if enabled) |
|
17 | + 'uncaught_exception' => 'استثناء مدیریت نشده :message', |
|
18 | + // we talking API call here, hence we have http_not_found |
|
19 | + 'http_not_found' => 'مورد یافت نشد', |
|
20 | + 'http_exception' => 'استثناء HTTP :message', |
|
21 | + 'http_service_unavailable' => 'عملیات نگهداری در حال انجام است', |
|
22 | 22 | |
23 | - // Exception Handler (added in 3.3.0) |
|
24 | - 'authentication_exception' => 'اجازه دسترسی ندارید', |
|
25 | - 'validation_exception' => 'داده معتبر نیست', |
|
23 | + // Exception Handler (added in 3.3.0) |
|
24 | + 'authentication_exception' => 'اجازه دسترسی ندارید', |
|
25 | + 'validation_exception' => 'داده معتبر نیست', |
|
26 | 26 | |
27 | 27 | ]; |
28 | 28 |