mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
27 lines
930 B
PHP
27 lines
930 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => 'Ja! Geen fout!',
|
|
'total_logs' => 'Totaal aantal logs',
|
|
'error' => 'Error',
|
|
'warning' => 'Waarschuwing',
|
|
'notice' => 'Attentie',
|
|
'info' => 'Informatie',
|
|
'debug' => 'Foutopsporing',
|
|
'navigation' => [
|
|
'panel_logs' => 'Paneel Logs',
|
|
],
|
|
'actions' => [
|
|
'upload_logs' => 'Logs uploaden?',
|
|
'upload_logs_description' => 'Dit zal :file uploaden naar :url weet je zeker dat je dit wilt doen?',
|
|
'view_logs' => 'Logboek weergeven',
|
|
'log_not_found' => 'Log niet gevonden!',
|
|
'log_not_found_description' => 'Kon het logboek voor :filename niet vinden',
|
|
'failed_to_upload' => 'Het uploaden is mislukt.',
|
|
'failed_to_upload_description' => 'HTTP Status: :status',
|
|
'log_upload' => 'Log geüpload!',
|
|
'log_upload_action' => 'Bekijk log',
|
|
'upload_tooltip' => 'Uploaden naar :url',
|
|
],
|
|
];
|