Skip to content

Commit

Permalink
Add it translation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogermani87 authored Feb 28, 2025
1 parent bb2a8b6 commit 64b9724
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions resources/lang/it/api-service.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?php

// translations for Rupadana/ApiService
return [

/*
|--------------------------------------------------------------------------
| Model
|--------------------------------------------------------------------------
*/

'model' => 'Token',
'models' => 'Tokens',

/*
|--------------------------------------------------------------------------
| Table Columns
|--------------------------------------------------------------------------
*/

'column.name' => 'Nome',
'column.user' => 'Utente',
'column.abilities' => 'Permessi',
'column.created_at' => 'Creato il',

/*
|--------------------------------------------------------------------------
| Form Fields
|--------------------------------------------------------------------------
*/

'field.name' => 'Nome',
'field.user' => 'Utente',
'field.ability' => 'Permessi',

/*
|--------------------------------------------------------------------------
| Form Actions
|--------------------------------------------------------------------------
*/

'action.select_all' => 'Seleziona tutto',
'action.unselect_all' => 'Deseleziona tutto',
'action.close' => 'Chiudi',

/*
|--------------------------------------------------------------------------
| Section & Tabs
|--------------------------------------------------------------------------
*/

'section.general' => 'Generale:',
'section.abilities' => 'Permessi:',
'section.abilities.description' => 'Seleziona permessi per il token',

/*
|--------------------------------------------------------------------------
| Notifications
|--------------------------------------------------------------------------
*/

'notification.token.created' => 'Token creato, salvalo e tienilo al sicuro!',

];

0 comments on commit 64b9724

Please sign in to comment.