mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations config.php (Italian)
This commit is contained in:
parent
2a0ca91010
commit
37754ccd8e
@ -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.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user