📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 12:11:30
📂
/ (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: Russian.php
Writable
<?php declare(strict_types=1); namespace Flasher\Prime\Translation\Language; final readonly class Russian { /** * Russian translations. * * @return array<string, string> array of message keys and their Russian translations */ public static function translations(): array { return [ 'success' => 'Успех', 'error' => 'Ошибка', 'warning' => 'Предупреждение', 'info' => 'Информация', 'The resource was created' => ':resource был создан', 'The resource was updated' => ':resource был обновлен', 'The resource was saved' => ':resource был сохранен', 'The resource was deleted' => ':resource был удален', 'resource' => 'ресурс', ]; } }
💾 Save Changes
❌ Cancel