mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
27 lines
899 B
PHP
27 lines
899 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => 'Yay! Ingen Fejl!',
|
|
'total_logs' => 'Logfiler I Alt',
|
|
'error' => 'Fejl',
|
|
'warning' => 'Advarsel',
|
|
'notice' => 'Bemærk',
|
|
'info' => 'Info',
|
|
'debug' => 'Fejlfind',
|
|
'navigation' => [
|
|
'panel_logs' => 'Panel Logs',
|
|
],
|
|
'actions' => [
|
|
'upload_logs' => 'Overfør logfiler?',
|
|
'upload_logs_description' => 'Dette vil uploade :file til :url Er du sikker på, at du ønsker at gøre dette?',
|
|
'view_logs' => 'Vis Logs',
|
|
'log_not_found' => 'Log ikke fundet!',
|
|
'log_not_found_description' => 'Kunne ikke finde log for :filnavn',
|
|
'failed_to_upload' => 'Overførsel mislykkedes.',
|
|
'failed_to_upload_description' => 'HTTP Status: :status',
|
|
'log_upload' => 'Log Uploadet!',
|
|
'log_upload_action' => 'Vis Log',
|
|
'upload_tooltip' => 'Upload til :url',
|
|
],
|
|
];
|