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