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 62fd3ec commit 7e99f1cCopy full SHA for 7e99f1c
packages/infolists/resources/lang/fa/components.php
@@ -2,8 +2,36 @@
2
3
return [
4
5
- 'text_entry' => [
6
- 'more_list_items' => 'و :count عدد دیگر',
7
- ],
+ 'entries' => [
+
+ 'text' => [
8
9
+ 'actions' => [
10
+ 'collapse_list' => 'نمایش :count مورد کمتر',
11
+ 'expand_list' => 'نمایش :count مورد بیشتر',
12
+ ],
13
14
+ 'more_list_items' => 'و :count مورد دیگر',
15
16
17
18
+ 'key_value' => [
19
20
+ 'columns' => [
21
22
+ 'key' => [
23
+ 'label' => 'کلید',
24
25
26
+ 'value' => [
27
+ 'label' => 'مقدار',
28
29
30
31
32
+ 'placeholder' => 'بدون ورودی',
33
34
35
36
37
];
0 commit comments