New translations activities.php (Italian)
This commit is contained in:
parent
299e179bb5
commit
64662edae1
1 changed files with 3 additions and 3 deletions
|
@ -93,11 +93,11 @@ return [
|
|||
'user_delete_notification' => 'Utente rimosso con successo',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'token api creato',
|
||||
'api_token_create' => 'created API token',
|
||||
'api_token_create_notification' => 'Token API creato con successo',
|
||||
'api_token_update' => 'token api aggiornato',
|
||||
'api_token_update' => 'updated API token',
|
||||
'api_token_update_notification' => 'Token API aggiornato correttamente',
|
||||
'api_token_delete' => 'token api eliminato',
|
||||
'api_token_delete' => 'deleted API token',
|
||||
'api_token_delete_notification' => 'Token API eliminato con successo',
|
||||
|
||||
// Roles
|
||||
|
|
Loading…
Reference in a new issue