mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 08:16:06 -06:00
New translations section.php (Russian)
This commit is contained in:
parent
061456e93a
commit
3fc67841fc
@ -1,25 +1,22 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"countries" => [
|
'countries' => [
|
||||||
"title" =>"страны",
|
'title' => 'Countries',
|
||||||
|
],
|
||||||
],
|
'cities' => [
|
||||||
"cities" => [
|
'title' => 'Cities',
|
||||||
"title" =>"Города",
|
],
|
||||||
|
'districts' => [
|
||||||
],
|
'title' => 'Districts',
|
||||||
"districts" => [
|
],
|
||||||
"title" =>"Районы",
|
'neighborhoods' => [
|
||||||
|
'title' => 'Neighborhoods',
|
||||||
],
|
],
|
||||||
"neighborhoods" => [
|
'village' => [
|
||||||
"title" =>"Окрестности",
|
'title' => 'Village',
|
||||||
|
],
|
||||||
],
|
'general' => 'General',
|
||||||
"village" => [
|
'map' => 'Map',
|
||||||
"title" =>"Деревня",
|
'setting' => 'Setting',
|
||||||
|
];
|
||||||
],
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user