app.php 255 Bytes
<?php
    return [
        'Home' => 'Главная',
        'Services' => 'Услуги',
        'Solutions' => 'Решения',
        'About' => 'О нас',
        'Contacts' => 'Контакты',
        'Contact' => 'Контакты',
    ];