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