mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations stream.php (Russian)
This commit is contained in:
parent
094c7390b3
commit
7ba04c610d
@ -1,29 +1,22 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"advs" => [
|
||||
"name" =>"Advs",
|
||||
|
||||
],
|
||||
"categories" => [
|
||||
"name" =>"категории",
|
||||
|
||||
],
|
||||
"village" => [
|
||||
"name" =>"Деревня",
|
||||
|
||||
],
|
||||
"custom_fields" => [
|
||||
"name" =>"Настраиваемые поля",
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"name" =>"Настраиваемые поля",
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"name" =>"Значения ср",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
return [
|
||||
'advs' => [
|
||||
'name' => 'Advs',
|
||||
],
|
||||
'categories' => [
|
||||
'name' => 'категории',
|
||||
],
|
||||
'village' => [
|
||||
'name' => 'Деревня',
|
||||
],
|
||||
'custom_fields' => [
|
||||
'name' => 'Настраиваемые поля',
|
||||
],
|
||||
'custom_field_advs' => [
|
||||
'name' => 'Настраиваемые поля',
|
||||
],
|
||||
'cf_values' => [
|
||||
'name' => 'Значения ср',
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user