📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:11:57
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
php-flasher
/
flasher
/
Translation
/
Language
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/php-flasher/flasher/Translation/Language
🔄 Refresh
✏️
Editing: Spanish.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Translation\Language; final readonly class Spanish { /** * Spanish translations. * * @return array<string, string> array of message keys and their Spanish translations */ public static function translations(): array { return [ 'success' => 'Éxito', 'error' => 'Error', 'warning' => 'Advertencia', 'info' => 'Información', 'The resource was created' => 'El :resource fue creado', 'The resource was updated' => 'El :resource fue actualizado', 'The resource was saved' => 'El :resource fue guardado', 'The resource was deleted' => 'El :resource fue eliminado', 'resource' => 'recurso', ]; } }
💾 Save Changes
❌ Cancel