Attendize/resources/lang/ru/ClientSide.php

45 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
//cinema.blade.php + concert.blade.php + CinemaItem.blade.php + EventItem.blade.php
'share' => 'Поделиться',
'buy_ticket' => 'Купить билет',
'views' => 'Виды',
'prices_from' => 'Цена от',
'starting' => 'В кино с',
//subCategoryList.blade.php
'date' => 'Дата',
//FilterMenu.blade.php
'select' => 'Выберите дату',
'popular' => 'Популярное',
'new' => 'Новые',
'filter' => 'Фильтры',
'today' => 'Сегодня',
'tomorrow' => 'Завтра',
'week' => 'На этой неделе',
'month' => 'В этом месяце',
//HomeCinema.blade.php
'view' => 'Посмотреть все',
//ItemList.blade.php
'home' => 'Главная',
'for_cinema' => 'Билеты на кинотеатры',
'composers' => 'Исполнители',
'events' => 'Мероприятие',
'concerts' => 'Концерты',
'alternatives' => 'Альтернатива',
'bards' => 'Барды',
'jazz' => 'Джаз & блюз',
'others' => 'Другие',
'movies' => 'Кино',
'classic' => 'Классическая музыка',
'music' => 'Музыкальный спектакль',
'musical' => 'Мюзикл',
'ballet' => 'Опера и Балет',
'operetta' => 'Оперетта',
];