36 lines
1.1 KiB
PHP
36 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'ticket_details' => 'Dettaglio ticket',
|
|
'tickets' => 'Tickets',
|
|
'subject' => 'Oggetto',
|
|
'status' => 'Stato',
|
|
'priority' => 'Priorità',
|
|
'department' => 'Reparto',
|
|
'created_at' => 'Creato A',
|
|
'reply' => 'Rispondi',
|
|
'attachments' => 'Attachments',
|
|
'upload_attachments' => 'Upload Attachments',
|
|
'or_drag_and_drop' => 'or drag and drop',
|
|
'files_max' => 'Files up to 10MB',
|
|
'selected_files' => 'Selected Files',
|
|
'close_ticket' => 'Close Ticket',
|
|
'close_ticket_confirmation' => 'Are you sure you want to close this ticket? This action cannot be undone.',
|
|
'close_ticket_success' => 'Ticket closed successfully.',
|
|
'close_ticket_already_closed' => 'This ticket is already closed.',
|
|
|
|
'create_ticket' => 'Crea ticket',
|
|
'select_department' => 'Seleziona Dipartimento',
|
|
'select_priority' => 'Seleziona priorità',
|
|
'low' => 'Basso',
|
|
'medium' => 'Medio',
|
|
'high' => 'Alto',
|
|
|
|
'last_activity' => 'Ultima attività',
|
|
|
|
'service' => 'Servizio',
|
|
'select_service' => 'Seleziona servizio',
|
|
'create' => 'Crea',
|
|
'no_tickets' => 'No tickets found',
|
|
];
|