mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
18 lines
557 B
PHP
18 lines
557 B
PHP
<?php
|
|
|
|
return [
|
|
'new_country' => 'Vendi i ri',
|
|
'new_city' => 'Qyteti i Ri',
|
|
'new_district' => 'Rrethi i Ri',
|
|
'new_neighborhood' => 'Lagjja e Re',
|
|
'new_village' => 'Fshati i Ri',
|
|
'sub_cities' => 'Qytetet nën-qytet',
|
|
'add_sub_cities' => 'Shtoni Nën Qytetin',
|
|
'add_sub_districts' => 'Shtoni nën-rrethin',
|
|
'add_sub_neighborhoods' => 'Shtoni lagjen nën',
|
|
'add_sub_village' => 'Shtoni Nën Fshatin',
|
|
'sub_districts' => 'Nën Rrethet',
|
|
'sub_neighborhoods' => 'Nën lagjet',
|
|
'sub_village' => 'Nën Fshat',
|
|
];
|