We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0dc552 + a0d233d commit bf34daeCopy full SHA for bf34dae
packages/infolists/resources/lang/it/components.php
@@ -0,0 +1,38 @@
1
+<?php
2
+
3
+return [
4
5
+ 'entries' => [
6
7
+ 'text' => [
8
9
+ 'actions' => [
10
+ 'collapse_list' => 'Mostra :count in meno',
11
+ 'expand_list' => 'Mostra altri :count',
12
+ ],
13
14
+ 'more_list_items' => 'e altri :count',
15
16
17
18
+ 'key_value' => [
19
20
+ 'columns' => [
21
22
+ 'key' => [
23
+ 'label' => 'Chiave',
24
25
26
+ 'value' => [
27
+ 'label' => 'Valore',
28
29
30
31
32
+ 'placeholder' => 'Nessun elemento',
33
34
35
36
37
38
+];
0 commit comments