mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-22 21:35:12 +03:00
27 lines
963 B
PHP
27 lines
963 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => 'Yey! Nu există erori!',
|
|
'total_logs' => 'Total log-uri',
|
|
'error' => 'Eroare',
|
|
'warning' => 'Avertisment',
|
|
'notice' => 'Înștiințare',
|
|
'info' => 'Informații',
|
|
'debug' => 'Depanare',
|
|
'navigation' => [
|
|
'panel_logs' => 'Log-uri panou',
|
|
],
|
|
'actions' => [
|
|
'upload_logs' => 'Încarci log-urile?',
|
|
'upload_logs_description' => 'Acest lucru va încărca :file în :url Sunteți sigur că doriți să faceți asta?',
|
|
'view_logs' => 'Vizualizați log-urile',
|
|
'log_not_found' => 'Log-ul nu a fost găsit!',
|
|
'log_not_found_description' => 'Log-ul nu a putut fi găsit pentru :file',
|
|
'failed_to_upload' => 'Încărcarea a eșuat.',
|
|
'failed_to_upload_description' => 'Stare HTTP: :status',
|
|
'log_upload' => 'Log încărcat!',
|
|
'log_upload_action' => 'Vezi log',
|
|
'upload_tooltip' => 'Încarcă în :url',
|
|
],
|
|
];
|