mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations field.php (Russian)
This commit is contained in:
parent
87eebd3243
commit
294e8fe653
@ -249,6 +249,9 @@ return [
|
|||||||
'in_the_last_24_hours' => [
|
'in_the_last_24_hours' => [
|
||||||
'name' => 'В последние 24 часа'
|
'name' => 'В последние 24 часа'
|
||||||
],
|
],
|
||||||
|
'in_the_last_day' => [
|
||||||
|
'name' => 'In The Last 24 Hours'
|
||||||
|
],
|
||||||
'in_the_last_week' => [
|
'in_the_last_week' => [
|
||||||
'name' => 'В последнюю неделю'
|
'name' => 'В последнюю неделю'
|
||||||
],
|
],
|
||||||
@ -298,5 +301,10 @@ return [
|
|||||||
// New create page
|
// New create page
|
||||||
'options' => 'Параметры',
|
'options' => 'Параметры',
|
||||||
|
|
||||||
'free' => 'Free'
|
'free' => 'Free',
|
||||||
|
'ad_date' => 'Ad Date',
|
||||||
|
'photo_video' => 'Photo, Video',
|
||||||
|
'and_above' => 'and above',
|
||||||
|
'and_below' => 'and below',
|
||||||
|
'clear_all' => 'Clear All',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user