Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Mar 5, 2024
1 parent 6da0b1b commit b79d41e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Resources/lang/it/job_status.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?php

declare(strict_types=1);

return [
'resources' => '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',
],
],
],
];

0 comments on commit b79d41e

Please sign in to comment.