Skip to content

Commit 5c279d4

Browse files
committed
fix: adding Api file
1 parent e55dde0 commit 5c279d4

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Language/fa/Api.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
/**
6+
* This file is part of CodeIgniter 4 framework.
7+
*
8+
* (c) CodeIgniter Foundation <admin@codeigniter.com>
9+
*
10+
* For the full copyright and license information, please view
11+
* the LICENSE file that was distributed with this source code.
12+
*/
13+
14+
return [
15+
'invalidFields' => 'فیلد نامعتبر درخواست شده است: {0}',
16+
'invalidIncludes' => 'اینکلود نامعتبر درخواست شده است: {0}',
17+
'missingInclude' => 'متد اینکلود برای مورد زیر یافت نشد: {0}',
18+
'transformerNotFound' => 'کلاس ترنسفورمر \'{0}\' یافت نشد.',
19+
'invalidTransformer' => 'کلاس ترنسفورمر \'{0}\' باید TransformerInterface را پیاده‌سازی کند.',
20+
];

0 commit comments

Comments
 (0)