mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations section.php (Russian)
This commit is contained in:
parent
f689fb9bba
commit
607a6505e4
@ -1,25 +1,22 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"countries" => [
|
'countries' => [
|
||||||
"title" =>"страны",
|
'title' => 'страны',
|
||||||
|
],
|
||||||
],
|
'cities' => [
|
||||||
"cities" => [
|
'title' => 'Города',
|
||||||
"title" =>"Города",
|
],
|
||||||
|
'districts' => [
|
||||||
],
|
'title' => 'Районы',
|
||||||
"districts" => [
|
],
|
||||||
"title" =>"Районы",
|
'neighborhoods' => [
|
||||||
|
'title' => 'Окрестности',
|
||||||
],
|
],
|
||||||
"neighborhoods" => [
|
'village' => [
|
||||||
"title" =>"Окрестности",
|
'title' => 'Деревня',
|
||||||
|
],
|
||||||
],
|
'general' => 'Общая',
|
||||||
"village" => [
|
'map' => 'карта',
|
||||||
"title" =>"Деревня",
|
'setting' => 'настройка',
|
||||||
|
];
|
||||||
],
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user