New translations config.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 19:16:54 +03:00
parent 2a0ca91010
commit 37754ccd8e

View File

@ -2,25 +2,25 @@
return [ return [
'folders' => [ 'folders' => [
'name' => 'Folders', 'name' => 'Cartelle',
'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.', 'instructions' => 'Specifica quali cartelle sono disponibili per questo campo. Lascia vuoto per visualizzare tutte le cartelle.',
'warning' => 'Existing folder permissions take precedence over selected folders.', 'warning' => 'Le autorizzazioni per le cartelle esistenti hanno la precedenza sulle cartelle selezionate.',
], ],
'min' => [ 'min' => [
'label' => 'Minimum Selections', 'label' => 'Selezioni minime',
'instructions' => 'Enter the minimum number of allowed selections.', 'instructions' => 'Immettere il numero minimo di selezioni consentite.',
], ],
'max' => [ 'max' => [
'label' => 'Maximum Selections', 'label' => 'Selezioni massime',
'instructions' => 'Enter the maximum number of allowed selections.', 'instructions' => 'Immettere il numero massimo di selezioni consentite.',
], ],
'mode' => [ 'mode' => [
'name' => 'Input Mode', 'name' => 'Modalità di immissione',
'instructions' => 'How should users provide file input?', 'instructions' => 'In che modo gli utenti devono fornire input di file?',
'option' => [ 'option' => [
'default' => 'Upload and/or select files.', 'default' => 'Carica e / o seleziona file.',
'select' => 'Select files only.', 'select' => 'Seleziona solo i file.',
'upload' => 'Upload files only.', 'upload' => 'Carica solo file.',
], ],
], ],
]; ];