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 e55dde0 commit 5c279d4Copy full SHA for 5c279d4
1 file changed
Language/fa/Api.php
@@ -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