Files
panel/lang/da/admin/log.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

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',
],
];