Skip to content

Commit bf34dae

Browse files
authored
Merge pull request #16054 from danielebarbaro/add-missing-translation-for-infolist
Add missing infolist IT translations
2 parents e0dc552 + a0d233d commit bf34dae

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)