mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
27 lines
1009 B
PHP
27 lines
1009 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => 'Super! Es gibt keine Fehler!',
|
|
'total_logs' => 'Protokolleinträge',
|
|
'error' => 'Fehler',
|
|
'warning' => 'Warnung',
|
|
'notice' => 'Hinweis',
|
|
'info' => 'Info',
|
|
'debug' => 'Debug',
|
|
'navigation' => [
|
|
'panel_logs' => 'Panel Protokolle',
|
|
],
|
|
'actions' => [
|
|
'upload_logs' => 'Protokolleinträge hochladen?',
|
|
'upload_logs_description' => 'Dies wird :file nach :url hochladen. Sind Sie sicher, dass Sie das tun möchten?',
|
|
'view_logs' => 'Protokolleinträge anzeigen',
|
|
'log_not_found' => 'Protokoll nicht gefunden!',
|
|
'log_not_found_description' => 'Protokoll für :filename konnte nicht gefunden werden',
|
|
'failed_to_upload' => 'Fehler beim Hochladen.',
|
|
'failed_to_upload_description' => 'HTTP-Status: :status',
|
|
'log_upload' => 'Protokoll hochgeladen!',
|
|
'log_upload_action' => 'Protokolleinträge anzeigen',
|
|
'upload_tooltip' => 'Hochladen nach :url',
|
|
],
|
|
];
|