📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 16:27:17
📂
/ (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: French.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Translation\Language; final readonly class French { /** * French translations. * * @return array<string, string> array of message keys and their French translations */ public static function translations(): array { return [ 'success' => 'Succès', 'error' => 'Erreur', 'warning' => 'Avertissement', 'info' => 'Information', 'The resource was created' => 'La ressource :resource a été ajoutée', 'The resource was updated' => 'La ressource :resource a été mise à jour', 'The resource was saved' => 'La ressource :resource a été enregistrée', 'The resource was deleted' => 'La ressource :resource a été supprimée', 'resource' => '', ]; } }
💾 Save Changes
❌ Cancel