New translations field.php (Russian)

This commit is contained in:
Fatih Alp 2020-09-23 18:54:09 +03:00
parent 863429cf15
commit b72f19f76d

View File

@ -20,7 +20,7 @@ return [
'name' => 'Цена'
],
'standard_price' => [
'name' => 'Standard Price'
'name' => 'Стандартная цена'
],
'date' => [
'name' => 'Дата'
@ -267,8 +267,8 @@ return [
"no_location" => "Местоположение не выбрано.",
"continue" => 'Продолжить',
"gallery" => 'Галерея',
"ads" => 'Ads',
"were_found" => 'were found.',
"ads" => 'Объявления',
"were_found" => 'были найдены.',
// Pending screen
'pending_message_1' => 'Объявление находится в процессе одобрения',
@ -296,5 +296,5 @@ return [
'select_category_step_by_step' => 'Выберите категорию шаг за шагом',
// New create page
'options' => 'Options',
'options' => 'Параметры',
];