booking fee and instagram

This commit is contained in:
merdan 2020-02-27 13:41:08 +05:00
parent f2d4237047
commit bf538b8caf
3 changed files with 14 additions and 10 deletions

View File

@ -2417,8 +2417,9 @@ display: block;
z-index: 100;
background-color: #ffffff; }
.capitalizer{
display: block;
text-transform: lowercase;
}
.capitalizer::first-letter{
.capitalizer:first-letter{
text-transform: uppercase;
}

View File

@ -57,6 +57,7 @@ return [
'email' => 'Введите ваш e-mail',
'email_for' => 'Подпишитесь на рассылку и получайте на почту персональную подборку событий вашего города',
'cabinet' => 'ЛИЧНЫЙ КАБИНЕТ',
'introduction' => 'ЗНАКОМСТВО С BILETTM.COM',
'questions' => 'ВОПРОСЫ И ОТВЕТЫ',
'offices' => 'БИЛЕТНЫЕ ОФИСЫ',
'rassylka' => 'РАССЫЛКА',
@ -115,7 +116,7 @@ return [
'checkout' => 'Checkout',
//About page
'about_us' => 'Знакомство с bilettm.com',
'about_us' => 'О нас',
'contacts'=> 'Контакты',
'venues' => 'Площадки',
'how_to_buy' => 'Как купить билет',
@ -126,7 +127,7 @@ return [
'add_event' => 'Добавить мероприятие',
'about_payment' => 'About payment',
'about_payment' => 'Об оплате',
'terms_conditions' => 'Terms and conditions',
'terms_conditions' => 'Я принимаю условия Публичной Оферты',
];

View File

@ -56,14 +56,15 @@ return [
'subscribe' => 'Ýazyl',
'email' => 'Elektron poçtaňyzy giriziň',
'email_for' => 'Täze habarlara ýazylyň we çäreler barada soňky habarlary alyp duruň!',
'cabinet' => 'ŞAHSY KABINET',
'introduction' => 'BILETTM.COM BILEN TANYŞ BOL!',
'questions' => 'SORAGLAR WE JOGAPLAR',
'offices' => 'PETEK OFISLARY',
'rassylka' => 'PAÝLAMA',
'collective' => 'BIRNÄÇE PETEK ALMAK',
'organizers' => 'ORGANIZATORLAR ÜÇIN',
'concert_halls' => 'KONSERT ZALLARY',
'partners' => 'PARTNERS',
'concert_halls' => 'KINOKONSERT ZALLARY',
'partners' => 'HYZMATDAŞLAR',
'logo' => 'MEDIA WE REKLAMA ÜÇIN LOGO',
'addEvent' => 'Çäre goş',
'ticket_service' => 'Bilet hyzmatlary',
@ -114,16 +115,17 @@ return [
'checkout' => 'Checkout',
//About page
'about_us' => 'Bilettm.com bilen tanyş bol',
'about_us' => 'Biz barada',
'contacts'=> 'Habarlaşmak üçin',
'about_payment' => 'Geçirilýän merkezler',
'about_payment' => 'Töleg barada',
'how_to_buy' => 'Biledi nähili satyn almaly',
'refund' => 'Biledi yzyna gaýtarmak',
'cooperation' => 'Hyzmatdaşlar üçin',
'oferta' => 'Oferta',
'organisers' => 'Gurnaýjylar üçin',
'add_event' => 'Çäre goşmak',
'terms_conditions' => 'Terms and conditions',
'terms_conditions' => 'Ofertanyň şertlerini kabul edýärin',
];