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
|
||||
|
||||
return[
|
||||
"countries" => [
|
||||
"title" =>"страны",
|
||||
|
||||
],
|
||||
"cities" => [
|
||||
"title" =>"Города",
|
||||
|
||||
],
|
||||
"districts" => [
|
||||
"title" =>"Районы",
|
||||
|
||||
],
|
||||
"neighborhoods" => [
|
||||
"title" =>"Окрестности",
|
||||
|
||||
],
|
||||
"village" => [
|
||||
"title" =>"Деревня",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
return [
|
||||
'countries' => [
|
||||
'title' => 'Countries',
|
||||
],
|
||||
'cities' => [
|
||||
'title' => 'Cities',
|
||||
],
|
||||
'districts' => [
|
||||
'title' => 'Districts',
|
||||
],
|
||||
'neighborhoods' => [
|
||||
'title' => 'Neighborhoods',
|
||||
],
|
||||
'village' => [
|
||||
'title' => 'Village',
|
||||
],
|
||||
'general' => 'General',
|
||||
'map' => 'Map',
|
||||
'setting' => 'Setting',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user