mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
27 lines
920 B
PHP
27 lines
920 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => 'Yay! Nessun Errore!',
|
|
'total_logs' => 'Log Totali',
|
|
'error' => 'Errore',
|
|
'warning' => 'Attenzione',
|
|
'notice' => 'Avviso',
|
|
'info' => 'Informazione',
|
|
'debug' => 'Debug',
|
|
'navigation' => [
|
|
'panel_logs' => 'Log del Pannello',
|
|
],
|
|
'actions' => [
|
|
'upload_logs' => 'Caricare i log?',
|
|
'upload_logs_description' => 'Questo caricherà :file su :url Sei sicuro di voler farlo?',
|
|
'view_logs' => 'Visualizza i log',
|
|
'log_not_found' => 'Log non trovato',
|
|
'log_not_found_description' => 'Impossibile trovare log con nome :filename',
|
|
'failed_to_upload' => 'Caricamento dei file non riuscito.',
|
|
'failed_to_upload_description' => 'Stato HTTP: :status',
|
|
'log_upload' => 'Log caricato!',
|
|
'log_upload_action' => 'Visualizza i log',
|
|
'upload_tooltip' => 'Carica su :url',
|
|
],
|
|
];
|