Skip to content

Commit bb7ab00

Browse files
committed
Update fieldtypes.php
1 parent c141bac commit bb7ab00

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

packages/admin/resources/lang/hr/fieldtypes.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,26 @@
5353
],
5454
'file' => [
5555
'label' => 'Datoteka',
56+
'form' => [
57+
'file_types' => [
58+
'label' => 'Dozvoljeni tipovi datoteka',
59+
'placeholder' => 'Novi MIME',
60+
],
61+
'multiple' => [
62+
'label' => 'Dozvoli više datoteka',
63+
],
64+
'min_files' => [
65+
'label' => 'Min. datoteka',
66+
],
67+
'max_files' => [
68+
'label' => 'Maks. datoteka',
69+
],
70+
'disk' => [
71+
'label' => 'Disk',
72+
],
73+
'directory' => [
74+
'label' => 'Direktorij',
75+
],
76+
],
5677
],
5778
];

0 commit comments

Comments
 (0)