mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
27 lines
932 B
PHP
27 lines
932 B
PHP
<?php
|
|
|
|
return [
|
|
'empty_table' => '¡Genial! ¡Sin errores!',
|
|
'total_logs' => 'Registros totales',
|
|
'error' => 'Error',
|
|
'warning' => 'Advertencia',
|
|
'notice' => 'Aviso',
|
|
'info' => 'Información',
|
|
'debug' => 'Depuración',
|
|
'navigation' => [
|
|
'panel_logs' => 'Registros del Panel',
|
|
],
|
|
'actions' => [
|
|
'upload_logs' => '¿Cargar registros?',
|
|
'upload_logs_description' => 'Esto subirá :file a :url ¿Seguro que deseas hacerlo?',
|
|
'view_logs' => 'Ver Registros',
|
|
'log_not_found' => '¡Registro no encontrado!',
|
|
'log_not_found_description' => 'No se pudo encontrar el registro para :filename',
|
|
'failed_to_upload' => 'Error al subir',
|
|
'failed_to_upload_description' => 'Estado HTTP: :status',
|
|
'log_upload' => '¡Registro subido!',
|
|
'log_upload_action' => 'Ver registro',
|
|
'upload_tooltip' => 'Subir a :url',
|
|
],
|
|
];
|