New translations config.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 13:13:42 +03:00
parent f7a1777490
commit 8977d87c30

View File

@ -0,0 +1,26 @@
<?php
return [
'folders' => [
'name' => 'Folders',
'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.',
'warning' => 'Existing folder permissions take precedence over selected folders.',
],
'min' => [
'label' => 'Minimum Selections',
'instructions' => 'Enter the minimum number of allowed selections.',
],
'max' => [
'label' => 'Maximum Selections',
'instructions' => 'Enter the maximum number of allowed selections.',
],
'mode' => [
'name' => 'Input Mode',
'instructions' => 'How should users provide file input?',
'option' => [
'default' => 'Upload and/or select files.',
'select' => 'Select files only.',
'upload' => 'Upload files only.',
],
],
];