diff --git a/Resources/lang/it/job_status.php b/Resources/lang/it/job_status.php new file mode 100644 index 00000000..9305a603 --- /dev/null +++ b/Resources/lang/it/job_status.php @@ -0,0 +1,42 @@ + 'Risorse', + 'pages' => 'Pagine', + 'widgets' => 'Widgets', + 'navigation' => [ + 'name' => 'job status', + 'plural' => 'job status', + 'group' => [ + 'name' => 'Jobs', + ], + ], + 'fields' => [ + 'name' => 'Nome', + 'guard_name' => 'Guard', + 'permissions' => 'Permessi', + 'updated_at' => 'Aggiornato il', + 'first_name' => 'Nome', + 'last_name' => 'Cognome', + 'select_all' => [ + 'name' => 'Seleziona Tutti', + 'message' => '', + ], + ], + 'actions' => [ + 'import' => [ + 'fields' => [ + 'import_file' => 'Seleziona un file XLS o CSV da caricare', + ], + ], + 'export' => [ + 'filename_prefix' => 'Aree al', + 'columns' => [ + 'name' => 'Nome area', + 'parent_name' => 'Nome area livello superiore', + ], + ], + ], +];