📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 18:13:47
📂
/ (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: English.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Translation\Language; final readonly class English { /** * English translations. * * @return array<string, string> array of message keys and their English translations */ public static function translations(): array { return [ 'success' => 'Success', 'error' => 'Error', 'warning' => 'Warning', 'info' => 'Info', 'The resource was created' => 'The :resource was created', 'The resource was updated' => 'The :resource was updated', 'The resource was saved' => 'The :resource was saved', 'The resource was deleted' => 'The :resource was deleted', 'resource' => 'resource', ]; } }
💾 Save Changes
❌ Cancel